stojg/puny

This package is abandoned and no longer maintained. No replacement package was suggested.

A puny micro library for displaying blog posts from markdown files

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

0.1 2013-06-05 00:22 UTC

This package is auto-updated.

Last update: 2023-05-12 10:19:10 UTC


README

A puny little PHP blog platform that aims to be as small and fast as possible.

It does not rely on any database modules, but relies on a stock PHP installation.

If APC is installed it will use it for caching to avoid unnecessary disk I/O.

Installation

First we have to install some dependencies from packagist.org, see that page for more information about the packagist and composer.

This project relies on the following packagist packages:

First you have to Download the composer.phar into the project root

curl -s http://getcomposer.org/installer | php

Then install the dependencies:

php composer.phar install

Build status

This project is using the awesome travis ci for continues unit testing.

Build Status