Personal tools

How to run COREBlog on Zope 2.3.3

by ats last modified 2005-11-19 22:06

How to run COREBlog on Zope 2.3.3

Almost all codes on COREBlog is compatible with Python 1.5.x, but some modules(calender,stripogram) requires Pythnon2.1.

Following instruction describes the way how to run COREBlog under Zope 2.3.x(might also under Zope 2.1.x ;-))

  1. Download COREBlog and install it.
  2. Download stipogram 1.2 and replace one accompanied with COREBlog - recent stripogram uses List Comprehensions, so it requites Python2.1.
  3. Download callendar.py included in Python2.0. In calender.py,Fix line 58,59 like followings..
    y1 = y1 - 1
    y2 = y2 - 1
  1. Restart Zope, add COREBlog object, and start COREBlogging!
You are here: Home Hot-Tos How to run COREBlog on Zope 2.3.3
About COREBlog
COREBlog2 (for Plone users)
The current version of COREBlog2 (for Plone) is 0.982b (released 2007/4/13)
Download now!
How-Tos
To learn more about COREBlog visit the How Tos
Mailing list for COREBlog users
There is a mailinglist for COREBlog in English. Thanks, Klaus san :-).
COREBlog2 (for Plone users)
The current version of COREBlog2 (for Plone) is 0.982b (released 2007/4/13)
Download now!
Bugs/Feature Requests
If you have bug reports or feature requests, please add new ticket to trac for COREBlog2. Be sure to write your name and email address so I can contact to you :-).
COREBlog (for Zope users)
The current version of COREBlog (for Zope) is 1.2.5 (relaased 2006/04/03)
Download now!
How-Tos
To learn more about COREBlog visit the How Tos
Mailing list for COREBlog users
There is a mailinglist for COREBlog in English. Thanks, Klaus san :-).
 

Powered by Plone, the Open Source Content Management System