Skip to content

Commit ab4e7c2

Browse files
committed
restructuring for psr-0 and PEAR compatibility
1 parent 6ef7a24 commit ab4e7c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1635
-989
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.build
2+
dist
3+
.tmp
4+
nbproject
5+
review
6+
vendor

LICENSE.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
PHP-CSS-Parser is freely distributable under the terms of an MIT-style license.
2+
3+
Copyright (c) 2011-2012 Raphael Schweikert, http://sabberworm.com/
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

build.local.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<project name="local" default="help">
2+
<target name="help">
3+
<echo message="This component has no local build targets." />
4+
</target>
5+
</project>
6+
<!-- vim: set tabstop=2 shiftwidth=2 expandtab: -->

build.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
project.name=CSS
2+
project.channel=<your PEAR channel>
3+
project.majorVersion=0
4+
project.minorVersion=1
5+
project.patchLevel=0
6+
project.snapshot=true
7+
8+
checkstyle.standard=Zend
9+
10+
component.type=php-library
11+
component.version=10
12+
13+
pear.local=/var/www/${project.channel}

build.xml

Lines changed: 440 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)