Changeset 424
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/stable merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Makefile
r262 r424 46 46 INSTALL COPYING TODO Makefile dnsadmin.spec \ 47 47 \ 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 \ 49 49 \ 50 50 index.shtml \ … … 62 62 templates/newdomain.tmpl templates/newgrp.tmpl templates/permlist_enabled.tmpl templates/permlist.tmpl \ 63 63 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 \ 66 66 \ 67 67 dnsdb.conf … … 75 75 76 76 SCRIPTS = \ 77 dns.cgi dns-rpc.cgi vega-import.pl export.pl77 dns.cgi dns-rpc.cgi textrecs.cgi vega-import.pl export.pl 78 78 79 79 MODULES = DNSDB.pm … … 89 89 templates/newdomain.tmpl templates/newgrp.tmpl templates/permlist_enabled.tmpl templates/permlist.tmpl \ 90 90 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.tmpl91 templates/soadata.tmpl templates/template.tmpl templates/textrecs.tmpl templates/updatesoa.tmpl \ 92 templates/useradmin.tmpl templates/user.tmpl templates/whoisq.tmpl 93 93 94 94 CONFIGFILES = dnsdb.conf … … 133 133 /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec 134 134 /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.pm135 perl -pi -e 's/[\d.]+;\s*##VERSION##/"$(VERSION)";/;' $(PKGNAME)-$(VERSION)/DNSDB.pm 136 136 tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION) 137 137 gzip -v -f -9 $(PKGNAME)-$(VERSION).tar -
trunk/templates/footer.tmpl
r210 r424 5 5 <div id="contact"> 6 6 <a href="https://secure.deepnet.cx/trac/dnsadmin">dnsadmin</a> <TMPL_VAR NAME=version> 7 © 2008-201 1<a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br />7 © 2008-2012 <a href="mailto:kdeugau@deepnet.cx">Kris Deugau</a>/<a href="http://www.deepnet.cx">deepnet</a><br /> 8 8 Written for standards-based browsers (eg <a href="http://www.firefox.com">FireFox</a>/<a href="http://www.mozilla.org">Mozilla</a>) 9 9 </div>
Note:
See TracChangeset
for help on using the changeset viewer.