summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 02:02:34 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 02:02:34 +0000
commit9a67a486c2dc98d14d9687ceb4b01befa09114df (patch)
tree42d2f11f5e39a2850934b1ee6e36003df5802993
parent47a4a3ab897ab748a4b7eab2ccb95cd9cb0e3864 (diff)
Moved everything from src into the top-level directory.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1104 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--ASCIIMathML.js (renamed from src/ASCIIMathML.js)0
-rw-r--r--Main.hs (renamed from src/Main.hs)0
-rw-r--r--Text/Pandoc.hs (renamed from src/Text/Pandoc.hs)0
-rw-r--r--Text/Pandoc/Blocks.hs (renamed from src/Text/Pandoc/Blocks.hs)0
-rw-r--r--Text/Pandoc/CharacterReferences.hs (renamed from src/Text/Pandoc/CharacterReferences.hs)0
-rw-r--r--Text/Pandoc/Definition.hs (renamed from src/Text/Pandoc/Definition.hs)0
-rw-r--r--Text/Pandoc/Readers/HTML.hs (renamed from src/Text/Pandoc/Readers/HTML.hs)0
-rw-r--r--Text/Pandoc/Readers/LaTeX.hs (renamed from src/Text/Pandoc/Readers/LaTeX.hs)0
-rw-r--r--Text/Pandoc/Readers/Markdown.hs (renamed from src/Text/Pandoc/Readers/Markdown.hs)0
-rw-r--r--Text/Pandoc/Readers/RST.hs (renamed from src/Text/Pandoc/Readers/RST.hs)0
-rw-r--r--Text/Pandoc/Shared.hs (renamed from src/Text/Pandoc/Shared.hs)0
-rw-r--r--Text/Pandoc/UTF8.hs (renamed from src/Text/Pandoc/UTF8.hs)0
-rw-r--r--Text/Pandoc/Writers/ConTeXt.hs (renamed from src/Text/Pandoc/Writers/ConTeXt.hs)0
-rw-r--r--Text/Pandoc/Writers/Docbook.hs (renamed from src/Text/Pandoc/Writers/Docbook.hs)0
-rw-r--r--Text/Pandoc/Writers/HTML.hs (renamed from src/Text/Pandoc/Writers/HTML.hs)0
-rw-r--r--Text/Pandoc/Writers/LaTeX.hs (renamed from src/Text/Pandoc/Writers/LaTeX.hs)0
-rw-r--r--Text/Pandoc/Writers/Man.hs (renamed from src/Text/Pandoc/Writers/Man.hs)0
-rw-r--r--Text/Pandoc/Writers/Markdown.hs (renamed from src/Text/Pandoc/Writers/Markdown.hs)0
-rw-r--r--Text/Pandoc/Writers/RST.hs (renamed from src/Text/Pandoc/Writers/RST.hs)0
-rw-r--r--Text/Pandoc/Writers/RTF.hs (renamed from src/Text/Pandoc/Writers/RTF.hs)0
-rw-r--r--headers/ConTeXtHeader (renamed from src/headers/ConTeXtHeader)0
-rw-r--r--headers/DocbookHeader (renamed from src/headers/DocbookHeader)0
-rw-r--r--headers/LaTeXHeader (renamed from src/headers/LaTeXHeader)0
-rw-r--r--headers/RTFHeader (renamed from src/headers/RTFHeader)0
-rw-r--r--headers/S5Header (renamed from src/headers/S5Header)0
-rw-r--r--templates/ASCIIMathML.hs (renamed from src/templates/ASCIIMathML.hs)0
-rw-r--r--templates/DefaultHeaders.hs (renamed from src/templates/DefaultHeaders.hs)0
-rw-r--r--templates/Makefile (renamed from src/templates/Makefile)0
-rw-r--r--templates/S5.hs (renamed from src/templates/S5.hs)0
-rwxr-xr-xtemplates/fillTemplates.pl (renamed from src/templates/fillTemplates.pl)0
-rw-r--r--ui/default/blank.gif (renamed from src/ui/default/blank.gif)bin49 -> 49 bytes
-rw-r--r--ui/default/bodybg.gif (renamed from src/ui/default/bodybg.gif)bin10119 -> 10119 bytes
-rw-r--r--ui/default/framing.css (renamed from src/ui/default/framing.css)0
-rw-r--r--ui/default/iepngfix.htc (renamed from src/ui/default/iepngfix.htc)0
-rw-r--r--ui/default/opera.css (renamed from src/ui/default/opera.css)0
-rw-r--r--ui/default/outline.css (renamed from src/ui/default/outline.css)0
-rw-r--r--ui/default/pretty.css (renamed from src/ui/default/pretty.css)0
-rw-r--r--ui/default/print.css (renamed from src/ui/default/print.css)0
-rw-r--r--ui/default/s5-core.css (renamed from src/ui/default/s5-core.css)0
-rw-r--r--ui/default/slides.css (renamed from src/ui/default/slides.css)0
-rw-r--r--ui/default/slides.js (renamed from src/ui/default/slides.js)0
-rw-r--r--wrappers/common.sh (renamed from src/wrappers/common.sh)0
-rw-r--r--wrappers/hsmarkdown.in (renamed from src/wrappers/hsmarkdown.in)0
-rw-r--r--wrappers/html2markdown.in (renamed from src/wrappers/html2markdown.in)0
-rw-r--r--wrappers/markdown2pdf.in (renamed from src/wrappers/markdown2pdf.in)0
-rw-r--r--wrappers/tempdir.sh (renamed from src/wrappers/tempdir.sh)0
46 files changed, 0 insertions, 0 deletions
diff --git a/src/ASCIIMathML.js b/ASCIIMathML.js
index 282cc15fb..282cc15fb 100644
--- a/src/ASCIIMathML.js
+++ b/ASCIIMathML.js
diff --git a/src/Main.hs b/Main.hs
index ae9f61f7f..ae9f61f7f 100644
--- a/src/Main.hs
+++ b/Main.hs
diff --git a/src/Text/Pandoc.hs b/Text/Pandoc.hs
index 7633bf7ef..7633bf7ef 100644
--- a/src/Text/Pandoc.hs
+++ b/Text/Pandoc.hs
diff --git a/src/Text/Pandoc/Blocks.hs b/Text/Pandoc/Blocks.hs
index cfc22cb3e..cfc22cb3e 100644
--- a/src/Text/Pandoc/Blocks.hs
+++ b/Text/Pandoc/Blocks.hs
diff --git a/src/Text/Pandoc/CharacterReferences.hs b/Text/Pandoc/CharacterReferences.hs
index 466f5d8f4..466f5d8f4 100644
--- a/src/Text/Pandoc/CharacterReferences.hs
+++ b/Text/Pandoc/CharacterReferences.hs
diff --git a/src/Text/Pandoc/Definition.hs b/Text/Pandoc/Definition.hs
index 7d1125c5a..7d1125c5a 100644
--- a/src/Text/Pandoc/Definition.hs
+++ b/Text/Pandoc/Definition.hs
diff --git a/src/Text/Pandoc/Readers/HTML.hs b/Text/Pandoc/Readers/HTML.hs
index 70a071152..70a071152 100644
--- a/src/Text/Pandoc/Readers/HTML.hs
+++ b/Text/Pandoc/Readers/HTML.hs
diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/Text/Pandoc/Readers/LaTeX.hs
index 79f9fc0f7..79f9fc0f7 100644
--- a/src/Text/Pandoc/Readers/LaTeX.hs
+++ b/Text/Pandoc/Readers/LaTeX.hs
diff --git a/src/Text/Pandoc/Readers/Markdown.hs b/Text/Pandoc/Readers/Markdown.hs
index ded9f2136..ded9f2136 100644
--- a/src/Text/Pandoc/Readers/Markdown.hs
+++ b/Text/Pandoc/Readers/Markdown.hs
diff --git a/src/Text/Pandoc/Readers/RST.hs b/Text/Pandoc/Readers/RST.hs
index 1239eb688..1239eb688 100644
--- a/src/Text/Pandoc/Readers/RST.hs
+++ b/Text/Pandoc/Readers/RST.hs
diff --git a/src/Text/Pandoc/Shared.hs b/Text/Pandoc/Shared.hs
index 626679025..626679025 100644
--- a/src/Text/Pandoc/Shared.hs
+++ b/Text/Pandoc/Shared.hs
diff --git a/src/Text/Pandoc/UTF8.hs b/Text/Pandoc/UTF8.hs
index 16bdb9218..16bdb9218 100644
--- a/src/Text/Pandoc/UTF8.hs
+++ b/Text/Pandoc/UTF8.hs
diff --git a/src/Text/Pandoc/Writers/ConTeXt.hs b/Text/Pandoc/Writers/ConTeXt.hs
index 98252f172..98252f172 100644
--- a/src/Text/Pandoc/Writers/ConTeXt.hs
+++ b/Text/Pandoc/Writers/ConTeXt.hs
diff --git a/src/Text/Pandoc/Writers/Docbook.hs b/Text/Pandoc/Writers/Docbook.hs
index 13dc8585d..13dc8585d 100644
--- a/src/Text/Pandoc/Writers/Docbook.hs
+++ b/Text/Pandoc/Writers/Docbook.hs
diff --git a/src/Text/Pandoc/Writers/HTML.hs b/Text/Pandoc/Writers/HTML.hs
index 7ec95d8ef..7ec95d8ef 100644
--- a/src/Text/Pandoc/Writers/HTML.hs
+++ b/Text/Pandoc/Writers/HTML.hs
diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/Text/Pandoc/Writers/LaTeX.hs
index 88050cc65..88050cc65 100644
--- a/src/Text/Pandoc/Writers/LaTeX.hs
+++ b/Text/Pandoc/Writers/LaTeX.hs
diff --git a/src/Text/Pandoc/Writers/Man.hs b/Text/Pandoc/Writers/Man.hs
index 8e14c2bf0..8e14c2bf0 100644
--- a/src/Text/Pandoc/Writers/Man.hs
+++ b/Text/Pandoc/Writers/Man.hs
diff --git a/src/Text/Pandoc/Writers/Markdown.hs b/Text/Pandoc/Writers/Markdown.hs
index 4cecaae5d..4cecaae5d 100644
--- a/src/Text/Pandoc/Writers/Markdown.hs
+++ b/Text/Pandoc/Writers/Markdown.hs
diff --git a/src/Text/Pandoc/Writers/RST.hs b/Text/Pandoc/Writers/RST.hs
index ddcbf95c0..ddcbf95c0 100644
--- a/src/Text/Pandoc/Writers/RST.hs
+++ b/Text/Pandoc/Writers/RST.hs
diff --git a/src/Text/Pandoc/Writers/RTF.hs b/Text/Pandoc/Writers/RTF.hs
index 3bd5c63b2..3bd5c63b2 100644
--- a/src/Text/Pandoc/Writers/RTF.hs
+++ b/Text/Pandoc/Writers/RTF.hs
diff --git a/src/headers/ConTeXtHeader b/headers/ConTeXtHeader
index fedc7e3de..fedc7e3de 100644
--- a/src/headers/ConTeXtHeader
+++ b/headers/ConTeXtHeader
diff --git a/src/headers/DocbookHeader b/headers/DocbookHeader
index 7b26b2c73..7b26b2c73 100644
--- a/src/headers/DocbookHeader
+++ b/headers/DocbookHeader
diff --git a/src/headers/LaTeXHeader b/headers/LaTeXHeader
index d891b5f63..d891b5f63 100644
--- a/src/headers/LaTeXHeader
+++ b/headers/LaTeXHeader
diff --git a/src/headers/RTFHeader b/headers/RTFHeader
index b4368694b..b4368694b 100644
--- a/src/headers/RTFHeader
+++ b/headers/RTFHeader
diff --git a/src/headers/S5Header b/headers/S5Header
index ebb24ebe2..ebb24ebe2 100644
--- a/src/headers/S5Header
+++ b/headers/S5Header
diff --git a/src/templates/ASCIIMathML.hs b/templates/ASCIIMathML.hs
index 1d04c6ff7..1d04c6ff7 100644
--- a/src/templates/ASCIIMathML.hs
+++ b/templates/ASCIIMathML.hs
diff --git a/src/templates/DefaultHeaders.hs b/templates/DefaultHeaders.hs
index 1bd9fe1d2..1bd9fe1d2 100644
--- a/src/templates/DefaultHeaders.hs
+++ b/templates/DefaultHeaders.hs
diff --git a/src/templates/Makefile b/templates/Makefile
index 9522666c5..9522666c5 100644
--- a/src/templates/Makefile
+++ b/templates/Makefile
diff --git a/src/templates/S5.hs b/templates/S5.hs
index a0b69b132..a0b69b132 100644
--- a/src/templates/S5.hs
+++ b/templates/S5.hs
diff --git a/src/templates/fillTemplates.pl b/templates/fillTemplates.pl
index 85e6eaa18..85e6eaa18 100755
--- a/src/templates/fillTemplates.pl
+++ b/templates/fillTemplates.pl
diff --git a/src/ui/default/blank.gif b/ui/default/blank.gif
index 75b945d25..75b945d25 100644
--- a/src/ui/default/blank.gif
+++ b/ui/default/blank.gif
Binary files differ
diff --git a/src/ui/default/bodybg.gif b/ui/default/bodybg.gif
index 5f448a16f..5f448a16f 100644
--- a/src/ui/default/bodybg.gif
+++ b/ui/default/bodybg.gif
Binary files differ
diff --git a/src/ui/default/framing.css b/ui/default/framing.css
index 14d8509e9..14d8509e9 100644
--- a/src/ui/default/framing.css
+++ b/ui/default/framing.css
diff --git a/src/ui/default/iepngfix.htc b/ui/default/iepngfix.htc
index bba2db756..bba2db756 100644
--- a/src/ui/default/iepngfix.htc
+++ b/ui/default/iepngfix.htc
diff --git a/src/ui/default/opera.css b/ui/default/opera.css
index 9e9d2a3c5..9e9d2a3c5 100644
--- a/src/ui/default/opera.css
+++ b/ui/default/opera.css
diff --git a/src/ui/default/outline.css b/ui/default/outline.css
index 62db519ed..62db519ed 100644
--- a/src/ui/default/outline.css
+++ b/ui/default/outline.css
diff --git a/src/ui/default/pretty.css b/ui/default/pretty.css
index 3d3acefff..3d3acefff 100644
--- a/src/ui/default/pretty.css
+++ b/ui/default/pretty.css
diff --git a/src/ui/default/print.css b/ui/default/print.css
index 4a3554ddd..4a3554ddd 100644
--- a/src/ui/default/print.css
+++ b/ui/default/print.css
diff --git a/src/ui/default/s5-core.css b/ui/default/s5-core.css
index 86444e041..86444e041 100644
--- a/src/ui/default/s5-core.css
+++ b/ui/default/s5-core.css
diff --git a/src/ui/default/slides.css b/ui/default/slides.css
index 0786d7dbd..0786d7dbd 100644
--- a/src/ui/default/slides.css
+++ b/ui/default/slides.css
diff --git a/src/ui/default/slides.js b/ui/default/slides.js
index 38fe8531c..38fe8531c 100644
--- a/src/ui/default/slides.js
+++ b/ui/default/slides.js
diff --git a/src/wrappers/common.sh b/wrappers/common.sh
index 9605f5940..9605f5940 100644
--- a/src/wrappers/common.sh
+++ b/wrappers/common.sh
diff --git a/src/wrappers/hsmarkdown.in b/wrappers/hsmarkdown.in
index 17f970234..17f970234 100644
--- a/src/wrappers/hsmarkdown.in
+++ b/wrappers/hsmarkdown.in
diff --git a/src/wrappers/html2markdown.in b/wrappers/html2markdown.in
index 0f4297128..0f4297128 100644
--- a/src/wrappers/html2markdown.in
+++ b/wrappers/html2markdown.in
diff --git a/src/wrappers/markdown2pdf.in b/wrappers/markdown2pdf.in
index 37be69469..37be69469 100644
--- a/src/wrappers/markdown2pdf.in
+++ b/wrappers/markdown2pdf.in
diff --git a/src/wrappers/tempdir.sh b/wrappers/tempdir.sh
index f25ae7f51..f25ae7f51 100644
--- a/src/wrappers/tempdir.sh
+++ b/wrappers/tempdir.sh