|
Tool - Joomlacode Files Scraper |
|
|
|
|
"Joomlacode Files Scraper" tool is a PHP script, its purpose is to extract the Files list from a Joomlacode.org (GForge) project and display it as a "clean table".
We use it on our very own Download page.
Credits:
-
It uses the "PHP Simple HTML DOM Parser" by S.C. Chen (http://simplehtmldom.sourceforge.net/). It is released under X11 License (aka MIT License) which is compatible with GNU GPL v2.
Disclaimer:
Read it here!
License:
Read it here!
Requirements:
-
PHP 5.2+
-
allow_url_fopen set to TRUE (php.ini)
Use:
-
Extract the zip file.
-
Open "joomlacode.php" in your favorite text editor .
-
Go to line 27 and edit the $url_base variable to it points to your project.
-
For most people it will be enough with replacing expose with the name of your project.
-
Upload the 4 files to your webserver (joomlacode.php, joomlacode.css, simple_html_dom.php and index.html), preferred to a subfolder.
-
(Optional) Create an article and copy this code:
<iframe frameborder="no" height="600" marginheight="0" marginwidth="0" scrolling="no" src="http://_REPLACE_THIS_WITH_CORRECT_URL_/joomlacode.php" width="800"></iframe>
-
Remember to replace the line "_REPLACE_THIS_WITH_CORRECT_URL_" with the URL to the "joomlacode.php" file.
|
|