Skip to content

slogsdon/unamed

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Unamed


Build Status

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

Dependencies (if you want to install without composer)

githalytics.com alpha

About

a Wordpress replacement built with simplicity and speed in mind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published