Theo Markettos
2007-02-28 20:37:41 UTC
I have a blog, which I use as my laboratory notebook. However it only
supports the upload of images, not other files. What I'd like to do is have
a web interface I can upload other files to, that will store files in the
same way a blog stores entries. For example, I upload graph.fig with the
web interface and it generates:
http://docublog.example.com/20070228/202612/graph.fig
possibly with some metadata (phi=2.3, runs=200, dataset=PH3) stored in the
database, and maybe password authenticated.
Tomorrow I upload a different graph.fig and it gives it a different name and
they need not be related - I can pull out all past history of the file.
It's the file that's important, not the name. Though I'm not terribly keen
on DMSs that have URLs like:
http://www.example.com/doc.cgi?skefhjkh23423oi4u32io4u32io4uesjfhio32423.fig
This is slightly like a binary version control system but mostly a blog for
files not text. I'm not too bothered about disc space. Does something like
this exist, ideally open source? I'm happy to do the relevant server-side
stuff installation if necessary - I'd prefer it was something I hosted (and
could backup) rather than relying on someone else (who might go
bust/disappear without notice taking my data with them).
Thanks
Theo
supports the upload of images, not other files. What I'd like to do is have
a web interface I can upload other files to, that will store files in the
same way a blog stores entries. For example, I upload graph.fig with the
web interface and it generates:
http://docublog.example.com/20070228/202612/graph.fig
possibly with some metadata (phi=2.3, runs=200, dataset=PH3) stored in the
database, and maybe password authenticated.
Tomorrow I upload a different graph.fig and it gives it a different name and
they need not be related - I can pull out all past history of the file.
It's the file that's important, not the name. Though I'm not terribly keen
on DMSs that have URLs like:
http://www.example.com/doc.cgi?skefhjkh23423oi4u32io4u32io4uesjfhio32423.fig
This is slightly like a binary version control system but mostly a blog for
files not text. I'm not too bothered about disc space. Does something like
this exist, ideally open source? I'm happy to do the relevant server-side
stuff installation if necessary - I'd prefer it was something I hosted (and
could backup) rather than relying on someone else (who might go
bust/disappear without notice taking my data with them).
Thanks
Theo