-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.rc
51 lines (39 loc) · 1.32 KB
/
config.rc
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# S-Web42 example config.rc
## Special PI variables
COMPRESS = gzip
IGNORE_MODTIME = 1
WWW_PREFIX = <strong class="_web" title="WEB!">∞</strong>
## Example navigation for interaction with example header/footer
NAVI_UP = ⇑
NAVI_FIRST = ⇐
NAVI_LAST = ⇒
NAVI_PREV = ←
NAVI_NEXT = →
NAVI_PTOP = <a class="_top" href="#_top" title="Page-Top">↑</a>
# <?PTOP_NAVI?> can then be used in between sections or whatever on
# a page to go to the top and bottom of the page (if desired)
PTOP_NAVI = <div class="_topdown"><p><a class="_topdownmove" \
href="#_top" title="Page-Top">↑</a> \
<a class="_topdownmove" href="#_bottom" \
title="Page-Bottom">↓</a></p></div>
# Navigation menu for *header*
TOPDIR =
TOPMENU @= <?lreft <^TOPDIR^>disccopy.html<>Imprint/Disclaimer?>
# Navigation menu for *footer*
# *footer* unshifts this *last* BOTMENU @= <?NAVI_PTOP?>
## Contact information
AUTHOR = Your Name
AUTHOR_AND_EMAIL = Your Name <YOUR@MAIL>
AUTHOR_AND_EMAIL_RAW = Your Name, YOUR@MAIL
WEB = YOUR-WEB-ADDRESS
MAIL = YOUR@MAIL
COPY_DATE_SPEC = 1972 - 2022
## Do not touch the rest directly, use file-local assignments instead
#SCCSID = I like original SCCS
#TITLE = undef
#DESC = undef
#KEYWORDS = undef
#STYLE_INJECT = undef
#SCRIPT_INJECT = undef
#HEAD_INJECT =
# s-itt-mode