Index: openacs-4/packages/dotlrndoc/www/doc/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrndoc/www/doc/index.adp,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/dotlrndoc/www/doc/index.adp	17 Dec 2001 18:53:00 -0000	1.6
+++ openacs-4/packages/dotlrndoc/www/doc/index.adp	28 Feb 2002 18:40:13 -0000	1.7
@@ -14,6 +14,7 @@
 <li> <a href=architecture-overview.adp>Architecture Overview</a>
 <p>
 
+<li> <a href=sloan-bboard.adp>Sloan Bboard</a>
 <li> <a href=openacs/>Building OpenACS 4.x Applications</a>
 </ul>
 
Index: openacs-4/packages/dotlrndoc/www/doc/left-to-finish-core.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrndoc/www/doc/Attic/left-to-finish-core.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/dotlrndoc/www/doc/left-to-finish-core.adp	29 Nov 2001 02:17:34 -0000	1.3
+++ openacs-4/packages/dotlrndoc/www/doc/left-to-finish-core.adp	28 Feb 2002 18:40:13 -0000	1.4
@@ -34,7 +34,7 @@
 <li> Automatically redirect single-community guests to the right location.
 <li> <strike>Fix registration/deregistration bugs!</strike>
 <li> Get clubs working
-<li> !! Figure out Relational Segments !!
+<li> <strike>!! Figure out Relational Segments !!</strike>
 </ul>
 
 <h3>Operations</h3>
Index: openacs-4/packages/dotlrndoc/www/doc/sloan-bboard.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrndoc/www/doc/Attic/sloan-bboard.adp,v
diff -u
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/dotlrndoc/www/doc/sloan-bboard.adp	28 Feb 2002 18:40:13 -0000	1.1
@@ -0,0 +1,37 @@
+<%= [dotlrn_header "dotLRN Documentation: Sloan BBoard"] %>
+<h2>Sloan BBoard</h2>
+part of <a href=./>dotLRN Documentation</a>
+<hr><p>
+
+The SloanSpace BBoard system is specific and is thus a fork of the
+main bboard package. Eventually, this bboard package may be rolled
+back into OpenACS.
+
+<h3>Major Features</h3>
+<ul>
+<li> Multiple types of bboard - q&a, threaded
+<li> User Preferences for displaying - threaded summary, or threaded
+complete
+<li> Real Scoping - bad scoping going on!
+<li> Messages marked as new since last visit
+<li> for certain bboards, track messages that are new on an individual basis.
+</ul>
+
+<h3>Implementation Details</h3>
+
+Bboard forums will have an additional field: <tt>forum_type</tt>
+
+<p>
+
+Bboard forums will have an additional field:
+<tt>track_new_postings_p</tt> which we will keep to false as often as
+possible! This will also require adding a mapping table
+<tt>bboard_message_user_map</tt> also known as <tt>bboard_mum</tt>.
+
+<p>
+
+For user preferences, we really need a user preferences package.
+
+<p>
+
+<%= [dotlrn_footer] %>
Index: openacs-4/packages/dotlrndoc/www/doc/sloanspace.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrndoc/www/doc/Attic/sloanspace.adp,v
diff -u
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/dotlrndoc/www/doc/sloanspace.adp	28 Feb 2002 18:40:13 -0000	1.1
@@ -0,0 +1,19 @@
+<%= [dotlrn_header "dotLRN SloanSpace"] %>
+<h2>dotLRN SloanSpace</h2>
+part of <a href=../>dotLRN</a>
+<hr><p>
+
+<ul>
+<li> Professor, TA, student, guest - roles for each class
+<li> one kind of special user: limited access user (members of one
+group "Limited Users"), with Tcl API to make registered users into
+limited access user. a normal user has more permissions than a jailed
+user (weird).
+<li> subcommunities used right now for sessions
+<li> another kind of special user: guest. like any other user, has a
+homepage, can browse open communities, but anywhere a normal user sees
+private info, they see nothing. They do see TAs and Professors' info.
+<li> classes can be open to public, open w/ approval, closed
+</ul>
+
+<%= [dotlrn_footer] %>