Skip to main content

UNKNOWN

Project description

Bitakora

Copy this folder in your $INSTANCE_HOME/Products folder, install the products indicated by DEPENDENCIES.txt file and restart Zope.

You will have two extra products to add in the ZMI:

  • Bitakora: Fully featured blog product for Zope. With ideas of Squishdot and COREBlog.

  • BitakoraCommunity: A way for having a blog community based on Bitakora product.

Bitakora Features

  • All templates and scripts are in the File System.

  • A user with a custom role called ‘Blogger’ and created with the product, can manage the blog without having access to the ZMI.

  • Epoz editor integrated.

  • Fully i18n-ed using Localizer. A MessageCatalog called ‘gettext’ can be found in each blog with the messages to translate. Basque (eu) and Spanish (es) translations are provided with the product (see locale directory). This MessageCatalog is deleted when creating blogs in a BitakoraCommunity, and blogs use the MessageCatalog in the community.

  • Full UTF-8 support, trying to avoid UnicodeDecodeErrors :)

  • Blog templates are clean XHTML, based on MovableType 3 templates.

  • Clean URLs and tag based categorization of posts.

  • Support of Pingback references

  • Automatic update ping to Pingomatic

BitakoraCommunity Features

  • All template and scripts are loaded into the ZMI during instantiation of the product, in the same way Squishdot does, to allow community managers to customize them.

  • Free creation of blogs, in a 3-step-Blogger-way.

  • Fully i18n-ed using Localizer. Basque (eu) and Spanish (es) translations are provided with the products (see locale directory).

  • Full indexing of blog posts for providing quick and powerfull searches on the blogs using TextIndexNG2.

More info

Migration to 1.0

License

See LICENSE.txt

DEPENDENCIES

  • Zope 2.9.12 (yes, it’s pretty old, but we can’t install Localizer in a newer version of Zope)

  • Localizer 1.2.3 (install itools and iHotfix too, they are Localizer dependencies)

  • CookieCrumbler 1.2

  • ZTinyMCE 0.2.1

Install Using buildout

  • You can install Bitakora using zc.buildout. Try the buildout.cfg we use for testing:

https://github.com/codesyntax/Products.Bitakora/blob/master/buildout.cfg

CHANGELOG

1.0 (2013/02/22)

  • Remove TextIndexNG2 dependency and provide migration to delete indexes [erral]

  • PEP8ify [erral]

  • Provide migration for old instances [erral]

  • Fix attribute name clash issue [erral]

  • Reformat README and HISTORY files in rST [erral]

  • Add TinyMCE insted of epoz [erral

  • Eggify this product [erral]

v. 0.1.21

  • Fix e-mail templates [erral]

v. 0.1.20

  • Change CAPTCHA using a question. [erral]

v. 0.1.19

  • Re-add HTML parsing for comments to avoid arbitrary JavaScript to be added in the comments. Thanks to Iker Mendilibar. [erral]

v. 0.1.16

  • Use string interpolation in community templates

  • Add error control when an user asks password reminder twice.

v. 0.1.15

  • Modified the way to handle pings. Now the pings are handled making Future calls, creating new threads to make the pings

v. 0.1.10

  • Fixed bug, when creating comment ids

v. 0.1.9

  • Allow more attributes in HTML

v. 0.1.8

  • CAPTCHA control is enabled by defatul. To disable add a property called CAPTCHA_ENABLED and set it to 0 (property type: int)

  • Akismet plugin is disabled by default. To enable change utils.py

  • Added Akismet spam control for comments and pingbacks

  • Added CAPTCHA control to comment adding and contact form. Captcha images and example code provided by http://www.captchas.net

  • Fixed: contact and new comments notifications are properly i18n-zed

  • Ping to Technorati added

  • Fixed: Ping to Technorati and Ping-o-matic. The ping must be sent with blog title and not with post title

v. 0.1.7

  • Fixed bug in post edit form. If a method called ‘preview’ existed, it was not posible to edit a post.

v. 0.1.6

  • New Polish translation

  • Pingback system re-enabled and fixed

v. 0.1.5

  • ‘u’ and ‘del’ tags allowed in HTML

  • Changed community CSS file images, now they are GIF instead of JPEG

v. 0.1.4

  • Deleted email from feed.xml. RSS 2.0 says author tag must contain an email address. Added DC namespace to the feed and exchanged author with dc:creator

  • Allow embed, object and param tags in HTML for inserting YouTube and GoogleVideo flashes

  • Allow ‘-’ and ‘_’ in tags

  • Show cleaned HTML in post preview

  • Changes to show the tag cloud

  • Fixed password reminder in community

v. 0.1.3 (first version for Blogak.com)

  • Fixed bug in XML exporting

  • Added contact form

  • Add, blog author receives an email when a post is commented

  • Modify, Pingomatic ping re-enabled, and pingback send disabled

  • Updated eu and es translations

  • Minor changes in admin screens

v. 0.1.2 (not public, for testing at atxukale.com)

  • Some methods refactored

  • Bug: Recent comments menu showed all comments, now is limited to 10

  • Bug: Comment author’s e-mail was shown.

  • Add, now it’s possible to export a XML file with blog data

  • Change, CSS styles both in community and blogs fixed for IE

v. 0.1.1 (not public, for testing at atxukale.com)

  • Add, posibility to import XML file with blog data

  • Add, parameter to signal wether pinging and HTML cleaning is wanted: pinging disabled by default and HTML cleaning enabled

  • Changed, Pingback disabled when adding posts

v. 0.1 - Initial Release

  • Initial release [erral]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Products.Bitakora-1.0.zip (388.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page