File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Selective Backup
1616================
1717If you want a backup of MoinMoin and your data, then backup the following:
1818
19- * your data, ususlly everything under wiki/
19+ * your data, usually everything under wiki/
2020* moin configuration, e.g. wikiconfig.py
2121* logging configuration, e.g. logging.conf
2222* moin deployment script, e.g. moin.wsgi
Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ username (like with german umlauts or accented characters). If moin does not
564564crash (log a Unicode Error), you have likely found the correct coding.
565565
566566For users configuring GivenAuth on Apache, an example virtual host configuration
567- is included at `/ contrib/deployment/moin-http-basic-auth.conf `
567+ is included at `contrib/deployment/moin-http-basic-auth.conf `
568568
569569
570570LDAPAuth
@@ -1518,7 +1518,7 @@ the following::
15181518 email_tracebacks = True
15191519
15201520
1521- Please also check the logging configuration example in `/ contrib/logging/email `.
1521+ Please also check the logging configuration example in `contrib/logging/email `.
15221522
15231523User E-Mail Address Verification
15241524--------------------------------
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Continue reading here: https://flask.palletsprojects.com/deploying/
8787
8888In case you run into trouble with deployment of the moin WSGI application,
8989you can try a simpler WSGI app first. An example file is included at
90- `/ contrib/deployment/test.wsgi `.
90+ `contrib/deployment/test.wsgi `.
9191
9292As long as you can't make `test.wsgi ` work, the problem is not with
9393moin, but rather with your web server and WSGI app deployment method.
You can’t perform that action at this time.
0 commit comments