Download
Getting the sources
You can get the latest TiP release from any BerliOS mirror site.
Alternative, you could browse and download the bleeding edge version directly from the BerliOS git repository.
Software requirements
TiP usually runs in a typical LAMP or WAMP environment that fulfills the following requirements:
- PHP 5.2.0 or later
- MySql 4.0.12 or later
MySql 4.1 or later is strongly suggested. The dependencies with the database server strictly depend from which data engine you use. MySql is the default data engine. Also remember that, at least teorically, with a specific data engine you can work without a database server. Furthermore, you can have different data engines with different modules.
License
I'm not a license fun. Anyway, for sake of consistency, the TiP system is covered by the New BSD License, as suggested by the PEAR group.
External code used (bundled in the tarball)
The TiP is based on some other code (mainly PEAR packages). The tarball includes a copy, a part or a modified version of the following packages:
- Archive_Tar 1.3.2
Not still used: will be the main brick of the backup process.
- Benchmark 1.2.6
Used to get some profiling information.
- HTML_Menu 2.1.4
Completed with a custom TiP renderer, it is used to generate all the hierarchical menu (in TIP_Hierarchy and TIP_Cronology, for instance).
- HTML_Common 1.2.3
Used by HTML_QuickForm.
- HTML_QuickForm 3.2.9
Heavely used by TIP_Form to generate all the TiP form. It is integrated by a custom TiP renderer and some new elements are added (Picture, WikiArea and Captcha).
- HTTP 1.4.0
Used by HTTP_Session2 and HTTP_Download.
- HTTP_Download 1.1.2
Together with Archive_Tar will provide the base for a site backup.
- HTTP_Header 1.2.0
Used by HTTP_Session2 and HTTP_Download.
- HTTP_Session2 0.2.0
A stripped version of this package (with a new implemented session container) is used to manage the TiP sessions.
- Numbers_Words 0.15.0
Used to manage simple CAPTCHA elements in forms.
- PEAR 1.5.4
The base for almost all these packages. Only the PEAR.php file is included in TiP.
- Text_Wiki 1.2.0
The heart of the content formatting. The version used by TiP has some modifications to allow more Toc customization and XHTML compliance.
Download
was last modified by
Nicola
on
Sat 16 May 2009 11:02:14 AM CEST