From: Bill H. <bil...@us...> - 2005-05-06 14:14:57
|
Update of /cvsroot/nhibernate/NHibernateContrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25551 Modified Files: readme.html Log Message: Added instructions to install help into Visual Studio .NET Index: readme.html =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/readme.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme.html 8 Dec 2004 08:02:40 -0000 1.2 --- readme.html 6 May 2005 14:14:44 -0000 1.3 *************** *** 1,61 **** ! <html> ! <body> ! <h1>Welcome to NHibernateContrib.</h1> ! <hr> ! <p> ! The NHibernateContrib is various programs contributed to NHibernate by the end users. The ! projects in here are not considered core pieces of NHibernate but they extend it in a useful ! way. ! </p> ! <p> ! The current projects are: ! </p> ! <ul> ! <li> ! Nullables: A library of Nullable version of the ValueTypes in net-1.1. It is meant to serve as ! a bridge until .net-2.0 comes out with their own Nullables. ! </li> ! <li> ! Nullables.NHibernate: A library of NHibernate Types for the Nullables. ! </li> ! <li> ! Nullables.Tests: A library of NUnit Tests for Nullables and Nullables.NHibernate. ! </li> ! <li> ! BantamTech.SysCache: A pluggable cache provider for NHibernate which leverages the ASP.NET Cache object. ! </li> ! </ul> ! ! ! </li> ! <h2>Latest Version</h2> ! <p> ! Details of the latest version of NHibernateContrib can be found on SourceForge at ! <a href="http://sourceforge.net/projects/nhibernate">http://sourceforge.net/projects/nhibernate</a>. ! </p> ! <h2>Documentation</h2> ! <p> ! The API of the components in NHibernateContrib is in MSDN format thanks to ! <a href="http://sourceforge.net/projects/ndoc">NDoc</a>. ! </p> ! ! <h2>Bug Reports</h2> ! <p> ! As we mentioned before, this software is still being developed. So if you do ! find any bugs please use the ! <a href="http://jira.nhibernate.org/">JIRA bug tracker</a> and put them in the contrib component. ! </p> ! <h2>Licenses</h2> ! <p> ! This software is distributed under the terms of the FSF Lesser Gnu Public ! License (see lgpl.txt). ! </p> ! <p> ! This product uses software developed by the Apache Software Foundation ! (http://www.apache.org/). ! </p> ! <ul> ! <li>log4net</li> ! </ul> ! </body> ! </html> --- 1,93 ---- ! <html> ! <body> ! <h1>Welcome to NHibernateContrib.</h1> ! <hr> ! <p> ! The NHibernateContrib is various programs contributed to NHibernate by the end users. The ! projects in here are not considered core pieces of NHibernate but they extend it in a useful ! way. ! </p> ! <p> ! The current projects are: ! </p> ! <ul> ! <li> ! Nullables: A library of Nullable version of the ValueTypes in net-1.1. It is meant to serve as ! a bridge until .net-2.0 comes out with their own Nullables. ! </li> ! <li> ! Nullables.NHibernate: A library of NHibernate Types for the Nullables. ! </li> ! <li> ! Nullables.Tests: A library of NUnit Tests for Nullables and Nullables.NHibernate. ! </li> ! <li> ! BantamTech.SysCache: A pluggable cache provider for NHibernate which leverages the ASP.NET Cache object. ! </li> ! </ul> ! ! ! </li> ! <h2>Latest Version</h2> ! <p> ! Details of the latest version of NHibernateContrib can be found on SourceForge at ! <a href="http://sourceforge.net/projects/nhibernate">http://sourceforge.net/projects/nhibernate</a>. ! </p> ! <h2>Documentation</h2> ! <p> ! The API of the components in NHibernateContrib is in MSDN format thanks to ! <a href="http://sourceforge.net/projects/ndoc">NDoc</a>. ! </p> ! <P> ! The help can also be integrated into Visual Studio.NET using the following steps. ! </P> ! <ul> ! <li> ! Download and install H2Reg from <a href="http://helpware.net/mshelp2/h2reg.htm">http://helpware.net/mshelp2/h2reg.htm</a> ! </li> ! <li> ! Register the NHibernate help collection before registering NHibernateContrib ! help. The NHibernateContrib help is registered as a plug-in to the NHibernate ! help, so if this is not installed first, NHibernateContrib help will not be ! accessible. ! </li> ! <li> ! Register the help collection from the command line using a command similar to ! the following, changing the paths as needed: ! </li> ! </ul> ! <blockquote> ! <code> ! "C:\Program Files\HelpWare\H2Reg\H2Reg" -r CmdFile="C:\NHibernateContrib\doc\sdk\NHibernateContrib.ini" ! </code> ! </blockquote> ! <ul> ! <li> ! If you need to unregister the help collection, the command is as follows: ! </li> ! </ul> ! <blockquote> ! <code> ! "C:\Program Files\HelpWare\H2Reg\H2Reg" -u CmdFile="C:\NHibernateContrib\doc\sdk\NHibernateContrib.ini" ! </code> ! </blockquote> ! <h2>Bug Reports</h2> ! <p> ! As we mentioned before, this software is still being developed. So if you do ! find any bugs please use the ! <a href="http://jira.nhibernate.org/">JIRA bug tracker</a> and put them in the contrib component. ! </p> ! <h2>Licenses</h2> ! <p> ! This software is distributed under the terms of the FSF Lesser Gnu Public ! License (see lgpl.txt). ! </p> ! <p> ! This product uses software developed by the Apache Software Foundation ! (http://www.apache.org/). ! </p> ! <ul> ! <li>log4net</li> ! </ul> ! </body> ! </html> |