Difference between revisions of "Category talk:Contrib"

From SME Server
Jump to navigationJump to search
m
 
(25 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
 
 
 
[[User:Snoble|Snoble]] 01:04, 12 April 2007 (EDT)
 
 
 
 
----
 
----
to be decided
 
 
1. page name and location
 
 
:wiki:help:Contrib_page_template
 
 
 
2. instructions to author
 
 
Lets be consistent, please adopt this format
 
 
 
3. contrib page template
 
  
'''Obtain the following template to start a new page by viewing the edit page'''
+
<nowiki>{{Languages|Foo}}</nowiki> #If you are using multiple languages
  
 
== Foo for SME Server ==
 
== Foo for SME Server ==
 +
<nowiki>{{Level|Foo|Bar}}</nowiki> #see [[:Template:Level]]
  
 
=== Maintainer ===
 
=== Maintainer ===
 
[mailto:foo@users.sourceforge.net Foo Bar]
 
[mailto:foo@users.sourceforge.net Foo Bar]
 +
=== Version ===
 +
{{ #smeversion: smeserver-foo }}
  
 
=== Description ===
 
=== Description ===
Line 43: Line 28:
 
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
  
Go to the foo panel on Server Manager (within the Configuration section) and activate etc.
+
Go to the foo panel on Server Manager and activate etc.
 
 
=== Upgrade from smeserver 6.x ===
 
optional
 
  
 
=== Uninstall ===
 
=== Uninstall ===
  yum remove smeserver-foo
+
  rpm -e smeserver-foo
  
 
=== Bugs ===
 
=== Bugs ===
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
and select the smeserver-foo component.  
+
and select the smeserver-foo component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-foo|title=this link}}.  
 +
 
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-foo|noresultsmessage="No open bugs found."}}
 +
 
  
 
''' remove the nowiki tags from your page '''
 
''' remove the nowiki tags from your page '''
 
  <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>