Changes beardomatic things to codebase things

This commit is contained in:
Will Kahn-Greene 2011-04-30 14:42:14 -04:00
parent 845c3ae250
commit 94459eadb8
2 changed files with 11 additions and 32 deletions

View File

@ -1,36 +1,15 @@
.. _beardomatic-chapter: .. _codebase-chapter:
=========================================== ========================
Beardomatic: Infrastructure Documentation Codebase Documentation
=========================================== ========================
What the hell is Beardomatic? This chapter covers the libraries that GNU MediaGoblin uses as well as
============================= various recipes for getting things done.
You might be wondering, "Gah! What the hell is Beardomatic!?"
Well, I'll tell you. GNU MediaGoblin is a piece of software that sits
on a stack of libraries that do a bunch of stuff. It makes it easier
to differentiate the bits of code that encompass GNU MediaGoblin from
the bits of code that GNU MediaGoblin sit on top of. Thus, we came up
with the TOTALLY AWESOME name Beardomatic.
Now you might be saying, "Holy crap!? Another web framework? Are you
going to write a mocking framework and an enumeration library, too!?"
No, we're not. We're just calling this Beardomatic so that it's
easier to talk about things. However, at some point, we can take
these infrastructure bits from GNU MediaGoblin and turn them into a
full-blown "web framework". We wouldn't do this to compete for
mindshare with other web frameworks. We would do this to make it
easier for us to bootstrap other similar projects.
Beardomatic software stack Software Stack
========================== ==============
Beardomatic is a software stack "web framework" composed of the
following bits:
* Project infrastructure * Project infrastructure
@ -80,7 +59,7 @@ following bits:
* `JQuery <http://jquery.com/>`_: for groovy JavaScript things * `JQuery <http://jquery.com/>`_: for groovy JavaScript things
How to ... in Beardomatic? Recipes
========================== =======
FIXME - write this FIXME - write this

View File

@ -18,9 +18,9 @@ Table of Contents:
hackinghowto hackinghowto
theminghowto theminghowto
git git
codebase
designdecisions designdecisions
vision vision
beardomatic
Indices and tables Indices and tables