Skip to content

traceypooh/aos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archive OS

Prototype to dynamically index archive.org items in a folder and allow basic browsing & metadata search

Live demo

https://traceypooh.github.io/aos

Try it yourself?

  1. You can download multiple archive.org items (in parallel, with resumption) to your laptop via:
  1. If you save them into a subdirectory named items, in the parent directory containing items, you can create a file named index.html with the following contents:
<!doctype html><meta charset="utf-8"/><script src="https://traceypooh.github.io/aos/js/index.js" type="module"></script>
  1. You can now start any simple webserver on your laptop to browse or search the archive.org items. A simple basic webserver can be fired up in a terminal, while in the directory containing the items sub-directory, eg:
python3 -m http.server 8000
  1. Simply browse to http://localhost:8000/

To Do

  • save search index info into indexedDB and refresh every X hours