changeset 422:186864e9f131

Docs: fix multiple slashes in documentation, closes #624
author David Demelier <markand@malikania.fr>
date Thu, 02 Feb 2017 13:55:32 +0100
parents 5e9b7ff956b3
children 28dcfce7cd8c cd3f7c712d9e
files doc/html/api/event/onQueryCommand.md doc/html/api/module/Irccd.Directory/Irccd.Directory.prototype.find.md doc/html/api/module/Irccd.Directory/Irccd.Directory.prototype.remove.md doc/html/api/module/Irccd.File/Irccd.File.exists.md doc/html/api/module/Irccd.File/Irccd.File.prototype.basename.md doc/html/api/module/Irccd.File/Irccd.File.prototype.constructor.md doc/html/api/module/Irccd.File/Irccd.File.prototype.dirname.md doc/html/api/module/Irccd.File/Irccd.File.prototype.lines.md doc/html/api/module/Irccd.File/Irccd.File.prototype.read.md doc/html/api/module/Irccd.File/Irccd.File.prototype.readline.md doc/html/api/module/Irccd.File/Irccd.File.prototype.remove.md doc/html/api/module/Irccd.File/Irccd.File.prototype.seek.md doc/html/api/module/Irccd.File/Irccd.File.prototype.stat.md doc/html/api/module/Irccd.File/Irccd.File.prototype.tell.md doc/html/api/module/Irccd.File/Irccd.File.prototype.write.md doc/html/api/module/Irccd.File/Irccd.File.remove.md doc/html/api/module/Irccd.File/Irccd.File.stat.md doc/html/api/module/Irccd.Server/Irccd.Server.prototype.whois.md doc/html/api/module/Irccd.System/Irccd.System.popen.md doc/html/dev/plugin-javascript-introduction.md doc/html/irccd/configuring.md doc/html/resources/template.html
diffstat 22 files changed, 35 insertions(+), 35 deletions(-) [+]
line wrap: on
line diff
--- a/doc/html/api/event/onQueryCommand.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/event/onQueryCommand.md	Thu Feb 02 13:55:32 2017 +0100
@@ -9,4 +9,4 @@
   - "**message**: the real message, without the ! part."
 ---
 
-Synonym of [onCommand](@baseurl@/api/event/onCommand.html) but for queries.
+Synonym of [onCommand](@baseurl@api/event/onCommand.html) but for queries.
--- a/doc/html/api/module/Irccd.Directory/Irccd.Directory.prototype.find.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.Directory/Irccd.Directory.prototype.find.md	Thu Feb 02 13:55:32 2017 +0100
@@ -1,7 +1,7 @@
 ---
 method: find
 js: true
-summary: "Synonym of [Irccd.Directory.find](@baseurl@/api/module/Irccd.Directory/function/find.html) but the path is taken from the directory object."
+summary: "Synonym of [Irccd.Directory.find](@baseurl@api/module/Irccd.Directory/function/find.html) but the path is taken from the directory object."
 synopsis: "Directory.prototype.find(pattern, recursive)"
 arguments:
   - "**pattern**: the regular expression or file name,"
--- a/doc/html/api/module/Irccd.Directory/Irccd.Directory.prototype.remove.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.Directory/Irccd.Directory.prototype.remove.md	Thu Feb 02 13:55:32 2017 +0100
@@ -1,7 +1,7 @@
 ---
 method: remove
 js: true
-summary: "Synonym of [Irccd.Directory.remove](@baseurl@/api/module/Irccd.Directory/function/remove.html) but the path is taken from the directory object."
+summary: "Synonym of [Irccd.Directory.remove](@baseurl@api/module/Irccd.Directory/function/remove.html) but the path is taken from the directory object."
 synopsis: "Directory.prototype.remove(recursive)"
 arguments:
   - "**recursive**: recursively or not (Optional, default: false)."
--- a/doc/html/api/module/Irccd.File/Irccd.File.exists.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.exists.md	Thu Feb 02 13:55:32 2017 +0100
@@ -6,5 +6,5 @@
 arguments:
   - "**path**: the path to the file."
 returns: "True if exists."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.basename.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.basename.md	Thu Feb 02 13:55:32 2017 +0100
@@ -1,7 +1,7 @@
 ---
 method: basename
 js: true
-summary: "Synonym of [Irccd.File.basename](@baseurl@/api/module/Irccd.File/function/basename.html) but with the path from the file."
+summary: "Synonym of [Irccd.File.basename](@baseurl@api/module/Irccd.File/function/basename.html) but with the path from the file."
 synopsis: "File.prototype.basename()"
 returns: "The base name."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.constructor.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.constructor.md	Thu Feb 02 13:55:32 2017 +0100
@@ -6,7 +6,7 @@
 arguments:
   - "**path**: the path to the file,"
   - "**mode**: the mode string."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
 
 ## Mode
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.dirname.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.dirname.md	Thu Feb 02 13:55:32 2017 +0100
@@ -1,7 +1,7 @@
 ---
 method: dirname
 js: true
-summary: "Synonym of [Irccd.File.dirname](@baseurl@/api/module/Irccd.File/function/dirname.html) but with the path from the file."
+summary: "Synonym of [Irccd.File.dirname](@baseurl@api/module/Irccd.File/function/dirname.html) but with the path from the file."
 synopsis: "File.prototype.dirname()"
 returns: "The directory name."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.lines.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.lines.md	Thu Feb 02 13:55:32 2017 +0100
@@ -4,5 +4,5 @@
 summary: "Read all lines and return an array."
 synopsis: "File.prototype.lines()"
 returns: "An array with all lines."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.read.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.read.md	Thu Feb 02 13:55:32 2017 +0100
@@ -6,5 +6,5 @@
 arguments:
   - "**amount**: the amount of characters or -1 to read all (Optional, default: -1)."
 returns: "The string."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.readline.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.readline.md	Thu Feb 02 13:55:32 2017 +0100
@@ -4,7 +4,7 @@
 summary: "Read the next line available."
 synopsis: "File.prototype.readline()"
 returns: "The next line or undefined if eof."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
 
 ## Remarks
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.remove.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.remove.md	Thu Feb 02 13:55:32 2017 +0100
@@ -3,5 +3,5 @@
 js: true
 summary: "Synonym of File.remove(path) but with the path from the file."
 synopsis: "File.prototype.remove()"
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.seek.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.seek.md	Thu Feb 02 13:55:32 2017 +0100
@@ -6,5 +6,5 @@
 arguments:
   - "**type**: the type of setting (`Irccd.File.SeekSet`, `Irccd.File.SeekCur`, `Irccd.File.SeekSet`),"
   - "**amount**: the new offset."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.stat.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.stat.md	Thu Feb 02 13:55:32 2017 +0100
@@ -1,10 +1,10 @@
 ---
 method: stat
 js: true
-summary: "Synonym of [Irccd.File.stat](@baseurl@/api/module/Irccd.File/function/stat.html) but with the path from the file."
+summary: "Synonym of [Irccd.File.stat](@baseurl@api/module/Irccd.File/function/stat.html) but with the path from the file."
 synopsis: "File.prototype.stat()"
 returns: "The stat information."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
 
 ## Remarks
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.tell.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.tell.md	Thu Feb 02 13:55:32 2017 +0100
@@ -4,5 +4,5 @@
 summary: "Get the actual position in the file."
 synopsis: "pos = File.prototype.tell()"
 returns: "The position."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.prototype.write.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.prototype.write.md	Thu Feb 02 13:55:32 2017 +0100
@@ -6,5 +6,5 @@
 arguments:
   - "**data**: the character to write."
 returns: "The number of bytes written."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.remove.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.remove.md	Thu Feb 02 13:55:32 2017 +0100
@@ -5,5 +5,5 @@
 synopsis: "Irccd.File.remove(path)"
 arguments:
   - "**path**: the path to the file."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
--- a/doc/html/api/module/Irccd.File/Irccd.File.stat.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.File/Irccd.File.stat.md	Thu Feb 02 13:55:32 2017 +0100
@@ -23,7 +23,7 @@
 arguments:
   - "**path**: the path to the file."
 returns: "The stat information."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
 
 ## Remarks
--- a/doc/html/api/module/Irccd.Server/Irccd.Server.prototype.whois.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.Server/Irccd.Server.prototype.whois.md	Thu Feb 02 13:55:32 2017 +0100
@@ -1,7 +1,7 @@
 ---
 method: whois
 js: true
-summary: "Get whois information from a user. The function will generate [onWhois](@baseurl@/api/event/onWhois.html) event."
+summary: "Get whois information from a user. The function will generate [onWhois](@baseurl@api/event/onWhois.html) event."
 synopsis: "Server.prototype.whois(target)"
 arguments:
   - "**target**: the target."
--- a/doc/html/api/module/Irccd.System/Irccd.System.popen.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/api/module/Irccd.System/Irccd.System.popen.md	Thu Feb 02 13:55:32 2017 +0100
@@ -6,8 +6,8 @@
 arguments:
   - "**cmd**: the command to execute,"
   - "**mode**: the mode (e.g. `r`)."
-returns: "An [Irccd.File](@baseurl@/api/module/Irccd.File/index.html) object."
-throws: "An [Irccd.SystemError](@baseurl@/api/module/Irccd/index.html#types) on failures."
+returns: "An [Irccd.File](@baseurl@api/module/Irccd.File/index.html) object."
+throws: "An [Irccd.SystemError](@baseurl@api/module/Irccd/index.html#types) on failures."
 ---
 
 ## Remarks
--- a/doc/html/dev/plugin-javascript-introduction.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/dev/plugin-javascript-introduction.md	Thu Feb 02 13:55:32 2017 +0100
@@ -169,6 +169,6 @@
 plugin foo: error condition
 ````
 
-[onMessage]: @baseurl@/api/event/onMessage.html
-[server-api]: @baseurl@/api/module/Irccd.Server/index.html
-[server-message]: @baseurl@/api/module/Irccd.Server/Irccd.Server.prototype.message.html
+[onMessage]: @baseurl@api/event/onMessage.html
+[server-api]: @baseurl@api/module/Irccd.Server/index.html
+[server-message]: @baseurl@api/module/Irccd.Server/Irccd.Server.prototype.message.html
--- a/doc/html/irccd/configuring.md	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/irccd/configuring.md	Thu Feb 02 13:55:32 2017 +0100
@@ -322,7 +322,7 @@
 myplugin = /path/to/myplugin.js        # Use absolute path
 ````
 
-[cfgdir]: @baseurl@/irccd/paths.html
-[cp]: @baseurl@/misc/common-patterns-and-formatting.html
-[irccdctl]: @baseurl@/irccdctl/index.html
-[sockets]: @baseurl@/dev/socket-commands.html
+[cfgdir]: @baseurl@irccd/paths.html
+[cp]: @baseurl@misc/common-patterns-and-formatting.html
+[irccdctl]: @baseurl@irccdctl/index.html
+[sockets]: @baseurl@dev/socket-commands.html
--- a/doc/html/resources/template.html	Thu Feb 02 13:42:12 2017 +0100
+++ b/doc/html/resources/template.html	Thu Feb 02 13:55:32 2017 +0100
@@ -11,12 +11,12 @@
     <title>$title$</title>
 
     <!-- CSS -->
-    <link href="$baseurl$/css/bootstrap.min.css" rel="stylesheet">
-    <link href="$baseurl$/css/tomorrow.css" rel="stylesheet">
-    <link href="$baseurl$/css/doc.css" rel="stylesheet">
+    <link href="$baseurl$css/bootstrap.min.css" rel="stylesheet">
+    <link href="$baseurl$css/tomorrow.css" rel="stylesheet">
+    <link href="$baseurl$css/doc.css" rel="stylesheet">
 
 $if(guide)$
-    <link href="$baseurl$/css/doc-guide.css" rel="stylesheet">
+    <link href="$baseurl$css/doc-guide.css" rel="stylesheet">
 $endif$
 
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
@@ -182,10 +182,10 @@
     <!-- Bootstrap core JavaScript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
-    <script src="$baseurl$/js/jquery.min.js"></script>
-    <script src="$baseurl$/js/bootstrap.min.js"></script>
+    <script src="$baseurl$js/jquery.min.js"></script>
+    <script src="$baseurl$js/bootstrap.min.js"></script>
 
-    <script src="$baseurl$/js/highlight.min.js"></script>
+    <script src="$baseurl$js/highlight.min.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
     <script>jQuery("table").addClass("table");</script>
     <script>jQuery("#toc").addClass("nav");</script>