Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Swell alpha release ?
I am wondering if there is a planned alpha release of the Swell blogging software ? I am particularly interesting in the integration through People, and the ability to integrate a Weblog and discussion/forum is on a lot of people's wishlist. This is something that is not easily achieved using other software, with a bias towards one particular aspect of the software, either a great blog like WordPress or TextPattern, or a great forum like PunBB. By abstracting out the user authentication system (People), Mark is onto a real winner, and sets his PHP Framework to be one step ahead of the others (without the obvious hacks.)
0
This discussion has been closed.
Comments
As you can see, my root folder is a mess as it contains different applications in one directory...
My thinking is that the libraries will be shared by all applications. For example, Swell and all instances of Vanilla on my server share the same core libraries. My library folder contains:
library/AddOns/
library/Framework/
library/People/
library/Swell/
library/Vanilla/
I've also in the past made it so that there is a core instance of all other vanilla files, and all of them (except the conf folder) get symbolically linked to different locations on the server. I had about six instances of Vanilla all running off the same files. The only folder that was unique to each one was the conf/. Which was kind of nice because I only ever had to update that one instance and all Vanillas were up to date. It was just a pain to set up because of all they symlinking.
Right now they're just sharing the libraries, and that's fine by me.
One thing that I've been considering more lately is the database. The apps need to share the same database, and all tables are prefixed with LUM_. I actually don't like that naming convention so much anymore, because I've found that different applications need similar table names. LUM_Comment, for example exists in three of my applications. I've been considering changing it to something like VAN_Comments and SWL_Comments and ADD_Comments for Vanilla, Swell, and Addons.
I'm rambling. I'll shut up.