Changes between Version 15 and Version 16 of DoxygenPlugin


Ignore:
Timestamp:
Feb 27, 2006, 12:25:09 PM (18 years ago)
Author:
SunSailor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DoxygenPlugin

    v15 v16  
    6363To enable the search option the {{{SEARCHENGINE}}} tag must be set to 'YES'.
    6464
    65 == Request for Comment ==
     65== Request for Comment by SunSailor ==
    6666Currently, I'm not able to get this plugin running (Trac 0.9.3), the tab is displayed, but without any content. I tried it on two very different machines, which makes wrong paths very unlikly. Anyone else expierence such problems? Any development to be expected in the near future?
    6767
     
    6969I'm curently running this plugin and did some changes to support images in documetation. See ticket [ticket:119]. I'm planning add multiple documentation support see ticket [ticket:171]
    7070
    71 ==== Fix ====
     71==== Fix by SunSailor on 02/27/2006 ====
    7272So, digged a bit into, why it wouldn't run here at all. I found out, that in process_request, the conversion req.args['path'] fails, as it is an instance of !MiniFieldStorage, not a string. Changing it into req.args.getvalue('path') works then. Would be nice, if you could anticipate it in your code base. Further, it would be nice to get another config option "index", which identifies the initial index file, as it can be index.html or main.html, depending on the doxygen settings. Support for images would be cool, too. Add a comment, if you apreciate me to help you.
    7373