New slidy directory for "self-contained."

This commit is contained in:
John MacFarlane 2011-12-03 22:10:18 -08:00
parent 38fbfed35e
commit fb5f9a90f1
10 changed files with 13 additions and 3 deletions

View file

@ -65,8 +65,13 @@ Data-Files:
s5/default/slides.css,
s5/default/iepngfix.htc,
-- data for slidy writer
slidy/slidy.css,
slidy/slidy.min.js,
slidy/styles/slidy.css,
slidy/scripts/slidy.js.gz,
slidy/graphics/fold.gif,
slidy/graphics/unfold.gif,
slidy/graphics/nofold-dim.gif,
slidy/graphics/unfold-dim.gif,
slidy/graphics/fold-dim.gif,
-- data for citeproc
default.csl,
-- documentation

BIN
slidy/graphics/fold-dim.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

BIN
slidy/graphics/fold.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

BIN
slidy/graphics/unfold.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 B

BIN
slidy/scripts/slidy.js.gz Normal file

Binary file not shown.

1
slidy/slidy.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -160,6 +160,10 @@ div.toc-heading {
text-align: center;
}
img {
image-rendering: optimize-quality;
}
pre {
font-size: 80%;
font-weight: bold;

View file

@ -319,6 +319,8 @@ options =
, Option "" ["self-contained"]
(NoArg
(\opt -> return opt { optSelfContained = True,
optVariables = ("slidy-url","slidy") :
optVariables opt,
optStandalone = True }))
"" -- "Make slide shows include all the needed js and css"