Skip to content

Commit cc2e6a4

Browse files
committed
adding README and HISTORY, fixing LICENSE terms
1 parent 37e0c97 commit cc2e6a4

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

HISTORY.rst

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. :changelog:
2+
3+
History
4+
-------
5+
6+
0.1.0 (2018-03-24)
7+
++++++++++++++++++
8+
9+
* First commit.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
MIT License
33

4-
Copyright (c) 2018, guzmud (nopunkintended)
4+
Copyright (c) 2018, guzmud on behalf of nopunkintended
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77

README.rst

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
=============================
2+
Django Panpub
3+
=============================
4+
5+
Django publishing system, multi-inputs towards streamlined outputs.
6+
7+
Features roadmap
8+
----------------
9+
10+
* panpub init/first_boot view: first settings (static or dynamic output, upload limitations, etc.), pandoc check/download
11+
* Tag/Post relation and use for url/search
12+
* Text model: pandoc-fed input, .md or .rst output
13+
* Picture model: Pillow-fed input, .png output
14+
* Picture model plugin: anti-steganographic filter
15+
16+
Credits
17+
-------
18+
19+
Tools used in rendering this package:
20+
21+
* Cookiecutter_
22+
* `cookiecutter-djangopackage`_
23+
24+
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
25+
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage

0 commit comments

Comments
 (0)