Difference between pages "Welcome" and "Adding an Ebuild to the Wiki"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
'''Welcome to Funtoo Linux!''' Funtoo Linux is a Linux-based operating system that is a variant of [http://www.gentoo.org Gentoo Linux]. Funtoo Linux is:
This page describes how to add an official entry for an ebuild to the Funtoo Linux wiki.
* ...'''fun!''' Our priority is to create a ''great, supportive and responsive'' user community.
* ...'''user-centric and collaborative'''. Everyone is considered a '''user''' of Funtoo, first and foremost. You don't need any special privileges to collaborate with us.
* ...'''production-oriented''': Our goal is to have Funtoo be useful for ''real-world tasks''. We use Funtoo to do stuff, like host our infrastructure. It needs to work.__NOTOC__
* ...'''creative''': We seek creative, elegant and maintainable solutions to problems of all kinds.


=== Distinctives ===
== Goal ==


Funtoo Linux is led by [http://en.wikipedia.org/wiki/Daniel_Robbins_(computer_programmer) Daniel Robbins], the creator and former Chief Architect of [http://en.wikipedia.org/wiki/Gentoo_Linux Gentoo Linux], who serves as benevolent dictator for life (BDFL) of the project. Our organizational structure consists of BDFL and a small number of support staff, as well as members of our user community who are involved in improving Funtoo Linux. Developement efforts are driven by the BDFL as well as our users, and efforts are under way to implement various mechanisms to allow supporters of Funtoo Linux to chart the future direction of the project.
Our goal for ebuild wiki pages is ambitious -- the wiki should have complete and excellent documentation for using every ebuild in Portage. If the ebuild exists in your Funtoo Linux Portage tree, and there is no corresponding ebuild page for it, you're encouraged to use these instructions to add a page to the wiki for it.


Funtoo Linux packages are installed from source code, automatically, thanks to the [http://en.wikipedia.org/wiki/Portage_(software) Portage ports system.] Funtoo Linux has its own distinct ports tree (repository of packages), which is based on Gentoo's. Every several hours, the Funtoo Linux Portage tree is updated using an automated merge process, to include the latest changes from Gentoo Linux, Funtoo Linux developers and contributors, as well as other independent developers.
== The Package Namespace ==


We use [http://en.wikipedia.org/wiki/Git_(software) Git] for all our development, and we also use Git to deliver our Portage tree to you.
This wiki has a special MediaWiki [http://www.mediawiki.org/wiki/Help:Namespaces namespace] called <code>Package</code>. Pages in this namespace have a URL that is prefixed with <code>Package:</code>, such as this wiki page: [[Package:Accelerated_AMD_Video_Drivers]], which is also a good example of a wiki page for an ebuild.
 
=== Resources ===
 
* [http://forums.funtoo.org forums.funtoo.org] - our new forums!
* [https://groups.google.com/forum/#!forum/funtoo-dev funtoo-dev] mailing list (Google Groups) - primary source for news and info.
* [http://bugs.funtoo.org bugs.funtoo.org], our bug tracker, is online and has been upgraded to JIRA 6.
* [http://larrythecow.org larrythecow.org], our Gentoo blog aggregation service.
* [http://kernel-seeds.org kernel-seeds.org], resources for building your kernel from scratch.
* [http://git.funtoo.org git.funtoo.org], our cgit repository browser.
 
==== How Do I Get An Account For Wiki/Bugs? ====
 
Funtoo is currently beta-testing a new centralized login infrastructure. You can create a new account by heading to our [http://auth.funtoo.org:9093/new beta funtoo account creation page]. A new account will work on the wiki, bug tracker and forums. See [[Funtoo Authentication FAQ]] for more information.
 
=== Funtoo Containers ===
 
'''Funtoo currently offers discount Funtoo Linux virtual server containers to supporters:'''
 
* $10/mo : '''3GB''' RAM, '''4''' CPU threads, 50GB disk
* $15/mo : '''6GB''' RAM, '''8''' CPU threads, 100GB disk
* $30/mo : '''12GB''' RAM, '''12''' CPU threads, 200GB disk
* $45/mo : '''48GB''' RAM, '''24''' CPU threads, 300GB disk
 
Each container gives you '''root''' access to your own Funtoo Linux server, uses '''fast SSD storage''', includes '''one''' static IPv4 address as well as IRC and email support. To sign up, first set up a regular monthly support payment, below. Then email me (drobbins at funtoo.org) with your desired hostname (''something''.host.funtoo.org) and an SSH public key that you will use to log in to the container. Get more details on the [[Funtoo Hosting]] page.
 
=== Support Our Work ===
 
We encourage all Funtoo Linux users to support our project via a comfortable recurring monthly support payment. Support at levels $10/mo and above grant you the ability to utilize Funtoo Containers. '''Subscribe by selecting a monthly amount below, and this click ''Subscribe''''':
 
==== Monthly Recurring Support via Credit Card ====
 
{{#Widget:FuntooSupport}}
 
==== Monthly Recurring Support via PayPal ====
 
{{#Widget:FuntooSupportPayPal}}

Revision as of 20:13, June 14, 2014

This page describes how to add an official entry for an ebuild to the Funtoo Linux wiki.

Goal

Our goal for ebuild wiki pages is ambitious -- the wiki should have complete and excellent documentation for using every ebuild in Portage. If the ebuild exists in your Funtoo Linux Portage tree, and there is no corresponding ebuild page for it, you're encouraged to use these instructions to add a page to the wiki for it.

The Package Namespace

This wiki has a special MediaWiki namespace called Package. Pages in this namespace have a URL that is prefixed with Package:, such as this wiki page: Package:Accelerated_AMD_Video_Drivers, which is also a good example of a wiki page for an ebuild.