Skip to content

Commit

Permalink
Add basic sandbox resource acquisition for assets
Browse files Browse the repository at this point in the history
required for HTML-based presentation/slideshow
  • Loading branch information
amotl committed Aug 12, 2019
1 parent 1b57a1b commit af95820
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 0.1.0
files = setup.py discodoc/__init__.py
files = setup.py package.json discodoc/__init__.py
commit = True
tag = True
tag_name = {new_version}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
/.venv*
/dist
.notes.rst*
/node_modules
yarn-error.log
yarn.lock
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ in progress
- Add Discourse Api-Key authentication against hitting anonymous rate limits
- Improve documentation
- Add "--renderer" option for adjusting rendering with "--format=pdf|html"
- Add basic sandbox resource acquisition for assets required for HTML-based presentation/slideshow


2019-08-12 0.1.0
Expand Down
39 changes: 39 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "discodoc-resources",
"description": "discodoc - create hardcopy-like documents from Discourse content easily",
"version": "0.1.0",
"license": [
"AGPL 3",
"EUPL 1.2"
],
"author": {
"name": "Andreas Motl",
"email": "andreas@hiveeyes.org"
},
"keywords": [
"discourse",
"pandoc",
"document",
"hardcopy",
"export",
"pdf",
"epub",
"docx",
"pptx",
"odt",
"html",
"s5",
"reveal.js"
],
"homepage": "https://github.com/hiveeyes/discodoc",
"repository": {
"type": "git",
"url": "git://github.com/hiveeyes/discodoc.git"
},
"bugs": {
"url": "https://github.com/hiveeyes/discodoc/issues"
},
"devDependencies": {
"reveal.js": "^3.8.0"
}
}

0 comments on commit af95820

Please sign in to comment.