Download
You can download the TRASHY package from this link:
http://prdownloads.sourceforge.net/trashy/trashy_php_v0.1.zip?download
It leads you to a page with a list of sourceforge software archives. Simply choose the archive which is nearest to your country to start the download.
Package content
| file(s) | content |
|---|
trashy.php | This is the TRASHY php code file. | pics/ | This is a folder that contains all the pictures which are used by the documentation, and the TRASHY's logo pics. | about.php
aliasesdata.xml
download.php
faq.php
index.php
legal.php
links.php
news.php
pxw4pa.php
reference.php
refquick.txt
ref.att.global.php
ref.att.list.php
ref.attribs.php
ref.notes.php
ref.syntax.php
ref.tags.global.php
ref.tags.list.php
ref.tags.php
ref.tricks.php
reference.php
trashy.doc.css
vars.php | These are the documentation files. Click index.php to open the homepage.
refquick.txt is the quick reference text file. | GNU_GPL.txt | This is a copy of the GNU GPL license v2. |
Getting started Decompress the zip package inside a folder of your choice.
Then locate the file trashy.php and copy it inside the folder of your PHP project.
Add the line which follows to the beginning of your PHP code and you're ready to use TRASHY! :D
require "trashy.php";
Remember what follows:
TRASHY documentation is written in TRASHY code, and requires it to be displayed. If you MOVE the trashy.php code file from the documentation to your project folder to use it, you will never be able to display the documentation! :P When you need to use the trashy.php file, DON'T REMOVE it from the documentation folder: make a copy of it, instead.
All the pages of this website/documentation, as well as the TRASHY software itself, are released under the terms of the CC-GNU GPL license v.2. |
|