Difference between revisions of "Template:Application"

From GNUstepWiki
Jump to navigation Jump to search
m (test3)
m (just a test to see whether apps will still be added automatically)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
__NOTOC__ <includeonly> __NOEDITSECTION__
 
+
{{{shortdescription}}}
<includeonly>
 
__NOEDITSECTION__
 
 
 
{{#ifeq: {{{shortdescription| }}} | | no | yes }}
 
  
 
==== Current Version: {{{currentversion}}} ====
 
==== Current Version: {{{currentversion}}} ====
* Released {{{releasedate}}}
+
* Released: {{{releasedate}}}
 
+
* Licensed: {{{license}}}
  
 
=== Overview ===
 
=== Overview ===
{{#ifeq: {{{overview| }}} | | no | yes }}
+
{{{overview}}}
  
 
=== Features ===
 
=== Features ===
 
{{{features}}}
 
{{{features}}}
 
  
 
=== Maintainer ===
 
=== Maintainer ===
 
{{{maintainer}}}
 
{{{maintainer}}}
 
  
 
=== Related Links ===
 
=== Related Links ===
 
{{{relatedlinks}}}
 
{{{relatedlinks}}}
  
 +
{{{category}}}
  
{{{category}}}
+
[[Category:Applications]]
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
Line 31: Line 26:
  
 
== Usage ==
 
== Usage ==
''All fields are requied, if not available, leave blank.''
+
''All fields are required, if not available, leave blank.''
<pre>{{Application
+
<pre>{{Application|
| shortdescription =
+
shortdescription = < ... > |
| currentversion =  
+
currentversion = < ... > |
| releasedate =
+
releasedate = < ... > |
| overview =
+
license = < ... > |
| features =
+
overview = < ... > |
| maintainer =
+
features = < ... > |
| relatedlinks =
+
maintainer = < ... > |
| category =
+
relatedlinks = < ... > |
 +
category = < ... >
 
}}</pre>
 
}}</pre>
  
Line 54: Line 50:
 
This is were the release date should be entered.  The date will need to be in standard US format:
 
This is were the release date should be entered.  The date will need to be in standard US format:
 
  August 29, 2006
 
  August 29, 2006
 +
 +
=== license ===
 +
Specify the license the application is put under, eg.
 +
  GPL2.0, BSD, ...
  
 
=== overview ===
 
=== overview ===
Line 68: Line 68:
  
 
=== category ===
 
=== category ===
The category to which this application belongs to should be refered here.  All applications should fall under a subcategory of ''Application'', and this is where it should be located.
+
All applications automatically fall under a subcategory of ''[[:Category:Applications]]''.<br/>Use this entry to specify a specific category, like ''[[:Category:Games Applications]]'' or ''[[:Category:Science Applications]]''.
 
</noinclude>
 
</noinclude>
 
[[Category:Applications]]
 

Latest revision as of 09:21, 27 November 2006


This template should be used whenever an application is added to the GNUstep Wiki.

Usage

All fields are required, if not available, leave blank.

{{Application|
shortdescription = < ... > |
currentversion = < ... > |
releasedate = < ... > |
license = < ... > |
overview = < ... > |
features = < ... > |
maintainer = < ... > |
relatedlinks = < ... > |
category = < ... >
}}

shortdescription

This section is reserved for a brief review of the application. 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 application.

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):

[http://ftpmain.gnustep.org/pub/gnustep/dev-apps/gorm-1.1.0.tar.gz 1.1.0]

If the application 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 application 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 application history.

features

This section is reserved for list the application'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 [mailto:developer@domain.org Developer's Name] 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 application, please use a bullet for each link. Most importantly, this section should link the application's home page. Links to manuals and how-tos concerning the application should also be located here.

category

All applications automatically fall under a subcategory of Category:Applications.
Use this entry to specify a specific category, like Category:Games Applications or Category:Science Applications.