repository overview

about

information about this package can be found in the README. here is a html-version of the README:

status

seems usable.

intro

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.

install

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.

latest

the latest version can be found at
http://www.ueber.net/code/r/nopoint

licence & author

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.

todo

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/nopoint/
or
hg clone static-http://www.ueber.net/who/mjl/hg/nopoint/

tgz

download a snapshot of the latest version: nopoint-1.tgz.

contents

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:

manual pages:

limbo source files:

changes

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.