Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Updated composer.json to fix issues when installing from Composer
  • Loading branch information
hassankhan committed Nov 15, 2013
1 parent 6ca2394 commit 8f124cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ Master: [![Build Status](https://travis-ci.org/hassankhan/Zepto.png?branch=maste

[![Coverage Status](https://coveralls.io/repos/hassankhan/Zepto/badge.png)](https://coveralls.io/r/hassankhan/Zepto)

Zepto is a stupidly simple, blazing fast, flat-file CMS based on [Pico](http://pico.dev7studios.com) and loosely based on [Slim](http://slimframework.com/).
Zepto is a stupidly simple, blazing fast, flat-file CMS based on [Pico](http://pico.dev7studios.com).

Zepto is a flat file CMS - this means there is no administration backend and database to deal with. You simply create ``.md`` files in the "content" folder and that becomes a page.
Zepto is a flat-file CMS - this means there is no administration backend and database to deal with. You simply create ``.md`` files in the "content" folder and that becomes a page.

Its interface is _supposed_ to be simple and is in process of documentation. Thank you for choosing Zepto for your next project.

## Features

* Uses Markdown for content
* Powerful(ish) router
* Uses a powerful(ish) [Slim](http://slimframework.com/)/[Silex](http://silex.sensiolabs.org/)-style router
* Standard and custom HTTP methods
* Route parameters with wildcards and conditions
* Resource Locator and DI container
* Template rendering
* Dependency injection container using [Pimple]()
* Template rendering using [Twig]()
* HTTP caching
* Error handling and debugging
* Application hooks and extensible components for extending functionality
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"homepage": "https://github.com/hassankhan/Zepto",
"require": {
"php": ">=5.3",
"twig/twig": "dev-master",
"twig/twig": "1.15.*@dev",
"erusev/parsedown": "dev-master",
"pimple/pimple": "dev-master"
"pimple/pimple": "2.0.*@dev"
},
"require-dev": {
"filp/whoops": "1.*",
Expand Down

0 comments on commit 8f124cf

Please sign in to comment.