2 main changes:
1. Cleaner directory hierarchy which mirrors generated object package.
2. Generated objects do not need to be written to disk anymore. This
gets rid of the need for "write access" on certain folders, and makes
POG server easier to maintain.
How to get those changes? simply get the latest pog revision from our
SVN repository.
================================================
MORE INFO ABOUT CHANGE #1 (for documentation purposes)
================================================
This is what the new SVN code looks like:
/
|___ configuration_factory (folder)
|___ images (folder)
|___ include (folder)
|___object_factory (folder)
|___setup_factory (folder)
|___ web interface files.
This is the directory hierarchy of the generated object package (as
from POG 1.6)
/
|___objects (folder)
|___setup (folder)
|___configuration file.
as you can see, the setup_factory builds the setup folder and contents,
whereas the object_factory builds the objects folder and contents. Same
goes for the configuration factory.
the rest (include, images, web interface files) are only needed for
POG's web interface and don't need to be mirrored in the object.