Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Help:Funtoo Editing Guidelines/Text Files
Jump to navigation
Jump to search
Displaying Text File Contents
For displaying the contents of non-programming language text files (like config files), you have two options. You can enclose your lines within <pre>
tags, or use the new file template. The file template (which we are rendering using <pre>
tags!) is used like so:
{{file|name=/etc/foo.conf|desc=My foo.conf file|body= # /etc/host.conf: # $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/host.conf,v 1.1 2006/09/29 }}
This will produce:
/etc/foo.conf
- My foo.conf file# /etc/host.conf:
# $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/host.conf,v 1.1 2006/09/29