bookmarks/README.md

58 lines
2.7 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
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
### One-click
Install this app in the app store of your nextcloud instance (you must have administrator privileges).
2018-03-11 18:02:58 +00:00
### Manual install
#### Dependencies
- [git](https://git-scm.org/)
2018-03-11 18:02:58 +00:00
#### Setup
```
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:02:58 +00:00
## Third-party clients
- [Nextcloud Bookmarks](https://github.com/theScrabi/OCBookmarks) - Android app with full add/edit/delete and view functionallity
- [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
2018-03-11 18:02:58 +00:00
## API
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
- [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
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-03-11 18:02:58 +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
This software is licensed under the terms of the AGPL written by the Free Software Foundation and available at [COPYING](./COPYING).