File: formatparasect

package info (click to toggle)
installation-guide 20130503
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 32,568 kB
  • sloc: xml: 100,872; sh: 1,090; perl: 421; awk: 199; makefile: 112; python: 101
file content (16 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
s|
|\
\
|g
# all <para> to left margin on next line
s|^ *\(<para>.*\)|\
\1|
s|^ *\(</para>.*\)|\1|
# sect's on next line, appropriate indent
s|^ *\(</*sect1.*\)|\
 \1|
s|^ *\(</*sect2.*\)|\
  \1|
s|^ *\(</*sect3.*\)|\
   \1|
s|^ *\(</*sect4.*\)|\
    \1|