You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@
9
9
10
10
## Why is this so awesome? 🤩
11
11
12
-
* 📁 **Access your Data** You can store your files, contacts, calendars and more on a server of your choosing.
13
-
* 🔄 **Sync your Data** You keep your files, contacts, calendars and more synchronized amongst your devices.
12
+
* 📁 **Access your Data** You can store your files, contacts, calendars, and more on a server of your choosing.
13
+
* 🔄 **Sync your Data** You keep your files, contacts, calendars, and more synchronized amongst your devices.
14
14
* 🙌 **Share your Data** …by giving others access to the stuff you want them to see or to collaborate with.
15
15
* 🚀 **Expandable with hundreds of Apps** ...like [Calendar](https://github.com/nextcloud/calendar), [Contacts](https://github.com/nextcloud/contacts), [Mail](https://github.com/nextcloud/mail), [Video Chat](https://github.com/nextcloud/spreed) and all those you can discover in our [App Store](https://apps.nextcloud.com)
16
16
* 🔒 **Security** with our encryption mechanisms, [HackerOne bounty program](https://hackerone.com/nextcloud) and two-factor authentication.
17
17
18
-
You want to learn more about how you can use Nextcloud to access, share and protect your files, calendars, contacts, communication & more at home and at your organization? [**Learn about all our Features**](https://nextcloud.com/athome/).
18
+
Do you want to learn more about how you can use Nextcloud to access, share and protect your files, calendars, contacts, communication & more at home and in your organization? [**Learn about all our Features**](https://nextcloud.com/athome/).
19
19
20
20
## Get your Nextcloud 🚚
21
21
22
22
- ☑️ [**Simply sign up**](https://nextcloud.com/signup/) at one of our providers either through our website or through the apps directly.
23
-
- 🖥 [**Install** a server by yourself](https://nextcloud.com/install/#instructions-server) on your own hardware or by using one of our ready to use **appliances**
23
+
- 🖥 [**Install** a server by yourself](https://nextcloud.com/install/#instructions-server) on your hardware or by using one of our ready to use **appliances**
24
24
- 📦 Buy one of the [awesome **devices** coming with a preinstalled Nextcloud](https://nextcloud.com/devices/)
25
25
- 🏢 Find a [service **provider**](https://nextcloud.com/providers/) who hosts Nextcloud for you or your company
26
26
@@ -38,7 +38,7 @@ You can also [get support for Nextcloud](https://nextcloud.com/support)!
38
38
39
39
## Join the team 👪
40
40
41
-
There are many ways to contribute, of which development is only one! Find out [how to get involved](https://nextcloud.com/contribute/), including as translator, designer, tester, helping others and much more! 😍
41
+
There are many ways to contribute, of which development is only one! Find out [how to get involved](https://nextcloud.com/contribute/), including as a translator, designer, tester, helping others, and much more! 😍
42
42
43
43
44
44
### Development setup 👩💻
@@ -47,7 +47,7 @@ There are many ways to contribute, of which development is only one! Find out [h
47
47
2. 🐛 [Pick a good first issue](https://github.com/nextcloud/server/labels/good%20first%20issue)
48
48
3. 👩🔧 Create a branch and make your changes. Remember to sign off your commits using `git commit -sm "Your commit message"`
49
49
4. ⬆ Create a [pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue to review
50
-
5. 👍 Fix things that come up during review
50
+
5. 👍 Fix things that come up during a review
51
51
6. 🎉 Wait for it to get merged!
52
52
53
53
Third-party components are handled as git submodules which have to be initialized first. So aside from the regular git checkout invoking `git submodule update --init` or a similar command is needed, for details see Git documentation.
@@ -60,7 +60,7 @@ Otherwise, git checkouts can be handled the same as release archives, by using t
60
60
61
61
#### Building
62
62
63
-
We are moving more and more towards using Vue.js in the frontend, starting with Settings. For building the code on changes, use these terminal commands in the root folder:
63
+
We are moving more and more toward using Vue.js in the front-end, starting with Settings. For building the code on changes, use these terminal commands in the root folder:
64
64
65
65
```bash
66
66
# install dependencies
@@ -80,7 +80,7 @@ make build-js-production
80
80
81
81
**When making changes, also commit the compiled files!**
82
82
83
-
We still use Handlebars templates some places in Files and Settings. We will replace these step-by-step with Vue.js, but in the meantime you need to compile them separately.
83
+
We still use Handlebars templates in some places in Files and Settings. We will replace these step-by-step with Vue.js, but in the meantime, you need to compile them separately.
84
84
85
85
If you don’t have Handlebars installed yet, you can do it with this terminal command:
86
86
```bash
@@ -107,7 +107,7 @@ Please note that if you used `make build-js` or `make watch-js` before, you'll n
107
107
108
108
### Working with back-end code 🏗
109
109
110
-
When changing back-end PHP code, in general no additional steps are needed before checking in.
110
+
When changing back-end PHP code, in general, no additional steps are needed before checking in.
111
111
112
112
However, if new files were created, you will need to run the following command to update the autoloader files:
113
113
```bash
@@ -120,17 +120,17 @@ After that, please also include the autoloader file changes in your commits.
120
120
121
121
-[👀 BrowserStack](https://browserstack.com) for cross-browser testing
122
122
-[🌊 WAVE](https://wave.webaim.org/extension/) for accessibility testing
123
-
-[🚨 Lighthouse](https://developers.google.com/web/tools/lighthouse/) for testing of performance, accessibility and more
123
+
-[🚨 Lighthouse](https://developers.google.com/web/tools/lighthouse/) for testing performance, accessibility, and more
124
124
125
125
126
126
## Contribution guidelines 📜
127
127
128
-
All contributions to this repository from June, 16 2016 on are considered to be
128
+
All contributions to this repository from June 16, 2016, and onward are considered to be
129
129
licensed under the AGPLv3 or any later version.
130
130
131
131
Nextcloud doesn't require a CLA (Contributor License Agreement).
132
132
The copyright belongs to all the individual contributors. Therefore we recommend
133
-
that every contributor adds following line to the header of a file, if they
133
+
that every contributor adds the following line to the header of a file if they
0 commit comments