I missed this reply what with the premier. I get the feeling I missed a lot of functionality in BoltWire when i stopped upgrading for a while. I will have to get back on track before I do anything :p
> I'm more interested in the directory structure and the file formats of > pages. Is it database? How are pages stored, retrieved, the various > versions compared/selected. That's the kind of nuts and bolts stuff I > don't understand. I guess I could install a version of it to look > around in. Probably should use it for BoltWire's development. Do you > have a source you recommend I look into? Subversion uses database storage in the repository. It then allows users to check out a "working copy" which they can edit, update to other versions, and commit to the repository. I strongly recommend using subversion for BoltWire development if you are not already using a versioning system. When I started using it to handle my bachelors essay the installation and usage was quick and painless, although the initial import and check out could cause some confusion... > the various versions compared/selected. I'm not sure I understand exactly what information you want, but subversion supports extracting and comparison to any change commited to the repository, by date or by version. --- I began thinking about how to implement a svn plugin, and quickly realised there would a rather problematic issue with page data. I would not be able to simply export the page/ folder, but rather have to export only the content of each page into the repository. doable, but quickly becoming an annoying and ugly solution. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
