diff options
Diffstat (limited to 'gis/geogit/slack-desc')
-rw-r--r-- | gis/geogit/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gis/geogit/slack-desc b/gis/geogit/slack-desc new file mode 100644 index 0000000000..eef7bb75b5 --- /dev/null +++ b/gis/geogit/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +geogit: geogit (Distributed version control for geospatial data) +geogit: +geogit: GeoGit is a distributed version control system specially designed to +geogit: handle geospatial data. GeoGit draws inspiration from Git, but adapts +geogit: its core concepts to handle versioning of spatial data. Users are able +geogit: to import raw geospatial data (such as Shapefiles, PostGIS or +geogit: SpatiaLite) into a repository where every change to the data is +geogit: tracked. These changes can be viewed in a history, reverted, branched +geogit: into sandboxed areas, merged back in or pushed to remote repositories. +geogit: +geogit: Homepage: http://geogit.org |