wiki:GtkDocPlugin

Version 4 (modified by Luis Saavedra, 13 years ago) (diff)

--

GtkDocPlugin

Description

The 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.

There'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.

As 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.

original announcement

Bugs/Feature Requests

Existing bugs and feature requests for GtkDocPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:gtkdocplugin here].

Source

You can check out GtkDocPlugin from here using Subversion, or browse the source with Trac.

Example

gnugts

Installation

Please follow documentation on how to install Trac's plugins.

Recent Changes

9899 by lsaavedr on 2011-02-25 05:44:29
  • minor bug fixes in the deployment of non-default books
  • words more appropriate in the admin interface
9892 by lsaavedr on 2011-02-24 02:43:32
  • a more complete admin interface!
9886 by lsaavedr on 2011-02-23 04:53:18
  • a more complete admin interface
  • WARNING: before update, remove old [gtkdoc] tags
(more)

Author/Contributors

Author: lsaavedr
Maintainer: lsaavedr
Contributors: Gary Kramlich tracgtkdoc