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.
Lussumo CMS
This discussion has been closed.
Comments
Yeah, well take page, then make a sub page for it, then try to place the sub page link somewhere else than right under the page link ;)
That's exactly what I've done on a site. Just get the id of the current page and put this where you want't the subpages to appear:
wp_list_pages("child_of=$current_page_id&depth=1&title_li=");
RoR makes it so easy to write apps that it doesn't make sense to write a CMS with it. Any CMS you make is invariably gonna fall short of exactly what someone needs.
RoR makes it to where you can write an app quickly and easily that will fit your exact needs. RoR isn't really considered a novelty by anyone in the industry any longer. Its only been out for a year and it already has massive headway. PHP originated in 1994 or so and only became popular around 2000. Give it a bit more time and RoR will get the hosting support it needs: I don't think any one app (especially not just a CMS) is going to convince people to include RoR hosting.
Take heart in the fact that major hosts like Dreamhost now offer RoR as a one click install...
in the backend area, you'd be given the choice of how to structure the admin pages. for example, if you want to make one page like a blog, you'd choose a text field, a text box, maybe a drop-down menu (that you would fill in with whatever was necessary), and a date thingy and place them in the order of your preference. for a photo gallery, you'd add a text field, maybe the option to add a couple of upload functions, etc...
once thats all done, you'd be able to go into the admin interface with your custom designed back end and then use include functions to place those dynamic sections anywhere on your site.
does this make sense to anyone? i've had this idea for a long time, but i've never been able to bring it to life because i dont have the patience to write such code. i always felt like it would be the best solution if possible, but maybe its not even feasible.
Anyway, an RoR CMS (with most of your ideas Kosmo) has been thrown around the RoR community for awhile know but its almost always rejected. This link explains why CMSs aren't really popular within the Rails community and also might give you some ideas. Here are David Heinemeier Hansson's (the creator of RoR) thoughts on the whole issue.
And again, Drupal is definitely worth checking out for ideas.
I tried to use Drupal for my current project (lauch date should be january) but it confused me, and I thought that it is way too much a community tool to be used as a serious CMS like company websites for example.
I've used Drupal for virtually every client project in the last 6 months.
It is beautiful underneath, beautiful.
Developing corporate sites with it is a cinch -- it's well suited for community sites but little-to-no modifications are required to make a slick non-community site.
Has an inital learning curve but if you can read you can understand it.
Incredibly flexible.