]> git.g-eek.se Git - ikiwiki-pandoc.git/commitdiff
enhance metadata for the project
authorFrançois Boulogne <fboulogne sciunto org>
Fri, 18 Dec 2015 19:14:31 +0000 (14:14 -0500)
committerFrançois Boulogne <fboulogne sciunto org>
Fri, 18 Dec 2015 19:14:31 +0000 (14:14 -0500)
AUTHORS [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
README.md
RELEASE [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..5ea9bec
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,8 @@
+
+* Jason Blevin (Original author) <http://jblevins.org/projects/ikiwiki/>
+* Jim Pryor <http://www.jimpryor.net/>
+* Beni Cherniavsky-Paskin <https://github.com/cben>
+* Ryan Burgoyne <https://github.com/rburgoyne>
+* Baldur Kristinsson <https://github.com/bk>
+* François Boulogne
+
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644 (file)
index 0000000..dc1e62e
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,13 @@
+0.2 (2015-12-18)
+================
+
+New version thanks to Baldur Kristinsson's contributions.
+
+* code upgrade to the last pandoc evolutions
+* fix for perl evolution
+* doc enhancements
+
+0.1 (unreleased)
+================
+
+* various contributions found on github merged together
index e6352a9b4de60d6b8b27031d056562f2c9b6c8b1..74f45d5459dc66daa63295c7d288bedd783b32af 100644 (file)
--- a/README.md
+++ b/README.md
@@ -219,14 +219,5 @@ Another nice Pandoc feature is that it parses and uses `\newcommand` and `\renew
 License
 =======
 
-GPLv2
+GPLv2. See `LICENSE` for more details.
 
-Authors
-=======
-
-* Jason Blevin (Original author) <http://jblevins.org/projects/ikiwiki/>
-* Jim Pryor <http://www.jimpryor.net/>
-* Beni Cherniavsky-Paskin <https://github.com/cben>
-* Ryan Burgoyne <https://github.com/rburgoyne>
-* Baldur Kristinsson <https://github.com/bk>
-* François Boulogne
diff --git a/RELEASE b/RELEASE
new file mode 100644 (file)
index 0000000..b39d771
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,7 @@
+How to release
+==============
+
+* Update CHANGELOG
+* git tag -a 'vX'
+* Create a tarball and upload it on the server
+    git archive master  --prefix 'bibtexparser/' | bzip2 > bibtexparser-x.y.tar.bz2