THE SPDX WIKI IS NO LONGER ACTIVE. ALL CONTENT HAS BEEN MOVED TO https://github.com/spdx
Difference between revisions of "Wiki Conventions"
m (Update link to getting started page) |
|||
(22 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | This page describes conventions that should be followed on the SPDX wiki. You can also read the page on [[Getting started with the SPDX wiki|getting started]]. | |
− | < | + | |
− | < | + | == SubPages == |
− | < | + | |
− | </ | + | This wiki uses subpages to provide a hierarchy. For example, the minutes for the business team are located under <code>Business Team/Minutes</code>. |
− | < | + | |
− | < | + | When you add a new page, please make sure to use the correct hierarchy. If you want to create a new business related page, choose <code>Business Team/name of page</code> If you'd like to add new business minutes, add them as <code>Business Team/Minutes/YYYY-MM-DD</code> |
− | < | + | |
− | + | == Categories == | |
+ | |||
+ | We use [[Special:Categories|categories]] to organize pages. You should add one of these categories at the bottom of each new page: | ||
+ | * <nowiki>[[Category:Business]]</nowiki> | ||
+ | * <nowiki>[[Category:General]]</nowiki> | ||
+ | * <nowiki>[[Category:Legal]]</nowiki> | ||
+ | * <nowiki>[[Category:Technical]]</nowiki> | ||
+ | |||
+ | == Adding minutes == | ||
+ | |||
+ | The list of minutes is updated automatically but this requires minutes to be added in the right location. Please use <code>XXX Team/Minutes/YYYY-MM-DD</code> for new minutes. | ||
+ | |||
+ | Additionally, minutes should have the category <nowiki>[[Category:Minutes]]</nowiki> in addition to the category defining the subject area. | ||
+ | |||
+ | == Headings == | ||
+ | |||
+ | Make sure not to use a heading starting with <nowiki>=</nowiki> as this reserved for the title of the page. Headings should start with <nowiki>==</nowiki>. See the [http://www.mediawiki.org/wiki/Help:Formatting MediaWiki wiki syntax] page for more information. | ||
+ | |||
+ | == Commenting on pages == | ||
+ | |||
+ | If you'd like to comment on pages, please click on "discussion" on the top of a page. |
Latest revision as of 12:53, 12 April 2013
This page describes conventions that should be followed on the SPDX wiki. You can also read the page on getting started.
SubPages
This wiki uses subpages to provide a hierarchy. For example, the minutes for the business team are located under Business Team/Minutes
.
When you add a new page, please make sure to use the correct hierarchy. If you want to create a new business related page, choose Business Team/name of page
If you'd like to add new business minutes, add them as Business Team/Minutes/YYYY-MM-DD
Categories
We use categories to organize pages. You should add one of these categories at the bottom of each new page:
- [[Category:Business]]
- [[Category:General]]
- [[Category:Legal]]
- [[Category:Technical]]
Adding minutes
The list of minutes is updated automatically but this requires minutes to be added in the right location. Please use XXX Team/Minutes/YYYY-MM-DD
for new minutes.
Additionally, minutes should have the category [[Category:Minutes]] in addition to the category defining the subject area.
Headings
Make sure not to use a heading starting with = as this reserved for the title of the page. Headings should start with ==. See the MediaWiki wiki syntax page for more information.
Commenting on pages
If you'd like to comment on pages, please click on "discussion" on the top of a page.