File: test.conf

package info (click to toggle)
txt2tags 2.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,448 kB
  • ctags: 706
  • sloc: python: 2,323; lisp: 414; ruby: 347; php: 114; sh: 81; makefile: 67; xml: 59
file content (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11

% Filters to identify and reformat the desired data
%!postproc(html): '^<META.*charset=([^"]*)">'	'conf: \1'
%!postproc(html): '^<H1>(.*)</H1>'		'h1: \1'
%!postproc(html): '^<H2>(.*)</H2>'		'h2: \1'
%!postproc(html): '^<H3>(.*)</H3>'		'h3: \1'
%!postproc(html): '^(Text\.)'			'body: \1'
% Clear all the irrelevant lines
%!postproc(html): '^<.*'			''

% vim: ft=txt2tags