Changes between Version 6 and Version 7 of FreeDocPlugin


Ignore:
Timestamp:
Jun 9, 2015, 9:51:23 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • FreeDocPlugin

    v6 v7  
    1 = Wiki pages FreeBSD handbook style =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Wiki pages FreeBSD handbook style
    44
    5 Tweaks and tricks to have your wiki pages look like the FreeBSD handbook and articles. Included but not to limited:
     5== Description
     6
     7This page offers a series of tweaks and tricks to have your wiki pages look like the [https://www.freebsd.org/doc/handbook/ FreeBSD handbook and articles].
     8
     9Key features:
    610 * Man page linking
    711 * Syntaxing of files and code snippets
    812 * Information and Warning fields
    913
    10 == Bugs/Feature Requests ==
     14== Bugs/Feature Requests
    1115
    1216Existing bugs and feature requests for FreeDocPlugin are
     
    1418
    1519If you have any issues, create a
    16 [http://trac-hacks.org/newticket?component=FreeDocPlugin&owner=rickvanderzwet new ticket].
     20[/newticket?component=FreeDocPlugin new ticket].
    1721
    18 == Download ==
     22[[TicketQuery(component=FreeDocPlugin&group=type,format=progress)]]
     23
     24== Download
    1925
    2026Download the zipped source from [download:freedocplugin here].
    2127
    22 == Source ==
     28== Source
    2329
    2430You can check out FreeDocPlugin from [http://trac-hacks.org/svn/freedocplugin here] using Subversion, or [source:freedocplugin browse the source] with Trac.
    2531
    26 == Installation ==
     32== Installation
    2733
    28  1. Download from [download:freedocplugin here] and unzip it
     34 1. Download from [download:freedocplugin here] and unzip it.
    2935 1. Build like a general egg, for Trac version 0.11 use:
    30     {{{
     36    {{{#!sh
    3137$ cd freedocplugin/0.11
    3238$ python setup.py bdist_egg
    3339    }}}
    3440 1. Copy the egg in your {{{plugins}}} by either uploading it using the admin panel. Or copy it on the command line.
    35  1. Enable in your trac.ini, by adding {{{freedoc.* = enabled}}} to your {{{[components]}}} section. Like this:
    36     {{{
     41 1. Enable in your `trac.ini` file by adding {{{freedoc.* = enabled}}} to your {{{[components]}}} section:
     42    {{{#!ini
    3743[components]
    3844freedoc.* = enabled
    3945    }}}
    40  1. Restart/reload your webserver if running some kind of mod_python, mod_fsgi or something like it.
    41  1. Enjoy!
     46 1. Restart/reload your webserver if running mod_python, mod_fsgi or something similar.
    4247
    43 == Example ==
     48== Example
    4449
    45 = example(1) =
     50= Example(1)
    4651
    4752{{{
     
    6166[[Image(example-freedoc.png)]]
    6267
    63 == Recent Changes ==
     68== Recent Changes
    6469
    6570[[ChangeLog(freedocplugin, 3)]]
    6671
    67 == Author/Contributors ==
     72== Author/Contributors
    6873
    6974'''Author:''' [wiki:rickvanderzwet] [[BR]]
     75'''Maintainer:''' [[MAintainer]] [[BR]]
    7076'''Contributors:'''