[DRE-commits] r5350 - trunk/libhaml-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Sun May 16 15:28:00 UTC 2010


Author: deepak-guest
Date: 2010-05-16 15:27:57 +0000 (Sun, 16 May 2010)
New Revision: 5350

Added:
   trunk/libhaml-ruby/debian/sass-convert.1
Modified:
   trunk/libhaml-ruby/debian/haml.1
Log:
Created man page for sass-convert and updted haml one

Modified: trunk/libhaml-ruby/debian/haml.1
===================================================================
--- trunk/libhaml-ruby/debian/haml.1	2010-05-16 11:49:25 UTC (rev 5349)
+++ trunk/libhaml-ruby/debian/haml.1	2010-05-16 15:27:57 UTC (rev 5350)
@@ -27,11 +27,11 @@
 .B \-f, \-\-format NAME                
 Output format. Can be xhtml (default), html4, or html5.
 .TP 8
-.B \-e, \-\-escape-html                
+.B \-e, \-\-escape\-html                
 Escape HTML characters (like ampersands and angle brackets) by default.
 .TP 8
 .B \-r, \-\-require FILE               
-Same as 'ruby -r'.
+Same as 'ruby \-r'.
 .TP 8
 .B \-I, \-\-load-path PATH             
 Same as 'ruby \-I'.
@@ -47,8 +47,8 @@
 .SH SEE ALSO
 This program is shipped as part of the libhaml\-ruby1.8 library
 package, you can check its corresponding documentation can be found in
-the libhaml-ruby-doc package.
+the libhaml\-ruby\-doc package.
 .SH AUTHOR
 This manual page was written by Gunnar Wolf <gwolf at debian.org>, based
-on the command-line output of this program, for the Debian GNU/Linux
+on the command\-line output of this program, for the Debian GNU/Linux
 system (but may be freely used by others).

Added: trunk/libhaml-ruby/debian/sass-convert.1
===================================================================
--- trunk/libhaml-ruby/debian/sass-convert.1	                        (rev 0)
+++ trunk/libhaml-ruby/debian/sass-convert.1	2010-05-16 15:27:57 UTC (rev 5350)
@@ -0,0 +1,45 @@
+.TH sass\-convert 1 "May 16, 2010"
+.SH NAME
+sass\-convert \- Transforms a CSS file into corresponding Sass code.
+.SH SYNOPSIS
+.B sass\-convert
+[options] [INPUT] [OUTPUT]
+.SH DESCRIPTION
+Transforms a CSS file into corresponding Sass code
+it used to be known as css2sass.It now uses a full\-fledged CSS3 parser.
+so it should be able to handle any valid CSS3, as well as most hacks and proprietary syntax.
+sass\-convert can now convert between Sass and SCSS. This is normally inferred from the filename,
+but it can also be specified using the \-\-from and \-\-to flags.
+it is also possible to convert a file in\-place.
+.SH OPTIONS
+.TP 8
+.B \-\-from
+Convert from filename.
+.TP 8
+.B \-\-to
+Convert to filename.
+.TP 8
+.B \-\-in\-place
+Convert in place. it will override the file.
+.TP 8
+.B \-\-recursive
+convert an entire directory of files.
+.TP 8
+.B \-\-dasherize
+Converts all underscores to hyphens.
+.SH EXAMPLES
+.TP 8
+.B sass\-convert \-\-from sass \-\-to scss
+.TP 8
+.B sass\-convert \-\-in\-place \-\-from sass2 style.sass
+.TP 8
+.B sass\-convert \-\-recursive \-\-from sass2 \-\-to scss stylesheets/
+.SH SEE ALSO 
+This program is shipped as part of the libhaml\-ruby1.8 library
+package, you can check its corresponding documentation can be found in
+the libhaml\-ruby\-doc package.
+.SH AUTHOR
+This manual page was written by Deepak Tripathi <apenguinlinux at gmail.com>, based
+on the command\-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).
+Examples are taken from project's homepage.




More information about the Pkg-ruby-extras-commits mailing list