> 2) Re getting the data across, I have around 200 items which I can munge in > a text editor, but as I see it I have to create 200 separate pages. Is there > a way to script that somehow? It'd be a one-off exercise. My main concern is > ensuring no details change between old and new sites.
While there may be a few relativly painless ways to do this in pure boltwire, I would just use a real scripting language and create the pages outside boltwire. A boltwire page is simply: ---- <boltwire source code, exactly as edited in boltwire> ~data~ title: thetitle ~ ---- which i'm sure is easy to generate from you current format. Is a regexp solution possible here to? When doing the conversions, don't forget to take a look at the math plugin. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
