Dave wrote:
On 9/20/06, Allen Gilliland <[EMAIL PROTECTED]> wrote:
quick thought here. does the planet stuff really need a static config
file right now? would it be possible to only use the existing
PlanetConfigData which is held in the db? what properties from the
roller config need to be migrated?
I guess I could use PlanetConfigData, but I've already implemented
PlanetConfig. It has the properties below and I think there's a
reasonable chance that I'll come up with a couple more as I work
through this thing.
persistence.planet.classname=org.apache.roller.planet.business.hibernate.HibernatePlanetImpl
# Absolute URL to site
site.absoluteurl=http://localhost:8080/planet
# Planet cache must exist and must be writable by Roller process
planet.aggregator.cache.dir=/var/roller/planetcache
# Number of queries allowed per day
planet.aggregator.technorati.limit=500
yep, some of those need to be static, but why put the absoluteurl in the
static config? isn't that already in the PlanetConfigData? i think
that property should be modifyable at runtime.
-- Allen
- Dave