Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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