• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Jan-2012-

doc/H03-May-2022-1,9521,422

examples/H03-May-2022-255222

images/H03-May-2022-

CopyrightH A D18-Oct-2010830 1916

INSTALLH A D18-Oct-2010771 2214

READMEH A D18-Oct-20102.9 KiB8463

icon_address.plH A D18-Oct-201047 21

pillow.plH A D18-Oct-201053.5 KiB1,9451,641

README

1[WARNING: do not edit, file automatically generated by lpdoc/texinfo]
2
3README
4******
5
6   PiLLoW 1.1
7
8   Programming in Logic Languages on the Web
9
10   PiLLoW is distributed under the GNU Library General Public
11License, see the `Copyright' file for details.
12
13contacting the authors
14======================
15
16   Mail to <clip@clip.dia.fi.upm.es> or visit
17`http://www.clip.dia.fi.upm.es/'.
18
19     CLIP Group                                                  Grupo CLIP
20     Dept. of Artificial Intelligence     Depto. de Inteligencia Artificial
21     School of Computer Science                     Facultad de Informatica
22     Technical University of Madrid       Universidad Politecnica de Madrid
23     28660-Boadilla del Monte, MADRID      28660-Boadilla del Monte, MADRID
24     SPAIN                                                            SPAIN
25
26Getting the Package
27===================
28
29   The latest version of the Package is available at
30`http://www.clip.dia.fi.upm.es/Software/'.
31
32   The SWI-Prolog version of PiLLoW needs the `clib' package for the
33HTTP conection facilities. It is available from
34`http://swi.psy.uva.nl/projects/SWI-Prolog/packages/clib/'
35
36Directory map
37=============
38
39   In the distribution you should find the following subdirectories:
40`doc'
41     contains an article in different formats explaining Web
42     programming in PiLLoW, and in non-Ciao distributions (in Ciao
43     the PiLLoW manual is inside the Ciao manual) the manual in three
44     formats: in GNU info in `pillow_doc.info', suitable for
45     consulting in the emacs editor; in Postscript in
46     `pillow_doc.ps', for printing in a Postscript printer or
47     visualizing with `ghostview' or similar program; and in HTML
48     inside the directory `pillow_doc_html'.
49
50`examples'
51     contains programming examples, prepared to run in the Ciao
52     system, but easily adaptable to other Logic Programming systems.
53
54`images'
55     contains images used by the PiLLoW library or the examples.
56
57Mentioning this work
58====================
59
60   If you find this package useful and develop an application with
61it, we would appreciate if you mention our work by citing the article
62below and/or by putting a pointer to our WWW pages on PiLLoW
63`http://www.clip.dia.fi.upm.es/Software/pillow/pillow.html' (easily
64achieved by including a `pr' HTML term in the pages!).
65
66     @InProceedings{pillow-ws,
67       author  = "D. Cabeza and M. Hermenegildo and S. Varma",
68       title   = "The {\sf P}{\em i}{\sf LL}{\em o}{\sf W}/CIAO
69                       Library for INTERNET/WWW Programming using
70                       Computational Logic Systems",
71       booktitle = "Proceedings of the 1st Workshop on Logic Programming Tools
72                for INTERNET Applications",
73       address = "JICSLP''96, Bonn",
74       month   = {September},
75       year    = 1996,
76       Note    ={Available from {\tt http://clement.info.umoncton.ca/\~{}lpnet}}
77     }
78
79Installation
80============
81
82   Please read the file `INSTALL' for installation instructions.
83
84