Home
Name Modified Size InfoDownloads / Week
simpleblogger 1.2 2014-06-08
simpleblogger 1.1 2014-02-02
simpleblogger 1.0 2013-12-22
simpleblogger 0.9 2012-06-03
simpleblogger 0.8 2012-01-13
simpleblogger 0.7 2011-11-22
simpleblogger 0.6.4 2011-11-21
simpleblogger 0.6.1 2011-09-22
simpleblogger 0.6 2011-09-14
simpleblogger 0.5 2011-08-11
simpleblogger 0.4 2011-07-25
simpleblogger 0.3 2011-07-21
simpleblogger 0.2.1 2011-07-14
simpleblogger 0.2 2011-07-06
simpleblogger 0.1.1 2011-06-23
simpleblogger 0.1 2011-06-17
update.info 2014-02-02 4 Bytes
readme.txt 2013-12-22 1.4 kB
Totals: 18 Items   1.4 kB 3
simpleblogger 1.0

As we all use different linux distros here is instructions how to compile simpleblogger.

1. Download source file (*-src.zip) from this site
2. Download pyinstaller http://www.pyinstaller.org/
3. Install simpleblogger dependencies:
    yum install wxPython python-gdata python-devel
   Download Python Image Library (PIL) http://www.pythonware.com/products/pil/ and install it with
    python setup.py install
4. Now you are ready to compile. Copy all *.py files from simpleblogger directory to Pyinstaller directory.
5. From Pyinstaller directory run:
    python pyinstaller.py simpleblogger.py
6. Go to ./simpleblogger and change console=True to console=False in the simpleblogger.spec file
7. Remove buiild and dist directories
8. Repeat step 5
9. Copy all other files and directories from simpleblogger directory to Pyinstaller/simpleblogger/dist/simpleblogger
10. Done :)

-------------------------
How to create icon in Applications in the Gnome Shell:
1. Create file:
    gedit /usr/share/applications/simpleblogger.desktop
   and put into it:
	[Desktop Entry]
	Name=simpleblogger
	Comment=Blogger client
	Icon=sb512
	Exec=/home/jsn/app/simpleblogger/simpleblogger
	Path=/home/jsn/app/simpleblogger
	Terminal=false
	Type=Application
	Categories=Internet
	StartupNotify=true
   *Replace Exec and Path with your values
2. Copy ico file:
    cp /home/jsn/app/simpleblogger/icons/sb512.png /usr/share/icons
Source: readme.txt, updated 2013-12-22