aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2010-06-06 10:13:56 +0200
committerPeter Odding <peter@peterodding.com>2010-06-06 10:13:56 +0200
commit0c57fc8380c809d2efd4bdb727874536569d489e (patch)
tree2478d1b81b5450d2ea71c136f7084dc2efc0a0ad /doc
downloadvim-easytags-0c57fc8380c809d2efd4bdb727874536569d489e.tar.gz
Initial commit
Diffstat (limited to 'doc')
-rw-r--r--doc/README.footer2
-rw-r--r--doc/README.header20
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/README.footer b/doc/README.footer
new file mode 100644
index 0000000..70723d9
--- /dev/null
+++ b/doc/README.footer
@@ -0,0 +1,2 @@
+ </body>
+</html>
diff --git a/doc/README.header b/doc/README.header
new file mode 100644
index 0000000..c2e063d
--- /dev/null
+++ b/doc/README.header
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+<html>
+ <head>
+ <title>easytags.vim - Automated tag generation and syntax highlighting in Vim</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <style type="text/css">
+ body { font-family: sans-serif; padding: 1em 30% 4em 1em; }
+ a:link, a:visited { color: #000080; }
+ a:hover, a:active { color: #8B0000; }
+ pre, code, tt { font-family: Monaco, Consolas, monospace; }
+ pre { margin-left: 2em; }
+ code { background: #F6F6F6; padding: .1em .3em; }
+ p { text-align: justify; line-height: 1.75em; }
+ h1 { padding: 0 30% 0 0; }
+ h2, h3 { border-bottom: 2px solid #F6F6F6; margin: 2em 0 -0.5em 0; padding-left: 0.5em; }
+ hr { height: 0; border: none; border: 1px solid #F6F6F6; }
+ </style>
+ </head>
+ <body>