Zine

open source content publishing system


Plugin Database

While Zine doesn't create it's own plugin repository, feel free to add your plugin to this wiki page.

Be careful: it's quite possible that some of the plugins listed here are outdated and don't work with current Zine versions.

Themes

Blix

Theme based on the WordPress Blix Theme.

Download the plugin.

Chow Me

Red'ish theme based on the WordPress Chow Me template.

Download the plugin.

Chaosblack

Simple black theme based on the WordPress Chaoticsoul template.

Download the plugin.

Darkdashed

A simple, dark and minimalistic theme with dashes. Based on miniblog_theme by Armin Ronacher.

Download the plugin.

Japibas

Japibas Theme Preview

A port of the Japibas Wordpress theme by Jesper from Jayj.dk.

Download the plugin.

Steam

Fixed width layout with currently four color variations.

Download the plugin.

Milk with coffee

If you like your milk with a tad of coffee, you might like this theme, too.

Download the plugin.

Cushy

Simple and pleasant theme with readability in mind. Some typographic rules applied.

Download the plugin.

Widgets

Radio

Download (.zip), OR Download (.tar.gz), OR $git clone http://braydon.com/zine_radio.git

YUI Rich Text Editor

This plugin enables the YUI Rich Text Editor for use in authoring posts. It supports both WYSIWYG and code markup. Please help test http://svn.ruralmind.org/yui_editor/trunk/

Last.fm Widget

Provides a widget to show latests songs from your Last.fm account. http://bitbucket.org/viniciusfs/lastfm_widget/

Parsers

reStructuredText

Note: will be obsolete with Zine 0.2, which has a built-in rst parser plugin.

LiveJournal?

- http://bitbucket.org/jace/zine-plugins/downloads/

Uncategorised

Featured Posts

Adds the ability to be able to feature select posts in Zine, and give them a specific order. This also includes a widget to display them.

Download (.zip), OR Download (.tar.gz), OR $git clone http://braydon.com/zine_featured.git

BzrBrowse

An initial attempt at a file browser for public archives in Zine. It also will allow browsing of Bazaar branches. Still needs file viewer for Bazaar. It currently statically links to files located at at a static URL. Also needs a configuration page. Okay, it's a work in progress, alright? ;-) I thought it might be a useful starting point for others.

http://www.nethedz.org/zine or see it in action

ImageBox

Image box will popup an image gallery for your image links.

Example Usage:

<span class="imagebox">
  <a href="/_uploads/my_image1.png">
    <img src="/_uploads/my_image1.thumbnail.png"/>
  </a>
  <a href="/_uploads/my_image2.png">
    <img src="/_uploads/my_image2.thumbnail.png"/>
  </a>
</span>

The image links inside that span will be shown on the popped up image gallery.
The needed thing is for example a span wrapping all image links that belongs to the imagebox class.

Download the plugin.

Twitter

Adds the ability to automatically tweet your posts on twitter.com. Authenticates author via oauth. Integrates bit.ly and tinyurl url shortening.

Once enabled, you need to go to the admin Options->Twitter and configure the authentication. Then, when you publish a new post, it will automatically tweet it for you.

Development status: alpha

Repository: http://bitbucket.org/bikegriffith/zine-main

Importers

Blogger.com Importer

Allows import of users, posts, and comments from a Blogger.com/Blogspot blog. Available at http://www.bitbucket.org/aafshar/zine-blogger-importer-plugin

Note: will be obsolete with Zine 0.2, a new blogger importer plugin will be in core then.

Anti Spam

reCaptcha Support

This plugin adds asks the user to fill out a recaptcha box first: http://repo.or.cz/w/recaptcha_spam_plugin.git
Another reCAPTCHA spam filter plugin that works with Zine trunk and features other improvements: http://bitbucket.org/arteme/zine-recaptcha

Syntax Highlighting

Javascript-based syntax highlighting

A client-side Javasctipt-based code syntax highlighter using the "Highlight.js" library: http://bitbucket.org/arteme/zine-highlightjs

Attachments