CVS update: openprivacy/htdocs/notes

From: cvs@openprivacy.org
Date: Mon Dec 18 2000 - 17:04:29 PST


Date: Monday December 18, 19100 @ 17:04
Author: fen
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes

-----------------------------------

Update of /usr/local/cvsroot/openprivacy/htdocs/notes
In directory openprivacy.org:/home/fen/projects/openprivacy/htdocs/notes

Modified Files:
        flow.txt
Log Message:
new comments and spell chacking

*****************************************************************
File: openprivacy/htdocs/notes/flow.txt

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt?annotate=1.21

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt?rev=1.21&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt.diff?r1=1.21&r2=1.20

-----------------------------------

Index: openprivacy/htdocs/notes/flow.txt
diff -u openprivacy/htdocs/notes/flow.txt:1.20 openprivacy/htdocs/notes/flow.txt:1.21
--- openprivacy/htdocs/notes/flow.txt:1.20 Mon Dec 18 16:51:35 2000
+++ openprivacy/htdocs/notes/flow.txt Mon Dec 18 17:04:29 2000
@@ -1,4 +1,4 @@
-$Id: flow.txt,v 1.20 2000/12/19 00:51:35 burton Exp $
+$Id: flow.txt,v 1.21 2000/12/19 01:04:29 fen Exp $
 
 
 = =======================================
@@ -71,16 +71,17 @@
         hashTable.put(hash, prob) // put prob in hashTable
 }
 
-// example implemenation of storeLocally
+// example implementation of storeLocally
+// see RecordFactory, below, for a better way to do this
 //
 jetspeek.storeLocally(prob) {
- for each property in prob.getProbPropertyListFromNamespace() {
+ for each property in getPropertyListFromNamespace(prob) {
         if (self.weCareAbout(property)) {
             //
             // this stores the value is a way that we can retrieve it easily
             // the key is prob.SignatureValue or some unique hash(prob)
             //
- store(property, prob.getValue(property))
+ store(property, getValue(prob, property))
         }
     }
 }
@@ -108,7 +109,7 @@
             value=rss[], // (may be null)
             returnAddr=NULL) // no reply required
 
-// or SCDS may return an exception is the service is not cutrrently available
+// or SCDS may return an exception is the service is not currently available
 //
 A1<=JP: ServiceNotAvailableException
 
@@ -132,7 +133,7 @@
 // store prob in local database
 // what kind of checking is done i
 JP: parse into RSS channels
-JP: for each rssChannel in (RSS_channn the local database before storage?
+JP: for each rssChannel in (RSS_channel the local database before storage?
 // (such as J1 grouping, duplication, etc...)
 //
 A1: storeLocally(prob_J1, J1p)
@@ -194,7 +195,7 @@
 A1: categorize(prob_J3, MyNews")
 
 JP: parse into RSS channels
-JP: for each rssChannel in (RSS_chann
+JP: for each rssChannel in (RSS_channel
 // RSS is a multi-valued entity for RSS_090, RSS_091, and RSS_1.0
 //
 A2=>JP: sendMessage(address=JetsPeek,



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST