From bknr at bknr.net Tue Mar 13 11:24:51 2012 From: bknr at bknr.net (BKNR Commits) Date: Tue, 13 Mar 2012 12:24:51 +0100 Subject: [bknr-cvs] hans changed trunk/projects/bknr-website/website/templates/ Message-ID: Revision: 4684 Author: hans URL: http://bknr.net/trac/changeset/4684 remove references to the defunct trac U trunk/projects/bknr-website/website/templates/documentation.xml U trunk/projects/bknr-website/website/templates/getting.xml Modified: trunk/projects/bknr-website/website/templates/documentation.xml =================================================================== --- trunk/projects/bknr-website/website/templates/documentation.xml 2011-08-31 13:46:48 UTC (rev 4683) +++ trunk/projects/bknr-website/website/templates/documentation.xml 2012-03-13 11:24:49 UTC (rev 4684) @@ -12,9 +12,9 @@ CLOS-based indexing facility
  • - The indices + The indices tutorial and - the datastore + the datastore tutorial contain easy to follow (and execute) material that describes what the BKNR datastore is about. The datastore manual is partly generated from these files. Modified: trunk/projects/bknr-website/website/templates/getting.xml =================================================================== --- trunk/projects/bknr-website/website/templates/getting.xml 2011-08-31 13:46:48 UTC (rev 4683) +++ trunk/projects/bknr-website/website/templates/getting.xml 2012-03-13 11:24:49 UTC (rev 4684) @@ -3,45 +3,34 @@

    Getting BKNR

    -

    Currently, there are no formal releases of the BKNR - environment. We are working with a Subversion - repository which is publicy accessible.

    +

    + There are no formal releases of the BKNR environment. We are + working with git + repositories that are hosted on github. +

    -

    The datastore component of BKNR is also available - through git.

    +

    The following repositories are available: +

      +
    • + bknr-datastore + implements CLOS based persistence with transaction logging and + snapshots +
    • +
    • + bknr-web + implements the web components with a handler framework based on + Hunchentoot and an XML + based templating mechanism. +
    • +
    +

    -

    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 - provided as example material.

    - -

    Using Subversion

    - -

    To check out the current state of the repository, please install - the Subversion client on your machine and type

    - -
    - - svn co svn://svn.bknr.net/svn/trunk bknr-svn - -
    - -

    This will store the source tree in the bknr-svn - directory of your local file system. You may specify a different path - if you wish.

    - -

    See - the GettingStarted - page in our Trac system for beginner instructions to get started with - Common Lisp, Emacs and BKNR.

    - -

    The repository may also be browsed online, using our trac. There, you can also subscribe - to the RSS - feed that contains information about commits to our repository - and other project related events.

    +

    + I you are interested in browsing source code that uses BKNR, you + can look at the BOS and QuickHoney + source trees. +