[Cs-content-commits] SF.net SVN: cs-content:[512] trunk/current
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2012-06-15 00:42:32
|
Revision: 512 http://cs-content.svn.sourceforge.net/cs-content/?rev=512&view=rev Author: crazedsanity Date: 2012-06-15 00:42:26 +0000 (Fri, 15 Jun 2012) Log Message: ----------- Matching the Git repo... Added Paths: ----------- trunk/current/README Removed Paths: ------------- trunk/current/README.txt Property Changed: ---------------- trunk/current/ Property changes on: trunk/current ___________________________________________________________________ Modified: svn:ignore - .project + .project .git .gitignore Added: trunk/current/README =================================================================== --- trunk/current/README (rev 0) +++ trunk/current/README 2012-06-15 00:42:26 UTC (rev 512) @@ -0,0 +1,4 @@ +Generic framework designed to leverage the power of a templating system and PHP includes, all running through a single display script. Allows incredibly fast building of an intelligent website without having to write a script for every page. Separate HTML from code, intelligently build pages using path-based script and template inheritance. + +Documentation is now located at: +[https://cs-content.svn.sourceforge.net/svnroot/cs-content/documentation], or via the Git repository at GitHub... It has been moved to avoid unnecessarily large downloads. Deleted: trunk/current/README.txt =================================================================== --- trunk/current/README.txt 2012-03-01 04:13:49 UTC (rev 511) +++ trunk/current/README.txt 2012-06-15 00:42:26 UTC (rev 512) @@ -1,5 +0,0 @@ -Documentation is now located at: -[https://cs-content.svn.sourceforge.net/svnroot/cs-content/documentation]. It -has been moved to avoid unnecessarily large downloads. - -$Id$ \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |