File: .a2psrc

package info (click to toggle)
a2ps 1%3A4.14-1.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,324 kB
  • sloc: ansic: 26,966; sh: 11,844; lex: 2,286; perl: 1,156; yacc: 757; makefile: 609; lisp: 398; ada: 263; objc: 189; f90: 109; ml: 85; sql: 74; pascal: 57; modula3: 33; haskell: 32; sed: 30; java: 29; python: 24
file content (27 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
##########
# Variables used in the generation of the sheets.html file
#

# The home for most html files:
Variable: html.home http://www.inf.enst.fr/~demaille

# The rules:
Variable: html.hline \
<img src="#{html.home}/images/barre.bleu.bleu.gif" \
alt="" height=4 width=100\% align=center>

# To have a backgroung
Variable: html.begin.hook \
<body background="#{html.home}/images/chalk.jpg" bgcolor="\#FFFFFF">

Variable: html.end.hook \
#{html.hline}\n\
<!--\#include virtual="#{html.home}/images/quick.html"-->

# The title that goes in the Windows' title
Variable: hmtl.title \
GNU a2ps language support

# The title that goes inside the frame.  I want a picture
Variable: html.title.1 \
<img src="#{html.home}/images/a2ps-language-support.gif" alt="#{html.title}">