24 |
25 |
26 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | This file is part of JEO.
2 |
3 | JEO is free software: you can redistribute it and/or modify
4 | it under the terms of the GNU General Public License as published by
5 | the Free Software Foundation, either version 3 of the License, or
6 | (at your option) any later version.
7 |
8 | JEO is distributed in the hope that it will be useful,
9 | but WITHOUT ANY WARRANTY; without even the implied warranty of
10 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 | GNU General Public License for more details.
12 |
13 | You should have received a copy of the GNU General Public License
14 | along with JEO. If not, see .
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | #JEO
2 | v1.0.8
3 |
4 | JEO WordPress Theme acts as a geojournalism platform which allows news organizations, bloggers and NGOs to publish news stories as layers of information on digital maps. With JEO, creating the interaction between data layers and contextual information is much more intuitive and interactive. The theme is ready for multilingual content and facilitates the publishing tasks.
5 |
6 | You can post geotagged stories and create richly designed pages for each one of the featured stories. At same time, by simply imputing the ids of layers hosted on MapBox, you can manage sophisticated maps without loosing perfomance, add legends directly with HTML and set the map paramethers. All direct at the WordPress dashboard.
7 |
8 | JEO wants to help journalists and NGOs to improve storytelling with maps. Creating a child theme with all its functionality is easy since it contains all the necessary hooks to customize layouts and data visualization.
9 |
10 | ## Mix and visualize your custom maps with WordPress
11 | Download the file and upload to your `wp-content/themes/` directory, on your [self-hosted WordPress installation](http://codex.wordpress.org/WordPress_Quick_Start_Guide).
12 |
13 | Or you can use git:
14 |
15 | ```
16 | $ cd wp-content/themes
17 | $ git clone git://github.com/cardume/jeo.git
18 | ```
19 |
20 | After setting the files, go to **Appearance > Themes** and activate **JEO**.
21 |
22 | ## Features
23 | - Leaflet map library
24 | - Custom tile layers
25 | - [MapBox](http://mapbox.com) maps
26 | - [CartoDB](http://cartodb.com) maps
27 | - Layer filtering options, allowing you to mix tile layer, MapBox and CartoDB.
28 | - Geocoding WordPress posts using OpenStreetMaps or Google Maps supporting custom post types.
29 | - Google Street View support for Google Maps geocoding.
30 | - Customizable marker icons that can be associated to categories, custom taxonomies or posts directly.
31 | - Map markers query integrated to posts query.
32 | - GeoJSON API (any content `/?geojson` gives the geojson output). *E.g.: yourwebsite.com/category/one/?geojson*
33 | - Support [qTranslate](http://wordpress.org/extend/plugins/qtranslate/) multilanguage plugin
34 |
35 | ## Wiki
36 |
37 | Checkout our [wiki](https://github.com/oeco/jeo/wiki) for tutorials and detailed developer documentation.
38 |
39 | ## Using JEO
40 |
41 | ### First map
42 | After activating your theme, you'll see a big message on your homepage to create your first map. Do it! You can start by selecting one of our presetted open layers, or already add custom layers if you have any.
43 |
44 | ### Settings and contents
45 | After setting your first map, go to the bottom of your dashboard's menu and click on JEO Settings to change website styles, map behaviours and basic settings to set it up the way you need it.
46 |
47 | Now you can go manage your posts, geolocate them and add custom marker icons!
48 |
49 | ### Authors and Contributors
50 |
51 | JEO is a collaboration between [@oeco](https://github.com/oeco/), [@cardume](https://github.com/cardume/), [@memelab](https://github.com/memelab/) and [@icfjknight](https://github.com/icfjknight/). Developed after the theme was built for [InfoAmazonia](http://infoamazonia.org/) and supported by [Internew´s Earth Journalism Network ](http://www.earthjournalism.net/).
52 |
53 | ### Support or Contact
54 | Having trouble with JEO? Go to our [issues page](https://github.com/oeco/jeo/issues) and we'll help you there!
55 |
--------------------------------------------------------------------------------
/archive.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
10 | 14 |
15 | 16 |17 | 'ol', 20 | 'short_ping' => true, 21 | 'avatar_size' => 60, 22 | 'callback' => 'jeo_comment' 23 | ) ); 24 | ?> 25 |
26 | 27 | 1 && get_option( 'page_comments' ) ) : 30 | ?> 31 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 |