From acd7ed50b47ac535f52f10857c4e958ae5825efd Mon Sep 17 00:00:00 2001 From: dyu Date: Fri, 28 Apr 2017 02:50:05 +0800 Subject: [PATCH 1/3] add dyu/bookmarks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3ce8c4e..d4752a63 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ See also [Static Site Generators](#static-site-generators), [Content Management **[`^ back to top ^`](#)** * [Bookie](https://github.com/bookieio/Bookie) - Python based delicious.com replacement. `AGPLv3` `Python` + * [dyu/bookmarks](https://github.com/dyu/bookmarks) - Single-threaded/process bookmark app powered by leveldb and uWebSockets. Supports importing from delicious or chrome ([demo](https://dyuproject.com/bookmarks/) with [bookmarklet](https://dyuproject.com/bookmarklet/)) `ASL2` `JNI` * [Firefox Auth Server](https://docs.services.mozilla.com/howtos/run-fxa.html) - This project implements the core server-side API for Firefox Accounts. ([Source Code](https://github.com/mozilla/fxa-auth-server/)) `MPLv2` `Nodejs` * [Firefox Content Server](https://docs.services.mozilla.com/howtos/run-fxa.html) - Static server that hosts Firefox Account sign up, sign in, email verification, etc. flows. ([Source Code](https://github.com/mozilla/fxa-content-server/)) `MPLv2` `Java` * [Firefox Sync Server](https://docs.services.mozilla.com/howtos/run-sync-1.5.html) - Sync Firefox bookmarks, passwords, history, tabs, preferences. ([Source Code](https://github.com/mozilla-services/syncserver)) `MPLv2` `Python` From 5804f14c33f9d782e3b13f8650c1e3a8fb4af822 Mon Sep 17 00:00:00 2001 From: dyu Date: Fri, 28 Apr 2017 12:33:37 +0800 Subject: [PATCH 2/3] Apache --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4752a63..04d0ed9c 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ See also [Static Site Generators](#static-site-generators), [Content Management **[`^ back to top ^`](#)** * [Bookie](https://github.com/bookieio/Bookie) - Python based delicious.com replacement. `AGPLv3` `Python` - * [dyu/bookmarks](https://github.com/dyu/bookmarks) - Single-threaded/process bookmark app powered by leveldb and uWebSockets. Supports importing from delicious or chrome ([demo](https://dyuproject.com/bookmarks/) with [bookmarklet](https://dyuproject.com/bookmarklet/)) `ASL2` `JNI` + * [dyu/bookmarks](https://github.com/dyu/bookmarks) - Single-threaded/process bookmark app powered by leveldb and uWebSockets. Supports importing from delicious or chrome ([demo](https://dyuproject.com/bookmarks/) with [bookmarklet](https://dyuproject.com/bookmarklet/)) `Apache` `JNI` * [Firefox Auth Server](https://docs.services.mozilla.com/howtos/run-fxa.html) - This project implements the core server-side API for Firefox Accounts. ([Source Code](https://github.com/mozilla/fxa-auth-server/)) `MPLv2` `Nodejs` * [Firefox Content Server](https://docs.services.mozilla.com/howtos/run-fxa.html) - Static server that hosts Firefox Account sign up, sign in, email verification, etc. flows. ([Source Code](https://github.com/mozilla/fxa-content-server/)) `MPLv2` `Java` * [Firefox Sync Server](https://docs.services.mozilla.com/howtos/run-sync-1.5.html) - Sync Firefox bookmarks, passwords, history, tabs, preferences. ([Source Code](https://github.com/mozilla-services/syncserver)) `MPLv2` `Python` From e7cf080e9384197decbd6a770e778582313a24c4 Mon Sep 17 00:00:00 2001 From: dyu Date: Fri, 28 Apr 2017 23:15:06 +0800 Subject: [PATCH 3/3] necessary changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d0ed9c..3b00a5b2 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ See also [Static Site Generators](#static-site-generators), [Content Management **[`^ back to top ^`](#)** * [Bookie](https://github.com/bookieio/Bookie) - Python based delicious.com replacement. `AGPLv3` `Python` - * [dyu/bookmarks](https://github.com/dyu/bookmarks) - Single-threaded/process bookmark app powered by leveldb and uWebSockets. Supports importing from delicious or chrome ([demo](https://dyuproject.com/bookmarks/) with [bookmarklet](https://dyuproject.com/bookmarklet/)) `Apache` `JNI` + * [dyu/bookmarks](https://github.com/dyu/bookmarks) - Single-threaded/process bookmark app powered by leveldb and uWebSockets. Supports importing from Delicious and Chrome. ([Demo](https://dyuproject.com/bookmarks/)) `Apache` `Java` * [Firefox Auth Server](https://docs.services.mozilla.com/howtos/run-fxa.html) - This project implements the core server-side API for Firefox Accounts. ([Source Code](https://github.com/mozilla/fxa-auth-server/)) `MPLv2` `Nodejs` * [Firefox Content Server](https://docs.services.mozilla.com/howtos/run-fxa.html) - Static server that hosts Firefox Account sign up, sign in, email verification, etc. flows. ([Source Code](https://github.com/mozilla/fxa-content-server/)) `MPLv2` `Java` * [Firefox Sync Server](https://docs.services.mozilla.com/howtos/run-sync-1.5.html) - Sync Firefox bookmarks, passwords, history, tabs, preferences. ([Source Code](https://github.com/mozilla-services/syncserver)) `MPLv2` `Python`