59 lines
2.6 KiB
Markdown
59 lines
2.6 KiB
Markdown
# DiskerNet: An Archive of Your Online Journey
|
|
|
|
![source lines of code](https://sloc.xyz/github/crisdosyago/Diskernet)
|
|
![npm downloads (22120)](https://img.shields.io/npm/dt/archivist1?label=npm%20downloads%20%2822120%29)
|
|
![npm downloads (diskernet, since Jan 2022)](https://img.shields.io/npm/dt/diskernet?label=npm%20downloads%20%28diskernet%2C%20since%20Jan%202022%29)
|
|
![binary downloads](https://img.shields.io/github/downloads/c9fe/22120/total?label=OS%20binary%20downloads)
|
|
![visitors+++](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fc9fe%2F22120&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=%28today%2Ftotal%29%20visitors%2B%2B%2B%20since%20Oct%202027%202020&edge_flat=false)
|
|
![version](https://img.shields.io/npm/v/diskernet)
|
|
![DiskerNet slogan](https://img.shields.io/badge/%F0%9F%92%BE%20DiskerNet-an%20internet%20on%20yer%20disc-hotpink)
|
|
|
|
DiskerNet empowers you to be the master archivist of your own internet browsing. As a robust, lightweight tool, DiskerNet seamlessly connects to your browser, saving and organizing your online discoveries in real-time. With an option to archive everything or only bookmark-worthy content, DiskerNet places you in full control of your browsing history. No special plugins or extensions required.
|
|
|
|
## Why DiskerNet?
|
|
|
|
- **Access**: Keep track of your online finds without breaking a sweat.
|
|
- **Efficiency**: Find your saved content fast, saving you time for more exploration.
|
|
- **Flexibility**: Share your archive with others or maintain your digital solitude.
|
|
- **Simplicity**: No frills, no fuss. DiskerNet is straightforward to use, requiring no extra tools or plugins.
|
|
|
|
## Latest Updates
|
|
|
|
**Local SSL Certificates Now Supported!** :lock: :tada:
|
|
|
|
Ensure your DiskerNet server runs over TLS with our support for local SSL certificates.
|
|
|
|
## Licensing
|
|
|
|
DiskerNet is protected under the Polyform Strict License 1.0.0. We offer several licensing options for different use cases:
|
|
|
|
- **Annual Licensing**: Priced at $29.95 per year per seat. Volume discounts available.
|
|
- **Perpetual Licensing**: Priced at $99.95, version-locked, upgradeable with an annual subscription.
|
|
|
|
## Get DiskerNet
|
|
|
|
[Download a release](https://github.com/crisdosyago/Diskernet/releases)
|
|
|
|
or ...
|
|
|
|
Install via **[npm](https://www.npmjs.com/package/diskernet)**:
|
|
|
|
```sh
|
|
$ npm i -g diskernet@latest
|
|
```
|
|
|
|
or...
|
|
|
|
**Build your own binaries:**
|
|
|
|
```sh
|
|
$ git clone https://github.com/crisdosyago/DiskerNet
|
|
$ cd DiskerNet
|
|
$ npm i
|
|
$ ./scripts/build_setup.sh
|
|
$ ./scripts/compile.sh
|
|
$ cd bin/
|
|
```
|
|
|
|
Navigate your digital world with DiskerNet. Download and start archiving today!
|