Changes between Version 12 and Version 13 of UnderscoreWikiPlugin


Ignore:
Timestamp:
Jul 27, 2015, 11:57:10 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense

Legend:

Unmodified
Added
Removed
Modified
  • UnderscoreWikiPlugin

    v12 v13  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Underscore_Wiki_Page automatic linking =
     3= Underscore_Wiki_Page automatic linking
    44
    5 == Description ==
     5== Description
    66
    77A tiny one-file plugin that transforms the !MediaWiki styled `Underscore_Wiki_Page` to a link automatically, as it does with `CamelCaseWikiPage`. The wiki page name must have at least two words and each word must start with an upper case letter (like `Foo_Bar_Baz`).
    88
    9 We originally created it to make class names (like Controller_Frontend_Foobar) link to a corresponding wiki page automatically. We do think that !CamelCaseStyle is prettier and still use it for most wiki pages :-)
     9We originally created it to make class names (like Controller_Frontend_Foobar) link to a corresponding wiki page automatically. We do think that !CamelCaseStyle is prettier and still use it for most wiki pages.
    1010
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for UnderscoreWikiPlugin are
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=UnderscoreWikiPlugin&owner=shesek new ticket] or email to nadav \\at\\ humaninternals <dot> com. I'm also at #trac, usually with the nickname shsek, shesek or execute.
     17[/newticket?component=UnderscoreWikiPlugin new ticket] or email to nadav \\at\\ humaninternals <dot> com. I'm also at #trac, usually with the nickname shsek, shesek or execute.
    1818
    19 == Download ==
     19[[TicketQuery(component=UnderscoreWikiPlugin&group=type,format=progress)]]
     20
     21== Download
    2022
    2123Download the zipped source from [download:underscorewikiplugin here].
    2224
    23 == Source ==
     25== Source
    2426
    2527You can check out UnderscoreWikiPlugin from [http://trac-hacks.org/svn/underscorewikiplugin here] using Subversion, or [source:underscorewikiplugin browse the source] with Trac.
    2628
    27 == Installation ==
    28 This is just a one-file plugin. You can simply put the [http://trac-hacks.org/svn/underscorewikiplugin/0.12/UnderscoreWiki.py UnderscoreWiki.py] file directly in your plugins directory.
     29== Installation
    2930
    30 You can download it using wget like that: ''(make sure its readable by the user running Trac)''
    31 {{{wget -O /path/to/trac/env/plugins/UnderscoreWiki.py http://trac-hacks.org/svn/underscorewikiplugin/0.12/UnderscoreWiki.py}}}
     31This plugin consists of a single file. You can simply put the [http://trac-hacks.org/svn/underscorewikiplugin/0.12/UnderscoreWiki.py UnderscoreWiki.py] file directly in your plugins directory.
    3232
    33 == Configuration ==
     33You can download it using wget:
     34{{{#!sh
     35$ wget -O /path/to/trac/env/plugins/UnderscoreWiki.py http://trac-hacks.org/svn/underscorewikiplugin/0.12/UnderscoreWiki.py
     36}}}
     37
     38Make sure its readable by the user running Trac.
     39
     40== Configuration
     41
    3442This plugin has two configuration options that can be set under a `[underscore-wiki]` section in TracIni.
    3543
     
    3846
    3947This should look like:
    40 {{{
     48{{{#!ini
    4149[underscore-wiki]
    4250ignore_missing_pages = true
     
    4452}}}
    4553
    46 == Recent Changes ==
     54== Recent Changes
    4755
    4856[[ChangeLog(underscorewikiplugin, 3)]]
    4957
    50 == Author/Contributors ==
     58== Author/Contributors
    5159
    5260'''Author:''' [wiki:shesek][[BR]]
    53 '''Maintainer:''' [wiki:shesek] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    5462'''Contributors:'''