Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blahah/etherpad-archive
Archive your etherpads!
https://github.com/blahah/etherpad-archive
Last synced: 6 days ago
JSON representation
Archive your etherpads!
- Host: GitHub
- URL: https://github.com/blahah/etherpad-archive
- Owner: blahah
- License: cc0-1.0
- Created: 2016-02-11T14:43:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T15:09:34.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T01:01:02.460Z (7 months ago)
- Language: Shell
- Homepage: http://rik.smith-unna.com/etherpad-archive
- Size: 11.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## A community archive of etherpads
Because etherpad isn't meant to be persistent.
### How?
To archive a pad, fork this repo, clone it locally, then run:
```
./archive.sh etherpad_url
```For example if your pad is at https://public.etherpad-mozilla.org/p/example you would run:
```
./archive.sh https://public.etherpad-mozilla.org/p/example
```Then you can `git add` everything, `git commit` and `git push` to your fork, and finally make a PR **against the gh-pages branch** back here to get your page added to the archive.
Your page will be available at
```
rik.smith-unna.com/etherpad-archive/{{original_url}}
```For the example above, it would be found at
```
rik.smith-unna.com/etherpad-archive/public.etherpad-mozilla.org/p/example
```It will also be added to the index page at http://rik.smith-unna.com/etherpad-archive