SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

csstidy rpm build for : Other. For other distributions click csstidy.

Name : csstidy
Version : 1.2 Vendor : olea_org/paquetes-rpm/
Release : 1olea Date : 2006-12-21 14:08:35
Group : Development/Tools Source RPM : csstidy-1.2-1olea.src.rpm
Size : 0.36 MB
Packager : Ismael Olea < ismael_olea_org>
Summary : CSS parser and optimiser
Description :

CSSTidy is an opensource CSS parser and optimiser. It is available as
executeable file (available for Windows, Linux and OSX) which can be
controlled per command line and as PHP script (both with almost the same
functionality). In opposite to most other CSS parsers, no regular
expressions are used and thus CSSTidy has full CSS2 support and a higher
reliability.

Features (\"a\" stands for all selectors, \"margin\" stands for all properties):

* colours like \"black\" or rgb(0,0,0) are converted to #000000 or rather

they are shorter.
* a{property:x;property:y;} becomes a{property:y;} (all duplicate
properties are merged)
* margin:1px 1px 1px 1px; becomes margin:1px;
* margin:0px; becomes margin:0;
* a{margin-top:10px; margin-bottom:10px; margin-left:10px;
margin-right:10px;} becomes a{margin:10px;}
* margin:010.0px; becomes margin:10px;
* all unnecessary whitespace is removed, depending on the compression-level
* all background-properties are merged
* all comments are removed
* the last semicolon in every block can be removed
* missing semicolons are added, incorrect newlines in strings are fixed,
missing units are added, bad colors (and color names) are fixed
* property:value ! important; becomes property:value !important;

RPM found in directory: /packages/linux-pbone/archive/olea.org

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  csstidy-1.2-1olea.i386.rpm
     Search for other platforms
csstidy-1.2-1olea.sparc.rpm
csstidy-1.2-1olea.alpha.rpm
csstidy-1.2-1olea.ppc.rpm
csstidy-1.2-1olea.ia64.rpm
csstidy-1.2-1olea.s390.rpm

Provides :
csstidy

Requires :
libstdc++.so.6(GLIBCXX_3.4)
rpmlib(CompressedFileNames) <= 3.0.4-1
libstdc++.so.6
libgcc_s.so.1
libc.so.6(GLIBC_2.0)
libstdc++.so.6(GLIBCXX_3.4.6)
libc.so.6(GLIBC_2.1.3)
libgcc_s.so.1(GCC_3.0)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libstdc++.so.6(CXXABI_1.3)
libc.so.6
libm.so.6(GLIBC_2.0)
libstdc++.so.6(GLIBCXX_3.4.4)
libm.so.6


Content of RPM :
/usr/bin/csstidy
/usr/share/doc/csstidy-1.2
/usr/share/doc/csstidy-1.2/LICENSE

 
ICM