tgapp-smallpress

Software Screenshot:
tgapp-smallpress
Software Details:
Version: 0.5.7
Upload Date: 20 Feb 15
Developer: Alessandro Molina
Distribution Type: Freeware
Downloads: 2

Rating: nan/5 (Total Votes: 0)

tgapp-smallpress is a pluggable minimalistic blog for TurboGears2. It implements articles with Attachments and Tags support. Uses CKEditor for content editing.

Installing

tgapp-smallpress can be installed both from pypi or from bitbucket:

easy_install tgapp-smallpress

should just work for most of the users

Plugging Smallpress

In your application config/app_cfg.py import plug:

from tgext.pluggable import plug

Then at the end of the file call plug with smallpress:

plug(base_config, 'smallpress')

Run paster setup-app development.ini again to create the tables related to smallpress and start the application. You will be able to access the blog section at http://localhost:8080/smallpress. Management gui will be available when logged with an user inside the smallpress Group.

Exposed Partials

Smallpress exposed a bunch of partials which can be used to render pieces of the blogging system anywhere in your application:

- smallpress.partials:articles -> Renders the list of articles
- smallpress.partials:article_preview -> Renders the preview of an article
- smallpress.partials:tagcloud -> Renders the blog tagcloud section
- smallpress.partials:search -> Renders the blog search section

Requirements:

  • Python
  • TurboGears2

Other Software of Developer Alessandro Molina

tgapp-fbauth
tgapp-fbauth

20 Feb 15

tgapp-photos
tgapp-photos

20 Feb 15

tgapp-registration
tgapp-registration

15 Apr 15

tgapp-tgcomments
tgapp-tgcomments

20 Feb 15

Comments to tgapp-smallpress

Comments not found
Add Comment
Turn on images!