Changes between Version 11 and Version 12 of GtkDocPlugin


Ignore:
Timestamp:
Nov 16, 2015, 9:20:38 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GtkDocPlugin

    v11 v12  
    55== Description
    66
    7 This plugin integrates gtkdoc books into Trac's interface. This is accomplished by displaying the actual html output of gtkdoc, as well as integrating into the search engine in trac.
     7This plugin integrates gtkdoc books into Trac's interface. This is accomplished by displaying the actual html output of gtkdoc, as well as integrating into the search engine in Trac.
    88
    9 There are three new user permissions in this plugin, `GTKDOC_SEARCH`, `GTKDOC_VIEW` and `GTKDOC_ADMIN`. `GTKDOC_VIEW` and `GTKDOC_SEARCH` is obviously to view and respectively to search in the api, where `GTKDOC_ADMIN` allows the addition and removal of books.
     9There are three new user permissions in this plugin: `GTKDOC_SEARCH`, `GTKDOC_VIEW` and `GTKDOC_ADMIN`. `GTKDOC_VIEW` and `GTKDOC_SEARCH` is obviously to view and respectively to search in the API, where `GTKDOC_ADMIN` allows the addition and removal of books.
    1010
    11 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.
     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 are 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.
    1212
    1313See also: [http://gary-kramlich.livejournal.com/10776.html original announcement].
     
    2525== Download
    2626
    27 Download the zipped source from [download:gtkdocplugin here].
     27Download the zipped source from [export:gtkdocplugin here].
    2828
    2929== Source
    3030
    31 You can check out GtkDocPlugin from [http://trac-hacks.org/svn/gtkdocplugin here] using Subversion, or [source:gtkdocplugin browse the source] with Trac.
     31You can check out GtkDocPlugin from [/svn/gtkdocplugin here] using Subversion, or [source:gtkdocplugin browse the source] with Trac.
    3232
    3333== Installation
    3434
    35 Please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     35General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3636
    3737== Example