From: <fab...@us...> - 2009-03-14 20:09:51
|
Revision: 4135 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4135&view=rev Author: fabiomaulo Date: 2009-03-14 20:09:50 +0000 (Sat, 14 Mar 2009) Log Message: ----------- Actualized readme with last available info Modified Paths: -------------- trunk/nhibernate/readme.html Modified: trunk/nhibernate/readme.html =================================================================== --- trunk/nhibernate/readme.html 2009-03-14 19:53:23 UTC (rev 4134) +++ trunk/nhibernate/readme.html 2009-03-14 20:09:50 UTC (rev 4135) @@ -11,7 +11,8 @@ relational persistence tool. </p> <p> - You can find tutorials and samples in the <a href="http://www.hibernate.org/365.html">NHibernate Resources</a>. + You can find tutorials and samples in the <a href="http://www.nhforge.org/">NHibernate community site</a> + <a href="http://nhforge.org/wikis/">wiki</a> and <a href="http://nhforge.org/blogs/nhibernate/">blog</a>. </p> <h2>Latest Version</h2> <p> @@ -22,50 +23,31 @@ <h2>Documentation</h2> <p> All available resources on NHibernate can be found online: - <a href="http://www.hibernate.org/22.html#A23">http://www.hibernate.org/22.html#A23</a>. + <a href="http://nhibernate.deepgrok.com/">NHibernate deep grok</a>. </p> <p> - The API documentation is in MSDN format; thanks to <a href="http://sourceforge.net/projects/ndoc/">NDoc</a>. - It can also be integrated into Visual Studio 2005 using a separate installer downloadable from Sourceforge. - </p> - <p> The reference documentation for NHibernate is available <a - href="http://www.hibernate.org/hib_docs/nhibernate/1.2/reference/en/html/">on-line on the Hibernate website</a>. + href="http://nhforge.org/doc/nh/en/index.html">on-line on the website</a>. </p> <h2>Bug Reports</h2> <p> - If you find any bugs please use the <a href="http://jira.nhibernate.org/">JIRA bug tracker</a>. + If you find any bugs please use the <a href="http://jira.nhforge.org/">JIRA bug tracker</a>. </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> + <p> - This product uses software copyrighted by DigitalCraftsmen - (http://www.digitalcraftsmen.com.br) that is Licensed under the Apache License, - Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) - </p> - <ul> - <li>Castle.DynamicProxy</li> - </ul> - <p> - This product includes source code derived from a sample written by Mattias Sjogren. - </p> - <ul> - <li> - HashCodeProvider - original code can be found at <a href="http://www.msjogren.net/dotnet/eng/samples/misc.asp"> - http://www.msjogren.net/dotnet/eng/samples/misc.asp</a> - </li> - </ul> - <p> This product includes source code from an article written by Jason Smith. </p> <ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |