Changes between Version 7 and Version 8 of TracSubPagesMacro


Ignore:
Timestamp:
Aug 21, 2015, 7:32:39 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes: pypi intertrac link

Legend:

Unmodified
Added
Removed
Modified
  • TracSubPagesMacro

    v7 v8  
    55== Description
    66
    7 This plugin allows full wiki pages to be displayed inside other wiki pages. This is useful if there is a piece of content (such as a contact table or log) that needs to be displayed in multiple places, as it eliminates the need for each instance of this content to be maintained.
     7This plugin allows full Trac wiki pages to be displayed inside other Trac wiki pages. This is useful if there is a piece of content (such as a contact table or log) that needs to be displayed in multiple places, as it eliminates the need for each instance of this content to be maintained.
    88
    99See also: IncludeMacro
     
    1111== Download
    1212
    13 Download the zipped source from [http://pypi.python.org/pypi/TracSubPages/ here].
     13Download the zipped source from [pypi:TracSubPages here].
    1414
    1515== Installation
    1616
    1717 * Manually:
    18    * Download and untar the source directory
    19    * Drop the compiled egg into the plugins directory of your Trac instance
    20    {{{
     18   * Download and untar the source directory.
     19   * Drop the compiled egg into the plugins directory of your Trac instance:
     20   {{{#!sh
    2121   $ python setup.py bdist_egg
    2222   $ cp dist/CustomSelectAdmin<ADDITIONAL-INFO>.egg <PATH-TO-TRAC-INSTANCE>/plugins
    2323   }}}
    2424 * Globally:
    25    * easy_install the egg so it will apply to all Trac instances
    26      {{{
     25   * easy_install the egg so it will apply to all Trac instances:
     26     {{{#!sh
    2727     $ easy_install TracSubPages
    2828     }}}
     
    3434}}}
    3535
    36 or, if you you don't have access to `trac.ini` but do have the `TRAC_ADMIN` permission (the Admin panel shows up in the main nav
     36Or, if you you don't have access to `trac.ini` but do have the `TRAC_ADMIN` permission (the Admin panel shows up in the main nav
    3737when you're logged in), you can go to the Plugins section within the Admin area and check 'Enabled' next to !CustomSelectAdmin.
    3838