Zine

open source content publishing system


source: README @ 966:79609d716c2c

Revision 966:79609d716c2c, 2.1 KB checked in by mitsuhiko, 3 years ago (diff)

Automated merge with  file:///Users/mitsuhiko/Development/zine-0.1

Line 
1===================================
2Zine - a Python powered blog engine
3===================================
4
5This is Zine 0.2 the second release of Zine.
6It already provides quite a few features:
7
8- of course, basic blog functionality: posting, comments, categories,
9  tags, and ATOM feeds
10- user, group and permission management
11- theming support
12- importers for WordPress and Atom feeds.
13- an advanced plugin system
14- a translatable interface (although with this first release, only
15  English and German translations are available)
16
17But some things are still missing.  The following things (and more) will
18be included in Zine 0.2 (tentatively set to be released in April, 2009):
19
20- search functionality
21- file upload system
22- notifications about new posts, comments, etc
23- more translations
24- documentation for (plugin) developers (for now, there's a documented
25  example plugin called "Eric The Fish" included in Zine's source.  If
26  you want to develop plugins, that's the starting point.)
27
28
29Installation
30============
31
32See the file INSTALL for a list of dependencies and installation
33instructions.
34
35
36License and Copyright
37=====================
38
39Zine was mainly written and is maintained by Armin Ronacher.  See the
40files AUTHORS and THANKS for a complete list of contributors known as
41the Zine Team.
42
43Zine is released under a BSD-style license, see the LICENSE file for more
44details.
45
46
47Getting in touch with the developers
48====================================
49
50The best way to communicate with the developers is the IRC channel
51`#pocoo`_ on irc.freenode.net.  Beware, several projects have their
52"home" there, so be sure to tell the people you're talking about Zine.
53
54The wiki and bug tracker is available on the `Zine Development Center`_.
55If you encounter bugs or if you want to suggest a new feature be sure to
56file a new ticket there.
57
58Other resources:
59
60-  `Main repository <http://dev.pocoo.org/hg/zine-main>`_
61-  `bitbucket mirror <http://www.bitbucket.org/mitsuhiko/zine-main>`_
62
63.. _#pocoo: irc://irc.freenode.net/%23pocoo
64.. _Zine Development Center: http://dev.pocoo.org/projects/zine/
Note: See TracBrowser for help on using the repository browser.