Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Apr 24, 2009
1 parent 698f147 commit 315e533
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions README.markdown
@@ -1,17 +1,36 @@
# Compass
A [Sass](http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html)-based CSS Meta-Framework that allows you to mix and match any of the following CSS frameworks:
- [Compass Core](http://github.com/chriseppstein/compass/tree/master/frameworks/compass) - [Wiki Documentation](http://github.com/chriseppstein/compass/wikis/compass-core-documentation)
- [Blueprint](http://blueprintcss.org/) - [Wiki Documentation](http://github.com/chriseppstein/compass/wikis/blueprint-documentation)
- [YUI](http://developer.yahoo.com/yui/grids/) - [Wiki Documentation](http://github.com/chriseppstein/compass/wikis/yui-documentation)
- [960](http://960.gs/) - [Wiki Documentation](http://github.com/chriseppstein/compass/wikis/960gs-documentation)
- [YAML](http://www.yaml.de/en/) - Planned
- Other frameworks can be added relatively easily.
A [Sass][sass]-based CSS Meta-Framework that allows you to mix and match any of the following CSS frameworks:

- [Compass Core][compass_core_website] - [Wiki Documentation][compass_core_wiki]
- [Blueprint][blueprint_website] - [Wiki Documentation][bleuprint_wiki]
- [YUI][yui_website] - [Wiki Documentation][yui_wiki]
- [960][ninesixty_website] - [Wiki Documentation][ninesixty_wiki]
- Other frameworks can be added relatively easily. Port your own!

## Compass Provides
1. A command line tool for maintaining your Sass projects.
2. Optional integration with Ruby-on-Rails, Merb, StaticMatic, and other application servers.
1. A [command line tool][command_line_wiki] for managing your Sass projects.
2. Simple integration with [Ruby-on-Rails][ruby_on_rails_wiki], [Merb][merb_wiki], [StaticMatic][static_matic_wiki], and even [non-ruby application servers][command_line_wiki].
3. Loads of Sass mixins to make building your website a snap.

## More Information
Please see the [wiki](http://github.com/chriseppstein/compass/wikis/home)
Please see the [wiki][wiki]

## Author
Compass is written by [Chris Eppstein][chris_eppstein]. Chris is the Software Architect of [Caring.com][caring.com] and a member of the [Sass][sass] core team.

[sass]: http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html "Syntactically Awesome StyleSheets"
[compass_core_website]: http://github.com/chriseppstein/compass/tree/master/frameworks/compass
[compass_core_wiki]: http://github.com/chriseppstein/compass/wikis/compass-core-documentation
[blueprint_website]: http://blueprintcss.org/
[bleuprint_wiki]: http://github.com/chriseppstein/compass/wikis/blueprint-documentation
[yui_website]: http://developer.yahoo.com/yui/grids/
[yui_wiki]: http://github.com/chriseppstein/compass/wikis/yui-documentation
[ninesixty_website]: http://960.gs/
[ninesixty_wiki]: http://github.com/chriseppstein/compass/wikis/960gs-documentation
[command_line_wiki]: http://wiki.github.com/chriseppstein/compass/command-line-tool
[wiki]: http://github.com/chriseppstein/compass/wikis/home
[ruby_on_rails_wiki]: http://wiki.github.com/chriseppstein/compass/ruby-on-rails-integration
[merb_wiki]: http://wiki.github.com/chriseppstein/compass/merb-integration
[static_matic_wiki]: http://wiki.github.com/chriseppstein/compass/staticmatic-integration
[chris_eppstein]: http://acts-as-architect.blogspot.com
[caring.com]: http://www.caring.com/ "Senior Care Resources"

0 comments on commit 315e533

Please sign in to comment.