Commit db27d78788c79045c2250b824da6224adf277b6b
Note future work
cel committed on 12/17/2019, 3:57:19 AMParent: c25d640a485c3c2a3157ca3ed50999f9683ff9e5
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -24,7 +24,11 @@ | |||
24 | 24 … | ||
25 | 25 … | Install the plugin with `make install && dpidc stop`. | |
26 | 26 … | Install the patch by downloading Dillo's source code, applying the patch and compiling dillo. | |
27 | 27 … | ||
28 … | +## Future work | ||
29 … | + | ||
30 … | +Make a HTTP proxy or patch for dillo to allow for navigating the web in an offine mode, by serving requests with the last known content for their URL from the history file. Similarly, make a time travel mode where it would use only history entries before a certain date. It could allow for navigating between different versions of the same URL that were recorded at different times. | ||
31 … | + | ||
28 | 32 … | ## License | |
29 | 33 … | ||
30 | 34 … | MIT |
Built with git-ssb-web