13
edits
Line 5: | Line 5: | ||
Bob frequently goes on trips where he has no Internet access. A lot of his work depends on reading wikis and other reference websites, (e.g. wikipedia, company sun java documentation, etc). So, it would be helpful to guarantee certain websites' availability in the cache for offline browsing. | Bob frequently goes on trips where he has no Internet access. A lot of his work depends on reading wikis and other reference websites, (e.g. wikipedia, company sun java documentation, etc). So, it would be helpful to guarantee certain websites' availability in the cache for offline browsing. | ||
* Basic Idea | * Basic Idea | ||
** Be able to manually "check" pages so that they get placed into a special section of cache that doesn't get evicted | ** Be able to manually "check" pages so that they get placed into a special section of cache that doesn't get evicted | ||
** Be able to automatically use regular expressions to filter URIs accessed through the browser so as to decide whether it merits the special no-eviction status | ** Be able to automatically use regular expressions to filter URIs accessed through the browser so as to decide whether it merits the special no-eviction status | ||
* No-Evict Cache Management | * No-Evict Cache Management | ||
** Give an option for keeping track of different versions of the page based on access date | ** Give an option for keeping track of different versions of the page based on access date | ||
** Implement a [http://infolab.stanford.edu/~backrub/google.html backrub] (e.g. google) searching algorithm through the local cache and history, based on how the linked pages in the cache relates to each other; also see more ideas [http://wiki.mozilla.org/Firefox/Feature_Brainstorming:History#History_search here] | ** Implement a [http://infolab.stanford.edu/~backrub/google.html backrub] (e.g. google) searching algorithm through the local cache and history, based on how the linked pages in the cache relates to each other; also see more ideas [http://wiki.mozilla.org/Firefox/Feature_Brainstorming:History#History_search here] | ||
== History management == | == History management == | ||
Line 175: | Line 163: | ||
* [http://ted.mielczarek.org/code/mozilla/tabpreview/ Tab Preview] | * [http://ted.mielczarek.org/code/mozilla/tabpreview/ Tab Preview] | ||
* [https://addons.mozilla.org/firefox/2134/ Ctrl Tab Preview] | * [https://addons.mozilla.org/firefox/2134/ Ctrl Tab Preview] | ||
* [http://www.kenschutte.com/slogger/ Slogger: browse logger extension] | |||
* [https://addons.mozilla.org/cs/firefox/addon/3362 Update Scanner extension] | |||
* [http://www.google.com/history google.com/history] [http://www.google.com/support/accounts/bin/topic.py?topic=10470 help] | * [http://www.google.com/history google.com/history] [http://www.google.com/support/accounts/bin/topic.py?topic=10470 help] |
edits