git.fiddlerwoaroof.com
name mode size
..
CHANGELOG 100644 1 kb
README 100644 1 kb
lw-doc.asd 100644 2 kb
packages.lisp 100644 2 kb
pages.lisp 100644 7 kb
parse.lisp 100644 4 kb
specials.lisp 100644 6 kb
util.lisp 100644 5 kb
README
This is a quick hack to create a permuted index (similar to the one found in the CLHS) for (parts of) the LispWorks documentation. Exported symbols and editor commands are assembled from the documentation's index pages using simple regular expressions. The application was developed and tested using LispWorks 4.4.5 pro through 6.0.0 pro on Windows and (sometimes) Linux. No attempt has been made to ensure that it works with other versions of LispWorks. Requirements: ASDF, CL-PPCRE, CL-WHO. (Google if you don't know them.) Usage: (asdf:oos 'asdf:load-op :lw-doc) (lw-doc:create-permuted-index) See the documentation string of this function for more options.