diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-04-30 14:42:14 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-04-30 14:42:14 -0400 |
commit | 94459eadb8f1dae635e43c99958d37977db720c7 (patch) | |
tree | 9ae7861e29cf32f225f662de63cd28d93cc3c830 | |
parent | 845c3ae25071dd53c5e2989f0769a5559fdce8b4 (diff) | |
download | mediagoblin-94459eadb8f1dae635e43c99958d37977db720c7.tar.lz mediagoblin-94459eadb8f1dae635e43c99958d37977db720c7.tar.xz mediagoblin-94459eadb8f1dae635e43c99958d37977db720c7.zip |
Changes beardomatic things to codebase things
-rw-r--r-- | docs/codebase.rst (renamed from docs/beardomatic.rst) | 41 | ||||
-rw-r--r-- | docs/index.rst | 2 |
2 files changed, 11 insertions, 32 deletions
diff --git a/docs/beardomatic.rst b/docs/codebase.rst index 14130f6a..2c73e7d3 100644 --- a/docs/beardomatic.rst +++ b/docs/codebase.rst @@ -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 -========================== - -Beardomatic is a software stack "web framework" composed of the -following bits: +Software Stack +============== * Project infrastructure @@ -80,7 +59,7 @@ following bits: * `JQuery <http://jquery.com/>`_: for groovy JavaScript things -How to ... in Beardomatic? -========================== +Recipes +======= FIXME - write this diff --git a/docs/index.rst b/docs/index.rst index 935e354b..16c8ca16 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,9 +18,9 @@ Table of Contents: hackinghowto theminghowto git + codebase designdecisions vision - beardomatic Indices and tables |