Skip to content

huanga/write

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Write

Write is a simple markdown based blogging engine built on Phalcon. Installation is simple, and no database is required. Simply upload the application to your web root, drop .md files into /write/data/ and watch them magically appear on your website.

Requirements

  1. PHP 5.3 or higher (5.4+ recommended)
  2. Phalcon 1.2.x or higher
  3. [Temporary] Apache Web Server (Other rewrite format will be investigated later)

Optional Components

  1. [Coming soon] APC or Memcache (for caching)

Installation

  1. Install Phalcon if you don't already have it.
  2. Upload /write/ and .htaccess to your web root.
  3. Make sure /write/data/ and /write/cache/ can be written into by your web server.
  4. Upload .md files into /write/data/ to start publishing content.

Configuration

Coming Soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published