Changeset 424


Ignore:
Timestamp:
10/10/12 14:13:33 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Add new files for plaintext record list
Tweak Makefile a little for proper handling of version replacement in DNSDB.pm
Finally get around to bumping the copyright to 2012 in the page footer

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Makefile

    r262 r424  
    4646        INSTALL COPYING TODO Makefile dnsadmin.spec \
    4747        \
    48         new-dns.sql dns.sql dns.cgi dns-rpc.cgi DNSDB.pm vega-import.pl export.pl \
     48        new-dns.sql dns.sql dns.cgi dns-rpc.cgi textrecs.cgi DNSDB.pm vega-import.pl export.pl \
    4949        \
    5050        index.shtml \
     
    6262        templates/newdomain.tmpl templates/newgrp.tmpl templates/permlist_enabled.tmpl templates/permlist.tmpl \
    6363        templates/pgcount.tmpl templates/reclist.tmpl templates/record.tmpl templates/sbox.tmpl \
    64         templates/soadata.tmpl templates/template.tmpl templates/updatesoa.tmpl templates/useradmin.tmpl \
    65         templates/user.tmpl templates/whoisq.tmpl \
     64        templates/soadata.tmpl templates/template.tmpl templates/textrecs.tmpl templates/updatesoa.tmpl \
     65        templates/useradmin.tmpl templates/user.tmpl templates/whoisq.tmpl \
    6666        \
    6767        dnsdb.conf
     
    7575
    7676SCRIPTS = \
    77         dns.cgi dns-rpc.cgi vega-import.pl export.pl
     77        dns.cgi dns-rpc.cgi textrecs.cgi vega-import.pl export.pl
    7878
    7979MODULES = DNSDB.pm
     
    8989        templates/newdomain.tmpl templates/newgrp.tmpl templates/permlist_enabled.tmpl templates/permlist.tmpl \
    9090        templates/pgcount.tmpl templates/reclist.tmpl templates/record.tmpl templates/sbox.tmpl \
    91         templates/soadata.tmpl templates/template.tmpl templates/updatesoa.tmpl templates/useradmin.tmpl \
    92         templates/user.tmpl templates/whoisq.tmpl
     91        templates/soadata.tmpl templates/template.tmpl templates/textrecs.tmpl templates/updatesoa.tmpl \
     92        templates/useradmin.tmpl templates/user.tmpl templates/whoisq.tmpl
    9393
    9494CONFIGFILES = dnsdb.conf
     
    133133        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
    134134        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
    135         perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
     135        perl -pi -e 's/[\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm
    136136        tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
    137137        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
  • trunk/templates/footer.tmpl

    r210 r424  
    55<div id="contact">
    66<a href="https://secure.deepnet.cx/trac/dnsadmin">dnsadmin</a> <TMPL_VAR NAME=version>
    7 &copy; 2008-2011 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br />
     7&copy; 2008-2012 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br />
    88Written for standards-based browsers (eg <a href="http://www.firefox.com">FireFox</a>/<a href="http://www.mozilla.org">Mozilla</a>)
    99</div>
Note: See TracChangeset for help on using the changeset viewer.