~ubuntu-branches/ubuntu/intrepid/privoxy/intrepid

« back to all changes in this revision

Viewing changes to doc/webserver/developer-manual/coding.html

  • Committer: Bazaar Package Importer
  • Author(s): Roland Rosenfeld
  • Date: 2008-01-20 22:19:02 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120221902-fei8hyw047z11q3s
Tags: 3.0.8-1
* New upstream release 3.0.8-stable.
* Upgrade all patches to new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
HREF="testing.html"><LINK
18
18
REL="STYLESHEET"
19
19
TYPE="text/css"
20
 
HREF="../p_doc.css"></HEAD
 
20
HREF="../p_doc.css"><META
 
21
HTTP-EQUIV="Content-Type"
 
22
CONTENT="text/html;
 
23
charset=ISO-8859-1"></HEAD
21
24
><BODY
22
25
CLASS="SECT1"
23
26
BGCOLOR="#EEEEEE"
2333
2336
><TD
2334
2337
><PRE
2335
2338
CLASS="PROGRAMLISTING"
2336
 
>const char FILENAME_rcs[] = "$Id: coding.html,v 1.27 2007/12/08 14:40:17 hal9 Exp $";
 
2339
>const char FILENAME_rcs[] = "$Id: coding.html,v 1.30 2008/01/19 21:41:37 hal9 Exp $";
2337
2340
/*********************************************************************
2338
2341
 *
2339
2342
 * File        :  $Source: /cvsroot/ijbswa/current/doc/webserver/developer-manual/coding.html,v $
2368
2371
 *
2369
2372
 * Revisions   :
2370
2373
 *    $Log: coding.html,v $
2371
 
 *    Revision 1.27  2007/12/08 14:40:17  hal9
2372
 
 *    Updated for 3.0.7 beta
 
2374
 *    Revision 1.30  2008/01/19 21:41:37  hal9
 
2375
 *    Re-commit to solve various last minute issues for charsets, etc.
2373
2376
 *
2374
2377
 *
2375
2378
 *********************************************************************/
2424
2427
CLASS="PROGRAMLISTING"
2425
2428
>#ifndef _FILENAME_H
2426
2429
#define _FILENAME_H
2427
 
#define FILENAME_H_VERSION "$Id: coding.html,v 1.27 2007/12/08 14:40:17 hal9 Exp $"
 
2430
#define FILENAME_H_VERSION "$Id: coding.html,v 1.30 2008/01/19 21:41:37 hal9 Exp $"
2428
2431
/*********************************************************************
2429
2432
 *
2430
2433
 * File        :  $Source: /cvsroot/ijbswa/current/doc/webserver/developer-manual/coding.html,v $
2459
2462
 *
2460
2463
 * Revisions   :
2461
2464
 *    $Log: coding.html,v $
2462
 
 *    Revision 1.27  2007/12/08 14:40:17  hal9
2463
 
 *    Updated for 3.0.7 beta
 
2465
 *    Revision 1.30  2008/01/19 21:41:37  hal9
 
2466
 *    Re-commit to solve various last minute issues for charsets, etc.
2464
2467
 *
2465
2468
 *
2466
2469
 *********************************************************************/