dobtco / procure-io

*NOT CURRENTLY MAINTAINED* Procurement software for the 21st century.
Other
39 stars 16 forks source link

Make instances statically-archivable #152

Open migurski opened 11 years ago

migurski commented 11 years ago

This is a big architectural request, sorry.

When procurement processes are completed, can a procure-io instance be statically archived to HTML? Maintaining a live database for a no-longer-used project is a potential future cost, I'd love to have a clear path toward a simple file dump with the results of the process.

ajb commented 11 years ago

I'd definitely be into giving users admins the ability to dump their site's data into a .sql file or something. The whole "no vendor lock-in" thing is very important to us.

As for HTML... I'd be open to having it generated along with the bulk download, but it's not gonna be high on the list of priorities.

migurski commented 11 years ago

Another possible approach would be to make wget-compatible, so that it was possible to walk the site with a spider and bake off a copy?

ajb commented 11 years ago

@migurski you're gonna have to show me best practices for this stuff. Definitely interested, though.

migurski commented 11 years ago

Will do! I’ll try to figure out a good time in the coming weeks to chat and make notes here on this issue.