# HG changeset patch # User David Demelier # Date 1486040132 -3600 # Node ID 186864e9f13120b935b452d9fef8531a4ede4b6e # Parent 5e9b7ff956b369be371c8044998af35b1801475a Docs: fix multiple slashes in documentation, closes #624 diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/event/onQueryCommand.md --- 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. diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.Directory/Irccd.Directory.prototype.find.md --- 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," diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.Directory/Irccd.Directory.prototype.remove.md --- 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)." diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.exists.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.basename.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.constructor.md --- 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 diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.dirname.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.lines.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.read.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.readline.md --- 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 diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.remove.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.seek.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.stat.md --- 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 diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.tell.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.prototype.write.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.remove.md --- 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." --- diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.File/Irccd.File.stat.md --- 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 diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.Server/Irccd.Server.prototype.whois.md --- 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." diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/api/module/Irccd.System/Irccd.System.popen.md --- 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 diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/dev/plugin-javascript-introduction.md --- 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 diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/irccd/configuring.md --- 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 diff -r 5e9b7ff956b3 -r 186864e9f131 doc/html/resources/template.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$ - - - + + + $if(guide)$ - + $endif$ @@ -182,10 +182,10 @@ - - + + - +