calpaterson / quarchive

Traditional "Web 2.0" social bookmarking, with small improvements
https://quarchive.com/
GNU Affero General Public License v3.0
99 stars 6 forks source link
quarchive logo

Quarchive

This is the full source code for Quarchive, a bookmarking site which shows metadata around your browser bookmarks.

This is beta quality software, licensed under AGPLv3 or later.

Overview

Screenshot

Quarchive has a number of features, including:

Technical

It consists of a web server and a browser extension (that syncs your bookmarks with the server).

Building

To build the server you will need Python 3 and tox. To build the browser extension you will need npm.

Build both with:

make

If this doesn't work out of the box, perhaps looking at the github build script will help