From 5f402772d059e42e7a3585aa9b7472eecbf14fe6 Mon Sep 17 00:00:00 2001 From: plaindocs Date: Thu, 29 May 2014 22:06:35 +0200 Subject: [PATCH 1/3] Update 00_Getting_Started.md Wrong link fix. --- docs/00_Getting_Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index 608e3f6..6ec921e 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -22,7 +22,7 @@ This is a list of sites using Daux.io: * [Daux.io](http://daux.io) -* [Gltn - An open-source word processor webapp](http://ia3.ahoyworld.co.uk/) +* [Gltn - An open-source word processor webapp](http://felkerdigitalmedia.com/gltn/) * [Invade & Annex 3 - An Arma 3 Co-operative Mission](http://ia3.ahoyworld.co.uk/) * [Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation](http://mun.ee) * [ICADMIN: An admin panel powered by CodeIgniter.](http://istocode.com/shared/ic-admin/) From c0951c333243d833d5d416b391ab0c239ba54cbb Mon Sep 17 00:00:00 2001 From: Denis Kisselev Date: Mon, 30 Jun 2014 10:48:08 -0700 Subject: [PATCH 2/3] Updating Gltn url in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c0551..0ba268d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This is a list of sites using Daux.io: * [Daux.io](http://daux.io) -* [Gltn - An open-source word processor webapp](http://ia3.ahoyworld.co.uk/) +* [Gltn - An open-source word processor webapp](http://felkerdigitalmedia.com/gltn/) * [Invade & Annex 3 - An Arma 3 Co-operative Mission](http://ia3.ahoyworld.co.uk/) * [Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation](http://mun.ee) * [ICADMIN: An admin panel powered by CodeIgniter.](http://istocode.com/shared/ic-admin/) From 6205fe135403e70ade8b8374f365d9d47a614d07 Mon Sep 17 00:00:00 2001 From: Denis Kisselev Date: Mon, 30 Jun 2014 16:39:34 -0700 Subject: [PATCH 3/3] Reverting last commit --- libs/live.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/live.php b/libs/live.php index 9e49220..52a956c 100644 --- a/libs/live.php +++ b/libs/live.php @@ -28,7 +28,6 @@ function getfile($tree, $url, $current_dir, $flag = FALSE) { global $docs_path, $base_doc, $options; $url = clean_url($url, "Live", true); - if ($options['clean_urls'] == true) $url = explode("?", $link)[0]; if ($url === '' || $url === 'index') { if (is_file($docs_path . "/index.md")) return $docs_path . "/index.md"; else {