source: extensions/piwigo-openstreetmap/README.md @ 24865

Last change on this file since 24865 was 24677, checked in by ddtddt, 11 years ago

[extensions] - piwigo-openstreetmap - add file for translate

File size: 1.9 KB
Line 
1piwigo-openstreetmap
2==============
3
4[OpenStreetMap](http://OpenStreetMap.org/) port for piwigo. Add a OpenSource Map on your web gallery!
5
6Piwigo-openstreetmap is a [plugin](http://piwigo.org/ext/extension_view.php?eid=701) for the [Piwigo](http://piwigo.org/) web gallery that allows you to render the geotag within your piwigo install.
7
8Installation
9------------
10
11Upload this in ``your-gallery/plugins/`` dir.
12
13* download the archive from github
14
15        wget -O piwigo-openstreetmap.zip https://github.com/xbgmsharp/piwigo-openstreetmap/archive/master.zip
16
17        unzip piwigo-openstreetmap.zip
18
19* or clone the project
20
21        git clone git://github.com/xbgmsharp/piwigo-openstreetmap.git
22
23Then, go to the admin site, in the plugin section and activate it.
24
25Usage
26-----
27
28Syncronize the GeoTag to see the geo possition appear on the photo page.
29
30Please refer to the [wiki](https://github.com/xbgmsharp/piwigo-openstreetmap/wiki) for additional information.
31
32Support
33-----
34
35To get support, please create new [issue](https://github.com/xbgmsharp/piwigo-openstreetmap/issues)
36
37Help me improve the plugin, rate my [plugin](http://piwigo.org/ext/extension_view.php?eid=701), and if possible please send a greeting message to me ;)
38
39Credit
40------
41
42* [OpenStreetMap](http://www.openstreetmap.org/)
43* [leafletjs](http://leafletjs.com)
44* [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster)
45
46Licence
47-------
48The piwigo-openstreetmap plugin for Piwigo is free software:  you can redistribute it
49and/or  modify  it under  the  terms  of the  GNU  General  Public License  as
50published by the Free Software Foundation.
51
52This program  is distributed in the hope  that it will be  useful, but WITHOUT
53ANY WARRANTY; without even the  implied warranty of MERCHANTABILITY or FITNESS
54FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
55
56See <http://www.gnu.org/licenses/gpl.html>.
Note: See TracBrowser for help on using the repository browser.