Zapys — LJ client in PyGTK
I use it for writing my LJ posts and editing the last one. I rarely need more power.
The idea of this tool is to allow easy creating of pretty texts.
Inline Replacements
The text changes while you type — so you can enjoy typografic rightness instantly.
- proper quotes.
- (c) => ©
- (r) => ®
- (tm) => ™
- ... => …
- з*їм => з’їм
- uses n-dash and m-dash
Markdown
Easy tags:
**bold** _italic_ --strikeout-- Easy lists: * list item * list item 1. list item 2. list item
The complete Markdown manual lives here.
LJ replacements:
LJ:username becomes <lj user="username">
http://example.com becomes example.com
Requirements
Download & Install
Linux
- untar
- run zapys.py — the file ~/.zapys/config must be created.
edit it, enter your creditentials - to use “latin quotes” instead of «cyrillic ones» comment a line in replacements.py
Windows
- get PyGTK All-in-One Installer
- untar tarball, 7-zip or winRar will help
- run zapys.py — the file «C:\Documents and Settings\user\.zapys» must be created. Edit it, enter your creditentials
- if gtk2 does not look pretty on your Windows — get GTK2 themes package
Changelog
2007-02-21: 0.11
- minor tweak, added zapys.pyw for smoother win32 experience
2006-10-16: 0.10
- updated Markdown.py, fixing bug with two spaces at the end of the line (allows inserting newlines)
- added Apostrope replacement for Ukrainian Windows users
2006-07-31: 0.9
- gtkhtml2 is now optional, when it is absent browser is used for preview
2005-11-10: 0.8
- added preview
- fixed «jumping scrollbars»
- added Markdown support
- added caching of entry sources
- config moved to ~/.zapys/configs
2005-10-27: 0.7
- Added ~/zapysrc, thanks
_avm_
.
2005-10-27: 0.6
- Bugfix: «last entry» mode was not turned off after edit.
2005-09-29: 0.5
- Tags support
2005-03-28: 0.4
- HIG comliance
2005-03-28: 0.3
- interface by libGlade
2005-02-24: 0.4
- bugfixes
0.1
- Initial release.



