about summary refs log tree commit homepage
path: root/.olddoc.yml
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-10 03:58:35 +0000
committerEric Wong <e@80x24.org>2015-04-22 18:55:42 +0000
commit1dd67c4cf3e65f065f07f397f69517c9424d129a (patch)
tree80552f9d980d9cfe7b7fe6f71f9f54a5ea5a6c98 /.olddoc.yml
parentd6244f78af7910317733fb32adef20f3f3986871 (diff)
downloadunicorn-1dd67c4cf3e65f065f07f397f69517c9424d129a.tar.gz
wrongdoc was difficult to maintain because of the tidy-ffi
dependency and the HTML5 changes in Darkfish could not be
handled well by Tidy.

olddoc is superior as it generates leaner HTML which loads faster,
requires less scrolling and less processing power to render.
Aesthetic comparisons are subjective of course but completely
unimportant compared to speed and accessibility.

The presence of images and CSS on the old (Darkfish-based) site
probably set unreasonable expectations as to my ability and
willingness to view such things.  No more, the new website is
entirely simple HTML which renders well with even the wimpiest
browser.
Diffstat (limited to '.olddoc.yml')
-rw-r--r--.olddoc.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.olddoc.yml b/.olddoc.yml
new file mode 100644
index 0000000..063c1c6
--- /dev/null
+++ b/.olddoc.yml
@@ -0,0 +1,15 @@
+---
+cgit_url: http://bogomips.org/unicorn.git
+git_url: git://bogomips.org/unicorn.git
+rdoc_url: http://unicorn.bogomips.org/
+ml_url: http://bogomips.org/unicorn-public/
+merge_html:
+  unicorn_1: Documentation/unicorn.1.html
+  unicorn_rails_1: Documentation/unicorn_rails.1.html
+noindex:
+- Unicorn::Const
+- LATEST
+- TODO
+- unicorn_rails_1
+public_email: unicorn-public@bogomips.org
+private_email: unicorn@bogomips.org