-
Notifications
You must be signed in to change notification settings - Fork 2
About
frenetic edited this page Nov 13, 2014
·
1 revision
PyPress is a microblog focused on Python communities. It tries to provide an easy way for PUG members to share knowledge and code, without all of the (useless) features of a fullstack blog.
- Login and post with your GitHub account
- Post versions and history, for easy edition and roll-backs
- Write posts using Markdown
- Write posts using a WYSIWYG editor
- Code Highlight
- Django working properly
- GitHub integration
- UnitTest all of this
- Posts tables
- User tables
- Simply writing posts
- TDD ftw!
- Write posts with Markdown
- Integrate one WYSIWYG
- Tests, Tests everywhere
- Create posts versions/history
- Read any of the previous versions of the post
- Make one of the old versions the HEAD
- Test!