[Fluxus] texinfo documentation

Jens Thiele karme at berlios.de
Fri Jan 23 11:43:55 PST 2009


Hi,

Finally I got around to take a look at fluxus. Maybe it is what I am
looking for? See also [0] - any comments welcome.

I tried to get docs/helpmap2texi.scm to work. I was only partly
successfull. (texinfo / info documentation)

It seems it wasn't used for some time?
I changed it by looking at the docs/helpmap2html.scm script.
=> don't use module

added:
+#lang scheme/base
+
+(require scheme/file)
+(require scheme/path)

and then there was a problem with (car funcmap) not being a pair.

Due to the removal of the module stuff and reindention I can't provide a
nice patch => I attach my ugly version.

Additionally I did a small change to get the documentation listet in the
main info directory:

Index: fluxus.texi
===================================================================
RCS file: /sources/fluxus/fluxus/docs/fluxus.texi,v
retrieving revision 1.22
diff -u -r1.22 fluxus.texi
--- fluxus.texi	17 May 2007 20:08:31 -0000	1.22
+++ fluxus.texi	23 Jan 2009 19:34:47 -0000
@@ -2,6 +2,10 @@
 
 @setfilename fluxus.info
 @settitle  Fluxus documentation v0.12
+ at dircategory The Algorithmic Language Scheme
+ at direntry
+* Fluxus: (fluxus).     Small realtime render engine that generates animation from sound.
+ at end direntry
 @afourpaper 
 
 @node Top

Greetings,
Jens

[0] http://egachine.berlios.de/sgachine/

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: helpmap2texi.scm
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20090123/2a4a10d9/attachment-0001.txt>


More information about the Fluxus mailing list