<h1>Information on development with <acronym>deal.II</acronym></h1>
<p>
- Apart from the online API references and the tutorial, which is
- covered elsewhere, this page gathers some information that might
- be of interest if you want to develop programs based on
- <acronym>deal.II</acronym> yourself, or if you want to contribute
+ Apart from the online API references (the "manual") and the tutorial,
+ which are covered elsewhere, this page gathers some information on
+ developing programs based on
+ <acronym>deal.II</acronym>, as well as on how to contribute
to the development of <acronym>deal.II</acronym> itself. In the
- latter case, we encourage you to get anonymous subversion access as
+ latter case, we encourage you to use the current development version
+ instead of a pre-packaged version of <acronym>deal.II</acronym>, as
described on our <a
href="http://www.dealii.org/download/">download page</a>.
</p>
<ul>
<li> <p> Documentation of the <a href="svn.html">SVN Archive</a> and
information on <a href="http://www.dealii.org/changelogs/index.html"
- target="body">Recent changes to the library</a>: If you want to stay
- informed about what is going on with the library itself, you may want
- to take a look at this page. You can browse the repository and
- subscribe to an rss feed too.</p>
- <li> <p>
+ target="body">recent changes to the library</a>.</p>
+
+ <li> <p>
<a href="cmake.html">deal.II CMake documentation</a>:
This page provides extensive information about usage and
development of the <acronym>deal.II</acronym> CMake build system.