GHengeveld |
|
---|---|
Really depends on what parts you actually use. I run a Siena site in production (for a customer) but it doesn't use all of the modules (no forums, no pfs, no news, etc). It mostly runs custom modules/plugins which use many of Siena's core features such as the new DB layer and caching. Actually it hardly uses templates, because it serves as a communication layer for a mobile application, which means all output is in JSON (no HTML). All requests and responses are handled by an API that I wrote for Cotonti. Basically Siena is mostly stable in the core, but it's the modules/plugins that can be bugged. I think pages is stable so if you only have a static site that will work fine. It's modules like pfs, pm and forums that may be unstable. |