fiddlosopher
3462d2d1b6
Changes to website for new installation instructions.
...
Removed OSX package.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@904 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-26 15:41:45 +00:00
fiddlosopher
021f152289
Separated $(web_dest) and website targets.
...
Fixed a bug in index.txt.in.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@898 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-25 18:39:06 +00:00
fiddlosopher
ab23086b1b
Build web index from a template (including version number).
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@896 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-25 18:05:07 +00:00
fiddlosopher
e925261c27
Made index.txt in web a template (with @VERSION@).
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@894 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-25 17:52:16 +00:00
fiddlosopher
b0bf5e5bab
Revised website for 0.41.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@869 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-19 16:40:38 +00:00
fiddlosopher
fcda8d191b
Added highlight.css to website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@860 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-18 14:20:07 +00:00
fiddlosopher
80c1656b38
Small website tweak: README.txt, not README-WINDOWS.txt.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@855 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-15 22:39:55 +00:00
fiddlosopher
2915612943
Small changes to website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@854 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-15 22:38:15 +00:00
fiddlosopher
77f13e23da
Minor tweaks on website (deb description).
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@852 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-15 21:20:25 +00:00
fiddlosopher
3389945e06
Added note that deb will work on Ubuntu to website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@849 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-15 17:45:19 +00:00
fiddlosopher
401e0976fb
Website improvements.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@842 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-15 16:19:37 +00:00
fiddlosopher
db05c0ba52
For website demo, don't use 2-column latex, as the
...
verbatim environments don't wrap.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@829 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-28 19:16:05 +00:00
fiddlosopher
b29f221cba
Changed LaTeX writer to use the examplep package instead
...
of fancyvrb. examplep allows verbatim text in places where
fancyvrb does not, e.g. definition list terms, and provides
for line-breaking of verbatim text.
+ examplep code put in LaTeX header instead of being dynamically
included, since it is frequently used, and people may want to
customize the options.
+ documented dependency on examplep
+ added texlive-latex-extra as a "Suggested" package in debian/control
+ use examplep's \Q{} is now used instead of \verb: note that
\Q requires backslash- escaping symbols in its scope.
+ modified README so that the verbatim sections will look good at
shorter line lengths.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@807 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-28 01:10:04 +00:00
fiddlosopher
af30b7af17
CSS changes in website: better display of definition
...
lists for command-line options.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@795 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-24 01:03:35 +00:00
fiddlosopher
ae009fab46
Website: add feature "Markdown inside HTML blocks."
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@792 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-24 00:02:16 +00:00
fiddlosopher
0250f0d4bc
Modified myheader.tex in website in light of changes
...
in default latex header.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@789 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-23 23:12:38 +00:00
fiddlosopher
6d8f0e29d9
Updated website feature descriptions.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@744 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-21 19:55:56 +00:00
fiddlosopher
bc192dac9c
Small modification in formatting of web demos.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@740 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-21 15:52:50 +00:00
fiddlosopher
da645eb24b
Main.hs: If writer is "context", automatically select
...
smart quotes option.
web/demos: Removed redundant -S in context writer demo.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@723 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-15 03:20:14 +00:00
fiddlosopher
a648592dc2
Changes to the website:
...
+ Mentioned ConTeXt writer in general description.
+ Added two demos involving the ConTeXt writer.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@721 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-15 03:14:05 +00:00
fiddlosopher
36f67df371
Removed some unnecessary files from web directory.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@700 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-14 06:38:14 +00:00
fiddlosopher
9a96429a1a
Revamped website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@699 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-14 06:28:09 +00:00
fiddlosopher
7e0e06237b
Minor formatting tweaks for pandoc website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@684 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-12 05:09:28 +00:00
fiddlosopher
ef83e744a1
Make sure custom header includes things needed for tables!
...
Also, remove paragraph spacing commands, so it looks more
different from the default.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@683 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-12 05:09:11 +00:00
fiddlosopher
9a7bfb99b3
Removed odf demo from website Examples page. (docbook2odf is buggy
...
on code blocks, and anyway we're demonstrating pandoc here, not docbook2odf.)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@682 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-12 05:08:20 +00:00
fiddlosopher
6acc727c53
Further tweaks to website css.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@676 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-11 21:38:52 +00:00
fiddlosopher
b7f32fdaf1
Small css tweaks for website. (Smaller sans-serif font,
...
larger monospace for balance.)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@675 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-11 07:42:24 +00:00
fiddlosopher
7bbb381a47
Changes to website:
...
+ Makefile: rebuild examples if 'demos' changes
+ New syntax for docbook2odf example
+ New --toc examples for HTML and RST
git-svn-id: https://pandoc.googlecode.com/svn/trunk@674 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-11 07:35:39 +00:00
fiddlosopher
d809c663b7
Small changes to website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@672 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-10 16:56:04 +00:00
fiddlosopher
ec8a53aeac
Updated features.txt in website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@671 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-10 06:47:04 +00:00
fiddlosopher
cd08eabd26
Changes to website:
...
- Added groff man to list of output formats in index.txt
- Added a demo of man page creation to demos page
git-svn-id: https://pandoc.googlecode.com/svn/trunk@617 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-07-03 04:11:57 +00:00
fiddlosopher
28a99707fd
Changed documentation to indicate that GHC 6.6 is required.
...
We will no longer support GHC 6.4.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@603 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-06-17 16:13:36 +00:00
fiddlosopher
06ff1feea0
Use 'highlight' to produce syntax-highlighted versions of
...
xml, html, and tex demo pages (in website /examples/).
Add links so that html files can be viewed as web pages
(without syntax highlighting).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@543 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-02-19 04:47:12 +00:00
fiddlosopher
8138fc48ae
Change extensions of example text files in website demo to
...
'.text' -- the only reason for this is that I use '.txt' for
page source files, and generally exclude them from being uploaded
to the website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@542 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-02-19 02:03:40 +00:00
fiddlosopher
df03ca2c95
Added link to FreeBSD port in website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@524 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-02-11 19:20:03 +00:00
fiddlosopher
4224d91388
Changed website to link to Google's download details page (with
...
SHA1 checksum) rather than directly to the files.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@491 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-10 22:41:05 +00:00
fiddlosopher
9a2c653277
More website tweaks. Added demo of extra xsl configuration
...
and CSS in chunked xhtml produced from docbook.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@489 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-10 03:17:37 +00:00
fiddlosopher
e7dabc9dd0
More Changes to website target. Moved to a templating system
...
for the examples page.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@487 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-10 02:33:33 +00:00
fiddlosopher
8d4a1ed039
More website changes. Include demo of docbook postprocessed
...
by xmlto.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@486 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-09 20:42:13 +00:00
fiddlosopher
c80f181137
Reorganized Makefile target - now uses a subsidiary Makefile
...
that can be run from the website directory for small changes.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@485 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-09 18:55:50 +00:00
fiddlosopher
edfac2b491
Small tweak on last demo in website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@479 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-09 07:16:51 +00:00
fiddlosopher
b37f8da181
Small change in web page for "Pandoc features."
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@477 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-09 07:06:15 +00:00
fiddlosopher
8c98a36b33
Improvements in website:
...
+ Descriptions on examples.
+ New "features" page highlighting Pandoc's features.
+ Small other improvements.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@466 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-09 02:06:57 +00:00
fiddlosopher
80224229fc
Added notice about pandoc-announce list to web page.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@464 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-09 00:40:48 +00:00
fiddlosopher
9af97d16d2
Small css change on website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@463 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-09 00:12:32 +00:00
roktas
c9f72f4c39
Setup executable permissions on some files.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@423 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-05 07:39:32 +00:00
fiddlosopher
17be8bc257
CSS changes for website.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@403 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-02 06:43:16 +00:00
fiddlosopher
bcc608f3fd
Fixed a bug in website generation, which only worked if 'pandoc'
...
and the wrappers had been installed.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@402 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-02 05:02:01 +00:00
fiddlosopher
5387ebd8db
Added 'hsmarkdown' wrapper, designed to be used as a drop-in
...
replacement for Markdown.pl. It calls pandoc with the options
'--from markdown --to html --strict' and disallows other options.
(Any command-line options will be interpreted as arguments.)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@399 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-02 02:58:54 +00:00
fiddlosopher
a9e32505de
Merged changes from docbook branch since r363.
...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@386 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-01 21:08:12 +00:00