Skip to content

Commit

Permalink
v1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Apr 20, 2016
1 parent 162ad01 commit 0ece108
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 1.0rc1

This is a pre-release.

### Main features

* Complete text & tables extracted from "The Black Hack" PDF v1.2 (2016-04-03),
* Included OGL License,
* Python script to build the full website:
* automatic homepage based on available directories and meta files,
* HTML pages are styled to (roughly) fit the PDF style,
* Documentation to help eventual contributors.
* Travis build (for master & pull-requests).

This project website is browsable at [the-black-hack.jehaisleprintemps.net](http://the-black-hack.jehaisleprintemps.net/).
5 changes: 5 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
The Black Hack OGL content Python builder.
This script is Public Domain.
"""
import shutil
import os
from string import Template
Expand Down

0 comments on commit 0ece108

Please sign in to comment.