File: control

package info (click to toggle)
hindent 1.1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 96 kB
  • ctags: 12
  • sloc: makefile: 85
file content (19 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: hindent
Section: web
Priority: optional
Maintainer: Brian Russo <wolfie@debian.org> 
Build-Depends: debhelper, groff, bsdmainutils
Standards-Version: 3.1.1.1

Package: hindent
Architecture: all
Depends: ${perl:Depends}
Description: Reformats HTML code
 This utility reformats HTML code to be properly indented/nested
 for improved readability.  You can indent the existing lines as-is,
 or totally reformat the code to have one tag per line.  Hindent is
 useful in deciphering software-generated HTML code when it's all just
 one huge line, or help you find find that last missing end-tag, or
 deal with code victimized by creeping featurism.
 Written in Perl for Unix.  Understands all HTML 3.2 nestable tags.