debian/0000755000000000000000000000000012055542734007175 5ustar debian/require-rubygems.overrides0000644000000000000000000000034412026320713014416 0ustar --- - debian/ruby-compass/usr/lib/ruby/vendor_ruby/compass/validator.rb - debian/ruby-compass/usr/lib/ruby/vendor_ruby/compass/dependencies.rb - debian/ruby-compass/usr/lib/ruby/vendor_ruby/compass/commands/extension_command.rb debian/patches/0000755000000000000000000000000011604113630010610 5ustar debian/patches/1001-avoid-rubygems.patch0000644000000000000000000000136311604113417015153 0ustar Description: Avoid rubygems Author: Jonas Smedegaard Last-Update: 2011-07-03 --- a/lib/compass/validator.rb +++ b/lib/compass/validator.rb @@ -1,5 +1,4 @@ begin - require 'rubygems' require 'compass-validator' rescue LoadError => e if e.message =~ /core_ext/ --- a/lib/compass/dependencies.rb +++ b/lib/compass/dependencies.rb @@ -1,12 +1,7 @@ begin require 'sass' rescue LoadError - require 'rubygems' - begin - require 'sass' - rescue LoadError - puts "Unable to load Sass. Please install it with one of the following commands:" - puts " gem install sass --pre" + puts "Unable to load Sass. Please install it e.g. with the following command:" + puts " aptitude install ruby-sass" raise - end end debian/patches/2001_frameworks_in_usr-share.patch0000644000000000000000000000066711604113630017143 0ustar Description: Put frameworks below /usr/share Author: Deepak Tripathi Last-Update: 2011-07-03 --- a/lib/compass/frameworks.rb +++ b/lib/compass/frameworks.rb @@ -3,7 +3,7 @@ extend self ALL = [] - DEFAULT_FRAMEWORKS_PATH = File.join(Compass.base_directory, 'frameworks') + DEFAULT_FRAMEWORKS_PATH = File.join('/usr/share/compass', 'frameworks') class Framework attr_accessor :name debian/patches/series0000644000000000000000000000007511604113514012030 0ustar 1001-avoid-rubygems.patch 2001_frameworks_in_usr-share.patch debian/compass.10000644000000000000000000000637611604105326010727 0ustar .TH compass 1 "June 22, 2010" .SH NAME compass \- The compass command line tool will help you create and manage the stylesheets for your project. .SH SYNOPSIS .B compass [options] [project] .SH DESCRIPTION The compass command line tool will help you create and manage the stylesheets for your project. .SH Mode Options (only specify one) .TP 8 .B \-i, \-\-install Create a new compass project.The default mode when a project is provided. .TP 8 .B \-u, \-\-update Update the current project.This is the default when no project is provided. .TP 8 .B \-w, \-\-watch Monitor the current project for changes and update .TP 8 .B \-p,\-\-pattern Stamp out a pattern into the current project.Must be used with \-f. .TP 8 .B \-\-write\-configuration Write the current configuration to the configuration file. .TP 8 .B \-\-list\-frameworks List compass frameworks available to use .TP 8 .B \-\-validate Validate your project's compiled css. Requires Java. .TP 8 .B \-\-grid\-img [DIMENSIONS] Generate a background image to test grid alignment. Dimension is given as +.Defaults to 30+10. .SH Install/Pattern Options: .TP 8 .B \-f, \-\-framework FRAMEWORK Use the specified framework. Only one may be specified. .TP 8 .B \-n, \-\-pattern\-name NAME The name to use when stamping a pattern.Must be used in combination with \-p Sets the project type to a rails project. .TP 8 .B \-?, \-h, \-\-help Show a usage summary .SH Configuration Options: .TP 8 .B \-c, \-\-config CONFIG_FILE Specify the location of the configuration file explicitly. .TP 8 .B \-\-sass\-dir SRC_DIR The source directory where you keep your sass stylesheets .TP 8 .B \-\-css\-dir CSS_DIR The target directory where you keep your css stylesheets. .TP 8 .B \-\-images\-dir IMAGES_DIR The directory where you keep your images. .TP 8 .B \-\-javascripts\-dir JS_DIR The directory where you keep your javascripts .TP 8 .B \-e, \-\-environment ENV Use sensible defaults for your current environment. .TP 8 .B \-s, \-\-output\-style STYLE Select a CSS output mode. .TP 8 .B \-\-relative\-assets Make compass asset helpers generate relative urls to assets. .SH General Options: .TP 8 .B \-r, \-\-require LIBRARY Require the given ruby LIBRARY before running commands .TP 8 .B \-q, \-\-quiet Quiet mode. .TP 8 .B \-\-dry\-run Dry Run. Tells you what it plans to do. .TP 8 .B \-\-trace Show a full stacktrace on error .TP 8 .B \-\-force Force. Allows some failing commands to succeed instead. .TP 8 .B \-\-imports Emit an imports suitable for passing to the sass command\-line. .TP 8 .B \-\-install\-dir Emit the location where compass is installed. .TP 8 .B \-?, \-h, \-\-help Show this message .TP 8 .B \-v, \-\-version Print version .SH SEE ALSO This program is shipped as part of the libcompass\-ruby1.8 library package, you can check its corresponding documentation can be found in the libcompass\-ruby\-doc package. .SH AUTHOR This manual page was written by Deepak Tripathi, based on the command\-line output of this program, for the Debian GNU/Linux system (but may be freely used by others). debian/control0000644000000000000000000000220712055542634010600 0ustar Source: ruby-compass Section: web Priority: optional Maintainer: Micah Anderson Uploaders: Debian Ruby Extras Maintainers , Deepak Tripathi , Jonas Smedegaard Build-Depends: cdbs, devscripts, debhelper, dh-buildinfo, gem2deb Standards-Version: 3.9.3 Homepage: http://wiki.github.com/chriseppstein/compass/ Vcs-Git: git://git.debian.org/git/collab-maint/ruby-compass Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ruby-compass.git XS-Ruby-Versions: all Package: ruby-compass Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Breaks: ${cdbs:Breaks} Replaces: ${cdbs:Replaces} Provides: ${cdbs:Provides} Description: Stylesheet Framework streamlining creation and maintainance of CSS Compass is a CSS authoring framework which uses the Sass stylesheet language to make writing stylesheets powerful and easy. . Compass provides ports of the best of breed css frameworks that you can use without forcing you to use their presentational class names. debian/source/0000755000000000000000000000000011714241163010466 5ustar debian/source/include-binaries0000644000000000000000000000002711604121723013622 0ustar debian/copyright_hints debian/source/format0000644000000000000000000000001411604105326011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001511212055542734011047 0ustar ruby-compass (0.12.2~dfsg-4) unstable; urgency=low * Update watch and rules files to use new github.com URL. * Bump dephelper compatibility level to 8. * Update copyright file: + Fix use pseudo-license and pseudo-comment sections to obey silly restrictions of copyright format 1.0. * Update package relations: + Relax to build-depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. -- Jonas Smedegaard Thu, 29 Nov 2012 03:17:56 +0100 ruby-compass (0.12.2~dfsg-3) unstable; urgency=low * Directly use github.com (not githubredir.debian.net). -- Jonas Smedegaard Wed, 19 Sep 2012 12:45:57 +0200 ruby-compass (0.12.2~dfsg-2) unstable; urgency=low * Team upload. * debian/require-rubygems.overrides: instruct dh_ruby to ignore what seems to be justifiable Rubygems usage and don't break the build (Closes: #680846) -- Antonio Terceiro Sun, 02 Sep 2012 10:13:52 -0300 ruby-compass (0.12.2~dfsg-1) unstable; urgency=low * New upstream release. * Extend copyright years for packaging. * Install upstream changelog. * Tidy copyright file: + Fix add jquery.url copyright holder. + Fix typo File → Files. + Fix comment to talk about [a piece of included] code (not upstream source) lacking licensing info. -- Jonas Smedegaard Mon, 25 Jun 2012 15:33:57 +0200 ruby-compass (0.12.1~dfsg-2) unstable; urgency=low * Use packaging section web (not ruby): Compass is more a web development tool than a ruby library. -- Jonas Smedegaard Mon, 28 May 2012 12:23:45 +0200 ruby-compass (0.12.1~dfsg-1) unstable; urgency=low * New upstream release. -- Jonas Smedegaard Wed, 14 Mar 2012 16:41:28 +0100 ruby-compass (0.12.0~dfsg-1) unstable; urgency=low * New upstream release. * Update package relations: + Relax build-depend unversioned on gem2deb: satisfied in testing (and not yet part of a stable Debian release). * Bump standards-version to 3.9.3. * Update copyright file: + Bump format to 1.0. + Fix double-indent in Copyright fields as per Policy §5.6.13. -- Jonas Smedegaard Mon, 12 Mar 2012 11:24:04 +0100 ruby-compass (0.11.7~dfsg-1) unstable; urgency=low * New upstream release. * Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1. -- Jonas Smedegaard Tue, 07 Feb 2012 16:30:15 +0100 ruby-compass (0.11.6~dfsg-1) unstable; urgency=low * New upstream release. * Update package relations: + Relax build-dependency on cdbs (needlessly tight). + Relax build-depend unversioned on debhelper and devscripts (needed versions satisfied even in oldstable). -- Jonas Smedegaard Sat, 24 Dec 2011 20:00:37 +0700 ruby-compass (0.11.5~dfsg-1) unstable; urgency=low * New upstream release. -- Jonas Smedegaard Sat, 16 Jul 2011 20:31:18 +0200 ruby-compass (0.11.4~dfsg-3) unstable; urgency=low * Update package relations: + Fix depend on ruby-chunky-png. + Fix recommend ruby-fssm (not depend on older libfssm-ruby). + Recommend ruby-oily-png. -- Jonas Smedegaard Mon, 04 Jul 2011 04:15:10 +0200 ruby-compass (0.11.4~dfsg-2) unstable; urgency=low * Add git-buildpackage config: + Enable pristine-tar. + Enable tag signing. * Fix add breaks/replaces/provides libcompass-ruby. -- Jonas Smedegaard Mon, 04 Jul 2011 02:09:44 +0200 ruby-compass (0.11.4~dfsg-1) unstable; urgency=low * New upstream release. * Repackage as ruby-compass using gem2deb and modernized CDBS. See . -- Jonas Smedegaard Mon, 04 Jul 2011 00:06:18 +0200 libcompass-ruby (0.10.6~dfsg-1) unstable; urgency=low * New upstream release. * Add get-orig-tar target. * Friendly invasion: Add myself as uploader. * Fix patch 003 to use /usr/share/compass/frameworks (not /usr/share/compass/frameworks/frameworks) by default. Closes: bug#600206. * Refresh patches w/ compacting options --no-timestamps --no-index -pab. * Update watch file to use ~dfsg repackaging suffix. -- Jonas Smedegaard Wed, 02 Feb 2011 05:35:23 +0100 libcompass-ruby (0.10.2debian-2) unstable; urgency=low * debian/rules + removed man page from libcompass-ruby its being provided by libcompass-ruby1.8. (Closes: #589516, #587913). * debian/control + Bumped Standard version to 3.9.1 (no changes). -- Deepak Tripathi Tue, 03 Aug 2010 22:06:59 -0400 libcompass-ruby (0.10.2debian-1) unstable; urgency=low * New upstream release (Closes: #583105) * debian/control + added myself to uploaders. * debian/patches/ + added patch to get binary version from right path. + added patch to fix binary load path. + added patch to keep framework at /usr/share dir. * debian/copyright + updated Debian's specific copyright info. * debian/ + created compass.1 manpage. + added libcompass-ruby1.8.manpages. + added libcompass-ruby.examples. + removed libcompass-ruby1.8 examples. + updated repack.sh for remove empty vendor directory. * debian/rules + removed patchsys-quilt.mk. -- Deepak Tripathi Thu, 24 Jun 2010 18:29:07 +0530 libcompass-ruby (0.8.17debian-1) unstable; urgency=low * Upgrade to new release -- Micah Anderson Sat, 01 May 2010 15:53:36 -0400 libcompass-ruby (0.8.5debian-5) unstable; urgency=low * fix changelog name in debian/rules (Closes: #577342) - thanks Hideki Yamane * set quilt 3.0 source format -- Micah Anderson Sat, 20 Mar 2010 16:46:20 -0400 libcompass-ruby (0.8.5debian-4) unstable; urgency=low * Fix dependency for libcompass-ruby to be libcompass-ruby1.8 -- Micah Anderson Fri, 19 Mar 2010 00:02:53 -0400 libcompass-ruby (0.8.5debian-3) unstable; urgency=low * Fix binary load path and framework default directory -- Micah Anderson Sat, 06 Mar 2010 14:30:43 -0500 libcompass-ruby (0.8.5debian-2) unstable; urgency=low * Depend on the libfssm-ruby libraries -- Micah Anderson Sat, 06 Mar 2010 13:38:39 -0500 libcompass-ruby (0.8.5debian-1) unstable; urgency=low * repack upstream source to remove license amigious example files and vendored fssm library * Install VERSION.yaml and patch source to find it properly * Initial release (Closes: #572555) -- Micah Anderson Thu, 04 Mar 2010 15:45:17 -0500 debian/compat0000644000000000000000000000000212055541770010372 0ustar 8 debian/watch0000644000000000000000000000017312055541542010223 0ustar version=3 opts=dversionmangle=s/\~dfsg.*// \ https://github.com/chriseppstein/compass/tags .*/archive/v?(\d[\d\.]+).tar.gz debian/copyright_hints0000644000000000000000000022520512055542631012337 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Gemfile Gemfile_rails2 Guardfile Rakefile TODO.md VERSION.yml bin/compass compass.gemspec debian/compass.1 debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/1001-avoid-rubygems.patch debian/patches/2001_frameworks_in_usr-share.patch debian/patches/series debian/require-rubygems.overrides debian/ruby-compass.install debian/source/format debian/source/include-binaries debian/watch doc-src/.compass/config.rb doc-src/.gitignore doc-src/.livereload doc-src/Gemfile doc-src/Gemfile.lock doc-src/README.markdown doc-src/Rakefile doc-src/Rules doc-src/assets/fonts/examples/bgrove.otf doc-src/assets/fonts/examples/bgrove.ttf doc-src/assets/htaccess doc-src/assets/images/bg-light.jpg doc-src/assets/images/compass-logo-small-dark.png doc-src/assets/images/compass-logo-small-light.png doc-src/assets/images/compass_icon.png doc-src/assets/images/examples/css3/bg-origin/bg.png doc-src/assets/images/sites/busyconf.jpg doc-src/assets/images/sites/caring.jpg doc-src/assets/images/sites/cofamilies.jpg doc-src/assets/images/sites/dailymile.jpg doc-src/assets/images/sites/jumpstartlab.jpg doc-src/assets/images/sites/memberhub.jpg doc-src/assets/images/sites/sencha.jpg doc-src/assets/images/sites/status.heroku.jpg doc-src/assets/images/tutorials/sprites/layout/smart.png doc-src/assets/javascripts/fixups.js doc-src/assets/javascripts/install.js doc-src/assets/javascripts/jquery.url.packed.js doc-src/assets/javascripts/placeholder.js doc-src/assets/javascripts/site.js doc-src/authors.yml doc-src/config.yaml doc-src/content/.livereload doc-src/content/CHANGELOG-v0-10-0-beta.markdown doc-src/content/CHANGELOG-v0-11-beta.markdown doc-src/content/CHANGELOG.markdown doc-src/content/blog.haml doc-src/content/blog/archive.haml doc-src/content/blog/atom.haml doc-src/content/copyright.markdown doc-src/content/examples/blueprint/grid/pull.haml doc-src/content/examples/blueprint/grid/pull/markup.haml doc-src/content/examples/blueprint/grid/pull/stylesheet.sass doc-src/content/examples/blueprint/grid/two_cols.haml doc-src/content/examples/blueprint/grid/two_cols/markup.haml doc-src/content/examples/blueprint/grid/two_cols/stylesheet.sass doc-src/content/examples/compass/css3/background-clip.haml doc-src/content/examples/compass/css3/background-clip/markup.haml doc-src/content/examples/compass/css3/background-clip/stylesheet.sass doc-src/content/examples/compass/css3/background-origin.haml doc-src/content/examples/compass/css3/background-origin/markup.haml doc-src/content/examples/compass/css3/background-origin/stylesheet.sass doc-src/content/examples/compass/css3/background-size.haml doc-src/content/examples/compass/css3/background-size/markup.haml doc-src/content/examples/compass/css3/background-size/stylesheet.sass doc-src/content/examples/compass/css3/border_radius.haml doc-src/content/examples/compass/css3/border_radius/markup.haml doc-src/content/examples/compass/css3/border_radius/stylesheet.sass doc-src/content/examples/compass/css3/box.haml doc-src/content/examples/compass/css3/box/markup.haml doc-src/content/examples/compass/css3/box/stylesheet.sass doc-src/content/examples/compass/css3/box_shadow.haml doc-src/content/examples/compass/css3/box_shadow/markup.haml doc-src/content/examples/compass/css3/box_shadow/stylesheet.sass doc-src/content/examples/compass/css3/box_sizing.haml doc-src/content/examples/compass/css3/box_sizing/markup.haml doc-src/content/examples/compass/css3/box_sizing/stylesheet.sass doc-src/content/examples/compass/css3/columns.haml doc-src/content/examples/compass/css3/columns/markup.haml doc-src/content/examples/compass/css3/columns/stylesheet.sass doc-src/content/examples/compass/css3/font-face.haml doc-src/content/examples/compass/css3/font-face/markup.haml doc-src/content/examples/compass/css3/font-face/stylesheet.sass doc-src/content/examples/compass/css3/gradient.haml doc-src/content/examples/compass/css3/gradient/markup.haml doc-src/content/examples/compass/css3/gradient/stylesheet.sass doc-src/content/examples/compass/css3/inline_block.haml doc-src/content/examples/compass/css3/inline_block/markup.haml doc-src/content/examples/compass/css3/inline_block/stylesheet.sass doc-src/content/examples/compass/css3/opacity.haml doc-src/content/examples/compass/css3/opacity/markup.haml doc-src/content/examples/compass/css3/opacity/stylesheet.sass doc-src/content/examples/compass/css3/regions.haml doc-src/content/examples/compass/css3/regions/markup.haml doc-src/content/examples/compass/css3/regions/stylesheet.sass doc-src/content/examples/compass/css3/text_shadow.haml doc-src/content/examples/compass/css3/text_shadow/markup.haml doc-src/content/examples/compass/css3/text_shadow/stylesheet.sass doc-src/content/examples/compass/css3/transform.haml doc-src/content/examples/compass/css3/transform/markup.haml doc-src/content/examples/compass/css3/transform/stylesheet.sass doc-src/content/examples/compass/css3/transition.haml doc-src/content/examples/compass/css3/transition/markup.haml doc-src/content/examples/compass/css3/transition/stylesheet.sass doc-src/content/examples/compass/helpers/elements-of-type.haml doc-src/content/examples/compass/helpers/elements-of-type/markup.haml doc-src/content/examples/compass/helpers/elements-of-type/stylesheet.sass doc-src/content/examples/compass/helpers/enumerate.haml doc-src/content/examples/compass/helpers/enumerate/markup.haml doc-src/content/examples/compass/helpers/enumerate/stylesheet.sass doc-src/content/examples/compass/helpers/using-extend-in-place-of-enumerate.haml doc-src/content/examples/compass/helpers/using-extend-in-place-of-enumerate/markup.haml doc-src/content/examples/compass/helpers/using-extend-in-place-of-enumerate/stylesheet.sass doc-src/content/examples/compass/layout/sticky-footer.haml doc-src/content/examples/compass/layout/sticky-footer/markup.haml doc-src/content/examples/compass/layout/sticky-footer/stylesheet.sass doc-src/content/examples/compass/layout/stretching.haml doc-src/content/examples/compass/layout/stretching/markup.haml doc-src/content/examples/compass/layout/stretching/stylesheet.sass doc-src/content/examples/compass/tables/all.haml doc-src/content/examples/compass/tables/all/markup.haml doc-src/content/examples/compass/tables/all/stylesheet.sass doc-src/content/examples/compass/tables/borders.haml doc-src/content/examples/compass/tables/borders/markup.haml doc-src/content/examples/compass/tables/borders/stylesheet.sass doc-src/content/examples/compass/tables/scaffolding.haml doc-src/content/examples/compass/tables/scaffolding/markup.haml doc-src/content/examples/compass/tables/scaffolding/stylesheet.sass doc-src/content/examples/compass/tables/striping.haml doc-src/content/examples/compass/tables/striping/markup.haml doc-src/content/examples/compass/tables/striping/stylesheet.sass doc-src/content/examples/compass/utilities/contrast.haml doc-src/content/examples/compass/utilities/contrast/markup.haml doc-src/content/examples/compass/utilities/contrast/stylesheet.sass doc-src/content/frameworks.haml doc-src/content/get-involved/index.haml doc-src/content/help/index.haml doc-src/content/help/tutorials.haml doc-src/content/help/tutorials/best_practices.markdown doc-src/content/help/tutorials/blueprint.haml doc-src/content/help/tutorials/command-line.markdown doc-src/content/help/tutorials/configurable-variables.haml doc-src/content/help/tutorials/configuration-reference.markdown doc-src/content/help/tutorials/contributing.markdown doc-src/content/help/tutorials/exclude_vendor_prefixes.markdown doc-src/content/help/tutorials/extending.markdown doc-src/content/help/tutorials/extensions.markdown doc-src/content/help/tutorials/integration.markdown doc-src/content/help/tutorials/production-css.markdown doc-src/content/help/tutorials/spriting.markdown doc-src/content/help/tutorials/spriting/customization-options.markdown doc-src/content/help/tutorials/spriting/magic-selectors.markdown doc-src/content/help/tutorials/spriting/sprite-layouts.markdown doc-src/content/help/tutorials/testing.markdown doc-src/content/help/tutorials/upgrading.markdown doc-src/content/help/tutorials/upgrading/antares.markdown doc-src/content/help/tutorials/upgrading/im-scared.markdown doc-src/content/help/tutorials/upgrading/lemonade_upgrade_guide.markdown doc-src/content/index.haml doc-src/content/index/functions.haml doc-src/content/index/mixins.haml doc-src/content/index/variables.haml doc-src/content/install.haml doc-src/content/posts/2011-04-24-v011-release.markdown doc-src/content/posts/2011-04-26-compass-release-strategy.markdown doc-src/content/posts/2011-05-09-compass-django.markdown doc-src/content/posts/2012-01-29-compass-and-rails-integration.markdown doc-src/content/posts/2012-02-01-compass-0-12-is-released.markdown doc-src/content/posts/2012-03-11-anthony-short-joins-the-compass-core-team.markdown doc-src/content/posts/2012-05-20-removing-blueprint.markdown doc-src/content/reference.haml doc-src/content/reference/blueprint.haml doc-src/content/reference/blueprint/buttons.haml doc-src/content/reference/blueprint/colors.haml doc-src/content/reference/blueprint/debug.haml doc-src/content/reference/blueprint/fancy_type.haml doc-src/content/reference/blueprint/form.haml doc-src/content/reference/blueprint/grid.haml doc-src/content/reference/blueprint/ie.haml doc-src/content/reference/blueprint/interaction.haml doc-src/content/reference/blueprint/link_icons.haml doc-src/content/reference/blueprint/liquid.haml doc-src/content/reference/blueprint/print.haml doc-src/content/reference/blueprint/reset.haml doc-src/content/reference/blueprint/reset/utilities.scss doc-src/content/reference/blueprint/rtl.haml doc-src/content/reference/blueprint/scaffolding.haml doc-src/content/reference/blueprint/typography.haml doc-src/content/reference/blueprint/utilities.haml doc-src/content/reference/compass.haml doc-src/content/reference/compass/css3.haml doc-src/content/reference/compass/css3/appearance.haml doc-src/content/reference/compass/css3/background_clip.haml doc-src/content/reference/compass/css3/background_origin.haml doc-src/content/reference/compass/css3/background_size.haml doc-src/content/reference/compass/css3/border_radius.haml doc-src/content/reference/compass/css3/box.haml doc-src/content/reference/compass/css3/box_shadow.haml doc-src/content/reference/compass/css3/box_sizing.haml doc-src/content/reference/compass/css3/columns.haml doc-src/content/reference/compass/css3/filter.haml doc-src/content/reference/compass/css3/font_face.haml doc-src/content/reference/compass/css3/hyphenation.haml doc-src/content/reference/compass/css3/images.haml doc-src/content/reference/compass/css3/inline_block.haml doc-src/content/reference/compass/css3/opacity.haml doc-src/content/reference/compass/css3/regions.haml doc-src/content/reference/compass/css3/shared.haml doc-src/content/reference/compass/css3/text-shadow.haml doc-src/content/reference/compass/css3/transform-legacy.haml doc-src/content/reference/compass/css3/transform.haml doc-src/content/reference/compass/css3/transition.haml doc-src/content/reference/compass/css3/user_interface.haml doc-src/content/reference/compass/helpers.haml doc-src/content/reference/compass/helpers/color-stops.haml doc-src/content/reference/compass/helpers/colors.haml doc-src/content/reference/compass/helpers/constants.haml doc-src/content/reference/compass/helpers/cross-browser.haml doc-src/content/reference/compass/helpers/display.haml doc-src/content/reference/compass/helpers/font-files.haml doc-src/content/reference/compass/helpers/image-dimensions.haml doc-src/content/reference/compass/helpers/inline-data.haml doc-src/content/reference/compass/helpers/math.haml doc-src/content/reference/compass/helpers/selectors.haml doc-src/content/reference/compass/helpers/sprites.haml doc-src/content/reference/compass/helpers/urls.haml doc-src/content/reference/compass/layout.haml doc-src/content/reference/compass/layout/grid_background.haml doc-src/content/reference/compass/layout/sticky_footer.haml doc-src/content/reference/compass/layout/stretching.haml doc-src/content/reference/compass/reset-legacy.haml doc-src/content/reference/compass/reset-legacy/utilities-legacy.haml doc-src/content/reference/compass/reset.haml doc-src/content/reference/compass/reset/utilities.haml doc-src/content/reference/compass/support.haml doc-src/content/reference/compass/typography.haml doc-src/content/reference/compass/typography/links.haml doc-src/content/reference/compass/typography/links/hover_link.haml doc-src/content/reference/compass/typography/links/link_colors.haml doc-src/content/reference/compass/typography/links/unstyled_link.haml doc-src/content/reference/compass/typography/lists.haml doc-src/content/reference/compass/typography/lists/bullets.haml doc-src/content/reference/compass/typography/lists/horizontal_list.haml doc-src/content/reference/compass/typography/lists/inline-block-list.haml doc-src/content/reference/compass/typography/lists/inline_list.haml doc-src/content/reference/compass/typography/text.haml doc-src/content/reference/compass/typography/text/ellipsis.haml doc-src/content/reference/compass/typography/text/force-wrap.haml doc-src/content/reference/compass/typography/text/nowrap.haml doc-src/content/reference/compass/typography/text/replacement.haml doc-src/content/reference/compass/typography/vertical_rhythm.haml doc-src/content/reference/compass/utilities.haml doc-src/content/reference/compass/utilities/color.haml doc-src/content/reference/compass/utilities/color/contrast.haml doc-src/content/reference/compass/utilities/general.haml doc-src/content/reference/compass/utilities/general/clearfix.haml doc-src/content/reference/compass/utilities/general/float.haml doc-src/content/reference/compass/utilities/general/hacks.haml doc-src/content/reference/compass/utilities/general/min.haml doc-src/content/reference/compass/utilities/general/reset.haml doc-src/content/reference/compass/utilities/general/tag_cloud.haml doc-src/content/reference/compass/utilities/print.haml doc-src/content/reference/compass/utilities/sprites.haml doc-src/content/reference/compass/utilities/sprites/base.haml doc-src/content/reference/compass/utilities/sprites/sprite_img.haml doc-src/content/reference/compass/utilities/tables.haml doc-src/content/reference/compass/utilities/tables/alternating_rows_and_columns.haml doc-src/content/reference/compass/utilities/tables/borders.haml doc-src/content/reference/compass/utilities/tables/scaffolding.haml doc-src/content/screencast.haml doc-src/content/search-data.js.erb doc-src/content/search.haml doc-src/content/sitemap.xml doc-src/content/stylesheets/home.scss doc-src/content/stylesheets/ie.scss doc-src/content/stylesheets/partials/_ads.scss doc-src/content/stylesheets/screen.scss doc-src/layouts/article.haml doc-src/layouts/basic.haml doc-src/layouts/blog.haml doc-src/layouts/blueprint.haml doc-src/layouts/core.haml doc-src/layouts/default.haml doc-src/layouts/example.haml doc-src/layouts/homepage.haml doc-src/layouts/main.haml doc-src/layouts/partials/ad.haml doc-src/layouts/partials/analytics.haml doc-src/layouts/partials/breadcrumbs.haml doc-src/layouts/partials/disqus_comments.haml doc-src/layouts/partials/example.haml doc-src/layouts/partials/footer.haml doc-src/layouts/partials/js-core.haml doc-src/layouts/partials/js-highlighter.haml doc-src/layouts/partials/main-navigation.haml doc-src/layouts/partials/reference/const_table.haml doc-src/layouts/partials/reference/constants.haml doc-src/layouts/partials/reference/examples.haml doc-src/layouts/partials/reference/functions.haml doc-src/layouts/partials/reference/import-few.haml doc-src/layouts/partials/reference/import.haml doc-src/layouts/partials/reference/imports.haml doc-src/layouts/partials/reference/mixins.haml doc-src/layouts/partials/sidebar.haml doc-src/layouts/partials/sidebar/container.haml doc-src/layouts/partials/sidebar/heading.haml doc-src/layouts/partials/sidebar/item.haml doc-src/layouts/post.haml doc-src/layouts/redirect.haml doc-src/layouts/reference.haml doc-src/layouts/simple_core.haml doc-src/layouts/site.haml doc-src/layouts/tutorial.haml doc-src/lib/blog.rb doc-src/lib/data_sources/asset_data_source.rb doc-src/lib/data_sources/better_combined_datasource.rb doc-src/lib/data_sources/core_extensions.rb doc-src/lib/data_sources/nanoc_monkey_patches.rb doc-src/lib/data_sources/syntax_highter.rb doc-src/lib/default.rb doc-src/lib/examples.rb doc-src/lib/search.rb doc-src/lib/stylesheets.rb doc-src/lib/stylesheets/sass_extensions.rb doc-src/misc/error-icon.png doc-src/misc/success-icon.png doc-src/tasks/generators.thor examples/README.markdown examples/blueprint_default/config.rb examples/blueprint_default/images/grid.png examples/blueprint_default/index.html.haml examples/blueprint_default/parts/elements.html.haml examples/blueprint_default/parts/forms.html.haml examples/blueprint_default/parts/grid.html.haml examples/blueprint_default/parts/test-small.jpg examples/blueprint_default/parts/valid.png examples/blueprint_default/src/ie.scss examples/blueprint_default/src/images/grid.png examples/blueprint_default/src/print.scss examples/blueprint_default/src/screen.scss examples/blueprint_plugins/config.rb examples/blueprint_plugins/images/buttons/cross.png examples/blueprint_plugins/images/buttons/key.png examples/blueprint_plugins/images/buttons/tick.png examples/blueprint_plugins/images/grid.png examples/blueprint_plugins/images/link_icons/doc.png examples/blueprint_plugins/images/link_icons/email.png examples/blueprint_plugins/images/link_icons/external.png examples/blueprint_plugins/images/link_icons/feed.png examples/blueprint_plugins/images/link_icons/im.png examples/blueprint_plugins/images/link_icons/pdf.png examples/blueprint_plugins/images/link_icons/xls.png examples/blueprint_plugins/images/test-small.jpg examples/blueprint_plugins/images/valid.png examples/blueprint_plugins/index.html.haml examples/blueprint_plugins/plugins/buttons.html.haml examples/blueprint_plugins/plugins/fancy_type.html.haml examples/blueprint_plugins/plugins/link_icons.html.haml examples/blueprint_plugins/plugins/rtl.html.haml examples/blueprint_plugins/src/buttons.scss examples/blueprint_plugins/src/ie.scss examples/blueprint_plugins/src/images/grid.png examples/blueprint_plugins/src/link_icons.scss examples/blueprint_plugins/src/print.scss examples/blueprint_plugins/src/rtl_screen.scss examples/blueprint_plugins/src/screen.scss examples/blueprint_scoped/images/grid.png examples/blueprint_scoped/src/ie.scss examples/blueprint_scoped/src/print.scss examples/blueprint_scoped/src/screen.scss examples/blueprint_scoped_form/images/grid.png examples/blueprint_scoped_form/src/ie.scss examples/blueprint_scoped_form/src/print.scss examples/blueprint_scoped_form/src/screen.scss examples/blueprint_semantic/config.rb examples/blueprint_semantic/images/grid.png examples/blueprint_semantic/index.html.haml examples/blueprint_semantic/parts/fancy_type.html.haml examples/blueprint_semantic/parts/liquid.html.haml examples/blueprint_semantic/parts/test-small.jpg examples/blueprint_semantic/parts/valid.png examples/blueprint_semantic/src/ie.scss examples/blueprint_semantic/src/images/grid.png examples/blueprint_semantic/src/liquid.scss examples/blueprint_semantic/src/print.scss examples/blueprint_semantic/src/screen.scss examples/compass/bootstrap.rb examples/compass/clean.rb examples/compass/compass.html.haml examples/compass/config.rb examples/compass/headers.txt examples/compass/images/.gitignore examples/compass/images/blue_arrow.gif examples/compass/images/border2.png examples/compass/images/emblem/favorite.png examples/compass/images/emblem/important.png examples/compass/images/emblem/photos.png examples/compass/images/emblem/readonly.png examples/compass/images/emblem/symbolic-link.png examples/compass/images/emblem/system.png examples/compass/images/emblem/unreadable.png examples/compass/images/flag/ad.png examples/compass/images/flag/ae.png examples/compass/images/flag/af.png examples/compass/images/flag/ag.png examples/compass/images/flag/ai.png examples/compass/images/flag/al.png examples/compass/images/flag/am.png examples/compass/images/flag/an.png examples/compass/images/flag/ao.png examples/compass/images/flag/ar.png examples/compass/images/flag/as.png examples/compass/images/flag/at.png examples/compass/images/flag/au.png examples/compass/images/flag/aw.png examples/compass/images/flag/ax.png examples/compass/images/flag/az.png examples/compass/images/flag/ba.png examples/compass/images/flag/bb.png examples/compass/images/flag/bd.png examples/compass/images/flag/be.png examples/compass/images/flag/bf.png examples/compass/images/flag/bg.png examples/compass/images/flag/bh.png examples/compass/images/flag/bi.png examples/compass/images/flag/bj.png examples/compass/images/flag/bm.png examples/compass/images/flag/bn.png examples/compass/images/flag/bo.png examples/compass/images/flag/br.png examples/compass/images/flag/bs.png examples/compass/images/flag/bt.png examples/compass/images/flag/bv.png examples/compass/images/flag/bw.png examples/compass/images/flag/by.png examples/compass/images/flag/bz.png examples/compass/images/flag/ca.png examples/compass/images/flag/catalonia.png examples/compass/images/flag/cc.png examples/compass/images/flag/cd.png examples/compass/images/flag/cf.png examples/compass/images/flag/cg.png examples/compass/images/flag/ch.png examples/compass/images/flag/ci.png examples/compass/images/flag/ck.png examples/compass/images/flag/cl.png examples/compass/images/flag/cm.png examples/compass/images/flag/cn.png examples/compass/images/flag/co.png examples/compass/images/flag/cr.png examples/compass/images/flag/cs.png examples/compass/images/flag/cu.png examples/compass/images/flag/cv.png examples/compass/images/flag/cx.png examples/compass/images/flag/cy.png examples/compass/images/flag/cz.png examples/compass/images/flag/dj.png examples/compass/images/flag/dk.png examples/compass/images/flag/dm.png examples/compass/images/flag/do.png examples/compass/images/flag/dz.png examples/compass/images/flag/ec.png examples/compass/images/flag/ee.png examples/compass/images/flag/eg.png examples/compass/images/flag/eh.png examples/compass/images/flag/england.png examples/compass/images/flag/er.png examples/compass/images/flag/es.png examples/compass/images/flag/et.png examples/compass/images/flag/europeanunion.png examples/compass/images/flag/fam.png examples/compass/images/flag/fi.png examples/compass/images/flag/fj.png examples/compass/images/flag/fk.png examples/compass/images/flag/fm.png examples/compass/images/flag/fo.png examples/compass/images/flag/fr.png examples/compass/images/flag/ga.png examples/compass/images/flag/gb.png examples/compass/images/flag/gd.png examples/compass/images/flag/ge.png examples/compass/images/flag/gf.png examples/compass/images/flag/gh.png examples/compass/images/flag/gi.png examples/compass/images/flag/gl.png examples/compass/images/flag/gm.png examples/compass/images/flag/gn.png examples/compass/images/flag/gp.png examples/compass/images/flag/gq.png examples/compass/images/flag/gr.png examples/compass/images/flag/gs.png examples/compass/images/flag/gt.png examples/compass/images/flag/gu.png examples/compass/images/flag/gw.png examples/compass/images/flag/gy.png examples/compass/images/flag/hk.png examples/compass/images/flag/hm.png examples/compass/images/flag/hn.png examples/compass/images/flag/hr.png examples/compass/images/flag/ht.png examples/compass/images/flag/hu.png examples/compass/images/flag/id-2.png examples/compass/images/flag/ie.png examples/compass/images/flag/il.png examples/compass/images/flag/in.png examples/compass/images/flag/io.png examples/compass/images/flag/iq.png examples/compass/images/flag/ir.png examples/compass/images/flag/is.png examples/compass/images/flag/it.png examples/compass/images/flag/jm.png examples/compass/images/flag/jo.png examples/compass/images/flag/jp.png examples/compass/images/flag/ke.png examples/compass/images/flag/kg.png examples/compass/images/flag/ki.png examples/compass/images/flag/km.png examples/compass/images/flag/kn.png examples/compass/images/flag/kp.png examples/compass/images/flag/kr.png examples/compass/images/flag/kw.png examples/compass/images/flag/ky.png examples/compass/images/flag/kz.png examples/compass/images/flag/la.png examples/compass/images/flag/lb.png examples/compass/images/flag/lc.png examples/compass/images/flag/li.png examples/compass/images/flag/lk.png examples/compass/images/flag/lr.png examples/compass/images/flag/ls.png examples/compass/images/flag/lt.png examples/compass/images/flag/lu.png examples/compass/images/flag/lv.png examples/compass/images/flag/ly.png examples/compass/images/flag/ma.png examples/compass/images/flag/mc.png examples/compass/images/flag/md.png examples/compass/images/flag/me.png examples/compass/images/flag/mg.png examples/compass/images/flag/mh.png examples/compass/images/flag/mk.png examples/compass/images/flag/ml.png examples/compass/images/flag/mm.png examples/compass/images/flag/mn.png examples/compass/images/flag/mo.png examples/compass/images/flag/mp.png examples/compass/images/flag/mq.png examples/compass/images/flag/mr.png examples/compass/images/flag/ms.png examples/compass/images/flag/mt.png examples/compass/images/flag/mu.png examples/compass/images/flag/mv.png examples/compass/images/flag/mw.png examples/compass/images/flag/mx.png examples/compass/images/flag/my.png examples/compass/images/flag/mz.png examples/compass/images/flag/na.png examples/compass/images/flag/ne.png examples/compass/images/flag/nf.png examples/compass/images/flag/ng.png examples/compass/images/flag/ni.png examples/compass/images/flag/nl.png examples/compass/images/flag/no.png examples/compass/images/flag/np.png examples/compass/images/flag/nr.png examples/compass/images/flag/nu.png examples/compass/images/flag/nz.png examples/compass/images/flag/om.png examples/compass/images/flag/pa.png examples/compass/images/flag/pe.png examples/compass/images/flag/pf.png examples/compass/images/flag/pg.png examples/compass/images/flag/ph.png examples/compass/images/flag/pk.png examples/compass/images/flag/pl.png examples/compass/images/flag/pm.png examples/compass/images/flag/pn.png examples/compass/images/flag/pr.png examples/compass/images/flag/ps.png examples/compass/images/flag/pt.png examples/compass/images/flag/pw.png examples/compass/images/flag/py.png examples/compass/images/flag/qa.png examples/compass/images/flag/re.png examples/compass/images/flag/ro.png examples/compass/images/flag/rs.png examples/compass/images/flag/ru.png examples/compass/images/flag/rw.png examples/compass/images/flag/sa.png examples/compass/images/flag/sb.png examples/compass/images/flag/sc.png examples/compass/images/flag/sd.png examples/compass/images/flag/se.png examples/compass/images/flag/sg.png examples/compass/images/flag/sh.png examples/compass/images/flag/si.png examples/compass/images/flag/sj.png examples/compass/images/flag/sk.png examples/compass/images/flag/sl.png examples/compass/images/flag/sm.png examples/compass/images/flag/sn.png examples/compass/images/flag/so.png examples/compass/images/flag/sr.png examples/compass/images/flag/st.png examples/compass/images/flag/sv.png examples/compass/images/flag/sy.png examples/compass/images/flag/sz.png examples/compass/images/flag/tc.png examples/compass/images/flag/td.png examples/compass/images/flag/tf.png examples/compass/images/flag/tg.png examples/compass/images/flag/th.png examples/compass/images/flag/tj.png examples/compass/images/flag/tk.png examples/compass/images/flag/tl.png examples/compass/images/flag/tm.png examples/compass/images/flag/tn.png examples/compass/images/flag/to.png examples/compass/images/flag/tr.png examples/compass/images/flag/tt.png examples/compass/images/flag/tv.png examples/compass/images/flag/tw.png examples/compass/images/flag/tz.png examples/compass/images/flag/ua.png examples/compass/images/flag/ug.png examples/compass/images/flag/um.png examples/compass/images/flag/us.png examples/compass/images/flag/uy.png examples/compass/images/flag/uz.png examples/compass/images/flag/va.png examples/compass/images/flag/vc.png examples/compass/images/flag/ve.png examples/compass/images/flag/vg.png examples/compass/images/flag/vi.png examples/compass/images/flag/vn.png examples/compass/images/flag/vu.png examples/compass/images/flag/wales.png examples/compass/images/flag/wf.png examples/compass/images/flag/ws.png examples/compass/images/flag/ye.png examples/compass/images/flag/yt.png examples/compass/images/flag/za.png examples/compass/images/flag/zm.png examples/compass/images/flag/zw.png examples/compass/images/icon-chrome.png examples/compass/images/icon-ie.png examples/compass/images/icon-opera.png examples/compass/images/icon-safari.png examples/compass/pie.html.haml examples/compass/sprites.html.haml examples/compass/src/bp_layout.scss examples/compass/src/compass.scss examples/compass/src/images/blue_arrow.gif examples/compass/src/pie.scss examples/compass/src/sprites.scss examples/compass/src/sticky_footer.scss examples/compass/src/utilities.scss examples/compass/sticky_footer.html.haml examples/compass/utilities.html.haml examples/css3/bootstrap.rb examples/css3/clean.rb examples/css3/config.rb examples/css3/extensions/fancy-fonts/templates/project/fancy-fonts.sass examples/css3/extensions/fancy-fonts/templates/project/manifest.rb examples/css3/gradients.html.haml examples/css3/images/button_bg.png examples/css3/index.html.haml examples/css3/src/_base.scss examples/css3/src/fancy-fonts.scss examples/css3/src/gradients.scss examples/css3/src/main.scss examples/css3/stylesheets/fonts/bgrove.otf examples/css3/stylesheets/fonts/bgrove.ttf examples/downloader.rb examples/ninesixty/bootstrap.rb examples/ninesixty/clean.rb examples/ninesixty/config.rb examples/ninesixty/src/grid.scss examples/ninesixty/src/text.scss examples/susy/bootstrap.rb examples/susy/clean.rb examples/susy/config.rb examples/susy/index.html examples/susy/src/_base.scss examples/susy/src/_defaults.scss examples/susy/src/screen.scss examples/yui/bootstrap.rb examples/yui/clean.rb examples/yui/config.rb examples/yui/index.html.haml examples/yui/src/screen.scss examples/yui/typography.html.haml features/command_line.feature features/extensions.feature features/step_definitions/command_line_steps.rb features/step_definitions/extension_steps.rb frameworks/blueprint/stylesheets/_blueprint.scss frameworks/blueprint/stylesheets/blueprint/_buttons.scss frameworks/blueprint/stylesheets/blueprint/_colors.scss frameworks/blueprint/stylesheets/blueprint/_debug.scss frameworks/blueprint/stylesheets/blueprint/_fancy-type.scss frameworks/blueprint/stylesheets/blueprint/_form.scss frameworks/blueprint/stylesheets/blueprint/_grid.scss frameworks/blueprint/stylesheets/blueprint/_ie.scss frameworks/blueprint/stylesheets/blueprint/_interaction.scss frameworks/blueprint/stylesheets/blueprint/_link-icons.scss frameworks/blueprint/stylesheets/blueprint/_liquid.scss frameworks/blueprint/stylesheets/blueprint/_print.scss frameworks/blueprint/stylesheets/blueprint/_reset.scss frameworks/blueprint/stylesheets/blueprint/_rtl.scss frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss frameworks/blueprint/stylesheets/blueprint/_typography.scss frameworks/blueprint/stylesheets/blueprint/_utilities.scss frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss frameworks/blueprint/templates/basic/grid.png frameworks/blueprint/templates/basic/ie.sass frameworks/blueprint/templates/basic/manifest.rb frameworks/blueprint/templates/basic/partials/_base.sass frameworks/blueprint/templates/basic/print.sass frameworks/blueprint/templates/basic/screen.sass frameworks/blueprint/templates/buttons/buttons.sass frameworks/blueprint/templates/buttons/buttons/cross.png frameworks/blueprint/templates/buttons/buttons/key.png frameworks/blueprint/templates/buttons/buttons/tick.png frameworks/blueprint/templates/buttons/manifest.rb frameworks/blueprint/templates/link_icons/link_icons.sass frameworks/blueprint/templates/link_icons/link_icons/doc.png frameworks/blueprint/templates/link_icons/link_icons/email.png frameworks/blueprint/templates/link_icons/link_icons/external.png frameworks/blueprint/templates/link_icons/link_icons/feed.png frameworks/blueprint/templates/link_icons/link_icons/im.png frameworks/blueprint/templates/link_icons/link_icons/pdf.png frameworks/blueprint/templates/link_icons/link_icons/xls.png frameworks/blueprint/templates/link_icons/manifest.rb frameworks/blueprint/templates/project/grid.png frameworks/blueprint/templates/project/ie.sass frameworks/blueprint/templates/project/manifest.rb frameworks/blueprint/templates/project/partials/_base.sass frameworks/blueprint/templates/project/print.sass frameworks/blueprint/templates/project/screen.sass frameworks/blueprint/templates/semantic/grid.png frameworks/blueprint/templates/semantic/ie.sass frameworks/blueprint/templates/semantic/manifest.rb frameworks/blueprint/templates/semantic/partials/_base.sass frameworks/blueprint/templates/semantic/partials/_form.sass frameworks/blueprint/templates/semantic/partials/_page.sass frameworks/blueprint/templates/semantic/partials/_two_col.sass frameworks/blueprint/templates/semantic/print.sass frameworks/blueprint/templates/semantic/screen.sass frameworks/compass/stylesheets/_compass.scss frameworks/compass/stylesheets/_lemonade.scss frameworks/compass/stylesheets/compass/_css3.scss frameworks/compass/stylesheets/compass/_layout.scss frameworks/compass/stylesheets/compass/_reset-legacy.scss frameworks/compass/stylesheets/compass/_reset.scss frameworks/compass/stylesheets/compass/_support.scss frameworks/compass/stylesheets/compass/_typography.scss frameworks/compass/stylesheets/compass/_utilities.scss frameworks/compass/stylesheets/compass/css3/_appearance.scss frameworks/compass/stylesheets/compass/css3/_background-clip.scss frameworks/compass/stylesheets/compass/css3/_background-origin.scss frameworks/compass/stylesheets/compass/css3/_background-size.scss frameworks/compass/stylesheets/compass/css3/_border-radius.scss frameworks/compass/stylesheets/compass/css3/_box-shadow.scss frameworks/compass/stylesheets/compass/css3/_box-sizing.scss frameworks/compass/stylesheets/compass/css3/_box.scss frameworks/compass/stylesheets/compass/css3/_columns.scss frameworks/compass/stylesheets/compass/css3/_filter.scss frameworks/compass/stylesheets/compass/css3/_font-face.scss frameworks/compass/stylesheets/compass/css3/_hyphenation.scss frameworks/compass/stylesheets/compass/css3/_images.scss frameworks/compass/stylesheets/compass/css3/_inline-block.scss frameworks/compass/stylesheets/compass/css3/_opacity.scss frameworks/compass/stylesheets/compass/css3/_pie.scss frameworks/compass/stylesheets/compass/css3/_regions.scss frameworks/compass/stylesheets/compass/css3/_shared.scss frameworks/compass/stylesheets/compass/css3/_text-shadow.scss frameworks/compass/stylesheets/compass/css3/_transform-legacy.scss frameworks/compass/stylesheets/compass/css3/_transform.scss frameworks/compass/stylesheets/compass/css3/_transition.scss frameworks/compass/stylesheets/compass/css3/_user-interface.scss frameworks/compass/stylesheets/compass/layout/_grid-background.scss frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss frameworks/compass/stylesheets/compass/layout/_stretching.scss frameworks/compass/stylesheets/compass/reset/_utilities-legacy.scss frameworks/compass/stylesheets/compass/reset/_utilities.scss frameworks/compass/stylesheets/compass/typography/_links.scss frameworks/compass/stylesheets/compass/typography/_lists.scss frameworks/compass/stylesheets/compass/typography/_text.scss frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss frameworks/compass/stylesheets/compass/typography/text/_ellipsis.scss frameworks/compass/stylesheets/compass/typography/text/_force-wrap.scss frameworks/compass/stylesheets/compass/typography/text/_nowrap.scss frameworks/compass/stylesheets/compass/typography/text/_replacement.scss frameworks/compass/stylesheets/compass/utilities/_color.scss frameworks/compass/stylesheets/compass/utilities/_general.scss frameworks/compass/stylesheets/compass/utilities/_links.scss frameworks/compass/stylesheets/compass/utilities/_lists.scss frameworks/compass/stylesheets/compass/utilities/_print.scss frameworks/compass/stylesheets/compass/utilities/_sprites.scss frameworks/compass/stylesheets/compass/utilities/_tables.scss frameworks/compass/stylesheets/compass/utilities/_text.scss frameworks/compass/stylesheets/compass/utilities/color/_contrast.scss frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss frameworks/compass/stylesheets/compass/utilities/general/_float.scss frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss frameworks/compass/stylesheets/compass/utilities/general/_min.scss frameworks/compass/stylesheets/compass/utilities/general/_reset.scss frameworks/compass/stylesheets/compass/utilities/general/_tabs.scss frameworks/compass/stylesheets/compass/utilities/general/_tag-cloud.scss frameworks/compass/stylesheets/compass/utilities/links/_hover-link.scss frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss frameworks/compass/stylesheets/compass/utilities/links/_unstyled-link.scss frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss frameworks/compass/stylesheets/compass/utilities/lists/_inline-block-list.scss frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss frameworks/compass/stylesheets/compass/utilities/sprites/_sprite-img.scss frameworks/compass/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss frameworks/compass/stylesheets/compass/utilities/tables/_borders.scss frameworks/compass/stylesheets/compass/utilities/tables/_scaffolding.scss frameworks/compass/stylesheets/compass/utilities/text/_ellipsis.scss frameworks/compass/stylesheets/compass/utilities/text/_nowrap.scss frameworks/compass/stylesheets/compass/utilities/text/_replacement.scss frameworks/compass/templates/ellipsis/ellipsis.sass frameworks/compass/templates/ellipsis/manifest.rb frameworks/compass/templates/ellipsis/xml/ellipsis.xml frameworks/compass/templates/extension/manifest.rb frameworks/compass/templates/extension/stylesheets/main.sass frameworks/compass/templates/extension/templates/project/manifest.rb frameworks/compass/templates/extension/templates/project/screen.sass frameworks/compass/templates/pie/PIE.htc frameworks/compass/templates/pie/pie.scss frameworks/compass/templates/project/USAGE.markdown frameworks/compass/templates/project/ie.sass frameworks/compass/templates/project/manifest.rb frameworks/compass/templates/project/print.sass frameworks/compass/templates/project/screen.sass lib/compass.rb lib/compass/actions.rb lib/compass/app_integration.rb lib/compass/app_integration/rails.rb lib/compass/app_integration/stand_alone.rb lib/compass/app_integration/stand_alone/configuration_defaults.rb lib/compass/app_integration/stand_alone/installer.rb lib/compass/browser_support.rb lib/compass/commands.rb lib/compass/commands/base.rb lib/compass/commands/clean_project.rb lib/compass/commands/create_project.rb lib/compass/commands/default.rb lib/compass/commands/extension_command.rb lib/compass/commands/generate_grid_background.rb lib/compass/commands/help.rb lib/compass/commands/imports.rb lib/compass/commands/installer_command.rb lib/compass/commands/interactive.rb lib/compass/commands/list_frameworks.rb lib/compass/commands/project_base.rb lib/compass/commands/project_stats.rb lib/compass/commands/project_structure.rb lib/compass/commands/registry.rb lib/compass/commands/sprite.rb lib/compass/commands/stamp_pattern.rb lib/compass/commands/unpack_extension.rb lib/compass/commands/update_project.rb lib/compass/commands/validate_project.rb lib/compass/commands/watch_project.rb lib/compass/commands/write_configuration.rb lib/compass/compiler.rb lib/compass/configuration.rb lib/compass/configuration/adapters.rb lib/compass/configuration/comments.rb lib/compass/configuration/data.rb lib/compass/configuration/defaults.rb lib/compass/configuration/file_data.rb lib/compass/configuration/helpers.rb lib/compass/configuration/inheritance.rb lib/compass/configuration/paths.rb lib/compass/configuration/serialization.rb lib/compass/dependencies.rb lib/compass/errors.rb lib/compass/exec.rb lib/compass/exec/command_option_parser.rb lib/compass/exec/global_options_parser.rb lib/compass/exec/helpers.rb lib/compass/exec/project_options_parser.rb lib/compass/exec/sub_command_ui.rb lib/compass/exec/switch_ui.rb lib/compass/frameworks.rb lib/compass/grid_builder.rb lib/compass/installers.rb lib/compass/installers/bare_installer.rb lib/compass/installers/base.rb lib/compass/installers/manifest.rb lib/compass/installers/manifest_installer.rb lib/compass/installers/template_context.rb lib/compass/logger.rb lib/compass/quick_cache.rb lib/compass/rails.rb lib/compass/sass_extensions.rb lib/compass/sass_extensions/functions.rb lib/compass/sass_extensions/functions/colors.rb lib/compass/sass_extensions/functions/constants.rb lib/compass/sass_extensions/functions/cross_browser_support.rb lib/compass/sass_extensions/functions/display.rb lib/compass/sass_extensions/functions/enumerate.rb lib/compass/sass_extensions/functions/env.rb lib/compass/sass_extensions/functions/font_files.rb lib/compass/sass_extensions/functions/gradient_support.rb lib/compass/sass_extensions/functions/image_size.rb lib/compass/sass_extensions/functions/inline_image.rb lib/compass/sass_extensions/functions/lists.rb lib/compass/sass_extensions/functions/math.rb lib/compass/sass_extensions/functions/selectors.rb lib/compass/sass_extensions/functions/sprites.rb lib/compass/sass_extensions/functions/urls.rb lib/compass/sass_extensions/monkey_patches.rb lib/compass/sass_extensions/monkey_patches/browser_support.rb lib/compass/sass_extensions/monkey_patches/traversal.rb lib/compass/sass_extensions/sprites.rb lib/compass/sass_extensions/sprites/engines.rb lib/compass/sass_extensions/sprites/engines/chunky_png_engine.rb lib/compass/sass_extensions/sprites/image.rb lib/compass/sass_extensions/sprites/image_methods.rb lib/compass/sass_extensions/sprites/image_row.rb lib/compass/sass_extensions/sprites/layout_methods.rb lib/compass/sass_extensions/sprites/row_fitter.rb lib/compass/sass_extensions/sprites/sprite_map.rb lib/compass/sass_extensions/sprites/sprite_methods.rb lib/compass/sprite_importer.rb lib/compass/sprite_importer/binding.rb lib/compass/sprite_importer/content.erb lib/compass/stats.rb lib/compass/test_case.rb lib/compass/util.rb lib/compass/validator.rb lib/compass/version.rb test/fixtures/extensions/only_stylesheets/compass_init.rb test/fixtures/extensions/only_stylesheets/scss/only_stylesheets/foo.scss test/fixtures/fonts/bgrove.base64.txt test/fixtures/fonts/bgrove.ttf test/fixtures/sprites/public/images/bad_extensions/ten-by-ten.gif test/fixtures/sprites/public/images/bad_extensions/twenty-by-twenty.jpg test/fixtures/sprites/public/images/bool/false.png test/fixtures/sprites/public/images/bool/true.png test/fixtures/sprites/public/images/colors/blue.png test/fixtures/sprites/public/images/colors/yellow.png test/fixtures/sprites/public/images/ko/starbg26x27.png test/fixtures/sprites/public/images/nested/squares/ten-by-ten.png test/fixtures/sprites/public/images/prefix/20-by-20.png test/fixtures/sprites/public/images/prefix/ten-by-ten.png test/fixtures/sprites/public/images/repeat_x/five.png test/fixtures/sprites/public/images/repeat_x/one.png test/fixtures/sprites/public/images/repeat_x/three.png test/fixtures/sprites/public/images/repeat_x/two.png test/fixtures/sprites/public/images/selectors/ten-by-ten.png test/fixtures/sprites/public/images/selectors/ten-by-ten_active.png test/fixtures/sprites/public/images/selectors/ten-by-ten_hover.png test/fixtures/sprites/public/images/selectors/ten-by-ten_target.png test/fixtures/sprites/public/images/squares/ten-by-ten.png test/fixtures/sprites/public/images/squares/twenty-by-twenty.png test/fixtures/stylesheets/blueprint/config.rb test/fixtures/stylesheets/blueprint/css/ie.css test/fixtures/stylesheets/blueprint/css/print.css test/fixtures/stylesheets/blueprint/css/screen.css test/fixtures/stylesheets/blueprint/css/single-imports/buttons.css test/fixtures/stylesheets/blueprint/css/single-imports/colors.css test/fixtures/stylesheets/blueprint/css/single-imports/debug.css test/fixtures/stylesheets/blueprint/css/single-imports/fancy-type.css test/fixtures/stylesheets/blueprint/css/single-imports/form.css test/fixtures/stylesheets/blueprint/css/single-imports/grid.css test/fixtures/stylesheets/blueprint/css/single-imports/ie.css test/fixtures/stylesheets/blueprint/css/single-imports/interaction.css test/fixtures/stylesheets/blueprint/css/single-imports/link-icons.css test/fixtures/stylesheets/blueprint/css/single-imports/liquid.css test/fixtures/stylesheets/blueprint/css/single-imports/print.css test/fixtures/stylesheets/blueprint/css/single-imports/reset-utilities.css test/fixtures/stylesheets/blueprint/css/single-imports/reset.css test/fixtures/stylesheets/blueprint/css/single-imports/rtl.css test/fixtures/stylesheets/blueprint/css/single-imports/scaffolding.css test/fixtures/stylesheets/blueprint/css/single-imports/typography.css test/fixtures/stylesheets/blueprint/css/single-imports/utilities.css test/fixtures/stylesheets/blueprint/images/grid.png test/fixtures/stylesheets/blueprint/images/link_icons/doc.png test/fixtures/stylesheets/blueprint/images/link_icons/email.png test/fixtures/stylesheets/blueprint/images/link_icons/external.png test/fixtures/stylesheets/blueprint/images/link_icons/feed.png test/fixtures/stylesheets/blueprint/images/link_icons/im.png test/fixtures/stylesheets/blueprint/images/link_icons/pdf.png test/fixtures/stylesheets/blueprint/images/link_icons/xls.png test/fixtures/stylesheets/blueprint/sass/ie.sass test/fixtures/stylesheets/blueprint/sass/print.sass test/fixtures/stylesheets/blueprint/sass/screen.sass test/fixtures/stylesheets/blueprint/sass/single-imports/buttons.scss test/fixtures/stylesheets/blueprint/sass/single-imports/colors.scss test/fixtures/stylesheets/blueprint/sass/single-imports/debug.scss test/fixtures/stylesheets/blueprint/sass/single-imports/fancy-type.scss test/fixtures/stylesheets/blueprint/sass/single-imports/form.scss test/fixtures/stylesheets/blueprint/sass/single-imports/grid.scss test/fixtures/stylesheets/blueprint/sass/single-imports/ie.scss test/fixtures/stylesheets/blueprint/sass/single-imports/interaction.scss test/fixtures/stylesheets/blueprint/sass/single-imports/link-icons.scss test/fixtures/stylesheets/blueprint/sass/single-imports/liquid.scss test/fixtures/stylesheets/blueprint/sass/single-imports/print.scss test/fixtures/stylesheets/blueprint/sass/single-imports/reset-utilities.scss test/fixtures/stylesheets/blueprint/sass/single-imports/reset.scss test/fixtures/stylesheets/blueprint/sass/single-imports/rtl.scss test/fixtures/stylesheets/blueprint/sass/single-imports/scaffolding.scss test/fixtures/stylesheets/blueprint/sass/single-imports/typography.scss test/fixtures/stylesheets/blueprint/sass/single-imports/utilities.scss test/fixtures/stylesheets/busted_image_urls/config.rb test/fixtures/stylesheets/busted_image_urls/css/screen.css test/fixtures/stylesheets/busted_image_urls/images/feed.png test/fixtures/stylesheets/busted_image_urls/images/flags/dk.png test/fixtures/stylesheets/busted_image_urls/images/grid.png test/fixtures/stylesheets/busted_image_urls/sass/screen.sass test/fixtures/stylesheets/compass/config.rb test/fixtures/stylesheets/compass/css/background-clip.css test/fixtures/stylesheets/compass/css/border_radius.css test/fixtures/stylesheets/compass/css/box-sizeing.css test/fixtures/stylesheets/compass/css/box.css test/fixtures/stylesheets/compass/css/box_shadow.css test/fixtures/stylesheets/compass/css/columns.css test/fixtures/stylesheets/compass/css/filters.css test/fixtures/stylesheets/compass/css/fonts.css test/fixtures/stylesheets/compass/css/force-wrap.css test/fixtures/stylesheets/compass/css/gradients.css test/fixtures/stylesheets/compass/css/grid_background.css test/fixtures/stylesheets/compass/css/hyphenation.css test/fixtures/stylesheets/compass/css/image_size.css test/fixtures/stylesheets/compass/css/images.css test/fixtures/stylesheets/compass/css/layout.css test/fixtures/stylesheets/compass/css/legacy_clearfix.css test/fixtures/stylesheets/compass/css/lists.css test/fixtures/stylesheets/compass/css/opacity.css test/fixtures/stylesheets/compass/css/pie.css test/fixtures/stylesheets/compass/css/print.css test/fixtures/stylesheets/compass/css/regions.css test/fixtures/stylesheets/compass/css/replacement.css test/fixtures/stylesheets/compass/css/reset.css test/fixtures/stylesheets/compass/css/sprites.css test/fixtures/stylesheets/compass/css/stretching.css test/fixtures/stylesheets/compass/css/text_shadow.css test/fixtures/stylesheets/compass/css/transform.css test/fixtures/stylesheets/compass/css/transition.css test/fixtures/stylesheets/compass/css/user-interface.css test/fixtures/stylesheets/compass/css/utilities.css test/fixtures/stylesheets/compass/css/vertical_rhythm.css test/fixtures/stylesheets/compass/images/100x150.png test/fixtures/stylesheets/compass/images/4x6.png test/fixtures/stylesheets/compass/images/flag/ad.png test/fixtures/stylesheets/compass/images/flag/ae.png test/fixtures/stylesheets/compass/images/flag/af.png test/fixtures/stylesheets/compass/images/flag/ag.png test/fixtures/stylesheets/compass/images/flag/ai.png test/fixtures/stylesheets/compass/images/flag/al.png test/fixtures/stylesheets/compass/images/flag/am.png test/fixtures/stylesheets/compass/images/flag/an.png test/fixtures/stylesheets/compass/images/flag/ao.png test/fixtures/stylesheets/compass/images/flag/ar.png test/fixtures/stylesheets/compass/images/flag/as.png test/fixtures/stylesheets/compass/images/flag/at.png test/fixtures/stylesheets/compass/images/flag/au.png test/fixtures/stylesheets/compass/images/flag/aw.png test/fixtures/stylesheets/compass/images/flag/ax.png test/fixtures/stylesheets/compass/images/flag/az.png test/fixtures/stylesheets/compass/images/flag/ba.png test/fixtures/stylesheets/compass/images/flag/bb.png test/fixtures/stylesheets/compass/images/flag/bd.png test/fixtures/stylesheets/compass/images/flag/be.png test/fixtures/stylesheets/compass/images/flag/bf.png test/fixtures/stylesheets/compass/images/flag/bg.png test/fixtures/stylesheets/compass/images/flag/bh.png test/fixtures/stylesheets/compass/images/flag/bi.png test/fixtures/stylesheets/compass/images/flag/bj.png test/fixtures/stylesheets/compass/images/flag/bm.png test/fixtures/stylesheets/compass/images/flag/bn.png test/fixtures/stylesheets/compass/images/flag/bo.png test/fixtures/stylesheets/compass/images/flag/br.png test/fixtures/stylesheets/compass/images/flag/bs.png test/fixtures/stylesheets/compass/images/flag/bt.png test/fixtures/stylesheets/compass/images/flag/bv.png test/fixtures/stylesheets/compass/images/flag/bw.png test/fixtures/stylesheets/compass/images/flag/by.png test/fixtures/stylesheets/compass/images/flag/bz.png test/fixtures/stylesheets/compass/images/flag/ca.png test/fixtures/stylesheets/compass/images/flag/catalonia.png test/fixtures/stylesheets/compass/images/flag/cc.png test/fixtures/stylesheets/compass/images/flag/cd.png test/fixtures/stylesheets/compass/images/flag/cf.png test/fixtures/stylesheets/compass/images/flag/cg.png test/fixtures/stylesheets/compass/images/flag/ch.png test/fixtures/stylesheets/compass/images/flag/ci.png test/fixtures/stylesheets/compass/images/flag/ck.png test/fixtures/stylesheets/compass/images/flag/cl.png test/fixtures/stylesheets/compass/images/flag/cm.png test/fixtures/stylesheets/compass/images/flag/cn.png test/fixtures/stylesheets/compass/images/flag/co.png test/fixtures/stylesheets/compass/images/flag/cr.png test/fixtures/stylesheets/compass/images/flag/cs.png test/fixtures/stylesheets/compass/images/flag/cu.png test/fixtures/stylesheets/compass/images/flag/cv.png test/fixtures/stylesheets/compass/images/flag/cx.png test/fixtures/stylesheets/compass/images/flag/cy.png test/fixtures/stylesheets/compass/images/flag/cz.png test/fixtures/stylesheets/compass/images/flag/dj.png test/fixtures/stylesheets/compass/images/flag/dk.png test/fixtures/stylesheets/compass/images/flag/dm.png test/fixtures/stylesheets/compass/images/flag/do.png test/fixtures/stylesheets/compass/images/flag/dz.png test/fixtures/stylesheets/compass/images/flag/ec.png test/fixtures/stylesheets/compass/images/flag/ee.png test/fixtures/stylesheets/compass/images/flag/eg.png test/fixtures/stylesheets/compass/images/flag/eh.png test/fixtures/stylesheets/compass/images/flag/england.png test/fixtures/stylesheets/compass/images/flag/er.png test/fixtures/stylesheets/compass/images/flag/es.png test/fixtures/stylesheets/compass/images/flag/et.png test/fixtures/stylesheets/compass/images/flag/europeanunion.png test/fixtures/stylesheets/compass/images/flag/fam.png test/fixtures/stylesheets/compass/images/flag/fi.png test/fixtures/stylesheets/compass/images/flag/fj.png test/fixtures/stylesheets/compass/images/flag/fk.png test/fixtures/stylesheets/compass/images/flag/fm.png test/fixtures/stylesheets/compass/images/flag/fo.png test/fixtures/stylesheets/compass/images/flag/fr.png test/fixtures/stylesheets/compass/images/flag/ga.png test/fixtures/stylesheets/compass/images/flag/gb.png test/fixtures/stylesheets/compass/images/flag/gd.png test/fixtures/stylesheets/compass/images/flag/ge.png test/fixtures/stylesheets/compass/images/flag/gf.png test/fixtures/stylesheets/compass/images/flag/gh.png test/fixtures/stylesheets/compass/images/flag/gi.png test/fixtures/stylesheets/compass/images/flag/gl.png test/fixtures/stylesheets/compass/images/flag/gm.png test/fixtures/stylesheets/compass/images/flag/gn.png test/fixtures/stylesheets/compass/images/flag/gp.png test/fixtures/stylesheets/compass/images/flag/gq.png test/fixtures/stylesheets/compass/images/flag/gr.png test/fixtures/stylesheets/compass/images/flag/gs.png test/fixtures/stylesheets/compass/images/flag/gt.png test/fixtures/stylesheets/compass/images/flag/gu.png test/fixtures/stylesheets/compass/images/flag/gw.png test/fixtures/stylesheets/compass/images/flag/gy.png test/fixtures/stylesheets/compass/images/flag/hk.png test/fixtures/stylesheets/compass/images/flag/hm.png test/fixtures/stylesheets/compass/images/flag/hn.png test/fixtures/stylesheets/compass/images/flag/hr.png test/fixtures/stylesheets/compass/images/flag/ht.png test/fixtures/stylesheets/compass/images/flag/hu.png test/fixtures/stylesheets/compass/images/flag/id-2.png test/fixtures/stylesheets/compass/images/flag/ie.png test/fixtures/stylesheets/compass/images/flag/il.png test/fixtures/stylesheets/compass/images/flag/in.png test/fixtures/stylesheets/compass/images/flag/io.png test/fixtures/stylesheets/compass/images/flag/iq.png test/fixtures/stylesheets/compass/images/flag/ir.png test/fixtures/stylesheets/compass/images/flag/is.png test/fixtures/stylesheets/compass/images/flag/it.png test/fixtures/stylesheets/compass/images/flag/jm.png test/fixtures/stylesheets/compass/images/flag/jo.png test/fixtures/stylesheets/compass/images/flag/jp.png test/fixtures/stylesheets/compass/images/flag/ke.png test/fixtures/stylesheets/compass/images/flag/kg.png test/fixtures/stylesheets/compass/images/flag/ki.png test/fixtures/stylesheets/compass/images/flag/km.png test/fixtures/stylesheets/compass/images/flag/kn.png test/fixtures/stylesheets/compass/images/flag/kp.png test/fixtures/stylesheets/compass/images/flag/kr.png test/fixtures/stylesheets/compass/images/flag/kw.png test/fixtures/stylesheets/compass/images/flag/ky.png test/fixtures/stylesheets/compass/images/flag/kz.png test/fixtures/stylesheets/compass/images/flag/la.png test/fixtures/stylesheets/compass/images/flag/lb.png test/fixtures/stylesheets/compass/images/flag/lc.png test/fixtures/stylesheets/compass/images/flag/li.png test/fixtures/stylesheets/compass/images/flag/lk.png test/fixtures/stylesheets/compass/images/flag/lr.png test/fixtures/stylesheets/compass/images/flag/ls.png test/fixtures/stylesheets/compass/images/flag/lt.png test/fixtures/stylesheets/compass/images/flag/lu.png test/fixtures/stylesheets/compass/images/flag/lv.png test/fixtures/stylesheets/compass/images/flag/ly.png test/fixtures/stylesheets/compass/images/flag/ma.png test/fixtures/stylesheets/compass/images/flag/mc.png test/fixtures/stylesheets/compass/images/flag/md.png test/fixtures/stylesheets/compass/images/flag/me.png test/fixtures/stylesheets/compass/images/flag/mg.png test/fixtures/stylesheets/compass/images/flag/mh.png test/fixtures/stylesheets/compass/images/flag/mk.png test/fixtures/stylesheets/compass/images/flag/ml.png test/fixtures/stylesheets/compass/images/flag/mm.png test/fixtures/stylesheets/compass/images/flag/mn.png test/fixtures/stylesheets/compass/images/flag/mo.png test/fixtures/stylesheets/compass/images/flag/mp.png test/fixtures/stylesheets/compass/images/flag/mq.png test/fixtures/stylesheets/compass/images/flag/mr.png test/fixtures/stylesheets/compass/images/flag/ms.png test/fixtures/stylesheets/compass/images/flag/mt.png test/fixtures/stylesheets/compass/images/flag/mu.png test/fixtures/stylesheets/compass/images/flag/mv.png test/fixtures/stylesheets/compass/images/flag/mw.png test/fixtures/stylesheets/compass/images/flag/mx.png test/fixtures/stylesheets/compass/images/flag/my.png test/fixtures/stylesheets/compass/images/flag/mz.png test/fixtures/stylesheets/compass/images/flag/na.png test/fixtures/stylesheets/compass/images/flag/ne.png test/fixtures/stylesheets/compass/images/flag/nf.png test/fixtures/stylesheets/compass/images/flag/ng.png test/fixtures/stylesheets/compass/images/flag/ni.png test/fixtures/stylesheets/compass/images/flag/nl.png test/fixtures/stylesheets/compass/images/flag/no.png test/fixtures/stylesheets/compass/images/flag/np.png test/fixtures/stylesheets/compass/images/flag/nr.png test/fixtures/stylesheets/compass/images/flag/nu.png test/fixtures/stylesheets/compass/images/flag/nz.png test/fixtures/stylesheets/compass/images/flag/om.png test/fixtures/stylesheets/compass/images/flag/pa.png test/fixtures/stylesheets/compass/images/flag/pe.png test/fixtures/stylesheets/compass/images/flag/pf.png test/fixtures/stylesheets/compass/images/flag/pg.png test/fixtures/stylesheets/compass/images/flag/ph.png test/fixtures/stylesheets/compass/images/flag/pk.png test/fixtures/stylesheets/compass/images/flag/pl.png test/fixtures/stylesheets/compass/images/flag/pm.png test/fixtures/stylesheets/compass/images/flag/pn.png test/fixtures/stylesheets/compass/images/flag/pr.png test/fixtures/stylesheets/compass/images/flag/ps.png test/fixtures/stylesheets/compass/images/flag/pt.png test/fixtures/stylesheets/compass/images/flag/pw.png test/fixtures/stylesheets/compass/images/flag/py.png test/fixtures/stylesheets/compass/images/flag/qa.png test/fixtures/stylesheets/compass/images/flag/re.png test/fixtures/stylesheets/compass/images/flag/ro.png test/fixtures/stylesheets/compass/images/flag/rs.png test/fixtures/stylesheets/compass/images/flag/ru.png test/fixtures/stylesheets/compass/images/flag/rw.png test/fixtures/stylesheets/compass/images/flag/sa.png test/fixtures/stylesheets/compass/images/flag/sb.png test/fixtures/stylesheets/compass/images/flag/sc.png test/fixtures/stylesheets/compass/images/flag/sd.png test/fixtures/stylesheets/compass/images/flag/se.png test/fixtures/stylesheets/compass/images/flag/sg.png test/fixtures/stylesheets/compass/images/flag/sh.png test/fixtures/stylesheets/compass/images/flag/si.png test/fixtures/stylesheets/compass/images/flag/sj.png test/fixtures/stylesheets/compass/images/flag/sk.png test/fixtures/stylesheets/compass/images/flag/sl.png test/fixtures/stylesheets/compass/images/flag/sm.png test/fixtures/stylesheets/compass/images/flag/sn.png test/fixtures/stylesheets/compass/images/flag/so.png test/fixtures/stylesheets/compass/images/flag/sr.png test/fixtures/stylesheets/compass/images/flag/st.png test/fixtures/stylesheets/compass/images/flag/sv.png test/fixtures/stylesheets/compass/images/flag/sy.png test/fixtures/stylesheets/compass/images/flag/sz.png test/fixtures/stylesheets/compass/images/flag/tc.png test/fixtures/stylesheets/compass/images/flag/td.png test/fixtures/stylesheets/compass/images/flag/tf.png test/fixtures/stylesheets/compass/images/flag/tg.png test/fixtures/stylesheets/compass/images/flag/th.png test/fixtures/stylesheets/compass/images/flag/tj.png test/fixtures/stylesheets/compass/images/flag/tk.png test/fixtures/stylesheets/compass/images/flag/tl.png test/fixtures/stylesheets/compass/images/flag/tm.png test/fixtures/stylesheets/compass/images/flag/tn.png test/fixtures/stylesheets/compass/images/flag/to.png test/fixtures/stylesheets/compass/images/flag/tr.png test/fixtures/stylesheets/compass/images/flag/tt.png test/fixtures/stylesheets/compass/images/flag/tv.png test/fixtures/stylesheets/compass/images/flag/tw.png test/fixtures/stylesheets/compass/images/flag/tz.png test/fixtures/stylesheets/compass/images/flag/ua.png test/fixtures/stylesheets/compass/images/flag/ug.png test/fixtures/stylesheets/compass/images/flag/um.png test/fixtures/stylesheets/compass/images/flag/us.png test/fixtures/stylesheets/compass/images/flag/uy.png test/fixtures/stylesheets/compass/images/flag/uz.png test/fixtures/stylesheets/compass/images/flag/va.png test/fixtures/stylesheets/compass/images/flag/vc.png test/fixtures/stylesheets/compass/images/flag/ve.png test/fixtures/stylesheets/compass/images/flag/vg.png test/fixtures/stylesheets/compass/images/flag/vi.png test/fixtures/stylesheets/compass/images/flag/vn.png test/fixtures/stylesheets/compass/images/flag/vu.png test/fixtures/stylesheets/compass/images/flag/wales.png test/fixtures/stylesheets/compass/images/flag/wf.png test/fixtures/stylesheets/compass/images/flag/ws.png test/fixtures/stylesheets/compass/images/flag/ye.png test/fixtures/stylesheets/compass/images/flag/yt.png test/fixtures/stylesheets/compass/images/flag/za.png test/fixtures/stylesheets/compass/images/flag/zm.png test/fixtures/stylesheets/compass/images/flag/zw.png test/fixtures/stylesheets/compass/sass/background-clip.scss test/fixtures/stylesheets/compass/sass/border_radius.scss test/fixtures/stylesheets/compass/sass/box-sizeing.scss test/fixtures/stylesheets/compass/sass/box.sass test/fixtures/stylesheets/compass/sass/box_shadow.scss test/fixtures/stylesheets/compass/sass/columns.scss test/fixtures/stylesheets/compass/sass/filters.scss test/fixtures/stylesheets/compass/sass/fonts.sass test/fixtures/stylesheets/compass/sass/force-wrap.scss test/fixtures/stylesheets/compass/sass/gradients.sass test/fixtures/stylesheets/compass/sass/grid_background.scss test/fixtures/stylesheets/compass/sass/hyphenation.scss test/fixtures/stylesheets/compass/sass/image_size.sass test/fixtures/stylesheets/compass/sass/images.scss test/fixtures/stylesheets/compass/sass/layout.sass test/fixtures/stylesheets/compass/sass/legacy_clearfix.scss test/fixtures/stylesheets/compass/sass/lists.scss test/fixtures/stylesheets/compass/sass/opacity.scss test/fixtures/stylesheets/compass/sass/pie.scss test/fixtures/stylesheets/compass/sass/print.sass test/fixtures/stylesheets/compass/sass/regions.scss test/fixtures/stylesheets/compass/sass/replacement.scss test/fixtures/stylesheets/compass/sass/reset.sass test/fixtures/stylesheets/compass/sass/sprites.scss test/fixtures/stylesheets/compass/sass/stretching.sass test/fixtures/stylesheets/compass/sass/text_shadow.scss test/fixtures/stylesheets/compass/sass/transform.scss test/fixtures/stylesheets/compass/sass/transition.scss test/fixtures/stylesheets/compass/sass/user-interface.scss test/fixtures/stylesheets/compass/sass/utilities.scss test/fixtures/stylesheets/compass/sass/vertical_rhythm.scss test/fixtures/stylesheets/envtest/config.rb test/fixtures/stylesheets/envtest/css/env.css test/fixtures/stylesheets/envtest/sass/env.scss test/fixtures/stylesheets/error/config.rb test/fixtures/stylesheets/error/sass/screen.sass test/fixtures/stylesheets/image_urls/config.rb test/fixtures/stylesheets/image_urls/css/screen.css test/fixtures/stylesheets/image_urls/images/grid.png test/fixtures/stylesheets/image_urls/sass/screen.sass test/fixtures/stylesheets/relative/config.rb test/fixtures/stylesheets/relative/css/ie.css test/fixtures/stylesheets/relative/css/print.css test/fixtures/stylesheets/relative/css/screen.css test/fixtures/stylesheets/relative/sass/ie.sass test/fixtures/stylesheets/relative/sass/print.sass test/fixtures/stylesheets/relative/sass/screen.sass test/fixtures/stylesheets/uses_only_stylesheets_ext/config.rb test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/ie.scss test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/print.scss test/fixtures/stylesheets/uses_only_stylesheets_ext/sass/screen.scss test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/ie.css test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/print.css test/fixtures/stylesheets/uses_only_stylesheets_ext/stylesheets/screen.css test/fixtures/stylesheets/valid/config.rb test/fixtures/stylesheets/valid/sass/simple.sass test/helpers/command_line.rb test/helpers/diff.rb test/helpers/io.rb test/helpers/rails.rb test/helpers/test_case.rb test/integrations/compass_test.rb test/integrations/sprites_test.rb test/test_helper.rb test/units/actions_test.rb test/units/command_line_test.rb test/units/compass_module_test.rb test/units/compass_png_test.rb test/units/compiler_test.rb test/units/configuration_test.rb test/units/regressions_test.rb test/units/sass_extensions_test.rb test/units/sprites/engine_test.rb test/units/sprites/image_row_test.rb test/units/sprites/image_test.rb test/units/sprites/importer_test.rb test/units/sprites/layout_test.rb test/units/sprites/row_fitter_test.rb test/units/sprites/sprite_command_test.rb test/units/sprites/sprite_map_test.rb Copyright: *No copyright* License: UNKNOWN FIXME Files: doc-src/assets/javascripts/shAutoloader.js doc-src/assets/javascripts/shBrushCss.js doc-src/assets/javascripts/shBrushPlain.js doc-src/assets/javascripts/shBrushSass.js doc-src/assets/javascripts/shBrushScss.js doc-src/assets/javascripts/shBrushXml.js doc-src/assets/javascripts/shCore.js Copyright: 2004-2010, Alex Gorbatchev License: UNKNOWN FIXME Files: test/fixtures/sprites/public/images/image_row/large.png test/fixtures/sprites/public/images/image_row/large_square.png test/fixtures/sprites/public/images/image_row/medium.png test/fixtures/sprites/public/images/image_row/small.png test/fixtures/sprites/public/images/image_row/tall.png test/fixtures/sprites/public/images/ko/default_background.png Copyright: ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ License: UNKNOWN FIXME Files: doc-src/assets/images/tutorials/sprites/layout/vert.png examples/blueprint_plugins/images/link_icons/visited.png examples/css3/stylesheets/fonts/Prociono.otf frameworks/blueprint/templates/link_icons/link_icons/visited.png test/fixtures/stylesheets/blueprint/images/link_icons/visited.png Copyright: License: UNKNOWN FIXME Files: examples/blueprint_default/parts/test.jpg examples/blueprint_plugins/images/test.jpg examples/blueprint_semantic/parts/test.jpg examples/yui/test.jpg Copyright: g?29mbLJr{Ro%oƺpׂh)$k=IC~'ĭcMw硣Yt+/I3ԞeMHY% License: UNKNOWN FIXME Files: examples/yui/divisions.html.haml examples/yui/sub_divisions.html.haml examples/yui/templates.html.haml Copyright: 2008. License: UNKNOWN FIXME Files: test/fixtures/stylesheets/compass/100x150.jpg test/fixtures/stylesheets/compass/images/100x150.jpeg test/fixtures/stylesheets/compass/images/100x150.jpg Copyright: Apple, Inc., 2010C License: UNKNOWN FIXME Files: examples/compass/images/flag/scotland.png test/fixtures/stylesheets/compass/images/flag/scotland.png Copyright: I)L$~4\hZ;L%cķeQ License: UNKNOWN FIXME Files: examples/compass/images/flag/de.png test/fixtures/stylesheets/compass/images/flag/de.png Copyright: g*{ހ,ϠEgJW!Le`3UPUwWN<`}G9E1zo~&?iFӖ>ެ% ~=6ՊZ4V-jXF|BX SB8 a%tEXtcreate-date2009-11-16T22:10:46-07:00@%tEXtdate:create2010-01-11T06:51:17-07:00xP%tEXtdate:modify2010-01-11T06:51:17-07:002tEXtLicensehttp://en.wikipedia.org/wiki/Public_domain?%tEXtmodify-date2005-08-29T07:40:00-06:00wetEXtSoftwareAdobe ImageReadyqe<tEXtSourceFAMFAMFAM Flag IconsU4tEXtSource_URLhttp://www.famfamfam.com/lab/icons/flags/q%EIENDB` License: UNKNOWN FIXME Files: examples/compass/images/flag/kh.png test/fixtures/stylesheets/compass/images/flag/kh.png Copyright: B"6 &;̌M 8| f8s*?} ztO 0ں H)p$cӦg?abHI&{WU:?T License: UNKNOWN FIXME Files: frameworks/compass/templates/pie/LICENSE-APACHE2.txt Copyright: 2010, Jason Johnston License: Apache-2.0 FIXME Files: debian/rules Copyright: 2011-2012, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE.markdown Copyright: 2009, Christopher M. Eppstein HOLDERS BE License: MIT/X11 (BSD like) FIXME Files: doc-src/assets/javascripts/jquery.cookie.js Copyright: 2006, Klaus Hartl (stilbuero.de) License: MIT/X11 (BSD like) FIXME Files: doc-src/assets/javascripts/modernizr-1.6.min.js Copyright: 2009-2010 License: UNKNOWN FIXME Files: lib/compass/commands/print_version.rb Copyright: 2008-#{Time.now.year} Chris Eppstein" License: UNKNOWN FIXME Files: doc-src/assets/images/tutorials/sprites/layout/horizontal.png Copyright: $81Q0=F\zT"Gn5)3 zѯL~ }dԁjviJ[oǁvh2(ݑȯY FK7xXt License: UNKNOWN FIXME Files: test/fixtures/stylesheets/compass/images/flag-s4798b5a210.png Copyright: :'d54Oמ[[.i)Qb+ ;@H\x!MrMvfzpw{B License: UNKNOWN FIXME Files: test/fixtures/stylesheets/compass/images/100x150.gif Copyright: Apple, Inc., 2010,d'dihlp,tmx;,gE46bfMA!kI,w%P-N;QoSY License: UNKNOWN FIXME Files: README.markdown Copyright: 2008-2009, Christopher M. Eppstein
License: UNKNOWN FIXME Files: frameworks/compass/templates/pie/LICENSE-GPL2.txt Copyright: 1989, 1991 Free Software Foundation, Inc HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES holder saying it may be distributed holder who places the Program under this License law: the software, and License: UNKNOWN FIXME Files: frameworks/compass/templates/pie/LICENSE Copyright: 2010, Jason Johnston License: UNKNOWN FIXME Files: doc-src/assets/javascripts/jquery-1.3.2.min.js Copyright: 2009, John Resig 2009, The Dojo Foundation License: UNKNOWN FIXME Files: doc-src/assets/images/compass.app.png Copyright: Rd* O艷T>ƌ܄3seY\NBdl%9^cw5i1ZĐa뼋Ձ{֐ w$KnWVj&炕FndnRg݀أ FjV+/+DR, License: UNKNOWN FIXME Files: examples/css3/images/example.png Copyright: d_C%tW/!qҽQLե"}cV}(òlCq}N~,܌15i:| v,F)$|+¾s^ͨ΢> +e#[, 2 \BUu TfݎEtKβxITnXⴇ <cӄI?55ѹEy )qeEzji GR?DMN.ԗ`TǎKI̬A>?y_uUNlrr5>Cc9x3SZ&g R}&Ez&Ns4K"̺n License: UNKNOWN FIXME Files: frameworks/compass/templates/pie/manifest.rb Copyright: to: Jason Johnston License: UNKNOWN FIXME Files: doc-src/content/reference/compass/css3/pie.haml Copyright: to: [Jason Johnston License: UNKNOWN FIXME Files: examples/compass/images/icon-firefox.png Copyright: fi}mk\f@ߓ Lcy Gm7046l18c̐ckihhI'&g5x>fob4ekVyVV׬I\,mWlPW :˶vm))Sn1 License: UNKNOWN FIXME Files: doc-src/assets/images/compass-logo.png Copyright: d3N License: UNKNOWN FIXME Files: doc-src/assets/images/sites/cornell.jpg Copyright: ӍZR>9Ǿ7|%7nҮdba*Ȅ3=1M&;X|{ҵ7u'ƲmnWtxᮣ}bׂ+Q lLu8CWi#~VX7u#ɯlg썥vvڨ2O+E|fVHn6Iξ`./U4LwՄ")-?¾?X License: UNKNOWN FIXME debian/copyright0000644000000000000000000007111012055542415011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Compass Upstream-Contact: Christopher M. Eppstein https://github.com/chriseppstein/compass/issues/ Source: https://github.com/chriseppstein/compass/downloads git://github.com/chriseppstein/compass Repackaged, excluding non-DFSG files Files-Excluded: doc-src/assets/fonts/museosans-web.* Files: * Copyright: 2008-2009 Christopher M. Eppstein License: Expat~no-attribution Files: lib/compass/app_integration/rails/templates/compass-install-rails.rb Copyright: 2009, Derek Perez License: Expat Files: doc-src/assets/fonts/examples/bgrove.* examples/css3/stylesheets/fonts/bgrove.* Copyright: none (Public Domain) License: PD Created by Nathan Eady, using Inkscape (http://www.inkscape.org) and FontForge 2.0 (http://fontforge.sf.net). This font has been released into the public domain by the author. Files: doc-src/assets/javascripts/jquery.url.packed.js Copyright: 2010 project.helianthus License: Expat Comment: License: . Licensed under the MIT License. . Comment: . Code lacks copyright and licensing info. Above copyright and licensing was found at . Files: examples/compass/images/emblem/*.png Copyright: none (Public Domain) License: PD The color palette is public domain. The icon theme is also available as public domain since the 0.8.90 release. While you are not obligated to, we would appreciate if you credit the project if you chose to use the icon theme or derivative artwork in your project by linking to our website. This will help to strengthen the awareness of the style guidelines. Thank you. Comment: Upstream source lack explicit copyright and licensing info. The URL was located inside the binary images, and above copyright and licensing was found at . Files: examples/compass/images/flag/*.png test/fixtures/stylesheets/busted_image_urls/images/flags/dk.png test/fixtures/stylesheets/compass/images/flag*.png Copyright: Mark James License: CC-BY-3.0 Comment: License: . As an author, I would appreciate a reference to my authorship of the Silk icon set contents within a readme file or equivalent documentation for the software which includes the set or a subset of the icons contained within. . Comment: . Upstream source lack explicit copyright and licensing info. The URL was located inside the binary images, and above copyright and licensing was found at . Files: frameworks/compass/templates/pie/PIE.htc Copyright: 2010, Jason Johnston License: Apache-2.0 or GPL-2 Comment: License: . Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2. Files: examples/css3/stylesheets/fonts/Prociono.otf Copyright: none (Public Domain) License: PD This font has been released into the public domain by its author, Barry Schwartz. This applies worldwide. . In some countries this may not be legally possible; if so: Barry Schwartz grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. Files: doc-src/assets/javascripts/shAutoloader.js doc-src/assets/javascripts/shBrushCss.js doc-src/assets/javascripts/shBrushPlain.js doc-src/assets/javascripts/shBrushSass.js doc-src/assets/javascripts/shBrushScss.js doc-src/assets/javascripts/shBrushXml.js doc-src/assets/javascripts/shCore.js Copyright: 2004-2010, Alex Gorbatchev License: Expat or GPL-3 Comment: License: . SyntaxHighlighter is donationware. If you are using it, please donate. http://alexgorbatchev.com/SyntaxHighlighter/donate.html . Dual licensed under the MIT and GPL licenses. . Comment: . Version of GPL is ambiguous. Web content at above URL references which in turn references 'GNU General Public License' version 3. Files: lib/compass/app_integration/rails/templates/compass-install-rails.rb Copyright: 2009, Derek Perez License: Expat Files: doc-src/assets/javascripts/modernizr-1.6.min.js Copyright: 2009-2010, Faruk Ates 2009-2010, Paul Irish License: Expat or BSD-3-clause Comment: License: . Dual-licensed under the BSD or MIT licenses. http://www.modernizr.com/license/ . Comment: . Version of GPL is ambiguous. Web content at above URL currently references 'GNU General Public License' version 2. Files: doc-src/assets/javascripts/jquery-1.3.2.min.js Copyright: 2009, John Resig 2009, The Dojo Foundation License: Expat or GPL-2 Comment: License: . Dual licensed under the MIT and GPL licenses. http://docs.jquery.com/License . Comment: . Version of GPL is ambiguous. Web content at above URL currently references 'GNU General Public License' version 2. Files: doc-src/assets/javascripts/jquery.cookie.js Copyright: 2006, Klaus Hartl License: Expat or GPL-3 Comment: License: . Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html . Comment: . Version of GPL is ambiguous. Web content at above URL currently contains 'GNU General Public License' version 3. Files: debian/* Copyright: 2011-2012, Jonas Smedegaard License: GPL-2+ License: Expat~no-attribution 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: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . No attribution is required by products that make use of this software. . 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. . Except as contained in this notice, the name(s) of the above copyright holders shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization. . Contributors to this project agree to grant all rights to the copyright holder of the primary product. Attribution is maintained in the source control history of the product. License: Expat 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: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . 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. License: GPL-2+ This program 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, or (at your option) any later version. . This program 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. . Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . License: GPL-2 Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. License: GPL-3 Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Organization nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: CC-BY-3.0 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. . BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. . 1. Definitions . 1. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. 2. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License. 3. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. 4. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. 5. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. 6. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. 7. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. 8. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. 9. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. . 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. . 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: . 1. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; 2. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; 3. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, 4. to Distribute and Publicly Perform Adaptations. 5. . For the avoidance of doubt: 1. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; 2. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, 3. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. . The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. . 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: . 1. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested. 2. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. 3. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. . 5. Representations, Warranties and Disclaimer . UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. . 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. . 7. Termination . 1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. 2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. . 8. Miscellaneous . 1. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. 2. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. 3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. 4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. 5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. 6. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. debian/ruby-compass.install0000644000000000000000000000005311604105326013176 0ustar frameworks/* usr/share/compass/frameworks debian/gbp.conf0000644000000000000000000000014611442224275010611 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000506512055541732010260 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012 Jonas Smedegaard # Description: Main Debian packaging script for Compass # # This program 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, or (at your option) # any later version. # # This program 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 this program. If not, see . -include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk CDBS_BUILD_DEPENDS += , gem2deb CDBS_DEPENDS_DEFAULT += , ruby | ruby-interpreter CDBS_DEPENDS_DEFAULT += , ruby-sass, ruby-chunky-png CDBS_RECOMMENDS_DEFAULT += , ruby-oily-png, ruby-fssm DEB_UPSTREAM_URL = https://github.com/chriseppstein/compass/archive DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_REPACKAGE_EXCLUDES = doc-src/assets/fonts/museosans-web.* DEB_UPSTREAM_TARBALL_SRCDIR = compass-$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_TARBALL_MD5 = 89f9cd655a9ad951fe9d2aefbd3e14f6 DEB_INSTALL_CHANGELOGS_ALL = doc-src/content/CHANGELOG.markdown DEB_INSTALL_DOCS_ALL += README.markdown TODO.md DEB_INSTALL_EXAMPLES_ALL += examples/* DEB_INSTALL_MANPAGES_ALL += debian/compass.1 common-configure-arch common-configure-indep:: debian/stamp-ruby-gem-configure debian/stamp-ruby-gem-configure:: dh_ruby --configure touch $@ common-build-arch common-build-indep:: debian/stamp-ruby-gem-build debian/stamp-ruby-gem-build:: dh_ruby --build touch $@ common-install-arch common-install-indep:: debian/stamp-ruby-gem-install debian/stamp-ruby-gem-install:: dh_ruby --install touch $@ clean:: dh_ruby --clean rm -f $(patsubst %,debian/stamp-ruby-gem-%,configure build install) binary-post-install/ruby-compass:: find $(cdbs_curdestdir) -type f \( -name LICENSE -or -name .gitignore \) -delete binary-fixup/ruby-compass:: chmod -R a-x,a+X $(cdbs_curdestdir)/usr/share/compass/ oldpkg = libcompass-ruby oldpkgversioned = $(oldpkg:= (<< 0.11)), $(oldpkg:=1.8 (<< 0.11)) oldpkgunversioned = $(oldpkg), $(oldpkg:=1.8) CDBS_BREAKS_ALL = $(oldpkgversioned) CDBS_REPLACES_ALL = $(oldpkgversioned) CDBS_PROVIDES_ALL = $(oldpkgunversioned) debian/control.in0000644000000000000000000000212711760650407011206 0ustar Source: ruby-compass Section: web Priority: optional Maintainer: Micah Anderson Uploaders: Debian Ruby Extras Maintainers , Deepak Tripathi , Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.3 Homepage: http://wiki.github.com/chriseppstein/compass/ Vcs-Git: git://git.debian.org/git/collab-maint/ruby-compass Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ruby-compass.git XS-Ruby-Versions: all Package: ruby-compass Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Breaks: ${cdbs:Breaks} Replaces: ${cdbs:Replaces} Provides: ${cdbs:Provides} Description: Stylesheet Framework streamlining creation and maintainance of CSS Compass is a CSS authoring framework which uses the Sass stylesheet language to make writing stylesheets powerful and easy. . Compass provides ports of the best of breed css frameworks that you can use without forcing you to use their presentational class names.