Skip to content

Allow you to archive static website locally. (SSG & CSR also work!)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Wireless4024/archive-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archive it!

Allow you to archive a website locally.

Installing

cargo install <git-url-of-this-repo>

Usage

To archive content from docs.rs you'll need something like this

# -s : secure upstream
# -l : listen port
# <upstream host>
# <output folder>
archive-it forward -s -l 8000 docs.rs docs-archive

and then navigate to localhost:8000 (url will show up in console)
it will archive all resource that you navigate through it.

use archive-it --help for more option

Features

  • Store different query in different state

    /search?q=A and /search?q=B will store in different state

  • Can replace upstream url with given value

    this will allow to open html file directly but above feature will not work

About

Allow you to archive static website locally. (SSG & CSR also work!)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages