My site has been experiencing some downtime this week. The reasons are various. I’ve heard that Plone is very secure, but, how secure it is and what can one do in order to avoid downtime, resist some attacks and so?
Welcome to my blog | Bienvenido a mi blog
My site has been experiencing some downtime this week. The reasons are various. I’ve heard that Plone is very secure, but, how secure it is and what can one do in order to avoid downtime, resist some attacks and so?
On Part two, I am going to document how to take one template and “translate” it for Plone. I am using a very simple template from CSSTemplates.org. Finally, all the code I made will be uploaded to GITHUB
Lately I’ve been doing themes for Plone 4. I forget things, so these notes serve as documentation for some tricks I usally do for theming. There might be better ways to do some of them, so your comments are greatly appreciated. The audience is for anyone who has previous experience with buildout, Plone, Plone theming and related technologies like JavaScript, HTML, CSS and so on.
This is an uncommon Plone buildout. There is no ZODB. Instead, we use FileSystemStorage for files, images, and so on, and RelStorage for storing everything else in a relational DB.
These are my notes about the process for migrating data from Plone 3 to Plone4.