myrddin669 / simpleblogger

A blogger client written in Python and GTK+ 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simpleblogger2

###What is it? simpleblogger2 is a blogger.com client written in Python and GTK+ 3 (see this link for old version)

###Features list

  • HTML syntax highlight
  • Uploading images to the hosting service (picasa)
  • Drafts
  • Add tags to the post
  • Code insertion and highlighting (pygments)
  • Automatically adds all your blogs from Google account
  • Post preview

###Screenshots ScreenShot

###Dependencies

  • pygobjects3
  • python-pygments
  • python-gdata

###How to build RPM file

  • Create rpm-tree with command:
rpmdev-setuptree
  • Build python package with command:
python setup.py sdist
  • Place it into SOURCE folder of rpm tree. Place simpleblogger.spec into SPEC folder of rpm tree
  • Build rpm package:
rpmbuild -v -bb --clean SPECS/simpleblogger.spec

###Development Simpleblogger creates .simpleblogger folder in your home directory to store configuration. There is an option to store configuration data in .simpleblogger-debug folder. To activate it run simpleblogger.py with -d flag


logo This application was developed with the help of the Wingware IDE (the only one IDE that supports GTK+ autocomplete)

About

A blogger client written in Python and GTK+ 3


Languages

Language:Python 99.8%Language:Shell 0.2%