Skip to content

Commit

Permalink
Item1244: update docs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PhpBB3UsersContrib@3057 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Mar 13, 2009
1 parent c395478 commit feb2408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data/System/PhpBB3UsersContrib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Settings are in =lib/LocalSite.cfg=. the Foswiki configure script does not curre
* Set STUB = authenticate using the phpBB3 users - disable registration.

---++ Installation Instructions
<!--
* Download the ZIP file from the Plugin web (see below)
* Unzip ==%TOPIC%.zip== in your foswiki installation directory. Content:
<!--
| *File:* | *Description:* |
-->

Expand All @@ -60,6 +60,8 @@ Settings are in =lib/LocalSite.cfg=. the Foswiki configure script does not curre
| Dependencies: | <table border="1"><tr><th>Name</th><th>Version</th><th>Description</th></tr><tr><td align="left">DBIx::SQLEngine</td><td align="left"> &gt;=0.93</td><td align="left">(and its pre-requisites) Extends DBI with High-Level Operations</td></tr><tr><td align="left">DBD::mysql</td><td align="left"> &gt;=3.0000</td><td align="left">(and its pre-requisites) MySQL driver for the Perl5 Database Interface (DBI)</td></tr></table> |
| Version: | $Rev$ |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 13 Mar 2009 | support for phpBB2 passwords |
| 12 Mar 2009 | group and admin support |
| 11 Mar 2009 | convert from Foswiki:Extensions.JoomlaUsersContrib |
| Home: | http://foswiki.org/Extensions/%TOPIC% |
| Support: | http://foswiki.org/Support/%TOPIC% |
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/PhpBB3UsersContrib/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

use Foswiki::Contrib::Build;

my $build = new Foswiki::Contrib::Build( 'PhpBB3UsersContrib ' );
my $build = new Foswiki::Contrib::Build( 'PhpBB3UsersContrib' );
$build->build( $build->{target} );

0 comments on commit feb2408

Please sign in to comment.