-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (25 loc) · 1.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
pb-archive - pinboard.in bookmark archiver
--------------------------------------------------------------------------------
Intro:
pb-archive archives your pinboard.in bookmarks as well as all page requisites.
Directions:
* Directions on usage can be found in the man page man/pb-archive.1
> man man/pb-archive.1
* Tested to work on Python 2.7 and Python 3. Requires wget(1) and
python argparse module.
* Use pandoc to build man pages
pandoc -s -w man pb-archive.1.md -o pb-archive.1
Design:
* wget(1) was chosen over urllib2 as to not reinvent the wheel. wget does a
very good job at archiving/mirroring so it only made sense to take
advantage of that.
License:
* License information can be found in the LICENSE file. All files in this project
repository are licensed under the Simplified BSD License.
Thank You:
* Maciej Cegłowski for creating and running pinboard.in as well as providing
a great API.
* cURL Team for providing updated Certificate Authority Certs allowing for
SSL/TLS support.
* wget authors and maintainers for providing such a great and comprehensive
piece of software.