5 ms·
I'm building a web package in Lua/Kepler. The idea is that you install it, create an admin account, and then decide what you want the site to be. If you want a
by voxx 14y ago
I'm building a web package in Lua/Kepler. The idea is that you install it, create an admin account, and then decide what you want the site to be. If you want a wiki, then it installs wikimedia and configures all that. If you want a blog, it'll install a custom blog software with lots of extensibility. If you want CMS, then it will install Joomla/Drupal/Whatever, and you can configure all of that. If you want forums, then you can install phpbb/vbullshit/custom forum software.
Right now, I'm mostly designing blogging software and forum software. I plan on making everything first, releasing it all separately, then just packing it all up as a chameleon package once everything is finished.
You know, the usual.