Changes between Initial Version and Version 1 of GtkDocPlugin


Ignore:
Timestamp:
Jan 27, 2011, 4:20:25 PM (13 years ago)
Author:
Luis Saavedra
Comment:

New hack GtkDocPlugin, created by lsaavedr

Legend:

Unmodified
Added
Removed
Modified
  • GtkDocPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= GtkDoc =
     4
     5== Description ==
     6
     7The idea of the plugin is to integrate gtkdoc books into trac's interface. This is accomplished, currently, by and iframe displaying the actual htlm output of gtkdoc, as well as integrating into the search engine in trac.
     8
     9There's three new user permissions in this plugin, GTKDOC_SEARCH, GTKDOC_VIEW, and GTKDOC_ADMIN. GTKDOC_VIEW is obviously to view the api and well as search it, where admin allows the addition and removal of books.
     10
     11As mentioned above the admin interface provides an interface for adding and removing books. Books are keyed on a name given to them at the time they're added, as well as an absolute path on the local filesystem of where the book actually is. This way, you can update the documentation (with rsync for example) and not have to touch a thing in trac.
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for GtkDocPlugin are
     16[report:9?COMPONENT=GtkDocPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=GtkDocPlugin&owner=lsaavedr new ticket].
     20
     21== Download ==
     22
     23Download the zipped source from [download:gtkdocplugin here].
     24
     25== Source ==
     26
     27You can check out GtkDocPlugin from [http://trac-hacks.org/svn/gtkdocplugin here] using Subversion, or [source:gtkdocplugin browse the source] with Trac.
     28
     29== Example ==
     30
     31[http://www.gnugts.org/ gnugts]
     32
     33== Recent Changes ==
     34
     35[[ChangeLog(gtkdocplugin, 3)]]
     36
     37== Author/Contributors ==
     38
     39'''Author:''' [wiki:lsaavedr] [[BR]]
     40'''Maintainer:''' [wiki:lsaavedr] [[BR]]
     41'''Contributors:'''