summaryrefslogtreecommitdiff
path: root/doc/sheets.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sheets.texi')
-rw-r--r--doc/sheets.texi77
1 files changed, 59 insertions, 18 deletions
diff --git a/doc/sheets.texi b/doc/sheets.texi
index afadb96..cfc17dc 100644
--- a/doc/sheets.texi
+++ b/doc/sheets.texi
@@ -1,17 +1,21 @@
@deftp {Style Sheet} {68000} (@file{68000.ssh})
+Written by Akim Demaille.
Althought designed at the origin for the 68k's assembler, this style
sheet seems to handle rather well other dialects.
@end deftp
@deftp {Style Sheet} {a2ps configuration file} (@file{a2psrc.ssh})
+Written by Akim Demaille.
Meant to print files such as @samp{a2ps.cfg}, or @samp{.a2ps/a2psrc}, etc.
@end deftp
@deftp {Style Sheet} {a2ps style sheet} (@file{ssh.ssh})
+Written by Akim Demaille.
Second level of highligthing (option @samp{-g})) substitutes the LaTeX symbols.
@end deftp
@deftp {Style Sheet} {Ada} (@file{ada.ssh})
+Written by Akim Demaille.
This style sheets cover Ada 95. If you feel the need for Ada 83,
you'll have to design another style sheet.
@end deftp
@@ -23,7 +27,8 @@ units (PDUs) of all application layer protocols to date.
@end deftp
@deftp {Style Sheet} {Autoconf} (@file{autoconf.ssh})
-Suitable for both @code{configure.in} and library @code{m4} files.
+Written by Akim Demaille.
+Suitable for both @code{configure.ac} and library @code{m4} files.
@end deftp
@deftp {Style Sheet} {AWK} (@file{awk.ssh})
@@ -39,15 +44,18 @@ systems. It is based on the mathematical sets theory.
@end deftp
@deftp {Style Sheet} {BC} (@file{bc.ssh})
+Written by Akim Demaille.
bc is an arbitrary precision calculator language.
@end deftp
@deftp {Style Sheet} {Bourne Shell} (@file{sh.ssh})
+Written by Akim Demaille.
Some classical program names, or builtin, are highlighted in the
second level of pretty-printing.
@end deftp
@deftp {Style Sheet} {C} (@file{c.ssh})
+Written by Akim Demaille.
This style does not highlight the function definitions.
Another style which highlights them, GNUish C, is provided (gnuc.ssh).
It works only if you respect some syntactic conventions.
@@ -75,6 +83,7 @@ Keywords, XML comments, preprocessor directives, label statements, and
@end deftp
@deftp {Style Sheet} {C++} (@file{cxx.ssh})
+Written by Akim Demaille.
Should handle all known variations of C++. Most declarations (classes
etc.) are not highlighted as they should be. Please, step forward!
@end deftp
@@ -84,10 +93,12 @@ This style is obsolete: use OCaml instead.
@end deftp
@deftp {Style Sheet} {ChangeLog} (@file{chlog.ssh})
+Written by Akim Demaille.
This style covers the usual ChangeLog files.
@end deftp
@deftp {Style Sheet} {Claire} (@file{claire.ssh})
+Written by Akim Demaille.
Claire is a high-level functional and object-oriented language with
advanced rule processing capabilities. It is intended to allow the
programmer to express complex algorithms with fewer lines and in an
@@ -122,7 +133,7 @@ To achieve its goal of readability, Claire uses
operations.
@end itemize
More information on claire can be found on
-@href{http://www.ens.fr/~laburthe/claire.html,claire home page}.
+@href{https://en.wikipedia.org/wiki/Claire_(programming_language),Wikipedia}.
@end deftp
@deftp {Style Sheet} {Common Lisp} (@file{clisp.ssh})
@@ -136,6 +147,7 @@ with defstruct options.
@end deftp
@deftp {Style Sheet} {Coq Vernacular} (@file{coqv.ssh})
+Written by Akim Demaille.
This style is devoted to the Coq v 5.10 vernacular language.
@end deftp
@@ -152,6 +164,7 @@ must appear on the same line as the method name.
@end deftp
@deftp {Style Sheet} {CPP} (@file{cpp.ssh})
+Written by Akim Demaille.
C traditional preprocessor handling, mostly meant to be inherited.
@end deftp
@@ -165,6 +178,7 @@ The Label_strong style is used for commands which change the design.
@end deftp
@deftp {Style Sheet} {Eiffel} (@file{eiffel.ssh})
+Written by Akim Demaille.
Eiffel is an object oriented language that also includes a
comprehensive approach to software construction: a method.
@@ -180,6 +194,7 @@ This style sheet includes support for some extensions dumped with XEmacs.
@end deftp
@deftp {Style Sheet} {Encapsulated PostScript} (@file{eps.ssh})
+Written by Akim Demaille.
Illegal PostScript operators are highlighted as Errors.
@end deftp
@@ -270,6 +285,7 @@ anywhere on the line, and nothing else is a comment.
@end deftp
@deftp {Style Sheet} {GNUish C} (@file{gnuc.ssh})
+Written by Akim Demaille.
Declaration of functions are highlighted @emph{only} if you start
the function name in the first column, and it is followed by an
opening parenthesis. In other words, if you write
@@ -291,11 +307,11 @@ Special tokens of GNUmakefiles and non terminal declarations are highlighted.
@deftp {Style Sheet} {Haskell} (@file{haskell.ssh})
Written by Ilya Beylin.
Haskell: non-strict functional programming language
- http::/www.haskell.org/
+ https://www.haskell.org/
@end deftp
@deftp {Style Sheet} {HTML} (@file{html.ssh})
-Written by Wesley J. Chun.
+Written by Akim Demaille, Wesley J. Chun.
This style is meant to pretty print HTML source files, not to simulate
its interpretation (i.e., @samp{<bold>foo</bold>} does not print @samp{foo}
in bold). If you really meant to print the result of the HTML file
@@ -307,7 +323,7 @@ in bold). If you really meant to print the result of the HTML file
Written by Robert S. Mallozzi, Manfred Schwarb.
Style sheet for IDL 5.2 (Interactive Data Language).
Obsolete routines are not supported.
-http://www.rsinc.com.
+https://www.rsinc.com.
@end deftp
@deftp {Style Sheet} {InstallShield 5} (@file{is5rul.ssh})
@@ -332,10 +348,12 @@ like strings.
@end deftp
@deftp {Style Sheet} {LACE} (@file{lace.ssh})
+Written by Akim Demaille.
This is meant for the Eiffel equivalent of the Makefiles.
@end deftp
@deftp {Style Sheet} {Lex} (@file{lex.ssh})
+Written by Akim Demaille.
In addition to the C constructs, it highlights the declaration of
states, and some special @samp{%} commands.
@end deftp
@@ -346,6 +364,7 @@ This is the style for Lout files.
@end deftp
@deftp {Style Sheet} {Mail Folder} (@file{mail.ssh})
+Written by Akim Demaille.
To use from elm and others, it is better to specify @samp{-g -Email},
since the file sent to printer is no longer truly a mail folder.
This style also suits to news. @samp{--strip} options are also useful
@@ -362,6 +381,7 @@ or write a Bison parser for mails.
@end deftp
@deftp {Style Sheet} {Makefile} (@file{make.ssh})
+Written by Akim Demaille.
Special tokens, and non terminal declarations are highlighted.
@end deftp
@@ -401,6 +421,7 @@ Written by Peter Bartke.
@end deftp
@deftp {Style Sheet} {Modula 3} (@file{modula3.ssh})
+Written by Akim Demaille.
Modula-3 is a member of the Pascal family of languages. Designed in
the late 1980s at Digital Equipment Corporation and Olivetti, Modula-3
corrects many of the deficiencies of Pascal and Modula-2 for practical
@@ -411,13 +432,14 @@ automatic garbage collection. Modula-3 is both a practical
implementation language for large software projects and an excellent
teaching language.
-This sheet was designed based on @href{http://www.research.digital.com/SRC/modula-3/html/home.html,Modula 3 home page}.
+This sheet was designed based on @href{http://www.modula3.org/,Modula 3 home page}.
@end deftp
@deftp {Style Sheet} {o2c} (@file{o2c.ssh})
@end deftp
@deftp {Style Sheet} {Oberon} (@file{oberon.ssh})
+Written by Akim Demaille.
Created by N. Wirth, Oberon is the successor of the Pascal and
Modula-2 family of programming languages. It was specifically designed
for systems programming, and was used to create the Oberon system in
@@ -425,7 +447,7 @@ cooperation with J. Gutknecht. A few years later, the Oberon language
was extended with additional object-oriented features to result in the
programming language Oberon-2.
-Implementation of the sheet based on @href{http://www.math.tau.ac.il/~laden/Oberon.html,The Oberon Reference Site}.
+Implementation of the sheet based on @href{http://www.projectoberon.com/,The Project Oberon Site}.
@end deftp
@deftp {Style Sheet} {Objective C} (@file{objc.ssh})
@@ -433,7 +455,6 @@ Written by Paul Shum.
@end deftp
@deftp {Style Sheet} {OCaml} (@file{ocaml.ssh})
-Written by Markus Mott.
This style should also suit other versions of ML (caml light, SML etc.).
@end deftp
@@ -471,6 +492,7 @@ This style is to be checked.
@end deftp
@deftp {Style Sheet} {Pascal} (@file{pascal.ssh})
+Written by Akim Demaille.
The standard Pascal is covered by this style.
But some extension have been added too, hence modern Pascal programs
should be correctly handled.
@@ -500,11 +522,13 @@ This style highlights PIC16F84 ASM code.
@end deftp
@deftp {Style Sheet} {PostScript} (@file{ps.ssh})
+Written by Akim Demaille.
Only some keywords are highlighted, because otherwise listings are quickly
becoming a big bold spot.
@end deftp
@deftp {Style Sheet} {PostScript Printer Description} (@file{ppd.ssh})
+Written by Akim Demaille.
Support for Adobe's PPD files.
@end deftp
@@ -514,6 +538,7 @@ Should handle Persistence Of Vision input files.
@end deftp
@deftp {Style Sheet} {PreScript} (@file{pre.ssh})
+Written by Akim Demaille.
This style defines commands in the canonic syntax of a2ps.
It is meant to be used either as an input language, and to
highlight the table of contents etc.
@@ -525,6 +550,7 @@ PostScript, nor to require the use of LaTeX.
@end deftp
@deftp {Style Sheet} {PreTeX} (@file{pretex.ssh})
+Written by Akim Demaille.
This style sheets provides LaTeX-like commands to format text.
It is an alternative to the PreScript style sheet, in which formating
commands are specified in a more a2ps related syntax.
@@ -534,14 +560,17 @@ pages that this program should produce.
@end deftp
@deftp {Style Sheet} {Prolog} (@file{prolog.ssh})
+Written by Akim Demaille.
Help is needed on this sheet.
@end deftp
@deftp {Style Sheet} {Promela} (@file{promela.ssh})
+Written by Akim Demaille.
There is no way for this program to highlight send and receive primitives.
@end deftp
@deftp {Style Sheet} {Python} (@file{python.ssh})
+Written by Akim Demaille.
Python is an easy to learn, powerful programming language. It has
efficient high-level data structures and a simple but effective
approach to object-oriented programming. Python's elegant syntax and
@@ -551,7 +580,7 @@ on most platforms.
The Python interpreter and the extensive standard library are freely
available in source or binary form for all major platforms from the
-@href{http://www.python.org,Python web site}, and can be freely distributed.
+@href{https://www.python.org,Python web site}, and can be freely distributed.
The same site also contains distributions of and pointers to many free
third party Python modules, programs and tools, and additional
@@ -570,7 +599,7 @@ a language plus a run-time environment with graphics, a debugger, access
to certain system functions, and the ability to run programs stored in
script files.
-R has a home page at `http://www.r-project.org/'. It is free software
+R has a home page at `https://www.r-project.org/'. It is free software
distributed under a GNU-style copyleft, and an official part of the GNU
project (
GNU
@@ -579,6 +608,7 @@ S
@end deftp
@deftp {Style Sheet} {Reference Card} (@file{card.ssh})
+Written by Akim Demaille.
This style sheet is meant to process help messages generated by
Unix applications. It highlights the options (-short or --long),
and their arguments.
@@ -592,7 +622,7 @@ program --help | a2ps -Ecard
@deftp {Style Sheet} {REXX} (@file{rexx.ssh})
Written by Alexander Mai.
This style sheet supports REXX.
-You can get information about REXX from the @href{http://www.rexxla.org,REXX Language Association}.
+You can get information about REXX from the @href{https://www.rexxla.org,REXX Language Association}.
@end deftp
@deftp {Style Sheet} {Ruby} (@file{ruby.ssh})
@@ -608,7 +638,7 @@ R consists of a language plus a run-time environment with graphics, a
debugger, access to certain system functions, and the ability to run
programs stored in script files.
-R has a home page at `http://www.r-project.org/'. It is free software
+R has a home page at `https://www.r-project.org/'. It is free software
distributed under a GNU-style copyleft, and an official part of the GNU
project (`GNU S').
@end deftp
@@ -622,12 +652,13 @@ R consists of a language plus a run-time environment with graphics, a
debugger, access to certain system functions, and the ability to run
programs stored in script files.
-R has a home page at `http://www.r-project.org/'. It is free software
+R has a home page at `https://www.r-project.org/'. It is free software
distributed under a GNU-style copyleft, and an official part of the GNU
project (`GNU S').
@end deftp
@deftp {Style Sheet} {Sather} (@file{sather.ssh})
+Written by Akim Demaille.
Sather is an object oriented language designed to be simple,
efficient, safe, flexible and non-proprietary. One way of placing it
in the `space of languages' is to say that it aims to be as efficient
@@ -635,12 +666,13 @@ as C, C++, or Fortran, as elegant as and safer than Eiffel, and
support higher-order functions and iteration abstraction as well as
Common Lisp, CLU or Scheme.
-Implementation of the sheet based on the @href{http://www.icsi.berkeley.edu/~sather/index.html,Sather home page}.
+Implementation of the sheet based on the @href{https://www.gnu.org/software/sather/,Sather home page}.
Heavy highlighting uses symbols for common mathematical operators.
@end deftp
@deftp {Style Sheet} {Scheme} (@file{scheme.ssh})
+Written by Akim Demaille.
This style sheet is looking for a maintainer and/or comments.
@end deftp
@@ -651,11 +683,13 @@ left by graphic editors. Only the pure specification is then printed.
@end deftp
@deftp {Style Sheet} {Sed} (@file{sed.ssh})
+Written by Akim Demaille.
Comments and labels are highlighted. Other ideas are welcome!
A lot of work is still needed.
@end deftp
@deftp {Style Sheet} {Shell} (@file{shell.ssh})
+Written by Akim Demaille.
This style sheet is not meant to be used directly, but rather an as
ancestor for shell style sheets.
@end deftp
@@ -691,6 +725,7 @@ Highlights stratego source code
@end deftp
@deftp {Style Sheet} {Symbols} (@file{symbols.ssh})
+Written by Akim Demaille.
This style sheet should be a precursor for any style sheet which
uses LaTeX like symbols.
@end deftp
@@ -708,35 +743,39 @@ With @samp{-g}, common mathematical symbols are represented graphically.
@end deftp
@deftp {Style Sheet} {Texinfo} (@file{texinfo.ssh})
+Written by Akim Demaille.
Heavy highlighting prints the nodes on separate pages
which title is the name of the node.
@end deftp
@deftp {Style Sheet} {TeXScript} (@file{texscript.ssh})
+Written by Akim Demaille.
TeXScript is the new name of what used to be called PreScript.
New PreScript has pure a2ps names, PreTeX has pure TeX names,
and TeXScript mixes both.
@end deftp
@deftp {Style Sheet} {Tiger} (@file{tiger.ssh})
+Written by Akim Demaille.
Tiger is a toy language that serves as example of the book
-@href{http://www.cs.princeton.edu/~appel/modern/,Modern Compiler Implementation}
+@href{https://www.cs.princeton.edu/~appel/modern/,Modern Compiler Implementation}
by Andrew W. Appel.
@end deftp
@deftp {Style Sheet} {tk} (@file{tk.ssh})
-Written by Larry W. Virden.
+Written by Akim Demaille, Larry W. Virden.
Since everything, or almost, is a string, what is printed is not
always what you would like.
@end deftp
@deftp {Style Sheet} {Tool Command Language} (@file{tcl.ssh})
-Written by Larry W. Virden.
+Written by Akim Demaille, Larry W. Virden.
Since everything, or almost, is a string, what is printed is not
always what you would like.
@end deftp
@deftp {Style Sheet} {Unified Diff} (@file{udiff.ssh})
+Written by Akim Demaille.
This style is meant to be used onto the output unidiffs, that is to say
output from @samp{diff -u}.
@@ -778,10 +817,11 @@ All the Vtcl keywords that aren't in Tcl or TclX.
@deftp {Style Sheet} {VRML} (@file{vrml.ssh})
Written by Nadine Richard.
According to
- @href{http://vag.vrml.org/VRML2.0/FINAL/spec/part1/grammar.html,Grammar Definition Version 2.0 ISO/IEC CD 14772}.
+ @href{https://www.web3d.org/documents/specifications/14772/V2.0/part1/grammar.html,Grammar Definition Version 2.0 ISO/IEC CD 14772}.
@end deftp
@deftp {Style Sheet} {wdiff} (@file{wdiff.ssh})
+Written by Akim Demaille.
This style is meant to be used onto the output of Franc,ois Pinard's
program @code{wdiff}. @code{wdiff} is a utility that underlines the differences
of words between to files. Where @code{diff} make only the difference between
@@ -802,6 +842,7 @@ This style covers Perl XS language.
@end deftp
@deftp {Style Sheet} {Yacc} (@file{yacc.ssh})
+Written by Akim Demaille.
Special tokens, and non terminal declarations are highlighted.
@end deftp