[ObjectHandler-cvs] ObjectHandler README.txt,1.2,1.2.4.1
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2007-01-02 14:17:38
|
Update of /cvsroot/objecthandler/ObjectHandler In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28362 Modified Files: Tag: R000105f0-branch README.txt Log Message: update docs Index: README.txt =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/README.txt,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** README.txt 22 May 2006 13:43:33 -0000 1.2 --- README.txt 2 Jan 2007 14:17:33 -0000 1.2.4.1 *************** *** 1,12 **** - ObjectHandler ! <http://quantlib.org/objecthandler> - ObjectHandler is a subproject of the QuantLib open source C++ analytics library. ObjectHandler implements an object repository allowing objects to be stored, shared, updated, interrogated, and destroyed. ObjectHandler facilitates integration of QuantLib functionality to end user environments such as spreadsheets. QuantLib is Non-Copylefted Free Software. QuantLib is OSI Certified Open Source Software. --- 1,11 ---- ObjectHandler ! <http://www.objecthandler.org> ObjectHandler implements an object repository allowing objects to be stored, shared, updated, interrogated, and destroyed. ObjectHandler facilitates integration of QuantLib functionality to end user environments such as spreadsheets. + ObjectHandler is a subproject of the QuantLib open source C++ analytics library. QuantLib is Non-Copylefted Free Software. QuantLib is OSI Certified Open Source Software. *************** *** 29,35 **** Installation instructions are available at ! <http://quantlib.org/objecthandler/installation.html>. A list of changes since the previous release is available in NEWS.txt (included in this distribution) while a list of past changes can be ! browsed at <http://quantlib.org/objecthandler/history.html>. --- 28,35 ---- Installation instructions are available at ! <http://www.objecthandler.org/installation.html>. A list of changes since the previous release is available in NEWS.txt (included in this distribution) while a list of past changes can be ! browsed at <http://www.objecthandler.org/history.html>. ! |