[Bins] Image size reduction

Jochen Deibele jmdeibele at gmx.de
Tue Jul 5 20:01:08 BST 2005


Hi!

Am Dienstag, 21. Juni 2005 10:37 schrieb Jason Wright:
> Also, the rsync onto my
> webserver over my slow DSL line would also be faster since I wouldn't
> have to upload the .html files because the date stamp changed. 
I had the same problem. I finally used sitecopy to upload the files and the 
patch below to delete the Date out of the footer. 
Sitecopy needs "state checksum" in the corresponding site section 
in .sitecopyrc to forget about the date. 

the --ignore-times option of rsync should do the same but I'm not sure 
about that. 

Jochen


--- .bins/templates.default/footer.html    2003-02-17 21:26:06.000000000 
+0100
+++ .bins/templates.nodate/footer.html  2005-07-05 20:35:43.000000000 +0200
@@ -14,7 +14,7 @@
          <font color="<TMPL_VAR NAME=PAGE_TITLECOLOR>">
            BINS</font></a>
        <!-- TMPL_VAR NAME=BINS_VERSION -->
-       <!-- TMPL_VAR NAME=GENERATED_DATE -->.
+
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       </font>
     </p>






More information about the Bins mailing list