aboutsummaryrefslogtreecommitdiffstats
path: root/posts/201610-uwsgi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'posts/201610-uwsgi.rst')
-rw-r--r--posts/201610-uwsgi.rst30
1 files changed, 25 insertions, 5 deletions
diff --git a/posts/201610-uwsgi.rst b/posts/201610-uwsgi.rst
index cf84e42..881fbfe 100644
--- a/posts/201610-uwsgi.rst
+++ b/posts/201610-uwsgi.rst
@@ -530,7 +530,7 @@ ownCloud
Mailman
-------
| The mailing list software |website-mailman| has been around for ages. The |website-python|-based scripts, templates and |wiki-cgi| frontend are used all around the globe in small to large-scale setups.
-| Due to its age and the sometimes very quirky adoptation of the software by several Linux distributions, |website-mailman| has a not so trivial setup (after all you have to connect it to your :abbr:`MTA (Mail Transfer Agent)` and serve its web-frontend).
+| Due to its age and the sometimes very quirky adoptation of the software by several Linux distributions, |website-mailman| has a not so trivial setup (after all you have to connect it to your |abbr_mta| and serve its web-frontend).
| It was slightly annoying to set it up in my case, but eventually it all worked out.
|
@@ -639,7 +639,7 @@ Mailman
Stikked
-------
-| The |website-php|-based little webapp |website-stikked| is able to be your own little |website-pastebin| replacement. There are also some nice :abbr:`cli (command line interface)`'s around for it.
+| The |website-php|-based little webapp |website-stikked| is able to be your own little |website-pastebin| replacement. There are also some nice |abbr_cli|'s around for it.
|
* */etc/nginx/stikked.conf*
@@ -723,7 +723,7 @@ Stikked
Wordpress
---------
-| Although I try really hard to get around |website-wordpress| wherever I can by now, it is used by many for their websites and I am also still responsible for a few instances myself. According to its |wiki-wordpress|, the |website-php|-based :abbr:`CMS (content management system)` has reached a worldwide coverage of more than 25%.
+| Although I try really hard to get around |website-wordpress| wherever I can by now, it is used by many for their websites and I am also still responsible for a few instances myself. According to its |wiki-wordpress|, the |website-php|-based |abbr_cms| has reached a worldwide coverage of more than 25%.
| That's pretty crazy, considering its |wiki-wordpress_vulnerabilities|.
* */etc/nginx/wordpress.conf*
@@ -857,7 +857,7 @@ Wordpress
PostfixAdmin
------------
| When using |website-postfix| as your *MTA* and |website-mariadb| as a backend for your user data, |website-postfixadmin| is a very nice and easy choice to add, delete and change accounts, forwards, etc. for all the domains you run.
-| Nevertheless, this is most likely one of those webapps you might want to hide behind a geoblocker and use a :abbr:`VPN (Virtual Private Network)` to access it.
+| Nevertheless, this is most likely one of those webapps you might want to hide behind a geoblocker and use a |abbr_vpn| to access it.
* */etc/nginx/postfixadmin.conf*
@@ -1015,7 +1015,7 @@ phpMyAdmin
cgit
----
-| The blazingly fast |wiki-cgi| web-interface for |website-git| - the amazing :abbr:`VCS (version control system)` - is a must for everyone self-hosting some repositories.
+| The blazingly fast |wiki-cgi| web-interface for |website-git| - the amazing |abbr_vcs| - is a must for everyone self-hosting some repositories.
| |website-cgit| does not require a database, is themeable and very configurable. In conjunction with lightweight access control systems, such as |website-gitosis|, you get a very fast and flexible setup.
|
@@ -1445,3 +1445,23 @@ _________
<a href="https://codex.wordpress.org/Create_A_Network" target="_blank">multisite feature</a>
+.. |abbr_mta| raw:: html
+
+ <abbr title="Message Transfer Agent" >MTA</abbr>
+
+.. |abbr_cli| raw:: html
+
+ <abbr title="command line interface" >cli</abbr>
+
+.. |abbr_cms| raw:: html
+
+ <abbr title="content management system" >CMS</abbr>
+
+.. |abbr_vpn| raw:: html
+
+ <abbr title="Virtual Private Network" >VPN</abbr>
+
+.. |abbr_vcs| raw:: html
+
+ <abbr title="version control system" >VCS</abbr>
+