Changes between Version 3 and Version 4 of PhpBbAuthPlugin


Ignore:
Timestamp:
Apr 21, 2008, 7:10:39 AM (16 years ago)
Author:
John Hampton
Comment:

Cleaned up documentation, removed incompleteness warning

Legend:

Unmodified
Added
Removed
Modified
  • PhpBbAuthPlugin

    v3 v4  
    11= phpBB Authentication with AccountManagerPlugin =
    2 
    3 = DO NOT USE.  IT DOESN'T WORK YET =
    42
    53== Description ==
     
    1715Download the zipped source from [download:phpbbauthplugin here], check out [/svn/phpbbauthplugin using Subversion], or [source:phpbbauthplugin browse the source] with Trac.
    1816
    19 == Example ==
     17== Installation ==
     18 * Grab the source
     19 * Unpack the source
     20 * Change into the source directory that contains the `setup.py` file
     21 * Build an egg:
     22{{{
     23python setup.py bdist_egg
     24}}}
     25 * Copy the egg, found in `dist/` to the `plugins` directory of the desired trac environment
     26
     27== Configuration ==
    2028
    2129Set the phpBB database location
     
    2432[account-manager]
    2533phpbb_database = mysql://user:pass@host/database
     34password_store = PhpBbAuthStore
    2635}}}
    2736
     
    3342
    3443'''Author:''' [wiki:pacopablo] [[BR]]
    35 '''Contributors:'''
     44'''Contributors:''' [[BR]]
     45'''Sponsored by [http://cobra-language.com Cobra]'''