Difference between revisions of "Category:Code"
Line 1: | Line 1: | ||
− | Pieces of | + | Pieces of textual sourcecode (shell scripts, Perl scripts, C programs, patches etc.) of non-trivial length should be placed in dedicated articles called <tt>Code/''something''</tt>. |
+ | |||
+ | The article page itself should contain only the raw source file, '''without any Wiki markup'''. | ||
+ | |||
+ | The discussion page should use the <tt>CodeHeader</tt> template to provide the file's metadata. Follow this example: | ||
+ | |||
+ | <div style="background-color: #E0E0E0"> | ||
+ | <tt><nowiki>{{</nowiki>CodeHeader|<br /> | ||
+ | |filename=''informative filename''<br /> | ||
+ | |context=<nowiki>[[</nowiki>''primary page were code is introduced''<nowiki>]]</nowiki><br /> | ||
+ | |author=<nowiki>[[</nowiki>User:''Yourself''|''Yourself'']]<br /> | ||
+ | |license=GPL v2 or higher, or GFDL v1.2 or higher ''(or whatever you prefer, if it's your code)''<br /> | ||
+ | <nowiki>}}</nowiki></tt> | ||
+ | </div> |
Revision as of 23:24, 26 July 2006
Pieces of textual sourcecode (shell scripts, Perl scripts, C programs, patches etc.) of non-trivial length should be placed in dedicated articles called Code/something.
The article page itself should contain only the raw source file, without any Wiki markup.
The discussion page should use the CodeHeader template to provide the file's metadata. Follow this example:
{{CodeHeader|
|filename=informative filename
|context=[[primary page were code is introduced]]
|author=[[User:Yourself|Yourself]]
|license=GPL v2 or higher, or GFDL v1.2 or higher (or whatever you prefer, if it's your code)
}}
Pages in category "Code"
The following 26 pages are in this category, out of 26 total.
C
- Talk:Code/build-experimental-X
- Talk:Code/enable-fingerprint-reader
- Talk:Code/fan-enable-basic
- Talk:Code/fan-enable-extended
- Talk:Code/fan-enable-safe
- Talk:Code/fan-enable.init
- Talk:Code/ibm acpi-extra-thermal.patch
- Talk:Code/ibm-acpi-0.11-2.6.13-fan.patch
- Talk:Code/ibm-acpi-0.11-2.6.17-fan.patch
- Talk:Code/ibm-acpi-0.12a-2.6.14-fan.patch
- Talk:Code/ibm-acpi-0.12a-2.6.17-fan.patch
- Talk:Code/ibm-fancontrol.init
- Talk:Code/thinkpad-smapi.sh
- Talk:Code/tp power monitor.py
- Talk:Code/tp-bat-balance
- Talk:Code/tp-fancontrol
- Talk:Code/tp-fancontrol-basic
- Talk:Code/tp-fancontrol-fc.init
- Talk:Code/tp-fancontrol.conf
- Talk:Code/tp-fancontrol.init
- Talk:Code/tp-fancontrol.init.debian
- Talk:Code/tp-theft
- Talk:Code/tp-theft-basic
- Talk:Code/tp-theft-lcars
- Talk:Code/undervolt-pentium-m-2.6.13.1.patch
- Template:CodeHeader