File: README

package info (click to toggle)
swi-prolog-packages 5.0.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 50,688 kB
  • ctags: 25,904
  • sloc: ansic: 195,096; perl: 91,425; cpp: 7,660; sh: 3,046; makefile: 2,750; yacc: 843; awk: 14; sed: 12
file content (42 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
			     XPCE HTTP LIBRARY

This library provides some useful starting point to make XPCE/SWI-Prolog
act as a web-server. This package is  futher documented in the XPCE User
Guide.

This package is designed with the following goals in mind:

	* Document export
	Applications that need to export documents may choose to do so
 	in HTML format.  This allows you to use your browser to preview,
	print and export the document to other applications.

	* Sharing documents over the web
	You can have other people looking at data from your running
	application!

	* Web-server application prototyping.

Files:
------

	# httpd.pl
	Generic HTTPD class.  To be subclassed to achieve a real server

	# html_write.pl
	Emit HTML pages from a structured description based on
	grammarrules

	# html_hierarchy.pl
	Display a hierarchy as an explorer-like tree in HTML.

	# http_man.pl
	Small demo exporting XPCE classes.


Status:
-------

This library is a demonstrator. The   bahaviour  of html_write and httpd
are incomplete and will be expanded.   Minor incompatibilities should be
expected, but not a large redesign.