some help with the website please

2007-04-04 Thread Adrian Chadd
I hate to ask for help when I said I'd do it, but I'm running very short
on spare time at the moment and I'd appreciate some help in finishing
off the new.squid-cache.org website so its ready to be made live.

Someone with server access: help, please?



Adrian



Re: some help with the website please

2007-04-04 Thread Amos Jeffries

Adrian Chadd wrote:

I hate to ask for help when I said I'd do it, but I'm running very short
on spare time at the moment and I'd appreciate some help in finishing
off the new.squid-cache.org website so its ready to be made live.

Someone with server access: help, please?



Adrian



I have time now, but no server access.
Is it doable without server access?


Amos


Re: some help with the website please

2007-04-04 Thread Adrian Chadd
On Wed, Apr 04, 2007, Amos Jeffries wrote:
 Adrian Chadd wrote:
 I hate to ask for help when I said I'd do it, but I'm running very short
 on spare time at the moment and I'd appreciate some help in finishing
 off the new.squid-cache.org website so its ready to be made live.
 
 Someone with server access: help, please?

 I have time now, but no server access.
 Is it doable without server access?

Nope, unfortunately. Stuff to do:

* update duane's web scripts with my replacements in /home/adrian that
  generate the sponsors/software pages from a mysql database;
* move about the downloads section;
* update the template file and scripts used to generate stuff like the
  daily snapshots and changesets.




Adrian



Re: DEBUG Section for IPAddress

2007-04-04 Thread Alex Rousskov
On Wed, 2007-04-04 at 13:02 +1200, Amos Jeffries wrote:
 Gah! I diffed the files backwards.
 
 Here is the actual patch for doc/debug-sections.txt

Amos,

The doc/mk-debugs.sh script you were using (or equivalent) needs to be
fixed. It needs to grep files in subdirectories of src/. For example, it
currently misses:

DEBUG: section 93  ICAP (RFC 3507) Client

Using 'find src -name *.cc -o -name *.h' instead of a src/*.cc mask
may work.

Alex.




Re: DEBUG Section for IPAddress

2007-04-04 Thread Amos Jeffries

Alex Rousskov wrote:

On Wed, 2007-04-04 at 13:02 +1200, Amos Jeffries wrote:

Gah! I diffed the files backwards.

Here is the actual patch for doc/debug-sections.txt


Amos,

The doc/mk-debugs.sh script you were using (or equivalent) needs to be
fixed. It needs to grep files in subdirectories of src/. For example, it
currently misses:

DEBUG: section 93  ICAP (RFC 3507) Client

Using 'find src -name *.cc -o -name *.h' instead of a src/*.cc mask
may work.

Alex.



You looking at my first copy of the patch? That was badly mangled.

Its there in the amended patch I re-posted:

+section 90HTTP Cache Control Header
+section 90Storage Manager Client-Side Interface
+
+section 92Storage File System
+section 93ICAP (RFC 3507) Client
+
+
+section ? Common Removal policy
+section --External DISKD process implementation.
+section ?? FDE
+section ? HEAP based removal policies


Amos