From: <fab...@us...> - 2010-11-25 16:59:18
|
Revision: 5272 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5272&view=rev Author: fabiomaulo Date: 2010-11-25 16:59:12 +0000 (Thu, 25 Nov 2010) Log Message: ----------- Fixed doc preface Modified Paths: -------------- trunk/nhibernate/doc/reference/modules/preface.xml Modified: trunk/nhibernate/doc/reference/modules/preface.xml =================================================================== --- trunk/nhibernate/doc/reference/modules/preface.xml 2010-11-25 16:45:58 UTC (rev 5271) +++ trunk/nhibernate/doc/reference/modules/preface.xml 2010-11-25 16:59:12 UTC (rev 5272) @@ -48,41 +48,38 @@ <para> Use this reference documentation as your primary source of information. Consider reading <emphasis>Hibernate in Action</emphasis> - (<ulink url="http://www.manning.com/bauer/" />) - or the work-in-progress <emphasis>NHibernate in Action</emphasis> - (<ulink url="http://www.manning.com/kuate/" />) if you need more help - with application design or if you prefer a step-by-step tutorial. Also visit - <ulink url="http://nhibernate.sourceforge.net/NHibernateEg/" /> for NHibernate + (java <ulink url="http://www.manning.com/bauer/" />) + or <emphasis>NHibernate in Action</emphasis> + (<ulink url="http://www.manning.com/kuate/" />) + or <emphasis>NHibernate 3.0 Cookbook</emphasis> + (<ulink url="https://www.packtpub.com/nhibernate-3-0-cookbook/book" />) + or <emphasis>NHibernate 2 Beginner's Guide</emphasis> + (<ulink url="http://www.packtpub.com/nhibernate-2-x-beginners-guide/book" />)if you need more help + with application design or if you prefer a step-by-step tutorial. Also visit + <ulink url="http://nhibernate.sourceforge.net/NHibernateEg/" /> for NHibernate tutorial with examples. </para> </listitem> - <listitem> + <listitem> + <para> + FAQs are answered on the <ulink url="http://groups.google.com/group/nhusers">NHibernate users group</ulink>. + </para> + </listitem> + <listitem> <para> - FAQs are answered on the <ulink url="http://www.nhibernate.org/">NHibernate website</ulink>. + The Community Area on the <ulink url="http://www.nhforge.org/">NHibernate website</ulink> is a good source for + design patterns and various integration solutions (ASP.NET, Windows Forms). </para> </listitem> - <listitem> - <para> - Third party demos, examples and tutorials are linked on the - <ulink url="http://www.hibernate.org/365.html">NHibernate Resources page</ulink>. - </para> - </listitem> - <listitem> - <para> - The Community Area on the NHibernate website is a good source for - design patterns and various integration solutions (ASP.NET, Windows - Forms). - </para> - </listitem> </orderedlist> <para> If you have questions, use the - <ulink url="http://forum.hibernate.org/viewforum.php?f=25">NHibernate user forum</ulink>. - We also provide a <ulink url="http://jira.nhibernate.org/">JIRA issue trackings system</ulink> + <ulink url="http://groups.google.com/group/nhusers">NHibernate user forum</ulink>. + We also provide a <ulink url="http://jira.nhforge.org/">JIRA issue trackings system</ulink> for bug reports and feature requests. If you are interested in the development of NHibernate, join the developer mailing list. If you are interested in translating this documentation into your language, contact us - on the <ulink url="http://sourceforge.net/mail/?group_id=29446">developer mailing list</ulink>. + on the <ulink url="http://groups.google.com/group/nhibernate-development">developer mailing list</ulink>. </para> </preface> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |