From e467978b693d342fde407013a61999c002b125fc Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Wed, 10 Mar 2010 12:33:25 -0800 Subject: [PATCH] ascii art is a requirement --- README | 23 +++++++++++++++++++++++ README.md | 8 -------- 2 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 README delete mode 100644 README.md diff --git a/README b/README new file mode 100644 index 0000000..91681b0 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ + + + ___ ___ ___ ___ ___ + /\ \ /\ \ /\ \ /\ \ /\ \ + /::\ \ /::\ \ /::\ \ /::\ \ /::\ \ + /::\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ + \;:::/ / \:\/:/ / \:\ \/__/ \:\ \/__/ \:\/:/ / + |:\/__/ \::/ / \:\__\ \:\__\ \::/ / + \|__| \/__/ \/__/ \/__/ \/__/ + + + + Rocco is a quick-and-dirty, literate-programming-style documentation + generator for Ruby. See the Rocco generated docs for more information: + + + + + Rocco is a port of, and borrows heavily from, Docco -- the original + quick-and-dirty, hundred-line-long, literate-programming-style + documentation generator in CoffeeScript: + + diff --git a/README.md b/README.md deleted file mode 100644 index f784a18..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# rocco - -This is a Ruby port of [Docco](http://jashkenas.github.com/docco/), a -_quick-and-dirty, hundred-line-long, literate-programming-style -documentation generator_. - -See the [Rocco generated documentation](http://rtomayko.github.com/rocco/) -for more information.