-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
77 changed files
with
401 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,58 @@ | ||
# Notes | ||
|
||
[![build state](https://travis-ci.org/owncloud/notes.png)](https://travis-ci.org/owncloud/notes)[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/notes/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/notes/?branch=master) | ||
[![build state](https://travis-ci.org/nextcloud/notes.png)](https://travis-ci.org/nextcloud/notes) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/notes/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/notes/?branch=master) | ||
|
||
The Notes app is a distraction free notes taking app. It offers a [RESTful API](https://github.com/owncloud/notes/wiki/API-0.2) for app developers. The source code is [available on GitHub](https://github.com/owncloud/notes) | ||
<!-- The following paragraph should be kept synchronized with the description in appinfo/info.xml --> | ||
The Notes app is a distraction free notes taking app. It supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps such as the [Android client](https://github.com/stefan-niedermann/nextcloud-notes). Further features include marking notes as favorites and future versions will provide categories for better organization. | ||
|
||
![Screenshot of ownCloud Notes](https://cloud.githubusercontent.com/assets/4741199/17731273/e557b5fe-646c-11e6-9975-d6b242454482.png) | ||
![Screenshot of Nextcloud Notes](https://cloud.githubusercontent.com/assets/4741199/21027342/b70a6be2-bd90-11e6-9f12-eca46d6c505a.png) | ||
|
||
For further developer and user documentation please visit [the wiki](https://github.com/owncloud/notes/wiki) | ||
For further developer and user documentation please visit [the wiki](https://github.com/nextcloud/notes/wiki) | ||
|
||
## Maintainers | ||
## :busts_in_silhouette: Maintainers | ||
- [Hendrik Leppelsack](https://github.com/Henni) | ||
- [Lukas Reschke](https://github.com/LukasReschke) | ||
|
||
##Requirements | ||
##### Minimum PHP Version | ||
## :link: Requirements | ||
**Minimum PHP Version** | ||
* PHP >= 5.4 | ||
|
||
##### Minimum ownCloud Version | ||
* >= 8.1 | ||
**Minimum Nextcloud / ownCloud Version** | ||
* Nextcloud >= 9.0 | ||
* ownCloud >= 8.1 | ||
|
||
##### Supported Webservers | ||
**Supported Webservers** | ||
* Apache | ||
|
||
##### Supported Browsers | ||
**Supported Browsers** | ||
* latest 3 versions of Chrome, Firefox and Edge | ||
* we *do not* officially support Internet Explorer and Safari (Patches accepted though) | ||
* we *do not* officially support Internet Explorer and Safari (Patches are accepted though) | ||
|
||
|
||
## Bugs | ||
## :exclamation: Bugs | ||
Before reporting bugs: | ||
|
||
* check the requirements above | ||
* get the newest version of the Notes app | ||
* [check if they have already been reported](https://github.com/owncloud/notes/issues?state=open) | ||
* [check if they have already been reported](https://github.com/nextcloud/notes/issues?state=open) | ||
|
||
|
||
## Git (development version) | ||
## :warning: Git (development version) | ||
|
||
#### Installation | ||
**Installation** | ||
|
||
* Clone the **Notes** app into the **/var/www/owncloud/apps/** directory | ||
* Clone the **Notes** app into the `/var/www/nextcloud/apps/` directory | ||
|
||
```git clone https://github.com/owncloud/notes.git``` | ||
`git clone https://github.com/nextcloud/notes.git` | ||
|
||
* Activate the **Notes** app in the apps menu | ||
|
||
|
||
#### Keep up to date | ||
**Keep up to date** | ||
|
||
To update the Notes app use:: | ||
|
||
cd /var/www/owncloud/apps/notes | ||
cd /var/www/nextcloud/apps/notes | ||
git pull --rebase origin master | ||
|
||
## Mobile clients | ||
For iOS you can use [Notes app](https://github.com/owncloud/notes-iOS-App) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
<?xml version="1.0"?> | ||
<info> | ||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> | ||
<id>notes</id> | ||
<name>Notes</name> | ||
<licence>AGPL</licence> | ||
<name lang="de">Notizen</name> | ||
<summary>Distraction-free notes and writing</summary> | ||
<description><![CDATA[The Notes app is a distraction free notes taking app. It supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [RESTful API](https://github.com/nextcloud/notes/wiki/API-0.2) allows for an easy integration into third-party apps such as the [Android client](https://github.com/stefan-niedermann/nextcloud-notes). Further features include marking notes as favorites and future versions will provide categories for better organization.]]></description> | ||
<version>2.1.1</version> | ||
<licence>agpl</licence> | ||
<author>Bernhard Posselt, Jan-Christoph Borchardt, Hendrik Leppelsack</author> | ||
<version>2.0.2</version> | ||
<namespace>Notes</namespace> | ||
<documentation> | ||
<user>https://github.com/nextcloud/notes/wiki</user> | ||
<developer>https://github.com/nextcloud/notes/wiki</developer> | ||
</documentation> | ||
<category>office</category> | ||
<category>organization</category> | ||
<category>tools</category> | ||
<description>Distraction-free notes and writing</description> | ||
<bugs>https://github.com/owncloud/notes/issues</bugs> | ||
<repository type="git">https://github.com/owncloud/notes.git</repository> | ||
<ocsid>174554</ocsid> | ||
<website>https://github.com/nextcloud/notes</website> | ||
<bugs>https://github.com/nextcloud/notes/issues</bugs> | ||
<repository type="git">https://github.com/nextcloud/notes.git</repository> | ||
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot> | ||
<dependencies> | ||
<owncloud min-version="8.1" max-version="9.2" /> | ||
<nextcloud min-version="9" max-version="12" /> | ||
</dependencies> | ||
<ocsid>174554</ocsid> | ||
</info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.