The flat-file blog engine for PHP

TextPress is a simple, light-weight, flat-file blog engine in PHP

Learn More   Download
/News

TextPress 2.0, What's new?

Today I've released the version 2 of TextPress, with some significant changes in the application. In previous version all the dependencies were included in TextPress, but now onwards it will be using composer for managing dependencies and...

Upgraded to Slim framework 2

I've recently pushed some changes to TextPress, which includes upgradation to Slim framework 2. This version of framework got many new features such as PHP namespaces, PSR-2 compliance and so on. Please take a look at the Release notes to know more...

New features : Categories and Tag cloud

From now onwards you can have Tag or Category based routes for TextPress, which are available by default. You can see two new routes config/config.php 'category' => array( 'route' => '/category/:category', 'template' =>...

Welcome to TextPress

TextPress is a simple, light weight blogging engine for PHP geeks, which can be hosted in PHP clouds like PHP Fog, Pagodabox, Orchestra.io, etc (though you can use traditional hosting to host TextPress, it is less preferred). It is inspired from...

Slim Framework

Slim Framework is a micro framework for PHP 5 inspired by Sinatra released under the MIT public license. Documentation Stable Branch Documentation Development Branch Documentation Community Forum Join the Slim Framework official forum at...