Changes between Version 7 and Version 8 of PhpBbAuthPlugin


Ignore:
Timestamp:
Oct 31, 2012, 4:27:55 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting. Needs adoption.

Legend:

Unmodified
Added
Removed
Modified
  • PhpBbAuthPlugin

    v7 v8  
     1[[PageOutline(2-5,Contents,pullout)]]
    12= phpBB Authentication with AccountManagerPlugin =
    23
     
    2223 * Change into the source directory that contains the `setup.py` file
    2324 * Build an egg:
    24 {{{
    25 python setup.py bdist_egg
    26 }}}
     25 {{{
     26 #!sh
     27 python setup.py bdist_egg
     28 }}}
    2729 * Copy the egg, found in `dist/` to the `plugins` directory of the desired trac environment
    2830
     
    3234
    3335{{{
     36#!ini
    3437[components]
    3538phpbbauth.main.PhpBBAuthStore = enabled
     
    3942
    4043{{{
     44#!ini
    4145[account-manager]
    4246phpbb_database = mysql://user:pass@host/database
     
    4751
    4852{{{
     53#!sh
    4954pip install mysql-python
    5055}}}
     
    5762
    5863'''Author:''' [wiki:pacopablo] [[BR]]
     64'''Maintainer:''' ''none'' [[BR]]
    5965'''Contributors:''' [[BR]]
    6066'''Sponsored by [http://cobra-language.com Cobra]'''