Difference between revisions of "Contrib/Template"

From SME Server
Jump to navigationJump to search
Line 3: Line 3:
 
<!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want-->
 
<!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want-->
 
{{#vardefine:contribname| {{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 
{{#vardefine:contribname| {{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 +
{{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 
<!-- we define the language -->
 
<!-- we define the language -->
 
{{#vardefine:lang| {{lc:  {{#titleparts:    {{PAGENAME}} | | -1}}  }} |en }}
 
{{#vardefine:lang| {{lc:  {{#titleparts:    {{PAGENAME}} | | -1}}  }} |en }}
Line 11: Line 12:
  
 
=== Version ===
 
=== Version ===
<!-- keep this first element as is, you can add some for  -->
+
<!-- keep this first element as is, you can add some if needed -->
{{#smeversion: smeserver-{{#var:contribname}} }}
+
{{#smeversion: {{#var:smecontribname}} }}
 
{{#smeversion: {{#var:contribname}} }}
 
{{#smeversion: {{#var:contribname}} }}
  
Line 20: Line 21:
  
 
=== Installation ===
 
=== Installation ===
  yum --enablerepo=smecontribs install smeserver-{{#var:contribname}}
+
  yum --enablerepo=smecontribs install {{#var:smecontribname}}
  
  
  
 
=== Uninstall ===
 
=== Uninstall ===
  yum remove smeserver-{{#var:contribname}}  {{#var:contribname}}
+
  yum remove {{#var:smecontribname}}  {{#var:contribname}}
  
 
=== 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-{{#var:contribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-{{#var:contribname}}|title=this link}}
+
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}}
  
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=smeserver-{{#var:contribname}} |noresultsmessage=No open bugs found.}}  
+
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}}  
  
 
===Changelog===
 
===Changelog===
 
Only released version in smecontrib are listed here.
 
Only released version in smecontrib are listed here.
  
{{ #smechangelog: smeserver-{{#var:contribname}} }}
+
{{ #smechangelog: {{#var:smecontribname}} }}
  
  

Revision as of 01:56, 6 December 2017




Maintainer

YOURNAME

Version

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


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


Description

Installation

yum --enablerepo=smecontribs install smeserver-contrib


Uninstall

yum remove smeserver-contrib  contrib

Bugs

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


Below is an overview of the current issues for this contrib:

No open bugs found.

Changelog

Only released version in smecontrib are listed here.