]> mj.ucw.cz Git - pciids.git/commitdiff
Merge branch 'master' of /home/vorner/pciids
authorThe PCI ID Mail Robot <pciids@ucw.cz>
Sun, 5 Oct 2008 10:29:38 +0000 (12:29 +0200)
committerThe PCI ID Mail Robot <pciids@ucw.cz>
Sun, 5 Oct 2008 10:29:38 +0000 (12:29 +0200)
PciIds/Startup.pm
cf/config
scripts/pciids-export
static/screen.css

index ee7d9dba96d1645325dbf202f83bea57e1462646..2bacade7178c57faf0077df25889bc3e2d79fd74 100644 (file)
@@ -22,10 +22,10 @@ use warnings;
 use base 'Exporter';
 
 #Where are data?
-our $directory = '/home/vorner/prog/pciids/';
+our $directory = '/home/pciids/ids/perl/';
 our @EXPORT=qw($directory);
 
 #Where are the modules?
-use lib ( '/home/vorner/prog/pciids/' );
+use lib ( '/home/pciids/ids/perl/' );
 
 1;
index 0b103179d0d809afe29d1a525ccda091b0ac7600..e7752f4037dc6f13415dd6e92c3b3c74db3bd92f 100644 (file)
--- a/cf/config
+++ b/cf/config
@@ -1,13 +1,13 @@
-db = pciids
-dbuser = pciids
-dbpasswd = 1234
-passwdsalt = 1234
-regmailsalt = 1234
-authsalt = 1234
-from_addr = vorner+pciids@ucw.cz
-sendmail = /home/vorner/bin/sendmail-apache
-logfile = /home/vorner/prog/pciids/pciids.log
-hostname = localhost
-jelnet = /home/vorner/bin/jelnet
-xmpp_passwd = 1234
-xmpp_name = none
+dbname = pciids2
+dbuser = pciids2
+dbpasswd = ZaseChciplyKun?
+passwdsalt = OSNTOomONTHplrchluhcSONUNSt
+regmailsalt = SNTOHmjsaontmsthoseuhtlrc,'E<<<ua'.LRCHlrchhhewl',rca'a"Hhhhhlr',h
+authsalt = ANSTHh'othal'cllal"<H>Lsnahtuoesnth'n,.hWLhl'rgp348gSTHl',crnTHOSNTJHSntahOSTHWLRc'h,l.
+from_addr = pci-ids+www@ucw.cz
+sendmail = /usr/sbin/sendmail
+logfile = /home/pciids/ids/log/ids.log
+hostname = pci-ids.ucw.cz
+jelnet = /home/pciids/ids/perl/scripts/jelnet
+xmpp_passwd = IorekByrnison
+xmpp_name = pci-ids@ucw.cz
index b129fffdf190379be2d21af0b5546e596b2103fe..43fb26a29c195008abace917d4cc0b3deb8136d8 100755 (executable)
@@ -30,7 +30,7 @@ if ! [ -f docs/pci.ids.nohead ] || ! cmp docs/pci.ids.nohead pci.ids.new >/dev/n
        echo '# Generated at: '`date '+%F %T'` >> pci.ids.final
        echo >> pci.ids.final
        cat pci.ids.new >> pci.ids.final
-       ln -f pci.ids.final ~/origs/00-current
+#      ln -f pci.ids.final ~/origs/00-current
        ln -f pci.ids.final docs/pci.ids
        ln -f pci.ids.final docs/v2.2/pci.ids
        ln -f pci.ids.new docs/pci.ids.nohead
index 0f2395c2d8350f750deccf4ecc2c7e8f3562ed25..9b65e3875ba64e8681a1e4c4cd81bf24bc3d514e 100644 (file)
@@ -133,3 +133,10 @@ form.admin table
 {
        background: #BBBBFF;
 }
+.header
+{
+       background-color: #4c3bff;
+       color: #fffa45;
+       border: solid blue;
+       border-width: 1px;
+}