diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-05-05 18:22:27 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-05-05 18:22:45 -0400 |
commit | 1b9e2541b9e8c4449f8f78dc91c8caa7b92c7aa5 (patch) | |
tree | f4be4cf7cf1f55843b7ad934014731ab2b4847a2 | |
parent | 61ec968b0d1a3681bbc049d651f67100b64e1f6d (diff) | |
download | mediagoblin-1b9e2541b9e8c4449f8f78dc91c8caa7b92c7aa5.tar.lz mediagoblin-1b9e2541b9e8c4449f8f78dc91c8caa7b92c7aa5.tar.xz mediagoblin-1b9e2541b9e8c4449f8f78dc91c8caa7b92c7aa5.zip |
Adds design decision for the name
-rw-r--r-- | docs/designdecisions.rst | 59 | ||||
-rw-r--r-- | docs/goblin.png | bin | 0 -> 47763 bytes | |||
-rw-r--r-- | docs/snugglygoblin.png | bin | 0 -> 163754 bytes |
3 files changed, 59 insertions, 0 deletions
diff --git a/docs/designdecisions.rst b/docs/designdecisions.rst index cd902f83..50dfe3e8 100644 --- a/docs/designdecisions.rst +++ b/docs/designdecisions.rst @@ -7,6 +7,63 @@ This chapter talks a bit about design decisions. +Why GNU MediaGoblin? +==================== + +Chris and Will on "Why GNU MediaGoblin": + + Chris came up with the name MediaGoblin. The name is pretty fun. + It merges the idea that this is a Media hosting project with + Goblin which sort of sounds like gobbling. Here's a piece of + software that gobbles up your media for all to see. + + `According to Wikipedia <http://en.wikipedia.org/wiki/Goblin>`_, a + goblin is: + + a legendary evil or mischievous illiterate creature, described + as grotesquely evil or evil-like phantom + + So are we evil? No. Are we mischievous or illiterate? Not + really. So what kind of goblin are we thinking about? We're + thinking about these goblins: + + .. figure:: goblin.png + :alt: Cute goblin with a beret. + + *Figure 1: Cute goblin with a beret. llustrated by Chris + Webber* + + .. figure:: snugglygoblin.png + :scale: 50% + :alt: Snuggly goblin with a beret. + + *Figure 2: Snuggly goblin. Illustrated by Karen Rustad* + + Those are pretty cute goblins. Those are the kinds of goblins + we're thinking about. + + Chris started doing work on the project after thinking about it + for a year. Then, after talking with Matt and Rob, it became an + official GNU project. Thus we now call it GNU MediaGoblin. + + That's a lot of letters, though, so in the interest of brevity and + facilitating easier casual conversation and balancing that with + what's important to us, we have the following rules: + + 1. "GNU MediaGoblin" is the name we're going to use in all official + capacities: web site, documentation, press releases, ... + + 2. In casual conversation, it's ok to use more casual names. + + 3. If you're writing about the project, we ask that you call it GNU + MediaGoblin. + + 4. If you don't like the name, we kindly ask you to take a deep + breath, think a happy thought about cute little goblins playing + on a playground and taking cute pictures of themselves, and let + it go. (Will added this one.) + + Why Python ========== @@ -264,3 +321,5 @@ Chris Webber on "Why copyright assignment?": assignment to the FSF are eligible to have a unique goblin drawing produced for them by the project's main founder, Christopher Allan Webber. See :ref:`contributing-howto-chapter` for details. + + diff --git a/docs/goblin.png b/docs/goblin.png Binary files differnew file mode 100644 index 00000000..e20265e6 --- /dev/null +++ b/docs/goblin.png diff --git a/docs/snugglygoblin.png b/docs/snugglygoblin.png Binary files differnew file mode 100644 index 00000000..f325ae4b --- /dev/null +++ b/docs/snugglygoblin.png |