File: README

package info (click to toggle)
swi-prolog 9.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 82,408 kB
  • sloc: ansic: 387,503; perl: 359,326; cpp: 6,613; lisp: 6,247; java: 5,540; sh: 3,147; javascript: 2,668; python: 1,900; ruby: 1,594; yacc: 845; makefile: 428; xml: 317; sed: 12; sql: 6
file content (32 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---++ SWI-Prolog documentation server

Welcome to the SWI-Prolog documentation server.  This server provides an
integrated search facility to the   SWI-Prolog Reference Manual, Package
documentation as well as documented libraries.

---++ Using this server

Search all documentation using the search-box at the top-left corner.
For example, try:

==
load xml
==

---++ Experimental server!

This server is experimental. The UI has   not  been evaluated nor tested
extensively. We modified most of  the   library  sources  to satisfy the
PlDoc structured documentation conventions using  a simple =sed= script.
The material has been  reviewed  and   corrected  very  partially.  Many
libraries are not yet fully documented in the source.

---++ Running the server locally

You can install this server  locally   using  the  out-of-the-box 5.6.18
release of SWI-Prolog  from   http://www.swi-prolog.org.  The  directory
holding the server setup is   in  =|doc/packages/examples/pldoc|= If you
have reusable libraries, document them according to the PlDoc structured
comment specification and make sure  they   are  loaded into the server.
This makes your libraries searchable in the same interface.