[bknr-cvs] hans changed trunk/projects/bknr-website/website/templates/

BKNR Commits bknr at bknr.net
Sun May 23 05:29:01 UTC 2010


Revision: 4551
Author: hans
URL: http://bknr.net/trac/changeset/4551

remove advertisment for bknr.impex, add github reference
U   trunk/projects/bknr-website/website/templates/getting.xml
U   trunk/projects/bknr-website/website/templates/home.xml

Modified: trunk/projects/bknr-website/website/templates/getting.xml
===================================================================
--- trunk/projects/bknr-website/website/templates/getting.xml	2010-05-23 05:15:08 UTC (rev 4550)
+++ trunk/projects/bknr-website/website/templates/getting.xml	2010-05-23 05:29:01 UTC (rev 4551)
@@ -8,6 +8,9 @@
  href="http://subversion.tigris.org" target="_new">Subversion</a>
  repository which is publicy accessible.</p>
 
+ <p>The datastore component of BKNR is also available
+ through <a href="http://github.com/hanshuebner/bknr-datastore">git</a>.</p>
+
  <p>The BKNR repository contains the framework, all software packages
  used by BKNR as well as well as several real-world applications which
  have been deployed in the internet.  The application sources are
@@ -41,18 +44,4 @@
  href="http://bknr.net/trac/timeline?milestone=on&ticket=on&changeset=on&wiki=on&max=50&daysback=90&format=rss">RSS
  feed</a> that contains information about commits to our repository
  and other project related events.</p>
-
- <!--
- <h2>Tar balls</h2>
-
- <p>If you cannot install Subversion or if you just want to have a
-   look at BKNR, you can download the automatically generated
-   snapshot:
-   <ul>
-     <li><a href="/snapshots/bknr.tar.bz2">BKNR core and modules</a></li>
-     <li><a href="/snapshots/bknr-thirdparty.tar.bz2">BKNR third party packages</a></li>
-   </ul>
-   The snapshot is automatically re-generated every night from the Subversion repository.
- </p>
- -->
 </page>

Modified: trunk/projects/bknr-website/website/templates/home.xml
===================================================================
--- trunk/projects/bknr-website/website/templates/home.xml	2010-05-23 05:15:08 UTC (rev 4550)
+++ trunk/projects/bknr-website/website/templates/home.xml	2010-05-23 05:29:01 UTC (rev 4551)
@@ -19,7 +19,6 @@
   <ul>
   <li>Persistence mechanism based on transaction logging, supporting
   immutable binary large objects and CLOS persistence.</li>
-  <li>XML processing facilities</li>
   <li>HTTP application environment with session handling and template engine</li>
   </ul>
   </p>
@@ -49,18 +48,6 @@
   implemented in a MOP metaclass and compatible with the BKNR metaclass
   for persistent objects.
   </p>
-  <h3>XML processing</h3>
-  <p>
-  BKNR integrates the Closure XML (CXML) parser using a CLOS metaclass
-  to provide for reading and writing XML files of objects.  Combined
-  metaclasses are provided in order to allow for combinations like
-  indexed+persistent or indexed+xml.
-  </p>
-  <p>
-  CXML is also used for XHTML generation and XHTML template processing.
-  User-defined element handlers can be added to the XHTML generation to
-  support application-specific generation of dynamic content.
-  </p>
   <h3>Web application environment</h3>
   <p>
   BKNR uses the portable aserve web server implementation as HTTP





More information about the Bknr-cvs mailing list