Changes between Version 9 and Version 10 of PhpBbAuthPlugin


Ignore:
Timestamp:
Nov 9, 2015, 3:03:32 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PhpBbAuthPlugin

    v9 v10  
    1212
    1313Existing bugs and feature requests for PhpBbAuthPlugin are
    14 [query:status!=closed&component=PhpBbAuthPlugin&order=priority here].
     14[report:9?COMPONENT=PhpBbAuthPlugin here].
    1515
    1616If you have any issues, create a
    17 [/newticket?component=PhpBbAuthPlugin&owner=pacopablo new ticket].
     17[/newticket?component=PhpBbAuthPlugin new ticket].
    1818
    1919[[TicketQuery(component=PhpBbAuthPlugin&group=type,format=progress)]]
    2020
    21 == Download and Source
     21== Download
    2222
    23 Download the zipped source from [download:phpbbauthplugin here], check out [/svn/phpbbauthplugin using Subversion], or [source:phpbbauthplugin browse the source] with Trac.
     23Download the zipped source from [export:phpbbauthplugin here].
     24
     25== Source
     26
     27Check out [/svn/phpbbauthplugin using Subversion], or [source:phpbbauthplugin browse the source] with Trac.
    2428
    2529== Installation
    2630
    27  * First make sure you have AccountManagerPlugin installed
    28  * Grab the source
    29  * Unpack the source
    30  * Change into the source directory that contains the `setup.py` file
    31  * Build an egg:
    32  {{{
    33  #!sh
     31 * As a prerequisite, AccountManagerPlugin must be installed.
     32 * Grab and unpack the source.
     33 * Change into the source directory that contains the `setup.py` file and build an egg:
     34 {{{#!sh
    3435 python setup.py bdist_egg
    3536 }}}
    36  * Copy the egg, found in `dist/` to the `plugins` directory of the desired trac environment
     37 * Copy the egg, found in `dist/` to the `plugins` directory of the desired Trac environment.
    3738
    3839== Configuration
     
    5354}}}
    5455
    55 To use this, it requires mysql-python which can be installed with pip from a command line:
     56To use this, mysql-python is required which can be installed with pip from a command line:
    5657
    5758{{{#!sh
     
    6667
    6768'''Author:''' [wiki:pacopablo] [[BR]]
    68 '''Maintainer:''' ''none'' [[BR]]
     69'''Maintainer:''' [[Maintainer]] [[BR]]
    6970'''Contributors:''' [[BR]]