Changeset 440


Ignore:
Timestamp:
07/20/10 17:27:14 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Cosmetic fixup on "Add new assignment" alignment
Add note regarding symlinks for modules for db2rwhois.pl if

running directly from the unpacked tarball

Clear local.css when creating tarball

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r433 r440  
    123123should be plenty often).  You'll need to fill in correct organization
    124124contact info in MyIPDB.pm.
     125
     126If you're just running from the unpacked tarball directory, you may need
     127to create symlinks in cgi-bin/extras/ for IPDB.pm and MyIPDB.pm,
     128pointing to ../IPDB.pm and ../MyIPDB.pm respectively.  Otherwise
     129db2rwhois.pl won't be able to find these modules.
  • trunk/Makefile

    r433 r440  
    105105        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
    106106        perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/cgi-bin/IPDB.pm
     107        echo "" > $(PKGNAME)-$(VERSION)/local.css
    107108        tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
    108109        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
  • trunk/header.inc

    r425 r440  
    4949<input type="button" value=" Help? " onclick="openHelp()" class="regular">
    5050</td><td width=10></td><td><a href="/ip/cgi-bin/search.cgi">Complex Search</a></td>
     51$$EXTRA0$$
    5152<td width=60></td>
    52 $$EXTRA0$$
    5353</form>
    5454</tr>
Note: See TracChangeset for help on using the changeset viewer.