IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35944


Ignore:
Timestamp:
Aug 14, 2013, 1:31:09 PM (13 years ago)
Author:
eugene
Message:

added some cleanup functions; added footnote ref to markdown; cleanup for css

Location:
branches/eam_branches/ipp-20130711/dvodist
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/dvodist/INSTALL

    r35415 r35944  
    11
    22after setting up psconfig:
     3
     4ippc11 / dvodist example
     5 psconfigure --htdocs /export/ippc11.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu
     6 make dvodist
     7 (or make dvodist-all)
    38
    49ippc17 / dvodist example
  • branches/eam_branches/ipp-20130711/dvodist/Makefile.in

    r35942 r35944  
    11default: help
    22help:
    3         @echo "USAGE: make (website)"
    4         @echo "  (website) = dvodist or ippdata"
     3        @echo "USAGE: make (target)"
     4        @echo "  targets: "
     5        @echo "  dvodist : the internal dvo distribution website (info pages only)"
     6        @echo "  dvodist-all : install pages for dvo data"
     7        @echo "  ippdata : the public ipp data distribution website"
     8        @echo ""
     9        @echo "  clean-dvodist : remove generated php files"
     10        @echo "  clean-ippdata : remove generated php files"
    511
    612GENERATE = src/generate --htdocs @HTDOCS@ --rootdir @ROOTDIR@ --rootwww @ROOTWWW@
     
    2026TGT-IPPDATA = @HTDOCS@/ippdata
    2127
    22 # common code used by all installation?
    23 UTIL = \
    24 $(TGT-UTIL)/blank.html \
     28# generated common code used by all installations
     29UTIL-MKD = \
    2530$(TGT-UTIL)/ipp.page.php \
    26 $(TGT-UTIL)/ipp.menu.dat \
    2731$(TGT-UTIL)/ipp.php \
    2832$(TGT-UTIL)/markdown.php \
    2933$(TGT-UTIL)/phptest.php
    3034
    31 DVODIST = \
    32 $(TGT-UTIL)/dvodist.menu.dat \
     35# static common code used by all installations
     36UTIL-RAW = \
     37$(TGT-UTIL)/blank.html \
     38$(TGT-UTIL)/ipp.menu.dat
     39
     40UTIL = $(UTIL-RAW) $(UTIL-MKD)
     41
     42# pages which are generated (and thus depend on the config)
     43DVODIST-MKD = \
    3344$(TGT-UTIL)/dvodist.page.php \
    34 $(TGT-DVODIST)/PScolorlogo2.jpg \
    3545$(TGT-DVODIST)/index.php \
    3646$(TGT-DVODIST)/test.php \
    3747$(TGT-DVODIST)/docs.php \
    3848$(TGT-DVODIST)/help.php \
    39 $(TGT-DVODIST)/ipp.css \
    4049$(TGT-DVODIST)/catdir.syn.test/index.php \
    4150$(TGT-DVODIST)/catdir.syn.test/n3000/index.php \
    4251$(TGT-DVODIST)/catdir.syn.test/n3730/index.php
    4352
    44 IPPDATA = \
    45 $(TGT-UTIL)/ippdata.menu.dat \
     53# pages which are copied directly
     54DVODIST-RAW = \
     55$(TGT-UTIL)/dvodist.menu.dat \
     56$(TGT-DVODIST)/PScolorlogo2.jpg \
     57$(TGT-DVODIST)/ipp.css
     58
     59DVODIST = $(DVODIST-MKD) $(DVODIST-RAW)
     60
     61IPPDATA-MKD = \
    4662$(TGT-UTIL)/ippdata.page.php \
    47 $(TGT-IPPDATA)/PScolorlogo2.jpg \
    4863$(TGT-IPPDATA)/index.php \
    4964$(TGT-IPPDATA)/docs/index.php \
    5065$(TGT-IPPDATA)/docs/photladder.php \
     66$(TGT-IPPDATA)/photladder.20130107.subset/index.php \
     67$(TGT-IPPDATA)/photladder.20130107.subset/relphot-fits/index.php \
     68$(TGT-IPPDATA)/photladder.20130107.subset/relphot-csv/index.php \
     69$(TGT-IPPDATA)/photladder.20130107.subset/ubercal-fits/index.php \
     70$(TGT-IPPDATA)/photladder.20130107.subset/ubercal-csv/index.php \
     71$(TGT-IPPDATA)/catdir.syn.test/index.php \
     72$(TGT-IPPDATA)/catdir.syn.test/n3000/index.php \
     73$(TGT-IPPDATA)/catdir.syn.test/n3730/index.php \
     74$(TGT-IPPDATA)/help.php
     75
     76IPPDATA-RAW = \
     77$(TGT-UTIL)/ippdata.menu.dat \
     78$(TGT-IPPDATA)/PScolorlogo2.jpg \
    5179$(TGT-IPPDATA)/docs/photladder-1206.20130301.pdf \
    5280$(TGT-IPPDATA)/docs/2mass.compare/dH.allsky.20120528.v3.png \
     
    5785$(TGT-IPPDATA)/docs/2mass.compare/sigma.g.ubercal.20120528.v0.png \
    5886$(TGT-IPPDATA)/docs/2mass.compare/sigma.i.ubercal.20120528.v0.png \
    59 $(TGT-IPPDATA)/photladder.20130107.subset/index.php \
    60 $(TGT-IPPDATA)/photladder.20130107.subset/relphot-fits/index.php \
    61 $(TGT-IPPDATA)/photladder.20130107.subset/relphot-csv/index.php \
    62 $(TGT-IPPDATA)/photladder.20130107.subset/ubercal-fits/index.php \
    63 $(TGT-IPPDATA)/photladder.20130107.subset/ubercal-csv/index.php \
    64 $(TGT-IPPDATA)/catdir.syn.test/index.php \
    65 $(TGT-IPPDATA)/catdir.syn.test/n3000/index.php \
    66 $(TGT-IPPDATA)/catdir.syn.test/n3730/index.php \
    67 $(TGT-IPPDATA)/help.php \
    6887$(TGT-IPPDATA)/ipp.css
     88
     89IPPDATA = $(IPPDATA-RAW) $(IPPDATA-MKD)
    6990
    7091include $(SRC-DVODIST)/3pi.20120509/Makefile
     
    128149
    129150# utilities #################################################
     151clean-dvodist: 
     152        rm -f $(DVODIST-MKD) $(UTIL-MKD) $(DVODIST_DIRS)
     153
     154clean-ippdata: 
     155        rm -f $(IPPDATA-MKD) $(UTIL-MKD)
     156
    130157clean: 
    131158        rm -f `find . -name "*.o"`
  • branches/eam_branches/ipp-20130711/dvodist/dvodist/ipp.css

    r34748 r35944  
    3737}
    3838
     39#footnote {
     40    overflow: auto;
     41    text-align: right;
     42    font-size: 60%;
     43}
     44
    3945a:link, a:visited, a:active {
    40     text-decoration: underline;
     46    text-decoration: none;
    4147    font-weight: bold;
    42     color: #ff0000
     48    color: #505050
    4349}
    4450
  • branches/eam_branches/ipp-20130711/dvodist/www-util/ipp.php

    r35415 r35944  
    129129function menu_end () {
    130130  echo "</td></tr></table>\n";
     131  echo "<div id=\"footnote\">\n";
     132  echo "  Page Rendering by EAM with help from\n";
     133  echo "  <a href=\"http://daringfireball.net/projects/markdown\">Markdown</a>\n";
     134  echo "  <a href=\"http://michelf.com/projects/php-markdown\">PHP</a>\n";
     135  // echo "  host: $root\n";
     136  echo "</div>\n";
    131137  echo "</body></html>\n\n";
    132138  exit ();
Note: See TracChangeset for help on using the changeset viewer.