|
|
|
Syntax for: PHP_CSL_6 . README |
<?
echo 'please read the file readme.txt, ';
echo 'or see the description below';
?>
|
|
Description for: PHP_CSL_6 . README |
Project: PHP-CSL 6 (PHP Code Snippet Library Version 6)
Date: 2003/01/09 (y/m/d)
Author: Stuart Cochrane - stuartc1@hotmail.com
URL: http://sf.net/projects/php-csl
DEMO: http://php-csl.sf.net
--------------------------------------------------------
License:
Basically GPL Open Source.
All comments and references must remain unchanged.
This package can be redistributed as a whole or as part of a third party package, but credit must always be given to the correct Author (Me).
This file (reame.txt) must always be distributed along with PHP CSL 6, and remain unchanged.
Project Description:
PHP CSL was originally designed to help save time when programming PHP projects. It is a very simple way of storing snippets of code that you may use again in the future. Its main functions include the management of Snippet Categories and Snippets, and use the PHP built-in method highlight_string to pre-format and highlight PHP syntax.
--------------------------------------------------------
Version Information:
Update Status -
In this version you may notice big changes (in the coding anyway), the one main change is the move from Database storage to text file storage. This change has been done to simplify the configuration process and help users without MySQL. An other reason that MySQL support has been dropped id to allow for users to write their own database add-ons, whilst leaving the original as clean as possible.
Another big change is the highlighting support. On previous versions the PHP Beautifier add-on was built-in (which allowed for 250 ) syntax highlighting filters. But due to many bugs and programming style, it has been totally removed (but could easily be added on if desired).
The new version involves no configuration to work (although it has not been tested on all platforms/php configurations as yet). The size of the new version is also impressive at less that 50K (including 5 themes, excluding PNG graphics).
--------------------------------------------------------
New Features -
Themes, the front-end now supports custom themes and come with 5 pre designed. A simple variable change on the configuration file will alter the complete look of the interface. Its now easy to add you own look, it should only take about 10 minutes. Graphics are included in the original PNG format to help in theme changes.
--------------------------------------------------------
Bugs:
Unknown (as yet).
Please report any bugs or issues on the main project site http://sf.net/projects/php-csl
--------------------------------------------------------
Configuration:
None required, but remember to chmod the library directory to 777 on non windows platforms.
|
|
|