Skip to content

Commit e54a786

Browse files
committedNov 17, 2014
More README to README.md
And add travis build status
1 parent 77328b2 commit e54a786

File tree

1 file changed

+37
-32
lines changed

1 file changed

+37
-32
lines changed
 

‎README renamed to ‎README.md

Lines changed: 37 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
README for QGIS
2-
----------------------------------------
1+
# About QGIS
2+
3+
[![Build Status](https://travis-ci.org/qgis/QGIS.svg?branch=master)](https://travis-ci.org/qgis/QGIS)
4+
35
QGIS is an Open Source Geographic Information System. The project was born in
46
May of 2002 and was established as a project on SourceForge in June of the same
57
year. We've worked hard to make GIS software (which is traditionally expensive
@@ -22,42 +24,45 @@ modify the source code and guarantees that you, our happy user will always
2224
have access to a GIS program that is free of cost and can be freely
2325
modified.
2426

25-
Supported raster formats include:
26-
Grass
27-
USGS DEM
28-
ArcInfo binary grid
29-
ArcInfo ASCII grid
30-
ERDAS Imagine
31-
SDTS
32-
GeoTiff
33-
Tiff with world file
27+
## Supported raster formats include:
28+
29+
* Grass
30+
* USGS DEM
31+
* ArcInfo binary grid
32+
* ArcInfo ASCII grid
33+
* ERDAS Imagine
34+
* SDTS
35+
* GeoTiff
36+
* Tiff with world file
37+
38+
## Supported vector formats include:
3439

35-
Supported vector formats include:
36-
ESRI Shapefiles
37-
PostgreSQL/PostGIS
38-
GRASS
39-
Spatialite
40-
Other OGR supported formats
40+
* ESRI Shapefiles
41+
* PostgreSQL/PostGIS
42+
* GRASS
43+
* Spatialite
44+
* Other OGR supported formats
4145

42-
NOTE -- Please follow the installation instructions carefully.
46+
## Note
47+
48+
Please follow the installation instructions carefully.
4349
After extracting the distribution, you can find the HTML version of the
4450
installation document in qgis/doc/index.html. The installation document is
4551
also available as PDF in the same directory.
4652

47-
HELP US -- Please submit bug reports using the QGIS bug tracker at:
48-
http://hub.qgis.org/
49-
When reporting a bug, either login or, if you don't
50-
have a qgis trac, provide an email address where we can
51-
request additional information.
52-
53-
SUPPORT - You can get support in the following ways:
54-
1. Using the QGIS community site at http://qgis.org
55-
2. Joining the qgis-users mailing list at:
56-
http://lists.osgeo.org/mailman/listinfo/qgis-user
57-
3. Using IRC by joining the #qgis channel on irc.freenode.net.
58-
Please wait around for a response to your question as many
59-
folks on the channel are doing other things and it may take a
60-
while for them to notice your question.
53+
## Help us
54+
Please submit bug reports using the [QGIS bug tracker](http://hub.qgis.org/)
55+
When reporting a bug, either login or, if you don't have a qgis trac, provide
56+
an email address where we can request additional information.
57+
58+
## Support
59+
You can get support in the following ways:
60+
61+
- Using the QGIS community site at http://qgis.org
62+
- Joining the [qgis-users mailing list](http://lists.osgeo.org/mailman/listinfo/qgis-user)
63+
- Using IRC by joining the #qgis channel on irc.freenode.net. Please wait
64+
around for a response to your question as many folks on the channel are
65+
doing other things and it may take a while for them to notice your question.
6166

6267
QGIS is on GitHub at http://github.com/qgis/QGIS. If you wish to contribute
6368
patches you can fork the project, make your changes, commit to your

0 commit comments

Comments
 (0)
Please sign in to comment.