Skip to content

Commit

Permalink
Added some notes about API Stability
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9859 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 19, 2008
1 parent 357da75 commit 0175819
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions doc/index.dox
Expand Up @@ -5,15 +5,40 @@
/*! \mainpage Quantum GIS

\section index_intro Introduction
\htmlonly<img src="http://download.qgis.org/qgis-icon-60x60.png" alt="QGIS" align="left"><a href="http://qgis.org">Quantum GIS</a>\endhtmlonly\latexonly Quantum GIS \endlatexonly (QGIS) is a user friendly Open Source Geographic Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports vector, raster, and database formats. QGIS is licensed under the GNU General Public License. QGIS lets you browse and create map data on your computer. It supports many common spatial data formats (e.g. ESRI ShapeFile, geotiff). QGIS supports plugins to do things like display tracks from your GPS. QGIS is Open Source software and its free of cost (download here). We welcome contributions from our user community in the form of code contributions, bug fixes, bug reports, contributed documentation, advocacy and supporting other users on our mailing lists and forums. Financial contributions are also welcome.
\htmlonly<img src="http://download.qgis.org/qgis-icon-60x60.png" alt="QGIS"
align="left"><a href="http://qgis.org">Quantum GIS</a>\endhtmlonly\latexonly
Quantum GIS \endlatexonly (QGIS) is a user friendly Open Source Geographic
Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS
supports vector, raster, and database formats. QGIS is licensed under the GNU
General Public License. QGIS lets you browse and create map data on your
computer. It supports many common spatial data formats (e.g. ESRI ShapeFile,
geotiff). QGIS supports plugins to do things like display tracks from your GPS.
QGIS is Open Source software and its free of cost (download here). We welcome
contributions from our user community in the form of code contributions, bug
fixes, bug reports, contributed documentation, advocacy and supporting other
users on our mailing lists and forums. Financial contributions are also
welcome.

\section index_APIStability API Stability

Versions of QGIS prior to 1.0 did not guarantee API stability since the
application was undergoing rapid development of new features and we did not
want to commit ourselves to a fixed API. With the release of QGIS 1.0 we
guarantee a backwards compatible API for the 1.x and 1.0.x release series. 1.x
releases will be our 'unstable' development builds and 1.0.x releases our
'stable' (bugfixes and very minor tweaks only).

\section index_maillist Mailing Lists
<ul>
<li>For support we encourage you to join our <a href="http://qgis.org/content/view/115/96/">mailing lists</a> for developers.</li>
</ul>
For support we encourage you to join our <a
href="http://qgis.org/content/view/115/96/">mailing lists</a> for
developers.


\section index_bugs Bug Reporting
If you think you have found a bug, please report it using our <a href="https://trac.osgeo.org/qgis/">bug tracker</a>. When reporting bugs, please include some contact information in case we need help with replicating your issue.
If you think you have found a bug, please report it using our <a
href="https://trac.osgeo.org/qgis/">bug tracker</a>. When reporting bugs,
please include some contact information in case we need help with replicating
your issue.

\section index_maillist Mailing Lists
Some QGIS users and developers can also often be found in the
Expand Down

0 comments on commit 0175819

Please sign in to comment.