From 3b49e6b16cb2eff84311abccd6387376c6f4bcbf Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 19 Apr 2019 08:51:51 +0200 Subject: posts/*: Fixing the use of the sphinx-only :abbr: docutils role (by defining a new custom role per instance). --- posts/201610-uwsgi.rst | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'posts/201610-uwsgi.rst') 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 @@ _________ multisite feature +.. |abbr_mta| raw:: html + + MTA + +.. |abbr_cli| raw:: html + + cli + +.. |abbr_cms| raw:: html + + CMS + +.. |abbr_vpn| raw:: html + + VPN + +.. |abbr_vcs| raw:: html + + VCS + -- cgit v1.2.3-54-g00ecf