slogsdon / unamed
a Wordpress replacement built with simplicity and speed in mind
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:cms
Requires
- php: >=5.3.0
- j4mie/paris: dev-master
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-20 11:01:54 UTC
README
What is it?
Unamed is a Wordpress replacement built with simplicity and speed in mind. With that in mind, Unamed allows for web-site owners to use Wordpress plugins and themes without issue (read: it just works).
Why? Wordpress works.
To be honest, I wanted to learn more about Wordpress and all it has to offer, and I thought this would be a nice way of doing such a thing. I started working on the initial CMS years ago and only recently decided to add in Wordpress support as a plugin (so it can be removed if desired).
What's done?
- It runs
- It speaks SQL (via Paris)
- It serves from a full-page cache, if you're into that sort of thing
What's in progress?
- It can make things pretty
- Admin interface has a great start
- It allows for hooks (similar to these) to be used
What's left?
- Verification that all Wordpress hooks work appropriately
- Write phpunit tests
Setup (with Composer)
# Clone, and run composer's install
git clone https://github.com/slogsdon/unamed.git
cd unamed
curl -s https://getcomposer.org/installer | php
php composer.phar install
# Point your webserver to the directory
# Enjoy