From 271cf1987ef0dc4d6561d14e0ba89c17bb125903 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Feb 2013 19:26:03 +0000 Subject: NotifyAnything plugin git-svn-id: http://svn.miranda-ng.org/main/trunk@3539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotifyAnything/docs/Sendlog.htm | 122 ++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 plugins/NotifyAnything/docs/Sendlog.htm (limited to 'plugins/NotifyAnything/docs/Sendlog.htm') diff --git a/plugins/NotifyAnything/docs/Sendlog.htm b/plugins/NotifyAnything/docs/Sendlog.htm new file mode 100644 index 0000000000..3adaa6594f --- /dev/null +++ b/plugins/NotifyAnything/docs/Sendlog.htm @@ -0,0 +1,122 @@ + + + Sendlog Documentation + + + +

Sendlog

+

Version 0.0.1.5
+ by Daniel Wesslén

+

Frequently Asked Questions

+

+ + + + + + + + + + + + + + + + + + + + + + + + +
QWhat does this program do anyway?
A + Sendlog sends the arguments you give it as a message to NotifyAnything, which + will forward them to the PopUp plugin, which will display a nice little window.
 
QHow should the messages be formatted?
A +

Read the Protocol Reference section in the NotifyAnything documentation.

+
+

+

+ Requirements

+

Miranda IM with the + PopUp and + NotifyAnything plugins.

+

Usage

+

Simply run sendlog.exe or sendlog32.exe, giving the message as an argument.

+
c:\> sendlog Hello
c:\> sendlog32 Hello
+

If -T is specified, the message is sent through TCP/IP, otherwise it is sent as + a single UDP message.

+

If you start sendlog without any arguments it will accept input and send each + line as a separate message. (Not applicable to sendlog32.)

+
c:\> sendlog
Hello
+

A prefix may be prepended to every line.

+
c:\> sendlog -p Bob#
Hello
+

It is possible to send messages to a port different from the default (12001) by + providing it with -P, or to a different computer using -H.

+
c:\> sendlog -P 12345 Hello
c:\> sendlog -H my.computer.com Hi there!
+

Version History

+

+ + + + + + + + + + + + + + + + + + + + + + + + + +
0.0.1.5 +
    +
  • + Can now send messages through TCP as well as UDP.
+
0.0.1.4 +
    +
  • + Can now send messages to other computers.
+
0.0.1.3 +
    +
  • + Fixed problem with -P argument without message arguments.
+
0.0.1.2 +
    +
  • + Can now send messages to any port.
+
0.0.1.1 +
    +
  • + Option to prepend a prefix to every message.  +
  • + Separated Sendlog from the NotifyAnything package. +
  • + Package now includes Sendlog32, a Win32 application, usable when Sendlog causes + a console window to appear and rapidly disappear.
  • +
+
0.0.1.0 +
    +
  • + Initial release.
+
+

+

Known Bugs

+

None.

+ + -- cgit v1.2.3