[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Erbot-cvs] Changes to erbot/README.txt
From: |
D . Goel |
Subject: |
[Erbot-cvs] Changes to erbot/README.txt |
Date: |
Sat, 08 Jan 2005 13:22:43 -0500 |
Index: erbot/README.txt
diff -u erbot/README.txt:1.9 erbot/README.txt:1.10
--- erbot/README.txt:1.9 Fri Jan 7 01:57:30 2005
+++ erbot/README.txt Sat Jan 8 17:53:08 2005
@@ -2,6 +2,7 @@
information, and installation help.
+
The files in the `contrib' directory are optional "third-party"
add-ons that are used for erbot. Not all of them are strictly
required. The versions here are provided for convenience, and are
@@ -9,6 +10,11 @@
fetch their latest versions from their respective authors' websites.
+====================================================
+
+For developers:
+
+
Namespaces used by these files: fs-, fs.*-, erb.*-
@@ -17,84 +23,56 @@
in this package.
-+-------+---------------------------------------------------------------------+
-|botbbdb|Name of the bbdb database file used by the bots. |
-+-------+---------------------------------------------------------------------+
-|erb |ErBot stands for erc robot, and started out from erc-robot.el. We |
-| |named the new file erbot, and most namespaces start with erb. |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-|erbc- |This referred to erbot-comands. Functions starting with this name |
-| |were availabel to public to frob as they like. Same for variables. |
-| |This was replaced by fs- |
-+-------+---------------------------------------------------------------------+
-|erbnoc-|This is like erbc-, except that these commands are NOT available to |
-| |the general public (at this time). This one is still in use, unlike |
-| |fs-. These functions are NOT world-executable or world-writable, but|
-| |are maintained alognside erbc- functions .. erbnoc meansd: erb - |
-| |no-commands... |
-+-------+---------------------------------------------------------------------+
-|fs- |fsbot is a popular instance of erbot. At some point, all erbc- |
-| |prefixes were replaced by fs- for easier read. |
-+-------+---------------------------------------------------------------------+
-|fsbot | "Free software bot", an instance of fsbot. |
-+-------+---------------------------------------------------------------------+
-|fsi- |Like fs- but these functions and variables are only world-readable |
-| |and world-executable, but NOT world-writable. The "i" stands for |
-| |immutable (or is it "internal"?) |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
-| | |
-+-------+---------------------------------------------------------------------+
++---------+------------------------------------------------------------+
+|botbbdb |Name of the bbdb database file used by the bots. |
++---------+------------------------------------------------------------+
+|erb |ErBot stands for erc robot, and started out from |
+| |erc-robot.el. We named the new file erbot, and most |
+| |namespaces start with erb. |
++---------+------------------------------------------------------------+
+| | |
++---------+------------------------------------------------------------+
+|erbc- |This referred to erbot-comands. Functions starting with this|
+| |name were availabel to public to frob as they like. Same |
+| |for variables. This was replaced by fs- |
++---------+------------------------------------------------------------+
+|erbnoc- |This is like erbc-, except that these commands are NOT |
+| |available to the general public (at this time). This one is|
+| |still in use, unlike fs-. These functions are NOT |
+| |world-executable or world-writable, but are maintained |
+| |alognside erbc- functions .. erbnoc meansd: erb - |
+| |no-commands... We have now shortened it to erbn- |
++---------+------------------------------------------------------------+
+|erbn- |Shortening of erbnoc- |
++---------+------------------------------------------------------------+
+|fs- |fsbot is a popular instance of erbot. At some point, all |
+| |erbc- prefixes were replaced by fs- for easier read. Thus, |
+| |to reiterate, these functions are world-readable, weritable |
+| |writable and executable. (The only exeptions are those that|
+| |are internally converted from fsi-, which are converted to |
+| |fs- with a special disabled property.) Summary: rwx for irc|
+| |users. |
++---------+------------------------------------------------------------+
+|fsi- |Like fs- but these functions and variables are only |
+| |world-readable and world-executable, but NOT world-writable.|
+| |The "i" stands for immutable (or is it "internal"?). These |
+| |functions are internally converted to fs- functionserbot |
+| |usage through erbot-install-symbols. Summary: r-x for irc |
+| |users. |
++---------+------------------------------------------------------------+
+|fsn- |This "fs NOT" would be the logical "---" counterpart for the|
+| |fs.* prefixes above, butits similarity to fs will make |
+| |reading difficult, so we stick with erbn- |
++---------+------------------------------------------------------------+
+|All other|.. are also ---, and the only difference from erbn- is |
+|prefixes |aesthetical. |
+| | |
++---------+------------------------------------------------------------+
+|fsbot | "Free software bot", an instance of fsbot. |
++---------+------------------------------------------------------------+
+| | |
+| | |
+| | |
+| | |
+| | |
++---------+------------------------------------------------------------+