CVS update: sierra/docs

From: cvs@openprivacy.org
Date: Mon Mar 05 2001 - 00:45:15 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/tests"

    Date: Monday March 5, 19101 @ 0:45
    Author: burton
    CVSWEB Options: -------------------

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

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs

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

    Update of /usr/local/cvs/public/sierra/docs
    In directory giga:/tmp/cvs-serv12131/docs

    Modified Files:
            TODO TODO.bugzilla
    Log Message:
    updated docs... migrating old TODO over. updated javadoc on Tests...

    *****************************************************************
    File: sierra/docs/TODO

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO?annotate=1.67

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO?rev=1.67&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO.diff?r1=1.67&r2=1.66

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

    Index: sierra/docs/TODO
    diff -u sierra/docs/TODO:1.66 sierra/docs/TODO:1.67
    --- sierra/docs/TODO:1.66 Sun Mar 4 16:41:20 2001
    +++ sierra/docs/TODO Mon Mar 5 00:45:15 2001
    @@ -1,6 +1,6 @@
     ********************************************************************************
    -*** Last-Modified: $Date: 2001/03/05 00:41:20 $
    -*** Version: $Id: TODO,v 1.66 2001/03/05 00:41:20 burton Exp $
    +*** Last-Modified: $Date: 2001/03/05 08:45:15 $
    +*** Version: $Id: TODO,v 1.67 2001/03/05 08:45:15 burton Exp $
     *** Author: Kevin A. Burton ( burton@apache.org | burton@openprivacy.org )
     ********************************************************************************
       
    @@ -16,8 +16,6 @@
     = ===============================================================================
     
     
    -- Need to have our SimpleStore index Reputations with specific payloads so we
    - can query them.
     
     
     
    @@ -25,85 +23,11 @@
     
     
     
    -
    -- Not sure of the NymFunctionProxy should sign or encrypt Objects via toString.
    - This seems like an inappropriate use of toString(). Maybe we should have a
    - dedicated interface which handles canonicalization prepration for signing.
    -
    -
    -
    -
    -
    -
    -
    -
    -- rewrite SOAP support so that it uses the new Reputation object system. Do
    - this las as communications aren't needed for our first milestone. Actually
    - this is sort of last...
    -
    -
    -
    -
    -
    -
    -- Need to define a few sample applications. This should include setup
    - instructions and an example app.
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - determine requirements for a data store... maybe this *should* be
    - something like jewel.
    -
    - - maybe we should remove putReputation from the RCE and just have an
    - event based system so that an RCE can be a target but so can a
    - RCEStore.
    -
    - - Method for Query resolution engines ... this should just add a
    - listener and then we can call methods to see if it is something we
    - need to pay attention to.
    -
    - - need to build a Query type used to fetch an actual reputation value (not
    - getReputation). This should use the Hashcode of current objects.
    -
    -
                 
     TODO:
     
     
    - - Use Case: http://pix.comedia.com/OpenPrivacy/20010116/DSCN6054.JPG
    -
    - A1 subscribes to multiple content sources on a JetSpeek server. A2 then
    - asks the JetSpeek server for the list of favorite channels from A1.
    -
    - - this would build out to an XPath query something like:
    -
    - /reputations/pubkey=A1/value>=GOOD/URI=http://www.cnn.com
    -
    - - does our demo need to take advantage or namespaces???
    -
    - - *PROBLEM* : How does A2 specify a query subset which should return only
    - documents within the RSS namespace???
    -
    - - the JetSpeek server should become an RCE which uses the Sierra stuff.
                      
    - - Use Case: http://pix.comedia.com/OpenPrivacy/20010115/DSCN6049.JPG
    -
    - - need to build hierarchies of URIs -> Reputations -> Reputations.
    -
    - - Use Case: Ability to calculate reputation sets (arrays) based on
    - threshold... "show me all Reputation objects for URI1 with a opinion > X..
    -
    - - Needs to be based on an XPath query
    -
    - - Given an ontology... determine the X best (or worst) things... sorted.
    - A good example. Show me the top 10 Open Source projects, Show me the
    - best RSS channels. It would be nice if http://apps.kde.com had this.
     
       - Use Case 5: Reputation Calculation Engines can have "sub-engines" or
         Calculation Engines. If the RCEContext specificies a different J... Make

    *****************************************************************
    File: sierra/docs/TODO.bugzilla

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO.bugzilla?annotate=1.3

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO.bugzilla?rev=1.3&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO.bugzilla.diff?r1=1.3&r2=1.2

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

    Index: sierra/docs/TODO.bugzilla
    diff -u sierra/docs/TODO.bugzilla:1.2 sierra/docs/TODO.bugzilla:1.3
    --- sierra/docs/TODO.bugzilla:1.2 Sun Mar 4 17:25:02 2001
    +++ sierra/docs/TODO.bugzilla Mon Mar 5 00:45:15 2001
    @@ -1,14 +1,22 @@
     ################################################################################
    -#Product: Sierra
    -#Refresh-URL: http://bugzilla.openprivacy.org/dump-bugs.cgi?product=Sierra
    -#Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org
    -#Last-modified: Sun Mar 4 17:20:36 2001
    -#Version: $Id: TODO.bugzilla,v 1.2 2001/03/05 01:25:02 burton Exp $
    -#Format-version: 1.0.0
    -#Commentary:
    +
    +# Product: Sierra
    +# Refresh-URL: http://bugzilla.openprivacy.org/dump-bugs.cgi?product=Sierra
    +# Add-URL: http://bugzilla.openprivacy.org/enter_bug.cgi?product=Sierra
    +# Base-URL: http://bugzilla.openprivacy.org/
    +# Author: Kevin A. Burton ( burton@apache.org | burton@openprivacy.org )
    +# Last-modified: Mon Mar 5 00:18:19 2001
    +# Version: $Id: TODO.bugzilla,v 1.3 2001/03/05 08:45:15 burton Exp $
    +# Protocol-version: 1.0.2
    +# Commentary:
     #
    +# Do not modify any of the above headers when using under an offline application
    +# such as Emacs bugzilla-mode.
    +#
     # This is a static dump of the bug database. Since this is a public database it
    -# may be modified by other users. You should updated often.
    +# may be modified by other users. You should update often.
    +#
    +# More info available at http://relativity.yi.org/bugoff.
     #
     ################################################################################
     -------------------------------------------------------------------------------
    @@ -32,9 +40,12 @@
     Status Whiteboard:
     keywords:
     Description:
    -<PRE>- Not sure of the NymFunctionProxy should sign or encrypt Objects via toString.
    +- Not sure of the NymFunctionProxy should sign or encrypt Objects via toString.
       This seems like an inappropriate use of toString(). Maybe we should have a
    - dedicated interface which handles canonicalization prepration for signing.</PRE>
    + dedicated interface which handles canonicalization prepration for signing.
    +
    +
    +
     -------------------------------------------------------------------------------
     ID: 2
     Short Description: Don't sign/encrypt with toString()
    @@ -56,9 +67,12 @@
     Status Whiteboard:
     keywords:
     Description:
    -<PRE>- Not sure of the NymFunctionProxy should sign or encrypt Objects via toString.
    +- Not sure of the NymFunctionProxy should sign or encrypt Objects via toString.
       This seems like an inappropriate use of toString(). Maybe we should have a
    - dedicated interface which handles canonicalization prepration for signing.</PRE>
    + dedicated interface which handles canonicalization prepration for signing.
    +
    +
    +
     -------------------------------------------------------------------------------
     ID: 3
     Short Description: SOAP support is broken
    @@ -80,8 +94,11 @@
     Status Whiteboard:
     keywords:
     Description:
    -<PRE>- rewrite SOAP support so that it uses the new Reputation object system. Do
    - this last as communications aren't needed for our first milestone.</PRE>
    +- rewrite SOAP support so that it uses the new Reputation object system. Do
    + this last as communications aren't needed for our first milestone.
    +
    +
    +
     -------------------------------------------------------------------------------
     ID: 4
     Short Description: Need Hello World style applications.
    @@ -102,6 +119,136 @@
     QA Contact: 0
     Status Whiteboard:
     keywords:
    +Description:
    +- Need to define a few sample applications. This should include setup
    + instructions and an example app.
    +
    +
    +
    +-------------------------------------------------------------------------------
    +ID: 5
    +Short Description: Use Case: A1 subscribes to content, creates reputations, A2
    + finds URLs by Reputation.
    +Edit URL: http://bugzilla.openprivacy.org/show_bug.cgi?id=5
    +Product: Sierra
    +Version: 0.5.0
    +Platform: PC
    +Operating System: Linux
    +Status: NEW
    +Severity: blocker
    +Priority: P2
    +Resolution:
    +Assigned: burton@relativity.yi.org
    +Reporter: burton@relativity.yi.org
    +Component: Default
    +URL:
    +Target Milestone: ---
    +QA Contact: 0
    +Status Whiteboard:
    +keywords:
    +Description:
    +- Use Case: http://pix.comedia.com/OpenPrivacy/20010116/DSCN6054.JPG
    +
    + A1 subscribes to multiple content sources on a JetSpeek server. A2 then
    + asks the JetSpeek server for the list of favorite channels from A1.
    +
    + - this would build out to an XPath query something like:
    +
    + /reputations/pubkey=A1/value>=GOOD/URI=http://www.cnn.com
    +
    + - does our demo need to take advantage or namespaces???
    +
    + - *PROBLEM* : How does A2 specify a query subset which should return only
    + documents within the RSS namespace???
    +
    + - the JetSpeek server should become an RCE which uses the Sierra stuff.
    +
    +
    +
    +-------------------------------------------------------------------------------
    +ID: 7
    +Short Description: Use Case: Create reputation hierarchies.and verify their
    + structure.
    +Edit URL: http://bugzilla.openprivacy.org/show_bug.cgi?id=7
    +Product: Sierra
    +Version: 0.5.0
    +Platform: PC
    +Operating System: Linux
    +Status: NEW
    +Severity: normal
    +Priority: P2
    +Resolution:
    +Assigned: burton@relativity.yi.org
    +Reporter: burton@relativity.yi.org
    +Component: Default
    +URL:
    +Target Milestone: ---
    +QA Contact: 0
    +Status Whiteboard:
    +keywords:
    +Description:
    +- Use Case: http://pix.comedia.com/OpenPrivacy/20010115/DSCN6049.JPG
    +
    + - need to build hierarchies of URIs -> Reputations -> Reputations.
    +
    +------- Additional Comments From burton@relativity.yi.org 2001-03-04 23:21 -------
    +There is a lot of work on this on our whiteboard. Take a lot at it.
    +
    +
    +
    +-------------------------------------------------------------------------------
    +ID: 8
    +Short Description: Use Case: Ability to calculate reputation sets (arrays) based
    + on threshold... "show me all Reputation objects for URI1 with
    + a opinion > X"
    +Edit URL: http://bugzilla.openprivacy.org/show_bug.cgi?id=8
    +Product: Sierra
    +Version: 0.5.0
    +Platform: PC
    +Operating System: Linux
    +Status: NEW
    +Severity: normal
    +Priority: P2
    +Resolution:
    +Assigned: burton@relativity.yi.org
    +Reporter: burton@relativity.yi.org
    +Component: Default
    +URL:
    +Target Milestone: ---
    +QA Contact: 0
    +Status Whiteboard:
    +keywords:
    +Description:
    +- Needs to be based on an XPath query
    +
    + - Given an ontology... determine the X best (or worst) things... sorted.
    + A good example. Show me the top 10 Open Source projects, Show me the
    + best RSS channels. It would be nice if http://apps.kde.com had this.
    +
    +
    +
    +-------------------------------------------------------------------------------
    +ID: 9
    +Short Description: Document the use of out Simple implementations.
    +Edit URL: http://bugzilla.openprivacy.org/show_bug.cgi?id=9
    +Product: Sierra
    +Version: 0.5.0
    +Platform: PC
    +Operating System: Linux
    +Status: NEW
    +Severity: minor
    +Priority: P2
    +Resolution:
    +Assigned: burton@relativity.yi.org
    +Reporter: burton@relativity.yi.org
    +Component: Default
    +URL:
    +Target Milestone: ---
    +QA Contact: 0
    +Status Whiteboard:
    +keywords:
     Description:
    -<PRE>- Need to define a few sample applications. This should include setup
    - instructions and an example app.</PRE>
    +Most of these need replacement in the future. We need to document this.
    +
    +
    +



    This archive was generated by hypermail 2b30 : Mon Mar 05 2001 - 00:45:17 PST