https://github.com/dongweiming/flask_reveal
The Easiest Way to Present Online
https://github.com/dongweiming/flask_reveal
Last synced: 3 months ago
JSON representation
The Easiest Way to Present Online
- Host: GitHub
- URL: https://github.com/dongweiming/flask_reveal
- Owner: dongweiming
- License: other
- Created: 2013-05-21T16:29:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T02:54:27.000Z (over 7 years ago)
- Last Synced: 2025-02-28T22:48:34.063Z (4 months ago)
- Language: JavaScript
- Size: 3.38 MB
- Stars: 45
- Watchers: 10
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flask_reveal
============The Easiest Way to Present Online




This is a backend implement like [slid.es](http://slid.es), Use [flask](https://github.com/mitsuhiko/flask)/[mongoengine](https://github.com/MongoEngine/mongoengine)
First say thank to [hakimel](https://github.com/hakimel) and his [reveal.js](https://github.com/hakimel/reveal.js)
I Use [python-social-auth](https://github.com/omab/python-social-auth) for social auth, but it do not support mongoengine ,and I rewrote some code to achieve my thoughts
About
=====* default, with This you can use Your Bitbucket/Google/Github/Instagram/Linkdln/Trello/Tumblr/Stackoverflow Account by oauth/oauth2 login
* You can create/edit/delete/save your HTML or markdown presentationUsage
=====You must edit the settings.py with your settings, a example settings has exist:
cp settings.py.example settings.py
Add social app's Client_ID & Client_Secret to setting file. And start the server, You can use Django's style:
python manage.py runserver -t 0.0.0.0 -p 80