|
From: <ki...@us...> - 2003-03-15 00:33:22
|
Update of /cvsroot/pymerase/pymerase/examples
In directory sc8-pr-cvs1:/tmp/cvs-serv13802
Modified Files:
README.examples
Log Message:
updated for new examples, needs work.
Index: README.examples
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/README.examples,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README.examples 5 Feb 2003 23:09:52 -0000 1.4
--- README.examples 15 Mar 2003 00:33:20 -0000 1.5
***************
*** 1,4 ****
--- 1,9 ----
* Example descriptions
----------------------
+ linkDB/ - Any example which includes command line program for replacing
+ words in an html file with a link stored in the database.
+ It's good example to get started with as it has a fairly
+ simple design.
+
dvd/ - Super simple database with two tables and one link between them.
You can also catalog your home dvd collection! =o)
***************
*** 22,27 ****
for data type testing for output modules.
! ReactionDB/ - A more complex example implementing a biological reactions
! database
--- 27,41 ----
for data type testing for output modules.
! inheritance/ - Designed to test out the inheritance in pymerase
!
! selfRefObj/ - Designed to test out self referential objects in pymerase
!
! manyToMany/ - Designed to test out many-to-many links without linking
! table.
!
! manyToMany2/ - Designed to test out many-to-many links using a user
! added linking table.
!
!
***************
*** 46,50 ****
----------------------
! In each of the example subdirectories there is up to four driver
programs for running pymerase.
--- 60,64 ----
----------------------
! In each of the example subdirectories there are many driver
programs for running pymerase.
|