Configuration files
- Debian boot logo (2017-12-26)
-
You may know the framebuffer console which displays a cute penguin
logo at startup. Since so many people use the standard logo, it is
almost lame to use the penguin too. With the help of the gimp plugin
glogo I converted the Debian swirl into a suitable header for
kernel 2.4.20.
- ETH-Header for enscript (2017-12-26; md5sum: e2516147b8528811aa9ca83c89c65f61)
-
Enscript(1)
is a tool which converts ascii text
(i.e. source code, documentation) into Postscripttm. I have
altered the ETH-Header, so it is printed as a page header.
- Oberon highlighting roules for enscript (2017-12-26; md5sum: a729c278cfc21b8398e5b54a7cce4a61)
-
Based on the (included) hilighting rules for pascal, these rules
do the highlighting for Oberon.
Print script.
- VIM macros for Oberon (2017-12-26; md5sum: 311b36c34642dfea70e6bdab867cf02c)
-
As it is very annoying to program in the native oberon
programming environment, I used to do the programming under
vim(1)
and import the written programs. There is also some
support for correcting syntax errors using ":make" in
vim and pasting the errors: dot.vimrc-oberon
, omake.pl,
tmpl.pl.