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

BKNR Commits bknr at bknr.net
Tue Mar 13 11:24:51 UTC 2012


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</li>
 
   <li>
-    The <a href="http://bknr.net/trac/browser/trunk/bknr/datastore/src/indices/tutorial.lisp">indices
+    The <a href="https://github.com/hanshuebner/bknr-datastore/blob/master/src/indices/tutorial.lisp">indices
     tutorial</a> and
-    the <a href="http://bknr.net/trac/browser/trunk/bknr/datastore/src/data/tutorial.lisp">datastore
+    the <a href="https://github.com/hanshuebner/bknr-datastore/blob/master/src/data/tutorial.lisp">datastore
     tutorial</a> 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 @@
 <page name="getting">
  <h1>Getting BKNR</h1>
 
- <p>Currently, there are no formal releases of the BKNR
- environment.  We are working with a <a
- href="http://subversion.tigris.org" target="_new">Subversion</a>
- repository which is publicy accessible.</p>
+ <p>
+   There are no formal releases of the BKNR environment.  We are
+   working with <a href="http://git-scm.com/" target="_new">git</a>
+   repositories that are hosted on <a
+   href="http://github.com/">github</a>.
+ </p>
 
- <p>The datastore component of BKNR is also available
- through <a href="http://github.com/hanshuebner/bknr-datastore">git</a>.</p>
+ <p>The following repositories are available:
+   <ul>
+     <li>
+       <a href="http://github.com/hanshuebner/bknr-datastore/">bknr-datastore</a>
+       implements CLOS based persistence with transaction logging and
+       snapshots
+     </li>
+     <li>
+       <a href="http://github.com/hanshuebner/bknr-web/">bknr-web</a>
+       implements the web components with a handler framework based on
+       <a href="http://weitz.de/hunchentoot">Hunchentoot</a> and an XML
+       based templating mechanism.
+     </li>
+   </ul>
+ </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
- provided as example material.</p>
-
- <h2>Using Subversion</h2>
-
- <p>To check out the current state of the repository, please install
- the <a href="http://subversion.tigris.org"
- target="_new">Subversion</a> client on your machine and type</p>
-
- <blockquote>
-  <tt>
- svn co svn://svn.bknr.net/svn/trunk <b><i>bknr-svn</i></b>
-  </tt>
- </blockquote>
-
- <p>This will store the source tree in the <tt><b><i>bknr-svn</i></b></tt>
- directory of your local file system.  You may specify a different path
- if you wish.</p>
-
- <p>See
- the <a href="http://bknr.net/trac/wiki/GettingStarted">GettingStarted</a>
- page in our Trac system for beginner instructions to get started with
- Common Lisp, Emacs and BKNR.</p>
-
- <p>The repository may also be <a
- href="http://bknr.net/trac/browser">browsed</a> online, using our <a
- href="http://bknr.net/trac/">trac</a>.  There, you can also subscribe
- to the <a
- 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>
+ <p>
+   I you are interested in browsing source code that uses BKNR, you
+   can look at the <a
+   href="https://github.com/hanshuebner/bos">BOS</a> and <a
+   href="https://github.com/hanshuebner/quickhoney">QuickHoney</a>
+   source trees.
+ </p>
 </page>





More information about the Bknr-cvs mailing list