Changes between Version 10 and Version 11 of GtkDocPlugin


Ignore:
Timestamp:
Jul 10, 2015, 1:51:24 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • GtkDocPlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = GTK-Doc Plugin for Trac =
     3= GTK-Doc Plugin for Trac
    44
    5 == Description ==
     5== Description
    66
    7 The idea of the plugin is to integrate gtkdoc books into trac's interface. This is accomplished, currently, 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's 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'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.
    1212
    13 See also:
    14   * [http://gary-kramlich.livejournal.com/10776.html original announcement]
     13See also: [http://gary-kramlich.livejournal.com/10776.html original announcement].
    1514
    16 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1716
    1817Existing bugs and feature requests for GtkDocPlugin are
     
    2019
    2120If you have any issues, create a
    22 [http://trac-hacks.org/newticket?component=GtkDocPlugin&owner=lsaavedr new ticket].
     21[/newticket?component=GtkDocPlugin new ticket].
    2322
    24 == Download ==
     23[[TicketQuery(component=GtkDocPlugin&group=type,format=progress)]]
     24
     25== Download
    2526
    2627Download the zipped source from [download:gtkdocplugin here].
    2728
    28 == Source ==
     29== Source
    2930
    3031You can check out GtkDocPlugin from [http://trac-hacks.org/svn/gtkdocplugin here] using Subversion, or [source:gtkdocplugin browse the source] with Trac.
    3132
    32 == Example ==
    33 
    34 [http://www.gnugts.org/ gnugts.org]
    35 
    36 == Installation ==
     33== Installation
    3734
    3835Please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    3936
    40 == Recent Changes ==
     37== Example
     38
     39See [http://www.gnugts.org/ gnugts.org]
     40
     41== Recent Changes
    4142
    4243[[ChangeLog(gtkdocplugin, 3)]]
    4344
    44 == Author/Contributors ==
     45== Author/Contributors
    4546
    4647'''Author:''' [wiki:lsaavedr] [[BR]]
    47 '''Maintainer:''' [wiki:lsaavedr] [[BR]]
     48'''Maintainer:''' [[Maintainer]] [[BR]]
    4849'''Contributors:''' Gary Kramlich [http://hg.guifications.org/extras/file/2bc8f2aedef7/trac/gtkdoc/tracgtkdoc tracgtkdoc]