Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okfn/ddjbook
Data Driven Journalism Handbook
https://github.com/okfn/ddjbook
Last synced: 5 days ago
JSON representation
Data Driven Journalism Handbook
- Host: GitHub
- URL: https://github.com/okfn/ddjbook
- Owner: okfn
- Created: 2011-12-30T14:10:49.000Z (almost 13 years ago)
- Default Branch: web
- Last Pushed: 2012-09-23T09:42:14.000Z (about 12 years ago)
- Last Synced: 2024-08-01T12:35:55.526Z (3 months ago)
- Language: JavaScript
- Homepage: http://wiki.okfn.org/Data_Driven_Journalism_Handbook
- Size: 80.6 MB
- Stars: 21
- Watchers: 26
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - okfn/ddjbook - Data Driven Journalism Handbook (others)
README
The Data Journalism Handbook
============================This repository contains the source files for the Data Journalism Handbook. The handbook was
started at Mozilla Festival 2011 as a collaboration between over 70 experts, coordinated by
the European Journalism Center and the Open Knowledge Foundation.How to build the DDJBook
------------------------* Install Python libraries "lxml" and "jinja2", possibly into a virtualenv
* Install [Jekyll](https://github.com/mojombo/jekyll/)
* Checkout the repo on "master"
* Convert the book to docbook, e.g. asciidoc --backend docbook book.asc
* Run "python jekyllify.py" to convert the outcoming book HTML into a
Jekyll site
* Go into the "web" directory
* Run "jekyll" (or "jekyll --auto --server" during development)This will generate the new site, based on the templates in
web/_layouts/default.html