jberger / Galileo

A Simple Modern Perl CMS
http://galileo-cms.herokuapp.com
166 stars 38 forks source link

Feature requests: #13

Closed rpip closed 9 years ago

rpip commented 11 years ago
  1. support Disqus comment plugin
  2. add file manager
  3. ability to put site offline for maintenance
  4. ability to route new page under /pages or /posts for blog related posts
  5. DBiX is too heavy. Consider lighter ORMs like ORLite purposely built for SQLite
jberger commented 11 years ago
  1. I'm not sure if I will be as specific as that, but adding custom plugins for the site is a long-term goal. Otherwise this can probably be done via the editor itself (in non-sanitizing mode). Another goal: I hope to make the editor sanitizing switch runtime selectable
  2. This is planned, medium term. Also file uploads are coming soon
  3. This is interesting and probably not too hard to add
  4. This might be a long-term goal, so far a wiki-ish (everything under one path) arrangement is all I have really thought about
  5. I'm unlikely to move from DBIC because it supports a wide range of SQL servers, so it can be the user's choice. I don't expect that everyone that installs Galileo is using SQLite. If I go to something lighter, it will probably be to a NoSQL engine like Mongo/Mango combination.
dominix commented 9 years ago

It might be a mojolicious thing but it would be nice to have a CSS editor as well in Galileo.