On 10 July 2016 at 16:15, Markus Peröbner <[email protected]> wrote: > Hi,
Hi, > I would like to write some "apps" for myself which store their data in > camlistore. Now I've got the general idea to use HTML + JavaScript + the > camlistored webservices. > > Now I have discovered that I can view my HTML documents via the download > URLs. For example > http://localhost:3179/ui/download/sha1-45096ac090fbb52e6c6ec5f262f51faa1ccea1cb/demo.html > > This is not very handy for my use case because first with every edit the URL > changes and second I have to reference resources like JavaScript files via > sha-1 hash. Now it would be very handy if I could access the most recent > version of my files from the search roots via a URL... for example > http://localhost:3179/searchRoots/myFolder/demo.html What is/are the search roots? > Are there already URLs for accessing the most recent contents of my search > root files? It sounds to me like you might just want to use a permanode for each of your files. After all, representing the most recent version of some data/a file is the canonical use for a permanode. Is that not something that would work for you? Cheers, Mathieu > If no such URLs exist yet... anybody got some hints where to start > implementing them in the camlistore source? > > > Thanks, > Markus > > -- > You received this message because you are subscribed to the Google Groups > "Camlistore" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
