diff options
-rw-r--r-- | docs/The_Naminator.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/The_Naminator.txt b/docs/The_Naminator.txt new file mode 100644 index 0000000..3465d44 --- /dev/null +++ b/docs/The_Naminator.txt | |||
@@ -0,0 +1,14 @@ | |||
1 | The Naminator eliminates human readable names, to make way for computer | ||
2 | names for SkyNet. Or something. | ||
3 | |||
4 | In world names can be anything, but they map more or less to file names | ||
5 | and URLs, so the names have to be munged accordingly. A further issue | ||
6 | is that different in world objects can have the same name. Lots of | ||
7 | copies of the same thing, or two different things that happen to be | ||
8 | called the same thing. No one is gonna individually name each tree in a | ||
9 | forest, or every lampost in the city. File names and URLs have to be | ||
10 | unique. The Naminator deals with munging names to deal with these | ||
11 | issues. It should generate names that are compatible with a variety of | ||
12 | operating and file systems, as well as being URL compatible. This is | ||
13 | such a useful thing to do that it should be a shared library, even if it | ||
14 | will be tiny. | ||