Changes between Version 1 and Version 2 of WikiCommentsPlugin


Ignore:
Timestamp:
Oct 11, 2012, 2:12:28 PM (12 years ago)
Author:
Jaroslav Meloun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiCommentsPlugin

    v1 v2  
    55== Description ==
    66
    7 Insert comments into wiki pages
     7Default installation of Trac does not include any way to conveniently annotate and comment wiki pages. I made a plugin for that, compatible with Trac 0.12.3
    88
    99== Bugs/Feature Requests ==
     
    1919Download the zipped source from [download:wikicommentsplugin here].
    2020
     21== Installation ==
     22 * copy WikiComments-1.0-py2.6.egg into your /plugins directory within your Trac installation path
     23 * go to Administration > Plugins > WikiComments and check all options
     24
    2125== Source ==
    2226
    2327You can check out WikiCommentsPlugin from [http://trac-hacks.org/svn/wikicommentsplugin here] using Subversion, or [source:wikicommentsplugin browse the source] with Trac.
    2428
     29== Screenshots ==
     30 * http://www.jarnik.com/wordpress/wp-content/uploads/2012/08/trac_wikicomments_01.png
     31 * http://www.jarnik.com/wordpress/wp-content/uploads/2012/08/trac_wikicomments_02.png
     32
     33== How it works ==
     34http://www.jarnik.com/wordpress/wp-content/uploads/2012/08/trac_wikicomments_03.png
     35 * first comment has to be inserted using edit mode – just click bubble icon (see syntax below)
     36 * followup comments can be attached using a simple form in view mode (see pictures above)
     37
    2538== Example ==
    2639
    27 {{{#!WikiComments author="jaroslav meloun" date="2012-8-28 23:18:58" id="96734058255559d6db4de2b565034914"
    28 HERE IS A COMMENT
    29 {{{#!WikiComments author="jaroslav meloun" date="2012-08-28 23:22:11" id="75d3140a2d081753ee3f8ebb642e9fe6""
    30 HERE IS A NESTED COMMENT
    31 =75d3140a2d081753ee3f8ebb642e9fe6
     40'''Single comment:'''
     41
     42{{{#!WikiComments author="jaroslav meloun" date="2012-8-28 23:18:58" id="96734058255559d6db4de2b565034914"
     43THIS IS A COMMENT TEXT
     44=96734058255559d6db4de2b565034914
    3245}}}
    33 =96734058255559d6db4de2b565034914}}}
     46
     47'''Nested reply:'''
     48
     49{{{#!WikiComments author="jaroslav meloun" date="2012-8-28 23:18:58" id="96734058255559d6db4de2b565034914"
     50THIS IS A COMMENT TEXT
     51{{{#!WikiComments author="jaroslav meloun" date="2012-08-28 23:22:11" id="75d3140a2d081753ee3f8ebb642e9fe6""
     52THIS IS A FOLLOWUP COMMENT. Bump!
     53=75d3140a2d081753ee3f8ebb642e9fe6
     54}}}
     55=96734058255559d6db4de2b565034914
     56}}}
    3457
    3558== Recent Changes ==