Skip to content

Commit

Permalink
Merge revision 2795
Browse files Browse the repository at this point in the history
SVN: trunk@2796
  • Loading branch information
Sergey Koshcheyev committed May 3, 2007
1 parent cb63d72 commit e034564
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions readme.html
Expand Up @@ -22,50 +22,20 @@ <h2>Latest Version</h2>
<h2>Documentation</h2>
<p>
All available resources on NHibernate can be found online:
<a href="http://www.hibernate.org/22.html#A17">http://www.hibernate.org/22.html#A17</a>.
<a href="http://www.hibernate.org/22.html#A23">http://www.hibernate.org/22.html#A23</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 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>
Copy H2Reg.exe and H2Reg.ini from the H2Reg installation folder (typically C:\Program Files\HelpWare\H2Reg) to
the NHibernate Help2 folder (e.g. C:\NHibernate\doc\en\Help2).
</li>
<li>
Register the help collection from the command line using the following command from the NHibernate Help2 folder.
</li>
</ul>
<blockquote>
<code>
H2Reg -r CmdFile=NHibernateCollection.ini
</code>
</blockquote>
<ul dir="ltr">
<li>
If you need to unregister the help collection, the command is as follows:
</li>
</ul>
<blockquote>
<code>
H2Reg -u CmdFile=NHibernateCollection.ini
</code>
</blockquote>
<p>
The reference documentation for NHibernate can be found at
<a href="http://www.hibernate.org/hib_docs/nhibernate/html/">http://www.hibernate.org/hib_docs/nhibernate/html/</a>.
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>.
</p>

<h2>Bug Reports</h2>
<p>
As we mentioned before, this software is still being developed. 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.nhibernate.org/">JIRA bug tracker</a>.
</p>

<h2>Licenses</h2>
Expand Down

0 comments on commit e034564

Please sign in to comment.