Difference between revisions of "Template:Services"

From GNUstepWiki
Jump to navigation Jump to search
(Updated comment about category)
(delete me)
 
Line 1: Line 1:
__NOTOC__ <includeonly> __NOEDITSECTION__
+
#delete me
{{{shortdescription}}}
 
 
 
==== Current Version: {{{currentversion}}} ====
 
* Released: {{{releasedate}}}
 
* Licensed: {{{license}}}
 
 
 
=== Overview ===
 
{{{overview}}}
 
 
 
=== Features ===
 
{{{features}}}
 
 
 
=== Maintainer ===
 
{{{maintainer}}}
 
 
 
=== Related Links ===
 
{{{relatedlinks}}}
 
 
 
{{{category}}}
 
</includeonly>
 
<noinclude>
 
This template should be used whenever a service is added to the GNUstep Wiki.
 
 
 
== Usage ==
 
''All fields are required, if not available, leave blank.''
 
<pre>{{Service|
 
shortdescription = < ... > |
 
currentversion = < ... > |
 
releasedate = < ... > |
 
license = < ... > |
 
overview = < ... > |
 
features = < ... > |
 
maintainer = < ... > |
 
relatedlinks = < ... > |
 
category = < ... >
 
}}</pre>
 
 
 
=== shortdescription ===
 
This section is reserved for a brief review of the service. No more than a 3-4 sentence paragraph should be used.  At no point in this section should you go into the history of the service.
 
 
 
=== currentversion ===
 
The ''currentversion'' section should contain a link to download the current version of the package titled by the version number, eg (for Gorm v1.1.0):
 
<nowiki>[http://ftpmain.gnustep.org/pub/gnustep/dev-apps/gorm-1.1.0.tar.gz 1.1.0]</nowiki>
 
If the service is released by date stamps '''yyyymmdd''' format should be used.
 
 
 
=== releasedate ===
 
This is were the release date should be entered.  The date will need to be in standard US format:
 
August 29, 2006
 
 
 
=== license ===
 
Specify the license the service is put under, eg.
 
  GPL2.0, BSD, ...
 
 
 
=== overview ===
 
This is where everything that isn't supposed to be in the ''shortdescription'' section should go, such as service history.
 
 
 
=== features ===
 
This section is reserved for list the service's features, either in paragraphs or by the use of bullets.  If using bullets, please restrict one (1) feature per bullet.
 
 
 
=== maintainer ===
 
This is where the project's maintainer name and email address should be located, preferably using a <nowiki>[mailto:developer@domain.org Developer's Name]</nowiki> format.  Bullets should be used to list the developer(s), and if additional information is needed, indented/double bullets (**) below the respective entry.
 
 
 
=== relatedlinks ===
 
This section is reserved to listing links related to the particular service, please use a bullet for each link.  Most importantly, this section should link the service's home page.  Links to manuals and how-tos concerning the service should also be located here.
 
 
 
=== category ===
 
All services automatically fall under a subcategory of ''[[:Category:Services]]''.<br/>Use this entry to specify a specific category, like ''[[:Category:TextProcessing Services]]'' or ''[[:Category:Audio Services]]''.
 
</noinclude>
 
 
 
[[Category:Services]]
 

Latest revision as of 10:45, 29 October 2006

  1. delete me