Difference between revisions of "Category talk:Contrib"

From SME Server
Jump to navigationJump to search
(make standards)
 
 
(29 intermediate revisions by 5 users not shown)
Line 1: Line 1:
cactus has created a standard for contrib pages, thanks.
+
'''Obtain the following template to start a new page by viewing the edit page'''
We should make it clear new pages should adopt the same layout,
+
----
and make it easy with a template
+
 
 +
<nowiki>{{Languages|Foo}}</nowiki> #If you are using multiple languages
 +
 
 +
== Foo for SME Server ==
 +
<nowiki>{{Level|Foo|Bar}}</nowiki> #see [[:Template:Level]]
  
not sure where to put these pages, probably :wiki:help for instruction
+
=== Maintainer ===
 +
[mailto:foo@users.sourceforge.net Foo Bar]
 +
=== Version ===
 +
{{ #smeversion: smeserver-foo }}
  
should the template be a separate page, or just a section on the bottom, inside nowiki tags,
+
=== Description ===
that you obtain with a copy and paste
+
This contribution for smeserver adds ...
  
[[User:Snoble|Snoble]] 01:04, 12 April 2007 (EDT)
+
=== Requirements ===
 +
You need
  
----
+
=== Installation ===
to be decided
+
This contrib is currently held in the foo repository, so the following commands will install on your smeserver.
  
1. page name and location
+
yum --enablerepo=bar install smeserver-foo
  
:wiki:help:Contrib_page_template
+
You will then need to activate the database changes etc.
 +
The 'official' way is to perform
  
 +
signal-event post-upgrade;  signal-event reboot
  
2. instructions to author
+
Go to the foo panel on Server Manager and activate etc.
  
Lets be consistent, please adopt this format
+
=== Uninstall ===
 +
rpm -e smeserver-foo
  
 +
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 +
and select the smeserver-foo component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-foo|title=this link}}.
  
3. contrib page template
+
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-foo|noresultsmessage="No open bugs found."}}
  
  
<nowiki>[[Category: Contrib]]</nowiki>
+
''' remove the nowiki tags from your page '''
or
 
 
  <nowiki><noinclude>[[Category: Contrib]]</noinclude></nowiki>
 
  <nowiki><noinclude>[[Category: Contrib]]</noinclude></nowiki>

Latest revision as of 00:18, 20 November 2014

Obtain the following template to start a new page by viewing the edit page


{{Languages|Foo}} #If you are using multiple languages

Foo for SME Server

{{Level|Foo|Bar}} #see Template:Level

Maintainer

Foo Bar

Version

smeserver-foo
The latest version of smeserver-foo is available in the SME repository, click on the version number(s) for more information.


Description

This contribution for smeserver adds ...

Requirements

You need

Installation

This contrib is currently held in the foo repository, so the following commands will install on your smeserver.

yum --enablerepo=bar install smeserver-foo

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

Go to the foo panel on Server Manager and activate etc.

Uninstall

rpm -e smeserver-foo

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-foo component or use this link .

"No open bugs found."


remove the nowiki tags from your page

<noinclude>[[Category: Contrib]]</noinclude>