[theminds commit] r149 - wiki

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 2, 2007, 5:22:17 PM8/2/07
to theminds...@googlegroups.com
Author: shadytrees
Date: Thu Aug 2 14:21:50 2007
New Revision: 149

Added:
wiki/BirdsEyeView.wiki

Log:
Seeding

Added: wiki/BirdsEyeView.wiki
==============================================================================
--- (empty file)
+++ wiki/BirdsEyeView.wiki Thu Aug 2 14:21:50 2007
@@ -0,0 +1,12 @@
+#summary The macro-structure of the IRC client backend
+#labels docs,quirk,buffering,overview
+
+Let the football be the metaphor for a new IRC message.
+
+ * [http://theminds.googlecode.com/svn/trunk/Quirk/Quirk.cs Quirk] gets the football and passes it off to an assigned [http://theminds.googlecode.com/svn/trunk/Theminds/Buffer.cs Buffer instance] via the `NewLine` event
+ * Buffer passes the football to its `NewLine` event, which many classes with the `DesiresAppControls` attribute have filled
+ * Each class does what it wants and changes the line on each pass via `ref` keyword magic
+ * At least one class also assigns the line to the right LogBox [http://theminds.googlecode.com/svn/trunk/Theminds/Bufferlings.cs via `BufferData`,] which maps to `Room` via the Dictionary `proust`, via knowing the right server and channel
+ * A class may also assign the text a color or, hopefully in the future, colors
+ * [http://theminds.googlecode.com/svn/trunk/Theminds/Buffer.cs `Buffer` adds it to the LogBox]
+ * Recurse forever, holding hands and lips

Reply all
Reply to author
Forward
0 new messages