Changeset 440
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r433 r440 123 123 should be plenty often). You'll need to fill in correct organization 124 124 contact info in MyIPDB.pm. 125 126 If you're just running from the unpacked tarball directory, you may need 127 to create symlinks in cgi-bin/extras/ for IPDB.pm and MyIPDB.pm, 128 pointing to ../IPDB.pm and ../MyIPDB.pm respectively. Otherwise 129 db2rwhois.pl won't be able to find these modules. -
trunk/Makefile
r433 r440 105 105 /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL 106 106 perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/cgi-bin/IPDB.pm 107 echo "" > $(PKGNAME)-$(VERSION)/local.css 107 108 tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION) 108 109 gzip -v -f -9 $(PKGNAME)-$(VERSION).tar -
trunk/header.inc
r425 r440 49 49 <input type="button" value=" Help? " onclick="openHelp()" class="regular"> 50 50 </td><td width=10></td><td><a href="/ip/cgi-bin/search.cgi">Complex Search</a></td> 51 $$EXTRA0$$ 51 52 <td width=60></td> 52 $$EXTRA0$$53 53 </form> 54 54 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.