... | ... | @@ -12,18 +12,18 @@ For example: |
|
|
|
|
|
bc. java -jar cssembed-0.1.0.jar -v styles.css
|
|
|
|
|
|
The %-v% or %--verbose% flags result in additional messages and warnings being output to the console, which can be useful if you run into problems.
|
|
|
The @-v@ or @--verbose@ flags result in additional messages and warnings being output to the console, which can be useful if you run into problems.
|
|
|
|
|
|
Using the %-h% option shows all of the options:
|
|
|
Using the @-h@ option shows all of the options:
|
|
|
|
|
|
bc. Usage: java -jar cssembed-x.y.z.jar [options] [input files]
|
|
|
bc.
|
|
|
bc. Global Options
|
|
|
bc. -h, --help Displays this information.
|
|
|
bc. --charset <charset> Character set of the input file.
|
|
|
bc. -v, --verbose Display informational messages and warnings.
|
|
|
bc. -root <root> Prepends <root> to all relative URLs.
|
|
|
bc. -o <file> Place the output into <file>. Defaults to stdout.
|
|
|
bc.. Usage: java -jar cssembed-x.y.z.jar [options] [input files]
|
|
|
|
|
|
Global Options
|
|
|
-h, --help Displays this information.
|
|
|
--charset <charset> Character set of the input file.
|
|
|
-v, --verbose Display informational messages and warnings.
|
|
|
-root <root> Prepends <root> to all relative URLs.
|
|
|
-o <file> Place the output into <file>. Defaults to stdout.
|
|
|
|
|
|
h1. Resolving Files
|
|
|
|
... | ... | @@ -33,7 +33,7 @@ You can force a specific resolution by using the @--root@ option on the command |
|
|
|
|
|
bc. java -jar cssembed-0.1.0.jar --root http://www.nczonline.net/images styles.css
|
|
|
|
|
|
This causes all image URLs to be prepended with @http://www.nczonline.net/images% before attempting resolution (this happens only for those URLs that don't already have "http://" at the beginning.
|
|
|
This causes all image URLs to be prepended with @http://www.nczonline.net/images@ before attempting resolution (this happens only for those URLs that don't already have "http://" at the beginning.
|
|
|
|
|
|
h1. Copyright and License
|
|
|
|
... | ... | |