bookmarks/README.md

80 lines
3.4 KiB
Markdown
Raw Normal View History

2018-03-11 18:02:58 +00:00
# Nextcloud Bookmarks
2013-04-12 18:30:19 +00:00
2017-04-06 13:13:24 +00:00
![](https://github.com/nextcloud/bookmarks/raw/master/screenshots/Bookmarks.png)
2018-03-11 18:02:58 +00:00
> Bookmarks app for Nextcloud
2018-03-11 18:02:58 +00:00
This app provides you with a web interface for collecting and organizing bookmarks to the sites on the web that are precious to you. You can browse and filter your bookmarks via the tags you give them and by using the built-in search feature. Furthermore, in order to be able to access your bookmarks anywhere, it also allows you to synchronize third-party clients via a built-in REST API.
2018-03-11 18:02:58 +00:00
## Background
2018-12-14 14:19:24 +00:00
2018-03-11 18:02:58 +00:00
The bookmarks app is quite old and has gone through many hands. It is now more relevant than ever, as the nextcloud app providing support for Firefox Sync doesn't work with the latest versions of Firefox anymore. Currently, there are efforts to make it live up to the expectations produced by the gap that was left by the firefox sync app.
2018-03-11 18:02:58 +00:00
## Install
2018-12-14 14:19:24 +00:00
Please _avoid_ installing the **bookmarks_fulltextsearch** app along with the bookmarks app, as it is _not compatible_ with newer versions of this app.
2018-03-11 18:02:58 +00:00
### One-click
2018-12-14 14:19:24 +00:00
Install this app in the app store of your nextcloud instance (you must have administrator privileges). You will find it in the 'Organization' category.
2018-03-11 18:02:58 +00:00
### Manual install
2018-12-14 14:19:24 +00:00
2018-03-11 18:02:58 +00:00
#### Dependencies
2018-12-14 14:19:24 +00:00
- [git](https://git-scm.org/)
- [Node.js and npm](https://nodejs.org/)
- [php](https://php.net/)
- [composer](https://getcompoert.org/)
2018-03-11 18:02:58 +00:00
#### Setup
2018-12-14 14:19:24 +00:00
```
2018-03-11 18:02:58 +00:00
cd /path/to/nextcloud/apps/
git clone https://github.com/nextcloud/bookmarks.git
2018-03-11 18:01:12 +00:00
cd bookmarks
composer install
npm install
npm run build
```
2018-03-11 18:02:58 +00:00
## Third-party clients
2018-12-14 14:19:24 +00:00
- [Nextcloud Bookmarks](https://gitlab.com/derSchabi/OCBookmarks) - Android app with full add/edit/delete and view functionallity
2018-03-11 18:02:58 +00:00
- [Floccus](https://github.com/marcelklehr/floccus) - Bookmark sync for Firefox/Chromium-based browsers
- [NCBookmarks](https://github.com/lenchan139/NCBookmark) - App to view/edit/open bookmarks for Android
- [uMarks](https://uappexplorer.com/app/umarks.ernesst) - App for Ubuntu touch
- [FreedomMarks](https://github.com/damko/freedommarks-browser-webextension) - Addon for Firefox and Chrome. No sync, just a client.
- [Nextcloud Bookmark Manager](https://www.midwinter-dg.com/mac-apps/nextcloud-bookmark-manager.html) - A MacOS client for managing, searching and opening bookmarks.
2018-03-11 18:02:58 +00:00
## API
2018-12-14 14:19:24 +00:00
2018-03-11 18:02:58 +00:00
This app exposes a public REST API that third-party clients can interface with.
2018-03-11 18:02:58 +00:00
[Go to the API docs](./API.md).
2018-03-11 18:02:58 +00:00
## Maintainers
2018-12-14 14:19:24 +00:00
2018-03-11 18:02:58 +00:00
- [Blizzz](https://github.com/Blizzz)
- [Marcel Klehr](https://github.com/marcelklehr)
2017-02-10 21:16:08 +00:00
2018-03-11 18:02:58 +00:00
## Contribute
2018-12-14 14:19:24 +00:00
2018-03-11 18:02:58 +00:00
We always welcome contributions and happily accept pull requests.
2017-02-10 21:16:08 +00:00
2018-03-11 18:02:58 +00:00
In order to make the process run more smoothly, you can make sure of the following things:
2017-02-10 21:16:08 +00:00
2018-12-14 14:19:24 +00:00
- Announce that you're working on a feature/bugfix in the relevant issue
- Make sure the tests are passing
- If you have any questions you can let the maintainers above know privately via email, or simply open an issue on github
2017-02-10 21:16:08 +00:00
2018-03-11 18:02:58 +00:00
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
2017-02-10 21:16:08 +00:00
2018-03-11 18:02:58 +00:00
More information on how to contribute: https://nextcloud.com/contribute/
2017-02-10 21:16:08 +00:00
2018-03-11 18:02:58 +00:00
Happy hacking :heart:
2018-03-11 18:02:58 +00:00
## License
2018-12-14 14:19:24 +00:00
2018-03-11 18:02:58 +00:00
This software is licensed under the terms of the AGPL written by the Free Software Foundation and available at [COPYING](./COPYING).