Skip to content

[MIRROR] Create and view web archives

License

Notifications You must be signed in to change notification settings

GeopJr/Archives

Repository files navigation

An archive box in the style of GNOME icons

Archives

Create and view web archives

Get it on Flathub

Description

Archives allows you to archive any website, including its assets, into a self-contained hybrid HTML/ZIP. These HTML files can be viewed in any browser (or in-app), be shared or be extracted like a regular ZIP file. Archives can additionally view WARC, WACZ, HAR and SWF files.

The goal is to become a toolbox full of offline archival tools without depending on a huge number of external dependencies. Countless of these tools have been targeting the web as a platform, especially with the introduction of wasm and web extensions, making bundling them and running them in a stable and secure environment easy.

The app is still in an early stage, there are more tools and settings planned but if you have something in mind, please let me know! Personally, I've been mirroring websites to TOR for ages and this tool started as a personal way to make it easier.

Building

GNOME Builder

  1. Install and open GNOME Builder
  2. Select "Clone Repository…"
  3. Clone https://gitlab.gnome.org/GeopJr/Archives.git
  4. Run the project with the ▶ button at the top, or by pressing Ctrl+Shift+Space

Manually

  1. Run $ make update_bundle to fetch the vendored files
  2. Run $ make to build Archives
  3. Run $ make install to install Archives

Manually (Offline)

  1. You need to fetch the vendored files manually, take a look at the flatpak config for the expected locations and links to the files
  2. Run $ make offline=1 update_bundle to process the vendored files
  3. Run $ make to build Archives
  4. Run $ make install to install Archives

NOTE: Running or packaging Archives for use outside of sandboxed environments is discouraged.

Sponsors

GeopJr Sponsors

Acknowledgements

Archives wouldn't exist without these powerful tools, check them out!

Contributing

  1. Read the Code of Conduct
  2. Fork it ( https://gitlab.gnome.org/GeopJr/Archives/-/forks/new )
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request