Skip to content

Instantly share code, notes, and snippets.

@bantu
Created March 7, 2012 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bantu/ad77593b9444a19f575d to your computer and use it in GitHub Desktop.
Save bantu/ad77593b9444a19f575d to your computer and use it in GitHub Desktop.
afischer@leonard:/var/www/projects/phpbb3 (develop) phpBB $ grep "phpBB 3.0" . -R
./includes/functions.php:* @version Version 0.1 / slightly modified for phpBB 3.0.x (using $H$ as hash type identifier)
./includes/functions_install.php: $config_data .= "// phpBB 3.0.x auto-generated configuration file\n// Do not change anything in this file!\n";
./docs/INSTALL.html:<meta name="description" content="phpBB 3.0.x Installation, updating and conversion informations" />
./docs/INSTALL.html: <h1>phpBB 3.0.x Install</h1>
./docs/INSTALL.html: <p>phpBB 3.0.x Installation, updating and conversion informations</p>
./docs/INSTALL.html: <li><a href="#update">Updating from stable releases of phpBB 3.0.x</a>
./docs/INSTALL.html: <li><a href="#convert">Conversion from phpBB 2.0.x to phpBB 3.0.x</a>
./docs/INSTALL.html: <a name="update"></a><h2>4. Updating from stable releases of phpBB 3.0.x</h2>
./docs/INSTALL.html: <a name="convert"></a><h2>5. Conversion from phpBB 2.0.x to phpBB 3.0.x</h2>
./docs/README.html:<meta name="description" content="phpBB 3.0.x Readme" />
./docs/README.html: <h1>phpBB 3.0.x Readme</h1>
./docs/README.html: <p>Please note that this forum should <strong>NOT</strong> be used to obtain support for or ask questions about phpBB 2.0.x or phpBB 3.0.x, the main community forums are the place for this. Any such posts will be locked and go unanswered.</p>
./docs/CHANGELOG.html~:<meta name="description" content="phpBB 3.0.x Changelog" />
./docs/CHANGELOG.html~: <h1>phpBB 3.0.x Changelog</h1>
./docs/CHANGELOG.html~:<p>This is a non-exhaustive (but still near complete) changelog for phpBB 3.0.x including release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.</p>
./docs/CHANGELOG.html:<meta name="description" content="phpBB 3.0.x Changelog" />
./docs/CHANGELOG.html: <h1>phpBB 3.0.x Changelog</h1>
./docs/CHANGELOG.html:<p>This is a non-exhaustive (but still near complete) changelog for phpBB 3.0.x including release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.</p>
./docs/FAQ.html:<meta name="description" content="phpBB 3.0.x frequently asked questions" />
./docs/FAQ.html: <h1>phpBB 3.0.x FAQ</h1>
./docs/FAQ.html: <p>phpBB 3.0.x frequently asked questions</p>
./install/convertors/functions_phpbb20.php:* Helper functions for phpBB 2.0.x to phpBB 3.0.x conversion
./install/install_install.php~: $config_data .= "// phpBB 3.0.x auto-generated configuration file\n// Do not change anything in this file!\n";
./adm/style/admin.css:/* phpBB 3.0 Admin Style Sheet
./styles/prosilver/theme/stylesheet.css: Style name: prosilver (the default phpBB 3.0.x style)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment