Menu

Tree [r72] / trunk /
 History

HTTPS access


File Date Author Commit
 Docs 2006-05-16 floele [r40] Changes for CSSTidy 1.2 final (PHP) and Chinese...
 testing 2006-05-16 floele [r40] Changes for CSSTidy 1.2 final (PHP) and Chinese...
 COPYING 2005-11-27 floele [r11] - trunk / tags / branch folders
 README 2005-11-27 floele [r11] - trunk / tags / branch folders
 class.csstidy.php 2007-08-02 brettz9 [r68] Added identity tests (for speed and accuracy) i...
 class.csstidy_optimise.php 2007-08-02 brettz9 [r69] Added identity tests (for speed and accuracy) i...
 class.csstidy_print.php 2007-08-02 brettz9 [r70] Changed HEREDOC to double-quoted
 css_optimiser.php 2007-08-02 brettz9 [r71] Added identity tests (for speed and accuracy) i...
 cssparse.css 2007-08-01 brettz9 [r63] Shuffled off output specific contents into a ne...
 cssparsed.css 2007-08-01 brettz9 [r64] added styles here from cssparse.css; and added ...
 data.inc.php 2007-03-16 floele [r52] FS#140: Fixing Values of Invalid properties
 lang.inc.php 2007-08-02 brettz9 [r72] Added identity tests (for speed and accuracy) i...
 template.tpl 2006-05-19 floele [r44] template file updates
 template1.tpl 2006-05-19 floele [r44] template file updates
 template2.tpl 2006-05-19 floele [r44] template file updates
 template3.tpl 2006-05-19 floele [r44] template file updates

Read Me

CSSTidy

Changelog: http://cdburnerxp.se/cssparse/csstidy/changelog.php

css_optimiser.php is the web-interface, css_parser.php contains the PHP class (CSSTidy).

This class represents a CSS parser which reads CSS code and saves it in an array.
In opposite to most other CSS parsers, it does not use regular expressions and
thus has full CSS2 support and a higher reliability. The downside of not using regular expressions
is a lower speed though.
Additional to that it applies some optimisations and fixes to the CSS code.
An online version should be available here: http://cdburnerxp.se/cssparse/css_optimiser.php



CSSTidy is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

CSSTidy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with CSSTidy; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.