From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <483EC471.2020500@proweb.co.uk> Date: Thu, 29 May 2008 15:57:53 +0100 From: matt User-Agent: Icedove 1.5.0.14pre (X11/20080304) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> References: <20080529134226.459F21E8C53@holo.morphisms.net> In-Reply-To: <20080529134226.459F21E8C53@holo.morphisms.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [9fans] % $stem & $target in mk Topicbox-Message-UUID: af767358-ead3-11e9-9d60-3106f5b1d025 Thanks, this was perfect, as usual. Someone clone Russ please :> btw. I've done a little HTTP testing suite (nothing amazing) & popped it in sources I did it in a hurry & didn't package it up /n/sources/contrib/maht/{httplib.rc tlspipeclient.c dechunk.c getuserpasswd.c} . httplib.rc GET https://www.rangboom.com/ GET http://slashdot.org/ | dechunk you choose to include dechunk in your pipeline if you need it (though it is idempotent on non-chunked data (modulo speed) getuserpasswd isn't used by httplib.rc but is handy for getting passwords from factoum it uses tee for logging to testlog in the current dir so watch out for that :) matt > make a script, called mkrules: > > #!/bin/rc > for(i in src/*.html) > cpp -M $i | sed 's;^src;public; s;\$O:;:;' > > include its output: > > <|mkrules > > russ > > > >