added notes about the example folders.
authorChris Koeritz <fred@gruntose.com>
Sun, 5 Feb 2012 16:01:14 +0000 (11:01 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 5 Feb 2012 16:01:14 +0000 (11:01 -0500)
examples/readme.txt [new file with mode: 0644]
production/feisty_meow_config.ini

diff --git a/examples/readme.txt b/examples/readme.txt
new file mode 100644 (file)
index 0000000..ba0a1cd
--- /dev/null
@@ -0,0 +1,32 @@
+This is the feisty meow examples folder.  It has the following folders...
+
+bashisms/
+  A few examples of techniques in bash.  Handy to keep track of these.
+
+custom_overrides/
+  Some personal scripts that can be added to the base set, basically serving
+  as useful examples and also as a place where i can store my (fred hamster's)
+  personal code without it getting in the way of the main feisty meow
+  features.
+
+feisty_meow_startup/
+  Several examples of startup scripts that hook in the feisty meow script
+  features.  The scripts can be integrated at a deep level, where they are
+  always included at shell startup time, or at a more shallow level, where
+  they are loaded on demand by invoking an alias.
+
+legacy/
+  Examples of quixotic attempts at whatever in the past.  One example is an
+  aged attempt to add C++ template features to a C++ compiler that did not
+  already have them.  It was never completely finished.
+
+multimedia/
+  Examples of multimedia processing that are not included in the main feisty
+  meow corpus.
+
+os_related/
+  Both frivolous and serious scripts related to a particular operating system.
+  Do *NOT* run the OS_crusher scripts unless you are in complete control of
+  the system in question, and do not like that computer system very much,
+  as they may likely take it down.
+
index 4d5fa60e28d2e589136165c070591fe3b3bea6d1..12d57019a82f13dc9a179810368530cdcea4315f 100644 (file)
@@ -3,7 +3,7 @@
 # specifies the version of the code that is being constructed here.
 major=2
 minor=140
-revision=1
+revision=2
 build=0
 
 # specifies the remainder of the version record info.