aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/url
diff options
context:
space:
mode:
authorGravatar un1versal2015-11-17 11:14:55 +0000
committerGravatar un1versal2015-11-21 17:34:36 +0000
commitd15041fe87c5e76c1d20ce35a6cbfa00e4b31d92 (patch)
treed7a8a1891f4619910beaae318696397650ed3978 /src/modules/url
parentnumeric: Assign vars only if we need them (diff)
downloadKVIrc-d15041fe87c5e76c1d20ce35a6cbfa00e4b31d92.tar.gz
KVIrc-d15041fe87c5e76c1d20ce35a6cbfa00e4b31d92.tar.bz2
KVIrc-d15041fe87c5e76c1d20ce35a6cbfa00e4b31d92.zip
fix wrong formatting tags in @docs text
something I stumbled across while looking around in docs. replace helplogoleft
Diffstat (limited to 'src/modules/url')
-rw-r--r--src/modules/url/libkviurl.cpp59
1 files changed, 30 insertions, 29 deletions
diff --git a/src/modules/url/libkviurl.cpp b/src/modules/url/libkviurl.cpp
index f0b3de756..27438df90 100644
--- a/src/modules/url/libkviurl.cpp
+++ b/src/modules/url/libkviurl.cpp
@@ -679,16 +679,17 @@ void loadBanList()
@description:
This command opens a window containing the URLs' list.
In the list there is other information:[br]
- [U]Window[/U] : window where the URL has been shown last[br]
- [U]Count[/U] : number of URLs shown[br]
- [U]Timestamp[/U] : date/time when the URL has been shown first[br]
+ [b]Window[/b]: window where the URL has been shown last[br]
+ [b]Count[/b]: number of URLs shown[br]
+ [b]Timestamp[/b]: date/time when the URL has been shown first[br][br]
+
Clicking right on the URL column of the list a menu will popup, through it
you can remove the selected item, find the URL in the window it appeared last, and
- say it to: [I]@Console, Channels, Queries, DCC Chats[/I] and [I]User windows[/I].[br]
+ say it to: [i]@Console, Channels, Queries, DCC Chats[/i] and [i]User windows[/i].[br]
The list is saved to file when you click on the menu item or when you unload the plugin
- on condition that you have checked the relative checkbox in configuration dialog.[br]
- You can also open the URL in your web browser double clicking on it in the URL list window.[br][br]
-
+ on condition that you have checked the relative checkbox in configuration dialog.[br][br]
+
+ You can also open the URL in your web browser double clicking on it in the URL list window.
*/
static bool url_kvs_cmd_list(KviKvsModuleCommandCall *)
@@ -733,14 +734,12 @@ UrlDlgList *findFrame()
url.config
@description:
This command opens a configuration window where it is possible
- to setup plugin's parameters. You can also open this window by
- using popup menu in the URL list window<BR><BR>
- <H3>Configure dialog options:</H3>
- There is also a ban list widget, which allows to have a list of words that plugin mustn't catch.<BR><BR>
- <I>E.g.<BR>
- <blockquote>if the word "ftp" is inserted in the ban list and if in a window there is an output like "ftp.kvirc.net",
- the URL will not be caught.</blockquote></I>
- <HR>
+ to setup plugin's parameters.[br]
+ You can also open this window by using popup menu in the URL list window[br]
+ [big]Configure dialog options:[/big]
+ There is also a ban list widget, which allows to have a list of words that plugin must not catch.[br][br]
+ [i]e.g. if the word "ftp" is inserted in the ban list and if in a window there is an output like "ftp.kvirc.net",
+ the URL will not be caught.[/i]
*/
static bool url_kvs_cmd_config(KviKvsModuleCommandCall *)
@@ -906,24 +905,26 @@ void url_module_config()
The URL list module
@body:
This plugin keeps track of all URLs shown in KVIrc windows.
- <H3>Exported commands:</H3>
- <B>/URL.list</B> : this command opens a window containing the URLs' list.
- In the list there is other information:<BR>
- <U>Window</U> : window where the URL has been shown last<BR>
- <U>Count</U> : number of URLs shown<BR>
- <U>Timestamp</U> : date/time when the URL has been shown first<BR>
+ [big]Exported commands:[/big]
+ [b]/url.list[/b]: this command opens a window containing the URLs' list.
+ In the list there is other information:[br]
+ [b]Window[/b]: window where the URL has been shown last[br]
+ [b]Count[/b]: number of URLs shown[br]
+ [b]Timestamp[/b]: date/time when the URL has been shown first[br]
+
Clicking right on the URL column of the list a menu will popup, through it
you can remove the selected item, find the URL in the window it appeared last, and
- say it to: <I>@Console, Channels, Queries, DCC Chats</I> and <I>User windows</I>.<BR>
+ say it to: [i]@Console, Channels, Queries, DCC Chats[/i] and [i]User windows[/i].[br]
The list is saved to file when you click on the menu item or when you unload the plugin
- on condition that you have checked the relative checkbox in configuration dialog.<BR>
- You can also open the URL in your web browser double clicking on it in the URL list window.<BR><BR>
+ on condition that you have checked the relative checkbox in configuration dialog.[br]
+
+ You can also open the URL in your web browser double clicking on it in the URL list window.[br][br]
- Mail me if you have any suggestion or you want to notice a bug.<BR>
- <B>Andrea 'YaP' Parrella</B> &lt;anandrea@iname.com&gt;<BR><BR>
- Thanks to:<BR>
- <B>Szymon Stefanek</B> and <B>Till Bush</B> for their help.<BR>
- <B>Ted Podgurski</B> for toolbar's icons.
+ Mail me if you have any suggestion or you want to notice a bug.[br]
+ [b]Andrea 'YaP' Parrella[/b] &lt;anandrea@iname.com&gt;[br][br]
+ Thanks to:[br]
+ [b]Szymon Stefanek[/b] and [b]Till Bush[/b] for their help.[br]
+ [b]Ted Podgurski[/b] for toolbar's icons.
*/