Moved data/ui -> s5. Added note on this in README.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1763 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2010-01-01 01:25:24 +00:00
parent c9b5fa20e6
commit 2ae3b9239e
15 changed files with 18 additions and 10 deletions

12
README
View file

@ -1232,8 +1232,16 @@ that they may be cached. The best approach in this case is to use pandoc
without the `-s` option to produce the body of the S5 document, which
can then be inserted into an HTML template that links to the javascript
and CSS files required by S5. (See the instructions on the S5 website.)
Alternatively, you may use `-s` together with the `-C/--custom-header`
option.
Alternatively, you may use `-s` together with the `--template`
option to specify a custom template.
You can change the style of the slides by putting customized CSS files
in `$HOME/.pandoc/s5/default` (on unix) or
`C:\Documents And Settings\USERNAME\Application Data\pandoc\reference.odt`
(on Windows). The originals may be found in pandoc's system
data directory (generally `$CABALDIR/pandoc-VERSION/s5/default`).
Pandoc will look there for any files it does not find in the user's
pandoc data directory.
Literate Haskell support
========================

View file

@ -48,14 +48,14 @@ Data-Files:
data/LaTeXMathML.js.comment,
data/LaTeXMathML.js.packed,
-- data for S5 writer
data/ui/default/slides.js.comment,
data/ui/default/slides.js.packed,
data/ui/default/s5-core.css,
data/ui/default/framing.css,
data/ui/default/pretty.css,
data/ui/default/opera.css,
data/ui/default/outline.css,
data/ui/default/print.css,
s5/default/slides.js.comment,
s5/default/slides.js.packed,
s5/default/s5-core.css,
s5/default/framing.css,
s5/default/pretty.css,
s5/default/opera.css,
s5/default/outline.css,
s5/default/print.css,
-- documentation
README, INSTALL, COPYRIGHT, BUGS, changelog,
-- wrappers

View file

Before

Width:  |  Height:  |  Size: 49 B

After

Width:  |  Height:  |  Size: 49 B

View file

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB