Skip to content

Commit e460444

Browse files
committed
🔧 add editorconfig
1 parent 90733ea commit e460444

18 files changed

+95
-86
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = yes
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = yes
9+
trim_trailing_whitespace = yes

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exhaustive, and do not form part of our licenses.
4949
such as asking that all changes be marked or described.
5050
Although not required by our licenses, you are encouraged to
5151
respect those requests where reasonable. More considerations
52-
for the public:
52+
for the public:
5353
wiki.creativecommons.org/Considerations_for_licensees
5454

5555
=======================================================================

STYLE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Rules for guides
22

3-
You're welcome to add your own guides to this repository.
3+
You're welcome to add your own guides to this repository.
44

55
Please follow our rules to keep the guides maintainable and consistent.
66

@@ -12,7 +12,7 @@ Please follow our rules to keep the guides maintainable and consistent.
1212
* Always use the same hostname `stardust`. For bash snippets, use `[isabell@stardust ~]`.
1313
* Always use full paths in commands. Don't assume the home directory or the html folder.
1414
* Don't mention additional document roots. *Keep it simple*. Don't use subfolders. Always use the standard document root `~/html`. Always assume the document root is empty.
15-
* If any applications need to bind to one or more ports (like Node.js apps), use port 9000 - 9010 in your examples, which are never free on our servers.
15+
* If any applications need to bind to one or more ports (like Node.js apps), use port 9000 - 9010 in your examples, which are never free on our servers.
1616
* Use the templates in `source/includes/` where appropriate.
1717
* Document all steps for setup. E.g. [create a database](https://github.com/Uberspace/lab/issues/39) when that's necessary. [Create directories](https://github.com/Uberspace/lab/issues/36) when needed.
1818
* When there is a license needed for the software mention it.
@@ -47,7 +47,7 @@ Please follow our rules to keep the guides maintainable and consistent.
4747
ℹ Setting up Systemd [skipped]
4848
✔ Running database migrations
4949
? Do you want to start Ghost? No
50-
[isabell@stardust ghost]$
50+
[isabell@stardust ghost]$
5151
```
5252

5353
* Always end your console code blocks with `[isabell@stardust ~]$`.
@@ -106,24 +106,24 @@ Please use the following structure. Only document applicable steps, leave out he
106106
.. author:: YourName <YourURL/YourMail>
107107
108108
.. sidebar:: About
109-
110-
.. image:: _static/images/loremipsum.png
109+
110+
.. image:: _static/images/loremipsum.png
111111
:align: center
112112
113113
##########
114114
Loremipsum
115115
##########
116116
117-
Loremipsum_ dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
117+
Loremipsum_ dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
118118
119119
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
120120
121121
----
122122
123-
.. note:: For this guide you should be familiar with the basic concepts of
123+
.. note:: For this guide you should be familiar with the basic concepts of
124124
125-
* Node.js_ and its package manager npm_
126-
* MySQL_
125+
* Node.js_ and its package manager npm_
126+
* MySQL_
127127
* supervisord_
128128
* domains_
129129
@@ -143,7 +143,7 @@ We're using Node.js_ in the stable version 8:
143143
144144
[isabell@stardust ~]$ uberspace tools version show node
145145
Using 'Node.js' version: '8'
146-
[isabell@stardust ~]$
146+
[isabell@stardust ~]$
147147
148148
You'll need your MySQL credentials_. Get them with ``my_print_defaults``:
149149
@@ -153,15 +153,15 @@ You'll need your MySQL credentials_. Get them with ``my_print_defaults``:
153153
--default-character-set=utf8mb4
154154
--user=ghost
155155
--password=MySuperSecretPassword
156-
[isabell@stardust ~]$
156+
[isabell@stardust ~]$
157157
158158
Your blog URL needs to be setup:
159159
160160
::
161161
162162
[isabell@stardust ~]$ uberspace web domain list
163163
loremipsum.uber.space
164-
[isabell@stardust ~]$
164+
[isabell@stardust ~]$
165165
166166
Installation
167167
============

source/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "!layout.html" %}
22

3-
{% block extrahead %}
3+
{% block extrahead %}
44
<link rel="alternate" type="application/rss+xml" title="Changelog feed" href="https://github.com/Uberspace/lab/commits/master.atom"/>
5-
{% endblock %}
5+
{% endblock %}

source/guide_etherpad.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. highlight:: console
33

44
.. sidebar:: Logo
5-
5+
66
.. image:: _static/images/etherpad.svg
77
:align: center
88

@@ -215,7 +215,7 @@ Then you need to restart the service daemon, so the new code is used by the webs
215215
etherpad: stopped
216216
etherpad: started
217217
[isabell@stardust ~]$
218-
218+
219219
220220
221221
.. _`Etherpad Lite`: http://etherpad.org/
@@ -229,6 +229,6 @@ Then you need to restart the service daemon, so the new code is used by the webs
229229

230230
----
231231

232-
Tested with Etherpad Lite 1.6.3 and Uberspace 7.1.1
232+
Tested with Etherpad Lite 1.6.3 and Uberspace 7.1.1
233233

234234
.. authors::

source/guide_ghost.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.. highlight:: console
33

44
.. sidebar:: Logo
5-
6-
.. image:: _static/images/ghost.svg
5+
6+
.. image:: _static/images/ghost.svg
77
:align: center
88

99
#####
@@ -16,10 +16,10 @@ The concept of the Ghost platform was first floated publicly in November 2012 in
1616

1717
----
1818

19-
.. note:: For this guide you should be familiar with the basic concepts of
19+
.. note:: For this guide you should be familiar with the basic concepts of
2020

21-
* Node.js_ and its package manager npm_
22-
* MySQL_
21+
* Node.js_ and its package manager npm_
22+
* MySQL_
2323
* supervisord_
2424
* domains_
2525

@@ -32,7 +32,7 @@ We're using Node.js_ in the stable version 8:
3232

3333
[isabell@stardust ~]$ uberspace tools version show node
3434
Using 'Node.js' version: '8'
35-
[isabell@stardust ~]$
35+
[isabell@stardust ~]$
3636

3737
.. include:: includes/my-print-defaults.rst
3838

@@ -54,7 +54,7 @@ Use ``npm`` to install ``ghost-cli`` globally:
5454
[...]
5555
5656
added 470 packages in 16.495s
57-
[isabell@stardust ~]$
57+
[isabell@stardust ~]$
5858

5959
Install Ghost
6060
-------------
@@ -102,7 +102,7 @@ You will need to enter the following information:
102102
ℹ Setting up Systemd [skipped]
103103
✔ Running database migrations
104104
? Do you want to start Ghost? No
105-
[isabell@stardust ghost]$
105+
[isabell@stardust ghost]$
106106
107107
Configuration
108108
=============
@@ -171,7 +171,7 @@ Tell ``supervisord`` to refresh its configuration and start the service:
171171
ghost: added process group
172172
[isabell@stardust ~]$ supervisorctl status
173173
ghost RUNNING pid 26020, uptime 0:03:14
174-
[isabell@stardust ~]$
174+
[isabell@stardust ~]$
175175

176176
If it's not in state RUNNING, check your configuration.
177177

@@ -204,7 +204,7 @@ Install the required ``node`` modules:
204204
[isabell@stardust content]$ npm install --production
205205
[...]
206206
added 91 packages, removed 134 packages and updated 544 packages in 27.303s
207-
[isabell@stardust content]$
207+
[isabell@stardust content]$
208208
209209
Replace the ``current`` symlink and link to the newest version. Again, replace the version number with the newest version.
210210

@@ -218,7 +218,7 @@ Replace the ``current`` symlink and link to the newest version. Again, replace t
218218
ghost: started
219219
[isabell@stardust ~]$ supervisorctl status
220220
ghost RUNNING pid 26020, uptime 0:03:14
221-
[isabell@stardust ~]$
221+
[isabell@stardust ~]$
222222
223223
If it's not in state RUNNING, check your configuration.
224224

source/guide_gitea.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. highlight:: console
33

44
.. sidebar:: Logo
5-
5+
66
.. image:: _static/images/gitea.png
77
:align: center
88

@@ -16,9 +16,9 @@ of the then-popular Gogs_, but quickly became more active and bigger than the or
1616

1717
----
1818

19-
.. note:: For this guide you should be familiar with the basic concepts of
19+
.. note:: For this guide you should be familiar with the basic concepts of
2020

21-
* MySQL_
21+
* MySQL_
2222
* supervisord_
2323
* domains_
2424

@@ -64,7 +64,7 @@ make sure that the file can be executed.
6464
Length: 52960072 (51M) [application/octet-stream]
6565
Saving to: gitea/gitea’
6666

67-
100%[=======================================================>] 52,960,072 9.99MB/s in 5.8s
67+
100%[=======================================================>] 52,960,072 9.99MB/s in 5.8s
6868

6969
2018-03-25 18:36:36 (8.72 MB/s) - gitea/gitea’ saved [52960072/52960072]
7070
[isabell@stardust ~]$ sha256sum gitea/gitea
@@ -143,7 +143,7 @@ Tell ``supervisord`` to refresh its configuration and start the service:
143143
gitea: added process group
144144
[isabell@stardust ~]$ supervisorctl status
145145
gitea RUNNING pid 26020, uptime 0:03:14
146-
[isabell@stardust ~]$
146+
[isabell@stardust ~]$
147147

148148
If it's not in state RUNNING, check your configuration.
149149

source/guide_jingo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ In the end you need to restart the service daemon, so the new code is used by th
242242
jingo: stopped
243243
jingo: started
244244
[isabell@stardust ~]$
245-
245+
246246
247247
248248
.. _Jingo: https://github.com/claudioc/jingo

source/guide_lychee.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.. highlight:: console
33

44
.. sidebar:: Logo
5-
6-
.. image:: _static/images/lychee.png
5+
6+
.. image:: _static/images/lychee.png
77
:align: center
88

99
#########
@@ -14,10 +14,10 @@ Lychee_ is a open source photo-management software written in PHP and distribute
1414

1515
----
1616

17-
.. note:: For this guide you should be familiar with the basic concepts of
17+
.. note:: For this guide you should be familiar with the basic concepts of
1818

1919
* PHP_
20-
* MySQL_
20+
* MySQL_
2121
* domains_
2222

2323
Prerequisites
@@ -65,7 +65,7 @@ For the last step you have to enter the username/password you want to use for th
6565
Updates
6666
=======
6767

68-
You can regularly check their GitHub's Atom Feed_ for any new Lychee releases.
68+
You can regularly check their GitHub's Atom Feed_ for any new Lychee releases.
6969

7070
If a new version is available, ``cd`` to your Lychee folder and do a simple ``git pull origin master``:
7171

source/guide_minim.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.. highlight:: console
33

44
.. sidebar:: Logo
5-
6-
.. image:: _static/images/minim.png
5+
6+
.. image:: _static/images/minim.png
77
:align: center
88

99
#####
@@ -18,7 +18,7 @@ The minim - Wiki can be used for wiki and also for other online projects.
1818

1919
----
2020

21-
.. note:: For this guide you should be familiar with the basic concepts of
21+
.. note:: For this guide you should be familiar with the basic concepts of
2222

2323
* PHP_
2424
* domains_

source/guide_neos.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
.. highlight:: console
33

44
.. sidebar:: Logo
5-
6-
.. image:: _static/images/neos.png
5+
6+
.. image:: _static/images/neos.png
77
:align: center
88

99
#########
1010
Neos
1111
#########
1212

13-
Neos_ is an open source Content Application Platform based on its own PHP framework Flow and distributed under the GPLv3 licence.
13+
Neos_ is an open source Content Application Platform based on its own PHP framework Flow and distributed under the GPLv3 licence.
1414

15-
The system is best known for its intuitive approach of editing content directly in the website (also known as frontend editing) and the mighty marketing features like content dimensions which allow to display optimized contents for different target audiences.
15+
The system is best known for its intuitive approach of editing content directly in the website (also known as frontend editing) and the mighty marketing features like content dimensions which allow to display optimized contents for different target audiences.
1616

1717
Neos (formerly TYPO3 Neos) was released for the first time in 2013. It is maintained by the Neos Team and Contributors.
1818

1919

2020

2121
----
2222

23-
.. note:: For this guide you should be familiar with the basic concepts of
23+
.. note:: For this guide you should be familiar with the basic concepts of
2424

2525
* PHP_
26-
* MySQL_
26+
* MySQL_
2727
* domains_
2828

2929
Prerequisites
3030
=============
3131

32-
We're using PHP_ in the stable version 7.1:
32+
We're using PHP_ in the stable version 7.1:
3333

3434
::
3535

@@ -82,7 +82,7 @@ Configuration
8282

8383
Point your browser to your website URL and append /setup (e.g. isabell.uber.space/setup) to use the web based installer.
8484

85-
After setting some things up automatically, the setup will ask you for a setup password. You need to get this from a file in your Neos installation first:
85+
After setting some things up automatically, the setup will ask you for a setup password. You need to get this from a file in your Neos installation first:
8686

8787
::
8888

@@ -104,7 +104,7 @@ Step 2: To configure your database, you need to enter the following information:
104104

105105
Step 3: Create an administrator account. Please don't use ``admin`` as your username and set yourself a strong password.
106106

107-
Step 4: Create a new site by importing an existing/demo package or creating a new one.
107+
Step 4: Create a new site by importing an existing/demo package or creating a new one.
108108

109109
Step 5: You have successfully installed Neos on Uberspace 7!
110110

@@ -122,7 +122,7 @@ Updates
122122
.. note:: Check the update feed_ regularly to stay informed about the newest version.
123123

124124
Check Neos' `releases <https://github.com/neos/neos/releases>`_ for the latest versions. If a newer
125-
version is available, you should manually update your installation.
125+
version is available, you should manually update your installation.
126126

127127
By using composer, you can update an existing installation to a specific version, without having to create a new project. But you have to follow version specific update instructions which you can find at the end of the official download_ page on the Neos website.
128128

@@ -141,4 +141,4 @@ By using composer, you can update an existing installation to a specific version
141141

142142
----
143143

144-
Tested with Neos 3.3.9 and Uberspace 7.1.1
144+
Tested with Neos 3.3.9 and Uberspace 7.1.1

0 commit comments

Comments
 (0)