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/NA.css | 34 +++++++
plugins/NotifyAnything/docs/Public Domain.txt | 1 +
plugins/NotifyAnything/docs/Sendlog.htm | 122 ++++++++++++++++++++++++++
3 files changed, 157 insertions(+)
create mode 100644 plugins/NotifyAnything/docs/NA.css
create mode 100644 plugins/NotifyAnything/docs/Public Domain.txt
create mode 100644 plugins/NotifyAnything/docs/Sendlog.htm
(limited to 'plugins/NotifyAnything/docs')
diff --git a/plugins/NotifyAnything/docs/NA.css b/plugins/NotifyAnything/docs/NA.css
new file mode 100644
index 0000000000..21655b76ff
--- /dev/null
+++ b/plugins/NotifyAnything/docs/NA.css
@@ -0,0 +1,34 @@
+BODY
+{
+ font-size: 11pt;
+ color: #000000;
+ font-family: Tahoma;
+ background-color: #ffffff;
+ text-align: justify;
+}
+TD
+{
+ font-size: 11pt;
+ font-family: Tahoma;
+ vertical-align: top;
+}
+PRE
+{
+ color: #002277;
+ text-align: left;
+ margin-bottom: 3pt;
+}
+TABLE
+{
+ border: thin;
+}
+.crow
+{
+ background-color: #f7f7f7;
+}
+.popup
+{
+ font-size: 12px;
+ padding-left: 5px;
+ border: solid 1px #000000;
+}
diff --git a/plugins/NotifyAnything/docs/Public Domain.txt b/plugins/NotifyAnything/docs/Public Domain.txt
new file mode 100644
index 0000000000..f4d97e589e
--- /dev/null
+++ b/plugins/NotifyAnything/docs/Public Domain.txt
@@ -0,0 +1 @@
+NotifyAnything was placed in public domain in 2003 by Daniel Wesslén, do with it as you please.
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
+
+
+
+ Q
+
+ What 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.
+
+
+
+
+
+ Q
+
+ How 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
+
+
+
+
+
+
+ Known Bugs
+ None.
+
+
--
cgit v1.2.3