Menu

Tree [058cf3] default tip /
 History

Read Only access


File Date Author Commit
 blog4y 2013-04-03 Oleksandr Gavenko Oleksandr Gavenko [3fa914] Describe some storage commands.
 test 2013-04-03 Oleksandr Gavenko Oleksandr Gavenko [9ef3e6] Use term 'marking' instead of 'selecting'...
 .dir-locals.el 2012-02-27 Oleksandr Gavenko Oleksandr Gavenko [8e8a00] Increase fill-column.
 .hgignore 2013-02-05 Oleksandr Gavenko Oleksandr Gavenko [0069c4] Remove DejaGNU files.
 .hgtags 2013-02-24 Oleksandr Gavenko Oleksandr Gavenko [f4a39f] Added tag v0.4.0 for changeset 19c0be730d8b
 AUTHORS.rst 2012-07-14 Oleksandr Gavenko Oleksandr Gavenko [254747] Add AUTHORS.
 CHANGES.rst 2013-02-24 Oleksandr Gavenko Oleksandr Gavenko [924dac] Fix sentence.
 HACKING.rst 2013-03-02 Oleksandr Gavenko Oleksandr Gavenko [7b49e8] Running tests.
 IDEAs.rst 2013-02-12 Oleksandr Gavenko Oleksandr Gavenko [d27364] Check RST and MarkDown libraries.
 Makefile 2013-10-27 Oleksandr Gavenko Oleksandr Gavenko [058cf3] Generalise RST build code.
 PROTOCOL.rst 2013-04-03 Oleksandr Gavenko Oleksandr Gavenko [3fa914] Describe some storage commands.
 README.rst 2012-07-14 Oleksandr Gavenko Oleksandr Gavenko [4d3b43] Typos in docs was fixed.
 blog4y-cli 2012-02-25 Oleksandr Gavenko Oleksandr Gavenko [e0d898] Implement simple CLI interface from Python. Add...
 blog4y.el 2013-04-03 Oleksandr Gavenko Oleksandr Gavenko [9ef3e6] Use term 'marking' instead of 'selecting'...
 blog4y.texi 2012-02-27 Oleksandr Gavenko Oleksandr Gavenko [2065bb] Enclose URL in @url tag.
 header.rst 2013-02-01 Oleksandr Gavenko Oleksandr Gavenko [29a195] Ideas for blog4y.
 index.html 2012-07-14 Oleksandr Gavenko Oleksandr Gavenko [254747] Add AUTHORS.
 logo.svg 2013-10-25 Oleksandr Gavenko Oleksandr Gavenko [56ff66] Merge changes from 'ffread' project. Especially...
 rst.css 2013-04-01 Oleksandr Gavenko Oleksandr Gavenko [eed8ef] Highlight literals and verbatim text (by differ...

Read Me

Welcome to "blog4y" project

About.

blog4y is blogging for you.

Project goal.

Project goal is to allow you easy post and backup blog articles to most free blogging hosting.

Project provide:

  • Python API (not yet).
  • Command line utility.
  • Emacs integration.
  • GTK UI (not yet).

Licence.

All files released for free use without any restrictions.

In countries where defined copyright low this mean that all author preserve their non-property right (право называться автором, TODO).

In countries where defined public domain this mean that all text file with stop word lists in public domain.

Versioning rules.

We use usual major.minor.micro schema. So

  • major mark backward incompatible changes. Upgrade scripts provided.
  • minor mark backward compatible changes. New API, GUI or fallback/backward compatable protocol changes or backward compatable storage format changes.
  • micro mark compatable changes in both direction. For small fixes.

with one exeption: while project major version is zero minor changes may break compatibility and we does not provide upgrade script to new version.

Getting sources.

To clone repository run:

$ hg clone http://hg.code.sf.net/p/blog4y/code

To push to repository you must have write permission and do:

$ hg push ssh://$USER@hg.code.sf.net/p/blog4y/code

BTS.

TODO
View bugs.

Report bug.

TODO
Create new ticket, report bug, ask for enhancement.

Blog.

TODO
Wordpress blog on SF.

Wiki.

TODO
Trac wiki root on SF.

Directories.

https://www.ohloh.net/p/blog4y
Project at Ohloh.
http://freecode.com/projects/blog4y
Project at Freecode (Freshmeat).