|
From: <pe...@us...> - 2003-09-23 19:16:35
|
Update of /cvsroot/neuclear/neuclear-id/xdocs In directory sc8-pr-cvs1:/tmp/cvs-serv18509a/xdocs Modified Files: index.xml navigation.xml Log Message: Changed NameSpace to Identity. To cause less confusion in the future. Index: index.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/xdocs/index.xml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.xml 19 Sep 2003 14:43:30 -0000 1.1.1.1 --- index.xml 23 Sep 2003 19:16:30 -0000 1.2 *************** *** 3,50 **** <properties> ! <title>NeuDist.org</title> <author email="pe...@ne...">Pelle Braendgaard</author> </properties> <body> - <section name="Restructuring of NeuDist"> - <p> - After much thinking and talking to colleagues I'm restructuring NeuDist and changing it's focus a bit. - From now on NeuDist will essentially be an XML based PKI and identity system. All the parts of NeuDist that have - to do with financial clearing and financial systems have been moved to <a href="http://neuclear.org">NeuClear</a>. - </p> - <p> - NeuDist it self will be split into several projects. The first being <a href="/xmlsig/">NeuDist-XMLSig</a>. This is our - homegrown XML Signature implementation, which will now be carried out as a seperate project. - </p> - </section> - <section name="New NeuDist Framework Release 0.40"> - <p> - [October 3rd, 2002] New Release 0.40 is available. This is the first version I would say is ready for live applications. - You can try out an <a href="http://neudist.org:8080/neudistframework/">example user authentication application here</a>. - </p> - <p> - Because things are moving quite fast right now, I recommend downloading via CVS rather than the distribution files. However if you just want to peak at - the source code go ahead. - </p> - </section> - <section name="Register Your Own NameSpaces"> - <p> - We are just getting the infrastructure in place to allow anyone to register namespaces. - To make it simple for people to understand, you will be able to register permanent namespaces (NEU's) for - you existing domain names. Initially any request coming from a .com,.net and .org domain will be registered for free. - To help finance the development we will start charging for non opensource domains soon. Prices will be quite low. - You can then have any number of namespaces under it. eg. Our domain name neudist.org has a NEU registered as neu://org/neudist. - </p> - <p> - Top level namespaces will be auctioned off. Starting fairly soon. We will initially control neu://neu, neu://test, - neu://com, neu://org, neu://net . Anything else will be available for sale to help fund our development. - </p> - <p> - You can create your own namespaces in the neu://test free for all namespace. The key for signing new test namespaces - is in CVS. You can use the org.neuclear.signers.commandline.CommandLineSigner class to create and sign new sub namespaces using - that key. We are in the process of simplifying this process a bit and wrapping it in shell and .bat file wrappers. - </p> - </section> <section name="Introduction"> <p> --- 3,11 ---- <properties> ! <title>NeuClear/Identity</title> <author email="pe...@ne...">Pelle Braendgaard</author> </properties> <body> <section name="Introduction"> <p> Index: navigation.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/xdocs/navigation.xml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** navigation.xml 19 Sep 2003 14:43:30 -0000 1.1.1.1 --- navigation.xml 23 Sep 2003 19:16:30 -0000 1.2 *************** *** 1,21 **** <project name="neudist" repository="neudist" href="http://neudist.org"> ! <title>NeuDist - Distributed Clearing System</title> <body> <links> <!-- <item name="NeuDist Live!" href="http://neudist.org:8080/neudistframework/"/>--> - <item name="NeuDist" href="http://neudist.org/index.html"/> <item name="NeuClear" href="http://neuclear.org/index.html"/> <!-- <item name="NeuWiki" href="http://neudist.org:8080/neuwiki/"/>--> - <item name="Neubia" href="http://neubia.com"/> <item name="Talk.org" href="http://talk.org"/> ! <item name="SourceForge" href="http://sourceforge.net/projects/neudist/"/> </links> ! <menu name="NeuDist"> <item name="Front Page" href="/index.html"/> <item name="Overview" href="/overview.html"/> <item name="SubProjects" href="/subprojects.html"> ! <item name="XMLSignature Library" href="/xmlsig/index.html"/> </item> <item name="Use Cases" href="/usecases/index.html"> --- 1,19 ---- <project name="neudist" repository="neudist" href="http://neudist.org"> ! <title>NeuClear - Distributed Clearing System</title> <body> <links> <!-- <item name="NeuDist Live!" href="http://neudist.org:8080/neudistframework/"/>--> <item name="NeuClear" href="http://neuclear.org/index.html"/> <!-- <item name="NeuWiki" href="http://neudist.org:8080/neuwiki/"/>--> <item name="Talk.org" href="http://talk.org"/> ! <item name="SourceForge" href="http://sourceforge.net/projects/neuclear/"/> </links> ! <menu name="NeuClear"> <item name="Front Page" href="/index.html"/> <item name="Overview" href="/overview.html"/> <item name="SubProjects" href="/subprojects.html"> ! <item name="XMLSignature Library" href="http://www.neudist.org/xmlsig/index.html"/> </item> <item name="Use Cases" href="/usecases/index.html"> *************** *** 33,38 **** <item name="Installation" href="/installation.html"/> <item name="Credits and Dependencies" href="/credits.html"/> ! <item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=9652"/> ! <item name="SourceForge" href="http://sourceforge.net/projects/neudist/"/> </menu> </body> --- 31,35 ---- <item name="Installation" href="/installation.html"/> <item name="Credits and Dependencies" href="/credits.html"/> ! <item name="SourceForge" href="http://sourceforge.net/projects/neuclear/"/> </menu> </body> |