aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text')
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&only_with_tag=HEAD/index.html25
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&only_with_tag=MAIN/index.html25
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=author&only_with_tag=MAIN/index.html25
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=date&only_with_tag=HEAD/index.html25
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=date/index.html25
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=HEAD/index.html25
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=MAIN/index.html25
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log/index.html25
-rw-r--r--cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup/index.html25
9 files changed, 225 insertions, 0 deletions
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&only_with_tag=HEAD/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&only_with_tag=HEAD/index.html
new file mode 100644
index 00000000..f050ffc5
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&only_with_tag=HEAD/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify?only_with_tag=HEAD"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify?only_with_tag=HEAD">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?only_with_tag=HEAD">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?only_with_tag=HEAD">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?only_with_tag=HEAD">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?only_with_tag=HEAD">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify?only_with_tag=HEAD">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1&amp;only_with_tag=HEAD" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (23 months, 1 week ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&only_with_tag=MAIN/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&only_with_tag=MAIN/index.html
new file mode 100644
index 00000000..11228a9c
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&only_with_tag=MAIN/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify?only_with_tag=MAIN"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify?only_with_tag=MAIN">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?only_with_tag=MAIN">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?only_with_tag=MAIN">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?only_with_tag=MAIN">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?only_with_tag=MAIN">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify?only_with_tag=MAIN">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1&amp;only_with_tag=MAIN" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (22 months, 1 week ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=author&only_with_tag=MAIN/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=author&only_with_tag=MAIN/index.html
new file mode 100644
index 00000000..017abf94
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=author&only_with_tag=MAIN/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify?sortby=author&amp;only_with_tag=MAIN"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify?sortby=author&amp;only_with_tag=MAIN">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=author&amp;only_with_tag=MAIN">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=author&amp;only_with_tag=MAIN">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=author&amp;only_with_tag=MAIN">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=author&amp;only_with_tag=MAIN">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify?sortby=author&amp;only_with_tag=MAIN">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1&amp;sortby=author&amp;only_with_tag=MAIN" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (23 months ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=date&only_with_tag=HEAD/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=date&only_with_tag=HEAD/index.html
new file mode 100644
index 00000000..6689a53c
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=date&only_with_tag=HEAD/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify?sortby=date&amp;only_with_tag=HEAD"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify?sortby=date&amp;only_with_tag=HEAD">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=date&amp;only_with_tag=HEAD">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=date&amp;only_with_tag=HEAD">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=date&amp;only_with_tag=HEAD">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=date&amp;only_with_tag=HEAD">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify?sortby=date&amp;only_with_tag=HEAD">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1&amp;sortby=date&amp;only_with_tag=HEAD" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (23 months, 1 week ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=date/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=date/index.html
new file mode 100644
index 00000000..1443bbc5
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=date/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify?sortby=date"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify?sortby=date">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=date">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=date">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=date">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=date">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify?sortby=date">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1&amp;sortby=date" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (22 months, 3 weeks ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=HEAD/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=HEAD/index.html
new file mode 100644
index 00000000..f173b362
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=HEAD/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify?sortby=log&amp;only_with_tag=HEAD"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify?sortby=log&amp;only_with_tag=HEAD">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=log&amp;only_with_tag=HEAD">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=log&amp;only_with_tag=HEAD">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=log&amp;only_with_tag=HEAD">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=log&amp;only_with_tag=HEAD">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify?sortby=log&amp;only_with_tag=HEAD">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1&amp;sortby=log&amp;only_with_tag=HEAD" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (2 years, 2 months ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=MAIN/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=MAIN/index.html
new file mode 100644
index 00000000..a6d87af1
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log&only_with_tag=MAIN/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify?sortby=log&amp;only_with_tag=MAIN"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify?sortby=log&amp;only_with_tag=MAIN">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=log&amp;only_with_tag=MAIN">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=log&amp;only_with_tag=MAIN">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=log&amp;only_with_tag=MAIN">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=log&amp;only_with_tag=MAIN">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify?sortby=log&amp;only_with_tag=MAIN">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1&amp;sortby=log&amp;only_with_tag=MAIN" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (22 months, 3 weeks ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log/index.html
new file mode 100644
index 00000000..5a2529c8
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup&sortby=log/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify?sortby=log"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify?sortby=log">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/?sortby=log">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=log">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/?sortby=log">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/?sortby=log">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify?sortby=log">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1&amp;sortby=log" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (2 years ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file
diff --git a/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup/index.html b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup/index.html
new file mode 100644
index 00000000..a46d2c2e
--- /dev/null
+++ b/cvs/cvsweb.cgi/CVSROOT/notify?rev=1.1&content-type=text/x-cvsweb-markup/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
+<HEAD><style> A { color:black }</style>
+<!-- hennerik CVSweb $Revision: 1.93 $ -->
+<TITLE>CVSROOT/notify - view - 1.1</TITLE></HEAD>
+<BODY BGCOLOR="#eeeeee">
+<table width="100%" border=0 cellspacing=0 cellpadding=1 bgcolor="#aaaaaa"><tr valign=bottom><td><a href="notify"><IMG SRC="http://www.nevrax.org/inc/img/picto-up.gif" ALT="[BACK]" BORDER="0" WIDTH="14" HEIGHT="13"></a> <b>Return to <A HREF="notify">notify</A>
+ CVS log</b> <IMG SRC="http://www.nevrax.org/inc/img/picto-news.gif" ALT="[TXT]" BORDER="0" WIDTH="13" HEIGHT="15"></td><td align=right><IMG SRC="http://www.nevrax.org/inc/img/picto-dir.gif" ALT="[DIR]" BORDER="0" WIDTH="15" HEIGHT="13"> <b>Up to <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/">CVSROOT</a></b></td></tr></table><HR noshade><table width="100%"><tr><td bgcolor="#ffffff">File: <a href="/cvs/cvsweb.cgi/">Nevrax</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/">CVSROOT</a> / <a href="/cvs/cvsweb.cgi/CVSROOT/notify">notify</a>&nbsp;(<A HREF="/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/CVSROOT/notify?rev=1.1','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>)<BR>
+Revision <B>1.1</B>, <i>Tue Mar 28 14:04:25 2000 UTC</i> (2 years, 2 months ago) by <i>root</i>
+<BR>Branch: <b>MAIN</b>
+<BR>CVS Tags: <b>HEAD</b><PRE>
+initial checkin
+</PRE>
+</td></tr></table><HR noshade><PRE># The &quot;notify&quot; file controls where notifications from watches set by
+# &quot;cvs watch add&quot; or &quot;cvs edit&quot; are sent. &nbsp;The first entry on a line is
+# a regular expression which is tested against the directory that the
+# change is being made to, relative to the $CVSROOT. &nbsp;If it matches,
+# then the remainder of the line is a filter program that should contain
+# one occurrence of %s for the user to notify, and information on its
+# standard input.
+#
+# &quot;ALL&quot; or &quot;DEFAULT&quot; can be used in place of the regular expression.
+#
+# For example:
+#ALL mail %s -s &quot;CVS notification&quot;
+</PRE> \ No newline at end of file