Changes between Version 69 and Version 70 of DiscussionPlugin


Ignore:
Timestamp:
May 22, 2010, 6:56:46 PM (14 years ago)
Author:
Radek Bartoň
Comment:

Misplaced comments removed, documentation on installation and support modified.

Legend:

Unmodified
Added
Removed
Modified
  • DiscussionPlugin

    v69 v70  
    2020You can [download:discussionplugin download zipped sources], check out [/svn/discussionplugin using Subversion], or [source:discussionplugin browse the source] with Trac.
    2121
    22 
    2322== Dependencies ==
    2423
     
    3837== Installation ==
    3938
    40 After installing plugin's egg you can set in trac.ini configuration file following variables:
     39For general information about Trac plugins installation see TracPlugins. Plugin is configurable from {{{trac.ini}}} file, see TracIni for more on this topic. The following variables controls DiscussionPlugin's behavior:
    4140
    4241{{{
     
    145144 - Please test if all links and forms redirects page to proper location after request processing in 0.11 branch. If they don't or any error occurs, create a ticket describing error or behavior you expect.
    146145
     146== Support ==
     147
     148If you have any troubles with plugin's installation or configuration and your problem is generally Trac related, you can ask on #trac channel at Freenode IRC network to get the quickiest answer. If the problem is purely DiscussionPlugin related, you can create a topic at [http://blackhex.no-ip.org/discussion/forum/6 BlackTrac discussion - DiscussionPlugin forum]
     149
    147150== Feedback ==
    148151
     
    157160'''Author:''' [wiki:Blackhex Blackhex] [[BR]]
    158161'''Contributors:''' [wiki:athomas athomas] [[BR]]
    159 
    160 {{{
    161 #!comment
    162 What is the difference between "Forums" and "Forum Groups"?
    163 }}}
    164 
    165 {{{
    166 "After installing plugin's egg you can set in trac.ini configuration file following variables: "
    167 }}}
    168 For folks like me, who are not python programmers...and who don't install trac plugins every day, it would be really helpful to include a couple lines about how to actually "install the plugin's egg"...really helpful...especially in a section called "installation"...maybe I'll look and see how phpbb is doing these days...
    169 
    170 ----
    171 
    172 Ick. '''I''' didn't find installation "intuitively obvious". Best I could figure was to do the following:
    173 
    174 1.  Make a directory to hold the source:
    175 
    176 mkdir /home/me/src[[BR]]
    177 cd /home/me/src
    178 
    179 2.  Grab the source from Subversion (for version 0.11):
    180 
    181 svn co !http://trac-hacks.org/svn/discussionplugin/0.11/
    182 
    183 3.  Use easy_install to install from the source directory:
    184 
    185 easy_install !file:///home/me/src/0.11/
    186 
    187 Maybe this worked. At least it claims to have installed. The more intuitive version: "easy_install !TracDiscussion" didn't work.