mapnik / mapnik.github.com

Home Page:mapnik.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapnik.org

Home for the Mapnik project on the web.

Uses jekyll.

Build Status

Setup

Install jekyll (depends on Ruby, rubygems and Ruby development packages)

bundle install

Run jekyll

bundle exec jekyll serve

View the site at:

http://127.0.0.1:4000/

Update news posts:

Format /news posts as either .html or .md files. Code snippets should be wrapped in highlight liquid tags either with or without line numbers, outlined below. Replace xml with the code snippet type.

{% highlight xml %} 
	code here 
{% endhighlight %}

or

{% highlight xml linenos %} 
	code here 
{% endhighlight %}

About

mapnik.org


Languages

Language:HTML 52.6%Language:CSS 35.1%Language:JavaScript 10.7%Language:Ruby 0.9%Language:Python 0.6%Language:Shell 0.1%