From 7a6d444219ba6b3a42fece459414cc715db0a339 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 22 May 2016 02:39:20 +0200 Subject: Change link formats from [[link|url]] to [link](url). --- create-a-wiki.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'create-a-wiki.mdwn') diff --git a/create-a-wiki.mdwn b/create-a-wiki.mdwn index 37a944f..2965182 100644 --- a/create-a-wiki.mdwn +++ b/create-a-wiki.mdwn @@ -24,14 +24,14 @@ except requests from Internet. # Install and configure Git I can not recall how this was done. Refer to -[[Git's official website|https://git-scm.com/]] +[Git's official website](https://git-scm.com/) # Install and configure Ikiwiki -Refer to [[ikiwiki setup|https://ikiwiki.info/setup/]] at -[[ikiwiki's official website|https://ikiwiki.info]] for initial +Refer to [ikiwiki setup](https://ikiwiki.info/setup/) at +[ikiwiki's official website](https://ikiwiki.info) for initial install and configuration and -[[an article on Git|https://ikiwiki.info/rcs/git/]] for more details on +[an article on Git](https://ikiwiki.info/rcs/git/) for more details on setting up Ikiwiki together with Git. I did my best to answer the questions provided in the initial @@ -77,11 +77,11 @@ The connectivity chart is now as follows # Install and configure Apache 2 For installation, follow the instructions in -[[Apache's official documentation|https://httpd.apache.org/docs]]. I +[Apache's official documentation](https://httpd.apache.org/docs). I got Apache 2.4.6 installed. I needed to activate the userdir module. Refer to -[[Per-user web directories|https://httpd.apache.org/docs/2.4/howto/public_html.html]] +[Per-user web directories](https://httpd.apache.org/docs/2.4/howto/public_html.html) in Apache's documentation. For Debian do the following $ cd /etc/apache2/mods-enabled @@ -89,7 +89,7 @@ in Apache's documentation. For Debian do the following $ ln -s ln -s ../mods-available/userdir.conf Also CGI execution need to be activated. See -[[Dynamic Content with CGI|https://httpd.apache.org/docs/2.4/howto/cgi.html]] +[Dynamic Content with CGI](https://httpd.apache.org/docs/2.4/howto/cgi.html) in Apache's documentation. My _/etc/apache2/mods-available/userdir.conf_ now looks as follows @@ -130,7 +130,7 @@ But what if I want to inspect and verify my local changes before pushing them to _origin/master_? The subject is covered in -[[the article on Git|https://ikiwiki.info/rcs/git/]]. I did what +[the article on Git](https://ikiwiki.info/rcs/git/). I did what follows. Copy _wiki.setup_ to _wiki-preview.setup_ and edit those fields: -- cgit v1.2.3