Wiki pages FreeBSD handbook style
Description
Tweaks and tricks to have your wiki pages look like the FreeBSD handbook and articles. Included but not to limited:
- Man page linking
- Syntaxing of files and code snippets
- Information and Warning fields
Bugs/Feature Requests
Existing bugs and feature requests for FreeDocPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out FreeDocPlugin from here using Subversion, or browse the source with Trac.
Installation
- Download from here and unzip it
- Build like a general egg, for Trac version 0.11 use:
$ cd freedocplugin/0.11 $ python setup.py bdist_egg
- Copy the egg in your plugins by either uploading it using the admin panel. Or copy it on the command line.
- Enable in your trac.ini, by adding freedoc.* = enabled to your [components] section. Like this:
[components] freedoc.* = enabled
- Restart/reload your webserver if running some kind of mod_python, mod_fsgi or something like it.
- Enjoy!
Example
example(1)
To link to a certain man page use syntax like sshd(8) or nc(1)
1. After every colon at the end of the line there will be an automagic return:
example# have your commands detected and formatted in pre
of course you could also use the non-root variant:
example$ echo "{{{ preserve command syntax till end of line }}}";
1. Use a somehow more simple *bold* tag
Note: Will alert your readers to be careful by a drawing the attention using a grey box
1. Linking to file:README or dir:/usr/local/etc will automatically syntax it.
Important: Will draw a big fat warning alerting your users of total disaster
Recent Changes
[10648] by rickvanderzwet on 09/10/11 11:32:32
Fix formatting of unordered list.
[9271] by rickvanderzwet on 10/08/10 12:41:39
Seems to ignore the CaSe? flag in new python/trac. This hack will do
[9270] by rickvanderzwet on 10/08/10 12:40:28
Pretty Tip output a bit
[9268] by rickvanderzwet on 10/08/10 11:07:32
Some nasty hack to allow building/deploy and test package automatically
Author/Contributors
Author: rickvanderzwet
Contributors:
Attachments
- example-freedoc.png (54.8 kB) -
Rendered example output
, added by rickvanderzwet on 11/01/09 15:05:33.


