Merge pull request #7 from nextcloud/update-readme-to-nextcloud
Update readme
This commit is contained in:
commit
e8dc57c441
51
README.md
51
README.md
|
@ -1,17 +1,21 @@
|
|||
# ownCloud Core
|
||||
# Nextcloud
|
||||
[![irc](https://img.shields.io/badge/IRC-%23nextcloud%20on%20freenode-orange.svg)](https://webchat.freenode.net/?channels=nextcloud)
|
||||
[![irc](https://img.shields.io/badge/IRC-%23nextcloud--dev%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=nextcloud-dev)
|
||||
|
||||
[![Build Status](https://ci.owncloud.org/job/server-master-linux/badge/icon)](https://ci.owncloud.org/job/server-master-linux/)
|
||||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/owncloud/core/badges/quality-score.png?s=ce2f5ded03d4ac628e9ee5c767243fa7412e644f)](https://scrutinizer-ci.com/g/owncloud/core/)
|
||||
[![codecov.io](https://codecov.io/github/owncloud/core/coverage.svg?branch=master)](https://codecov.io/github/owncloud/core?branch=master)
|
||||
[![CodeClimate](https://codeclimate.com/github/owncloud/core/badges/gpa.svg)](https://codeclimate.com/github/owncloud/core)
|
||||
[![Coverity](https://scan.coverity.com/projects/6893/badge.svg)](https://scan.coverity.com/projects/owncloud-core)
|
||||
[![Dependency Status](https://www.versioneye.com/user/projects/54f4a2384f3108959a000a16/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54f4a2384f3108959a000a16)
|
||||
[![Dependency Status](https://www.versioneye.com/user/projects/54d1f76f3ca0840b190000c0/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54d1f76f3ca0840b190000c0)
|
||||
Please stay tuned while we get all the repositories up.
|
||||
|
||||
![codecov.io](https://codecov.io/github/owncloud/core/branch.svg?branch=master)
|
||||
Meanwhile check out https://nextcloud.com and follow us on https://twitter.com/nextclouders
|
||||
|
||||
**[ownCloud](http://ownCloud.org) gives you freedom and control over your own data.
|
||||
A personal cloud which runs on your own server.**
|
||||
If you want to [contribute](https://nextcloud.com/contribute/), you are very welcome:
|
||||
|
||||
- on our IRC channels #nextcloud & #nextcloud-dev irc://#nextcloud-dev@freenode.net (on freenode) and
|
||||
- our forum at https://help.nextcloud.com
|
||||
|
||||
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.
|
||||
|
||||
if you want to join the Github organization just let us know and we’ll add you! :)
|
||||
|
||||
*This is by the community, for the community. Everyone is welcome! :)*
|
||||
|
||||
![](https://github.com/owncloud/screenshots/blob/master/files/sidebar_1.png)
|
||||
|
||||
|
@ -24,27 +28,14 @@ A personal cloud which runs on your own server.**
|
|||
* :lock: **Encryption** You can encrypt data in transit with secure https connections. You can enable the encryption app to encrypt data on storage for improved security and privacy.
|
||||
* ...
|
||||
|
||||
## Installation instructions
|
||||
https://doc.owncloud.org/server/9.1/developer_manual/app/index.html
|
||||
|
||||
## Contribution Guidelines
|
||||
https://owncloud.org/contribute/
|
||||
https://nextcloud.com/contribute/
|
||||
|
||||
## Support
|
||||
Learn about the different ways you can get support for ownCloud: https://owncloud.org/support/
|
||||
Learn about the different ways you can get support for ownCloud: https://nextcloud.com/support/
|
||||
|
||||
## Get in touch
|
||||
* :clipboard: [Forum](https://forum.owncloud.org)
|
||||
* :envelope: [Mailing list](https://mailman.owncloud.org/mailman/listinfo)
|
||||
* :hash: [IRC channel](https://webchat.freenode.net/?channels=owncloud)
|
||||
* :busts_in_silhouette: [Facebook] (https://facebook.com/ownclouders)
|
||||
* :hatching_chick: [Twitter](https://twitter.com/ownClouders)
|
||||
|
||||
## Important notice on translations
|
||||
Please submit translations via Transifex:
|
||||
https://www.transifex.com/projects/p/owncloud/
|
||||
|
||||
[![Transifex](https://www.transifex.com/projects/p/owncloud/resource/core/chart/image_png)](https://www.transifex.com/projects/p/owncloud/)
|
||||
|
||||
For more detailed information about translations:
|
||||
http://doc.owncloud.org/server/9.1/developer_manual/core/translation.html
|
||||
* :clipboard: [Forum](https://help.nextcloud.com)
|
||||
* :hash: [IRC channel](https://webchat.freenode.net/?channels=nextcloud)
|
||||
* :busts_in_silhouette: [Facebook] (https://facebook.com/nextclouders)
|
||||
* :hatching_chick: [Twitter](https://twitter.com/Nextclouders)
|
||||
|
|
Loading…
Reference in New Issue