curiousdannii / parchment

The Interactive Fiction web app
https://iplayif.com
MIT License
424 stars 60 forks source link

Adding functionality to run Parchment locally using AppCache, IndexedDB, and LocalStorage #13

Closed htappen closed 8 years ago

htappen commented 10 years ago

Feedback is welcome and appreciated. Tested on IE 9+, FireFox 22, Chrome 28

curiousdannii commented 10 years ago

This is massive, but it looks awesome too! I'll have to give it a thorough look over before I can accept it, but I'll try to do so soon. Thanks!

Oh, why are some of the commits by unknown?

htappen commented 10 years ago

Happy to help. Please let me know if anything looks wrong. On Jul 20, 2013 7:51 PM, "Dannii Willis" notifications@github.com wrote:

This is massive, but it looks awesome too! I'll have to give it a thorough look over before I can accept it, but I'll try to do so soon. Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/curiousdannii/parchment/pull/13#issuecomment-21304177 .

otakup0pe commented 10 years ago

@curiousdannii probably unknown because a misconfigured git config

@htappen have you done any testing on mobile devices ? this is relevant to the art piece i'm using parchment for... i'll try and do some testing myself over the weekend :metal:

curiousdannii commented 10 years ago

I really don't have enough time for Parchment anymore :(

If I merged this in, would you be willing to watch for and fix and bug reports? I could give you commit access.

otakup0pe commented 10 years ago

Is that directed to me or @htappen ? If me - I have limited time I can dedicate to this. I plan on using parchment for at least a few more years for an art project.

curiousdannii commented 10 years ago

I meant it to @htappen but if you want to help that will be great too!

htappen commented 10 years ago

Apologies for late reply. I'd be happy to keep on this one, although what would we do with iplayif.com?

On Mon, Oct 21, 2013 at 9:50 PM, Dannii Willis notifications@github.comwrote:

I meant it to @htappen https://github.com/htappen but if you want to help that will be great too!

— Reply to this email directly or view it on GitHubhttps://github.com/curiousdannii/parchment/pull/13#issuecomment-26777062 .

knownasilya commented 8 years ago

This can probably be closed, since we now have ServiceWorkers, which work in most modern browsers, and AppCache is pretty bad in general.

curiousdannii commented 8 years ago

While I do really want to add IndexedDb support, I'd prefer to do it in a different way, by completely decoupling the library-database, the VM and the UI, using postMessage to communicate between them. (I want to put the UI in a cross domain iframe for security reasons.) It's taken a long time, but I will close this now.