~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to push-website

  • Committer: Robey Pointer
  • Date: 2007-01-14 01:24:15 UTC
  • Revision ID: robey@lag.net-20070114012415-3hh0t8vxapxmwt1x
use uniq() to trim the revision page down a bit, and build an element cache
in the javascript code to make response time much better on the disclosure
triangles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
#
 
3
# this is only useful for robey.  it updates the public website.
 
4
#
 
5
 
 
6
rsync -avr homepage/ robey@tavi.lag.net:/web/loggerhead
 
7