diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-10 19:26:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-10 19:26:03 +0000 |
commit | 271cf1987ef0dc4d6561d14e0ba89c17bb125903 (patch) | |
tree | ef7d07417ad78bb9701dee50ee5877f044f8fde4 /plugins/NotifyAnything/docs/Sendlog.htm | |
parent | e8688ad378c46c963c66fa6a4c09b9419e02efc0 (diff) |
NotifyAnything plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@3539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotifyAnything/docs/Sendlog.htm')
-rw-r--r-- | plugins/NotifyAnything/docs/Sendlog.htm | 122 |
1 files changed, 122 insertions, 0 deletions
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 @@ +<HTML>
+ <HEAD>
+ <TITLE>Sendlog Documentation</TITLE>
+ <LINK href="NA.css" type="text/css" rel="stylesheet">
+ <META content="Microsoft Visual Studio 7.0" name="GENERATOR"></HEAD>
+ <BODY>
+ <H1>Sendlog</H1>
+ <P>Version 0.0.1.5<BR>
+ by <A href="mailto:wesslen@users.sourceforge.net">Daniel Wesslén</A></P>
+ <H2>Frequently Asked Questions</H2>
+ <P>
+ <TABLE border="0">
+ <TR>
+ <TD><STRONG>Q</STRONG></TD>
+ <TD width="5"></TD>
+ <TD>What does this program do anyway?</TD>
+ </TR>
+ <TR>
+ <TD><STRONG>A</STRONG></TD>
+ <TD></TD>
+ <TD>
+ 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.</TD>
+ </TR>
+ <tr>
+ <td> </td>
+ </tr>
+ <TR>
+ <TD><STRONG>Q</STRONG></TD>
+ <TD></TD>
+ <TD>How should the messages be formatted?</TD>
+ </TR>
+ <TR>
+ <TD><STRONG>A</STRONG></TD>
+ <TD></TD>
+ <TD>
+ <P>Read the Protocol Reference section in the NotifyAnything documentation.</P>
+ </TD>
+ </TR>
+ </TABLE>
+ </P>
+ <H2>
+ Requirements</H2>
+ <P><A href="http://miranda-icq.sourceforge.net">Miranda IM</A> with the <A href="http://www.nortiq.com/miranda/index.php?action=viewfile&id=299">
+ PopUp</A> and <A href="http://www.nortiq.com/miranda/index.php?action=viewfile&id=431">
+ NotifyAnything</A> plugins.</P>
+ <H2>Usage</H2>
+ <P>Simply run sendlog.exe or sendlog32.exe, giving the message as an argument.</P>
+ <PRE>c:\> sendlog Hello<BR>c:\> sendlog32 Hello</PRE>
+ <P>If -T is specified, the message is sent through TCP/IP, otherwise it is sent as
+ a single UDP message.</P>
+ <P>If you start sendlog without any arguments it will accept input and send each
+ line as a separate message. (Not applicable to sendlog32.)</P>
+ <PRE>c:\> sendlog<BR>Hello</PRE>
+ <P>A prefix may be prepended to every line.</P>
+ <PRE>c:\> sendlog -p Bob#<BR>Hello</PRE>
+ <P>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.</P>
+ <PRE>c:\> sendlog -P 12345 Hello<BR>c:\> sendlog -H my.computer.com Hi there!</PRE>
+ <H2>Version History</H2>
+ <P>
+ <TABLE border="0" ID="Table7" bgcolor='#ffffff'>
+ <TR>
+ <TD>0.0.1.5</TD>
+ <TD>
+ <UL>
+ <LI>
+ Can now send messages through TCP as well as UDP.</LI></UL>
+ </TD>
+ </TR>
+ <TR>
+ <TD>0.0.1.4</TD>
+ <TD>
+ <UL>
+ <LI>
+ Can now send messages to other computers.</LI></UL>
+ </TD>
+ </TR>
+ <TR>
+ <TD>0.0.1.3</TD>
+ <TD>
+ <UL>
+ <LI>
+ Fixed problem with -P argument without message arguments.</LI></UL>
+ </TD>
+ </TR>
+ <TR>
+ <TD>0.0.1.2</TD>
+ <TD>
+ <UL>
+ <LI>
+ Can now send messages to any port.</LI></UL>
+ </TD>
+ </TR>
+ <TR>
+ <TD>0.0.1.1</TD>
+ <TD>
+ <UL>
+ <LI>
+ Option to prepend a prefix to every message.
+ <LI>
+ Separated Sendlog from the NotifyAnything package.
+ <LI>
+ Package now includes Sendlog32, a Win32 application, usable when Sendlog causes
+ a console window to appear and rapidly disappear.</LI>
+ </UL>
+ </TD>
+ </TR>
+ <TR>
+ <TD>0.0.1.0</TD>
+ <TD>
+ <UL>
+ <LI>
+ Initial release.</LI></UL>
+ </TD>
+ </TR>
+ </TABLE>
+ </P>
+ <H2>Known Bugs</H2>
+ <P>None.</P>
+ </BODY>
+</HTML>
|