... | @@ -35,6 +35,16 @@ bc. java -jar cssembed-x.y.z.jar --root http://www.nczonline.net/images styles.c |
... | @@ -35,6 +35,16 @@ bc. java -jar cssembed-x.y.z.jar --root http://www.nczonline.net/images styles.c |
|
|
|
|
|
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. Dependencies
|
|
|
|
|
|
|
|
When downloading and using CSSEmbed, you can download one of two files:
|
|
|
|
|
|
|
|
@cssembed-x.y.z.jar@ contains all of the dependencies necessary to run CSSEmbed. You can simply run this on the command line and everything will work.
|
|
|
|
|
|
|
|
@cssembed-core-x.y.z.jar@ contains just CSSEmbed and so you'll need to add the dependencies manually to the classpath. There are two dependencies:
|
|
|
|
* "Jargs 1.0":http://jargs.sourceforge.net/ (@jargs-1.0.jar@)
|
|
|
|
* "DataURI 0.1.1":http://github.com/nzakas/datauri/downloads (@datauri-0.1.1.jar@)
|
|
|
|
|
|
h1. Copyright and License
|
|
h1. Copyright and License
|
|
|
|
|
|
Copyright (C) 2009 Nicholas C. Zakas. All rights reserved.
|
|
Copyright (C) 2009 Nicholas C. Zakas. All rights reserved.
|
... | | ... | |