INN commit: trunk (6 files)
INN Commit
Russ_Allbery at isc.org
Mon Nov 17 19:14:17 UTC 2008
Date: Monday, November 17, 2008 @ 11:14:16
Author: iulius
Revision: 8170
Add innreport.css and install it to pathhttp.
Thanks to Alexander Bartolich for his style.
Added:
trunk/samples/innreport.css
Modified:
trunk/MANIFEST
trunk/samples/innreport.conf.in
trunk/site/ (properties)
trunk/site/Makefile
trunk/support/mkmanifest
---------------------------+
MANIFEST | 1
samples/innreport.conf.in | 6 +-
samples/innreport.css | 89 ++++++++++++++++++++++++++++++++++++++++++++
site/Makefile | 7 ++-
support/mkmanifest | 1
5 files changed, 99 insertions(+), 5 deletions(-)
Modified: MANIFEST
===================================================================
--- MANIFEST 2008-11-17 19:12:27 UTC (rev 8169)
+++ MANIFEST 2008-11-17 19:14:16 UTC (rev 8170)
@@ -634,6 +634,7 @@
samples/inn.conf.in General INN configuration
samples/innfeed.conf Outgoing feed configuration
samples/innreport.conf.in Log summary configuration
+samples/innreport.css Style for innreport web pages
samples/innwatch.ctl INN monitoring configuration
samples/localgroups Local newsgroups with descriptions
samples/moderators Moderation submission addresses
Modified: samples/innreport.conf.in
===================================================================
--- samples/innreport.conf.in 2008-11-17 19:12:27 UTC (rev 8169)
+++ samples/innreport.conf.in 2008-11-17 19:14:16 UTC (rev 8170)
@@ -1,11 +1,11 @@
######################################################################
-# Configuration file for innreport (3.*).
+# Configuration file for innreport.
#
# Sample file for INN.
-# Tested with INN 2.3, 2.1, 1.7.2 and 1.5.1.
#
# (c) 1997, 1998, 1999 by Fabien Tassin <fta at sofaraway.org>
-# version 3.0.5
+#
+# $Id$
######################################################################
# Default parameters
Added: samples/innreport.css
===================================================================
--- samples/innreport.css (rev 0)
+++ samples/innreport.css 2008-11-17 19:14:16 UTC (rev 8170)
@@ -0,0 +1,89 @@
+/*
+** $Id$
+**
+** innreport.css -- for parameter html_css_url in innreport.conf
+**
+** Style created by Alexander Bartolich, 2008.
+*/
+div.ir-pageTitle {
+ border-bottom:4px double black;
+ border-top:4px double black;
+ margin-bottom:2ex;
+ margin-top:2ex;
+ text-align:center;
+}
+div.ir-feedTotals {
+ margin-bottom:1ex;
+ margin-left:auto;
+ margin-right:auto;
+ text-align:center;
+}
+table.ir-archives,
+table.ir-report {
+ border-collapse:collapse;
+ margin-left:auto;
+ margin-right:auto;
+ margin-top:1ex;
+ margin-bottom:1ex;
+}
+table.ir-archives td,
+table.ir-archives th,
+table.ir-report td,
+table.ir-report th {
+ border:1px solid black;
+ empty-cells:show;
+ padding:0.3ex 0.3em 0.3ex 0.3em;
+}
+table.ir-archives th,
+table.ir-report th {
+ font-weight:bold;
+ background-color:#D3D3D3;
+}
+table.ir-archives th,
+table.ir-report th,
+tr.ir-totalRow td,
+tr.ir-headerRow th {
+ border-bottom:2px solid black;
+ border-top:2px solid black;
+}
+div.ir-pageFooter {
+ border-top:4px double black;
+ padding-top:1ex;
+ margin-top:1ex;
+ vertical-align:top;
+}
+div.ir-pageFooter img {
+ border:0;
+ float:left;
+ margin-right:1em;
+}
+div.ir-versionNotice {
+ font-size:small;
+}
+div.ir-section {
+ border-top:1px solid black;
+}
+p.ir-sectionTitle {
+ font-weight:bold;
+}
+div.ir-logFileLines {
+ font-family:monospace;
+}
+div.ir-reportGraph {
+ margin-left:auto;
+ margin-right:auto;
+ margin-top:1ex;
+ margin-bottom:1ex;
+ text-align:center;
+}
+td.ir-totalColumn {
+ text-align:left;
+ font-weight:bold;
+}
+tr.ir-oddRow td,
+td.ir-primaryKey {
+ background-color:#F8E0E0;
+}
+
+
+
Property changes on: trunk/samples/innreport.css
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
Property changes on: trunk/site
___________________________________________________________________
Modified: svn:ignore
- INN.py
active.minimal
actsync.cfg
actsync.ign
buffindexed.conf
config
control.ctl
cycbuff.conf
distrib.pats
distributions
expire.ctl
filter.tcl
filter_innd.pl
filter_innd.py
filter_nnrpd.pl
incoming.conf
inn.conf
innfeed.conf
innreport.conf
innwatch.ctl
localgroups
moderators
motd.news
news2mail.cf
newsfeeds
newsgroups.minimal
nnrpd.py
nnrpd.track
nnrpd_access.pl
nnrpd_auth.pl
nnrpd_auth.py
nnrpd_access.py
nnrpd_dynamic.py
nntpsend.ctl
nocem.ctl
ovdb.conf
overview.fmt
passwd.nntp
radius.conf
readers.conf
sasl.conf
send-uucp.cf
startup.tcl
startup_innd.pl
storage.conf
subscriptions
update
+ INN.py
active.minimal
actsync.cfg
actsync.ign
buffindexed.conf
config
control.ctl
cycbuff.conf
distrib.pats
distributions
expire.ctl
filter.tcl
filter_innd.pl
filter_innd.py
filter_nnrpd.pl
incoming.conf
inn.conf
innfeed.conf
innreport.conf
innreport.css
innwatch.ctl
localgroups
moderators
motd.news
news2mail.cf
newsfeeds
newsgroups.minimal
nnrpd.py
nnrpd.track
nnrpd_access.pl
nnrpd_auth.pl
nnrpd_auth.py
nnrpd_access.py
nnrpd_dynamic.py
nntpsend.ctl
nocem.ctl
ovdb.conf
overview.fmt
passwd.nntp
radius.conf
readers.conf
sasl.conf
send-uucp.cf
startup.tcl
startup_innd.pl
storage.conf
subscriptions
update
Modified: site/Makefile
===================================================================
--- site/Makefile 2008-11-17 19:12:27 UTC (rev 8169)
+++ site/Makefile 2008-11-17 19:14:16 UTC (rev 8170)
@@ -58,7 +58,7 @@
## Scripts from above, plus site-specific config files.
REST = \
newsfeeds incoming.conf nnrpd.track passwd.nntp \
- inn.conf moderators innreport.conf localgroups \
+ inn.conf moderators innreport.conf innreport.css localgroups \
control.ctl expire.ctl nntpsend.ctl overview.fmt \
innwatch.ctl distrib.pats distributions actsync.cfg actsync.ign \
motd.news storage.conf cycbuff.conf buffindexed.conf \
@@ -77,7 +77,8 @@
$D$(PATH_NNRPDTRACK) $D$(PATH_NNTPPASS) \
$D$(PATH_CONFIG) $D$(PATH_MODERATORS) \
$D$(PATH_CONTROLCTL) $D$(PATH_EXPIRECTL) $D$(PATHETC)/nntpsend.ctl \
- $D$(PATHETC)/innreport.conf $D$(PATHETC)/localgroups \
+ $D$(PATHETC)/innreport.conf $D$(PATHHTTP)/innreport.css \
+ $D$(PATHETC)/localgroups \
$D$(PATH_CTLWATCH) $D$(PATH_DISTPATS) $D$(PATH_SCHEMA) \
$D$(PATH_ACTSYNC_CFG) $D$(PATH_ACTSYNC_IGN) \
$D$(PATH_MOTD) $D$(PATH_STORAGECONF) \
@@ -191,6 +192,7 @@
$D$(PATHETC)/nntpsend.ctl: nntpsend.ctl ; $(COPY_RPUB) $? $@
$D$(PATHETC)/news2mail.cf: news2mail.cf ; $(COPY_RPUB) $? $@
$D$(PATHETC)/innreport.conf: innreport.conf ; $(COPY_RPUB) $? $@
+$D$(PATHHTTP)/innreport.css: innreport.css ; $(COPY_RPUB) $? $@
$D$(PATHETC)/localgroups: localgroups ; $(COPY_RPUB) $? $@
$D$(PATH_STORAGECONF): storage.conf ; $(COPY_RPUB) $? $@
$D$(PATH_CYCBUFFCONFIG): cycbuff.conf ; $(COPY_RPUB) $? $@
@@ -245,6 +247,7 @@
incoming.conf: ../samples/incoming.conf ; $(COPY) $? $@
inn.conf: ../samples/inn.conf ; $(COPY) $? $@
innreport.conf: ../samples/innreport.conf ; $(COPY) $? $@
+innreport.css: ../samples/innreport.css ; $(COPY) $? $@
localgroups: ../samples/localgroups ; $(COPY) $? $@
storage.conf: ../samples/storage.conf ; $(COPY) $? $@
cycbuff.conf: ../samples/cycbuff.conf ; $(COPY) $? $@
Modified: support/mkmanifest
===================================================================
--- support/mkmanifest 2008-11-17 19:12:27 UTC (rev 8169)
+++ support/mkmanifest 2008-11-17 19:14:16 UTC (rev 8170)
@@ -221,6 +221,7 @@
site/inn.conf
site/innfeed.conf
site/innreport.conf
+site/innreport.css
site/innwatch.ctl
site/localgroups
site/moderators
More information about the inn-committers
mailing list