<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://everything2.com/">
    <title>Jim Kalb's New Writeups</title>
    <link rel="alternate" type="text/html" href="http://everything2.com/index.pl?node=Everything%20User%20Search&amp;usersearch=Jim Kalb" />
    <link rel="self" type="application/atom+xml" href="?node=New%20Writeups%20Atom%20Feed&amp;type=ticker&amp;foruser=Jim Kalb" />
    <id>http://everything2.com/?node=New%20Writeups%20Atom%20Feed&amp;foruser=Jim Kalb</id>
    <updated>2005-12-17T16:26:38Z</updated>
<entry><title>How to get Apache to send compressed versions of static HTML files (idea)</title><link rel="alternate" type="text/html" href="http://everything2.com:80/user/Jim+Kalb/writeups/How+to+get+Apache+to+send+compressed+versions+of+static+HTML+files"/><id>http://everything2.com:80/user/Jim+Kalb/writeups/How+to+get+Apache+to+send+compressed+versions+of+static+HTML+files</id><author><name>Jim Kalb</name><uri>http://everything2.com:80/user/Jim Kalb</uri></author><published>2005-12-17T16:26:38Z</published><updated>2005-12-17T16:26:38Z</updated>
<content type="html">Great idea for people who don't have root access! One refinement: you can simplify making the compressed copies by doing&lt;blockquote&gt;

zip temp *html.en&lt;br&gt;
gzip --best *html.en&lt;br&gt;
unzip temp

&lt;/blockquote&gt;That way you don't have to do it file by file. A further refinement, I suppose, is that if you edit some of the files and want to update the gzipped ones you should first

&lt;blockquote&gt;

rm *gz

&lt;/blockquote&gt;

and then run the commands given above.</content>
</entry></feed>
