File: config.xml

package info (click to toggle)
findlib 1.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: ml: 7,800; xml: 3,138; sh: 1,605; makefile: 427
file content (22 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="ISO-8859-1"?>

<!ENTITY % readme:html:previous '&nbsp;'>
<!ENTITY % readme:html:up       '&nbsp;'>
<!ENTITY % readme:html:next     '&nbsp;'>

<!ENTITY % bar
         '<table bgcolor="lightgrey" width="100&#37;" 
                 cellspacing="0" border="0" cellpadding="10">
<tr><td align="left">%readme:html:previous;</td>
<td align="center">%readme:html:up;</td>
<td align="right">%readme:html:next;</td>
</tr></table>'>

<!ENTITY % readme:html:header
           "%bar;<hr>">
     
<!ENTITY % readme:html:trailer
           "<hr>%bar;">


<!ENTITY % readme:html:textcolor "black">