aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-14 06:38:14 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-14 06:38:14 +0000
commit36f67df37108ad688a3c738c61f47260d926c0e6 (patch)
tree31954d222243d8a03fff8d311d297fb2fe797dc2
parent9a96429a1a018803c8b1af6d9a9300d346b53b3c (diff)
downloadpandoc-36f67df37108ad688a3c738c61f47260d926c0e6.tar.gz
Removed some unnecessary files from web directory.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@700 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--web/css3
-rw-r--r--web/features.txt28
-rw-r--r--web/header.html13
-rw-r--r--web/main.css177
-rw-r--r--web/print.css50
5 files changed, 0 insertions, 271 deletions
diff --git a/web/css b/web/css
deleted file mode 100644
index a9eb4b47a..000000000
--- a/web/css
+++ /dev/null
@@ -1,3 +0,0 @@
-<link rel="stylesheet" type="text/css" href="main.css" media="all">
-<link rel="stylesheet" type="text/css" href="print.css" media="print">
-
diff --git a/web/features.txt b/web/features.txt
deleted file mode 100644
index 8fa8b97d7..000000000
--- a/web/features.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-% Pandoc features
-
-- A real markdown parser, not based on regex substitutions.
-- [More accurate] and [faster], in many cases, than `Markdown.pl`.
-- Multiple output formats--HTML, Docbook XML, LaTeX, reStructuredText,
- RTF, groff man pages, S5 slide shows--generated natively,
- with no XSLT postprocessing.
-- Converts *to* markdown from HTML, LaTeX, and reStructuredText.
-- Unicode support.
-- Optional "smart" quotes, dashes, and ellipses.
-- Document metadata (title, author, date).
-- Inline LaTeX math and LaTeX commands.
-- [ASCIIMathML] support for equations in HTML.
-- Footnotes, tables, and definition lists in all output formats.
-- Automatically generated tables of contents.
-- Compatibility mode to turn off syntax entensions and emulate
- `Markdown.pl`.
-- Convenient wrapper scripts:
- + `html2markdown` makes it easy to produce a markdown version
- of any web page.
- + `markdown2pdf` converts markdown to PDF in one step.
- + `hsmarkdown` is a drop-in replacement for `Markdown.pl`.
-- Multi-platform: runs on Windows, MacOS X, Linux, Unix.
-
-[More accurate]: http://code.google.com/p/pandoc/wiki/PandocVsMarkdownPl
-[faster]: http://code.google.com/p/pandoc/wiki/Benchmarks
-[ASCIIMathML]: http://www1.chapman.edu/~jipsen/mathml/asciimath.html
-
diff --git a/web/header.html b/web/header.html
deleted file mode 100644
index 67935b585..000000000
--- a/web/header.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<div id="sidebar">
-<ul>
-<li><a href="index.html" title="Home page">Home</a></li>
-<li><a href="features.html" title="Pandoc features">Features</a></li>
-<li><a href="examples.html" title="Pandoc demos">Examples</a></li>
-<li><a href="README.html" title="Pandoc user's guide">User&rsquo;s Guide</a></li>
-<li><a href="doc/index.html" title="API documentation for Pandoc libraries">API Docs</a></li>
-<li><a href="changelog.html" title="Pandoc's changelog">Changelog</a></li>
-</ul>
-</div>
-<div id="main" class="withleftmenu">
-
-
diff --git a/web/main.css b/web/main.css
deleted file mode 100644
index a116c591b..000000000
--- a/web/main.css
+++ /dev/null
@@ -1,177 +0,0 @@
-body {
- margin:0;
- padding:0;
- background-color: white;
- color: black;
- font-family: Verdana, sans-serif;
- font-size: 100%;
- line-height: 130%;
- color: #333;
-}
-pre {
- border: 1px dotted gray;
- background-color: #ececec;
- color: #1111111;
- padding: 0.5em;
-}
-code {
- font-family: monospace;
- font-size: 110%;
-}
-h1, h2, h3, h4, h5 { font-family: verdana;
- font-weight: bold;
- color: #7a5ada; }
-h1 {
- font-size: 130%;
-}
-
-h2 {
- font-size: 110%;
-}
-
-h3 {
- font-size: 95%;
-}
-
-h4 {
- font-size: 90%;
- font-style: italic;
-}
-
-h5 {
- font-size: 90%;
- font-style: italic;
-}
-
-h1.title {
- font-size: 160%;
- font-weight: bold;
- padding-top: 0.2em;
- padding-bottom: 0.2em;
- text-align: left;
-}
-
-p {
- padding:0;
-}
-table {
- border: none;
-}
-
-tr {
- border: none;
-}
-
-td {
- border: none;
-}
-
-dt {
- font-weight: bold;
- padding-top: 7pt;
-}
-#header {
- margin: 1em 0.8em 0.5em 2.2em;
-}
-#header h2 a, h3 a { text-decoration: none;
- color: #333;
-}
-#header h1 a { text-decoration: none;
- color: #7a5ada; }
-#header h1 {
- font-size: 180%;
- font-weight: bold;
- margin: 0;
- padding-bottom: 0.3em;
-}
-#header h2 {
- font-size: 120%;
- font-weight: normal;
- margin: 0;
- color: #333;
- padding-bottom: 0.1em;
-}
-#header h3 {
- font-size: 95%;
- font-weight: normal;
- margin: 0;
- color: #333;
- padding-bottom: 0.3em;
-}
-#footer {
- clear: left;
- padding: 0.8em;
- text-align: center;
- font-size: 80%;
-}
-#footer p {
- padding:0;
- margin:0;
-}
-#footer hr.footer {
- display: none;
- padding: 1em;
-}
-#sidebar {
- float:left;
- clear: left;
- margin-left: 0;
- margin-bottom: 1.4em;
- margin-right: 0.1em;
-}
-
-#sidebar h2, #sidebar h3, #sidebar p {
- padding:0 0.7em;
-}
-#sidebar ul {
- color:#336666;
- padding-left:2em;
- margin-bottom:0;
- width: 8em;
-}
-#sidebar li {
- font-family: verdana;
- font-size: 100%;
- font-style: normal;
- list-style-type: none;
- border-bottom: 1px solid white;
- border-left: 1px solid white;
-}
-#sidebar li:hover {
- border-bottom: 1px solid #7a5ada;
- border-left: 1px solid #7a5ada;
-}
-#sidebar li a {
- display: block;
- padding: 0.2em;
- line-height: 1.6em;
- font-weight: bold;
- text-decoration: none;
- color: #7a5ada;
-}
-#main {
- margin-top: 1em;
- margin-bottom: 1em;
- padding-right: 1em;
- padding-left: 1em;
- max-width: 42em;
- border: 1px solid gray;
-}
-#main.withleftmenu {
- margin-left: 10em;
-}
-
-div.clear { clear: both;
- padding-top: 0.2em; }
-
-.floatleft {
- float: left;
- padding-right: 2em;
-}
-.floatright {
- float: right;
- padding-left: 2em;
-}
-
-#header h1 { padding-bottom: 0.8em; }
-
diff --git a/web/print.css b/web/print.css
deleted file mode 100644
index f928db97d..000000000
--- a/web/print.css
+++ /dev/null
@@ -1,50 +0,0 @@
-body {
- margin: 0.5in;
- padding: 0;
- font-size: 10pt;
- line-height: 14pt;
-}
-h1 {
- color: black;
-}
-
-h2 {
- color: black;
-}
-
-h3 {
- color: black;
-}
-
-h4 {
- color: black;
-}
-
-h5 {
- color: black;
-}
-#sidebar {
- display: none;
-}
-#header {
- margin-top:0;
- margin-left:0;
- margin-right:0;
- margin-bottom:0.3in;
- padding:0;
-}
-#footer {
- display: none;
-}
-#main {
- margin:0;
- padding:0;
- border-left: none;
- width: 100%;
-}
-#main.document {
- margin-left: 0;
-}
-#main.withleftmenu {
- margin-left: 0;
-}