information about this package can be found in the README. here is a html-version of the README:
seems usable.
nopoint is a tool for displaying slideshows, inspired by magicpoint. the user writes slides with simple commands, in plain text. slides can contain text, lists of text, images or tables. these can be styled, e.g. change the (background) colors, alignment, font style and font size. nopoint parses the file and displays it on the screen. keyboard keys and mouse clicks allow navigating through the slides.
see the manual page nopoint(1) for more information. see lib/nopoint/nopoint.nop for a demo.
make sure you have $ROOT set, now run "mk" to compile and "mk install" to install the files.
when building from within inferno, insert SYSHOST=Inferno and ROOT= in the mk invocations to override the values in the mkconfig.
nopoint opens the Vera true type fonts, expecting them in /fonts/ttf. you will need to copy the vera fonts to that directory before running nopoint. alternatively, you can edit appl/cmd/nopoint.b to open other ttf fonts.
the latest version can be found at
http://www.ueber.net/code/r/nopoint
all files except lib/nopoint/glenda.jpg are in the public domain. this code has been written by mechiel lukkien, reachable at mechiel@ueber.net or mechiel@xs4all.nl.
find obscure bug that changes fontsize on rendered slides. seems to be when navigating with (page)up/down and show() kills pre-renderers for no-longer-next slides.
find a way to flow text around images. perhaps do it the easy way and allow specifying layers, and let the user do some positioning. that would implement backgrounds too.
to clone & pull:
hg clone http://www.ueber.net/hgsrv/nopoint/
hg clone static-http://www.ueber.net/who/mjl/hg/nopoint/
download a snapshot of the latest version: nopoint-1.tgz.
the files in the latest revision can be found at /hg/nopoint/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:
| rev | nodeid | when | diff | why |
|---|---|---|---|---|
| 1 | 24d0121879bf | 2 years | diff | add mkconfig, mention it in README. |
| 0 | 3583c1cdf920 | 2 years | - | welcome nopoint. simple slides presentation tool. |