~ubuntu-branches/ubuntu/quantal/tidy/quantal

« back to all changes in this revision

Viewing changes to src/localize.c

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-12-24 13:25:54 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081224132554-l7900667kdy9eeu5
Tags: 20081224cvs-1
* New cvs snapshot
* debian/control: add debhelper ${misc:Depends} to all packages
- add versioned depend on libtidy-0.99-0 (>= 20081224cvs-1) for tidy
  (closes: #470764)
- add Homepage field
- update standards-version from 3.7.3.0 to 3.8.0.0
* debian/tidy-doc.doc-base: change section from App/Text to Web Development
* debian/tidy.postinst + tidy.preinst: set the -e flag
* debian/README.source: new, how to build source tarball from upstream
* debian/README.Debian: add urls to more documentation
  (closes: #353912)
* debian/patches/03overview-tab-size.patch: add patch to fix tab-size
  (closes: #353907)
* tidy doc has been built from same source as tidy for a while
  (closes: #364960)
* debian/rules:
  - add -xml-config to generated manpage
  - clean up generated files
  (closes: #471107)
* manpage: -latin0 options has correct info as of 20080116cvs-1
  (closes: #506394 )

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* localize.c -- text strings and routines to handle errors and general messages
2
2
 
3
 
  (c) 1998-2007 (W3C) MIT, ERCIM, Keio University
 
3
  (c) 1998-2008 (W3C) MIT, ERCIM, Keio University
4
4
  Portions Copyright University of Toronto
5
5
  See tidy.h and access.h for the copyright notice.
6
6
 
10
10
  CVS Info :
11
11
 
12
12
    $Author: arnaud02 $ 
13
 
    $Date: 2007/11/06 11:59:14 $ 
14
 
    $Revision: 1.177 $ 
 
13
    $Date: 2008/06/18 20:18:54 $ 
 
14
    $Revision: 1.178 $ 
15
15
 
16
16
*/
17
17
 
849
849
   "This option specifies if Tidy should preserve the well-formed entitites "
850
850
   "as found in the input. "
851
851
  },
 
852
  {TidyAnchorAsName,
 
853
   "This option controls the deletion or addition of the name attribute "
 
854
   "in elements where it can serve as anchor. "
 
855
   "If set to \"yes\", a name attribute, if not already existing, "
 
856
   "is added along an existing id attribute if the DTD allows it. "
 
857
   "If set to \"no\", any existing name attribute is removed "
 
858
   "if an id attribute exists or has been added. "
 
859
  },
852
860
  {N_TIDY_OPTIONS,
853
861
   NULL
854
862
  }