I use my own.
Weird
you need 25 posts to pm i believe, also i'd happily set it up and check it all out if you wantedMy PM button isn't there e.e
It has?
Alright so tested the CMS today with IIS, install just fine and basic features seem to work. Only problem I have is with articles, web.config's fault. I'll see how I fix it.
On really exciting news, I brainstormed a bit and decided it was time to rewrite my Framework ( what RevCMS 3.0 is written on ) since a lot of people were practically doing the same thing as I was.
Probably wondering what's new
Really it's a huge change, I'm pretty proud of it! I'll start moving over RevCMS' stuff to it later today (it's 4AM) or next week. ( Traveling tomorrow )
- Actual separation of Framework and Application
- Feels pretty lightweight now since it's organized so much better
- Routing
- 'API Ready' - I threw in a couple of classes I was working on a few months ago
- Instead of 'Regular' MVC, it's 'Modular MVC', which really is just folder changes.
- You can have multiple sites on the Framework, and multiple themes on each site - Feature will be removed for RevCMS 3.0 since it's not needed