TextPress

open source content publishing system


Plugin Database

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

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.

Widgets

Extended Latest Comments

The Extended Latest Comments behaves pretty much like the built-in latest comments widget;
The extended part is the ability to also show n words of the comment.

Download the plugin.

Google Analytics

This widget allows you to add the necessary javascript to enable the Google Analytics tracking on your blog. This widget is configurable.

Download the plugin.

Google Adsense For Search

This TextPress widget enables search on your blog using Google Adsense For Search.

Read more about it or Download it

Parsers

reStructuredText

http://timhatch.com/projects/textpress-rst/

Uncategorised

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.

Attachments