Author: vtence Date: Thu Dec 16 09:18:30 2004 New Revision: 122554 URL: http://svn.apache.org/viewcvs?view=rev&rev=122554 Log: Updated news page and added roadmap Added: incubator/directory/janus/trunk/xdocs/roadmap.xml (contents, props changed) Modified: incubator/directory/janus/trunk/xdocs/navigation.xml incubator/directory/janus/trunk/xdocs/news.xml
Modified: incubator/directory/janus/trunk/xdocs/navigation.xml Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/xdocs/navigation.xml?view=diff&rev=122554&p1=incubator/directory/janus/trunk/xdocs/navigation.xml&r1=122553&p2=incubator/directory/janus/trunk/xdocs/navigation.xml&r2=122554 ============================================================================== --- incubator/directory/janus/trunk/xdocs/navigation.xml (original) +++ incubator/directory/janus/trunk/xdocs/navigation.xml Thu Dec 16 09:18:30 2004 @@ -21,6 +21,7 @@ <menu name="Janus"> <item name="Overview" href="/index.html"/> <item name="News and Status" href="/news.html"/> + <item name="Roadmap" href="/roadmap.html"/> <item name="Security" href="/security.html"/> </menu> <menu name="Project Information"> Modified: incubator/directory/janus/trunk/xdocs/news.xml Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/xdocs/news.xml?view=diff&rev=122554&p1=incubator/directory/janus/trunk/xdocs/news.xml&r1=122553&p2=incubator/directory/janus/trunk/xdocs/news.xml&r2=122554 ============================================================================== --- incubator/directory/janus/trunk/xdocs/news.xml (original) +++ incubator/directory/janus/trunk/xdocs/news.xml Thu Dec 16 09:18:30 2004 @@ -10,6 +10,22 @@ <section name="Latest News"> <!-- insert new news items as a subsection here w/ most recent first --> + <subsection name="16 December 2004"> + <p> + A lot has happened under the hood since this summer and we're nearing a first release. + The goal of this first release is to demonstrate usage of the framework. + </p> + <p> + The authentication subsystem has matured and a new rule based authorization mechanism + replaces the old role based only one. Memory implementations are provided with XML + frontends for realms, information providers and policies. A proof of concept of a JDBC + backend is also available for security realms. + </p> + <p> + See the <a href="./roadmap.html">roadmap</a> for details of what to expect next. + </p> + </subsection> + <subsection name="01 July 2004"> <p> We're currently focusing on bringing the documentation up-to-date. This includes reworking the web site, Added: incubator/directory/janus/trunk/xdocs/roadmap.xml Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/xdocs/roadmap.xml?view=auto&rev=122554 ============================================================================== --- (empty file) +++ incubator/directory/janus/trunk/xdocs/roadmap.xml Thu Dec 16 09:18:30 2004 @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document> + <properties> + <author email="[EMAIL PROTECTED]">Vincent Tence</author> + <title>Roadmap</title> + </properties> + + <body> + + <section name="Roadmap"> + <!-- insert new items as a subsection here w/ most recent first --> + + <subsection name="0.1 (December 2004)"> + <p> + <ul> + <li>Username password authentication</li> + <li>Memory realm</li> + <li>Memory group provider</li> + <li>Memory role provider</li> + <li>Rule based authorization system</li> + <li>XML frontend for memory realms</li> + <li>XML frontend for group providers</li> + <li>XML frontend for role providers</li> + <li>Extensible XML frontend for policies</li> + <li>Read-only JDBC realm backend</li> + </ul> + </p> + </subsection> + + <subsection name="0.2"> + <p> + <ul> + <li>Scripting frontend to write authorization rules in Groovy</li> + <li>Example web application demonstrating usage of the framework</li> + </ul> + </p> + </subsection> + + <subsection name="0.3"> + <p> + <ul> + <li>Read-only LDAP realm backend</li> + <li>Read-only LDAP group provider backend</li> + <li>Read-only LDAP role provider backend</li> + </ul> + </p> + </subsection> + + <subsection name="0.4"> + <p> + <ul> + <li>Read-only JDBC group provider backend</li> + <li>Read-only JDBC role provider backend</li> + </ul> + </p> + </subsection> + + <subsection name="0.5"> + <p> + <ul> + <li>Documentation</li> + </ul> + </p> + </subsection> + </section> + </body> +</document> +
