Skip to content
frenetic edited this page Nov 13, 2014 · 1 revision

About PyPress

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.

Features

  • 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

Roadmap

v0.1

  • Django working properly
  • GitHub integration
  • UnitTest all of this

v0.2

  • Posts tables
  • User tables
  • Simply writing posts
  • TDD ftw!

v0.3

  • Write posts with Markdown
  • Integrate one WYSIWYG
  • Tests, Tests everywhere

v0.4

  • Create posts versions/history
  • Read any of the previous versions of the post
  • Make one of the old versions the HEAD
  • Test!

Clone this wiki locally