ClioPatria components
A component is a DCG rule (-->) to be used with html//1 to produce part of an HTML page. Components are designed to be stand-alone as far as possible. Notably, they use html_requires//1 to pull in required script and CSS files.
The components here are designed for the ClioPatria developers UI. Most of them are rather simple. They may be adequate for prototyping and developer's needs, but are generally inadequate for end-user UIs.
Components are used by applications. The ClioPatria applications are in the directory ../applications.
Prolog files
basics.pl -- Simple Small HTML components | ||
---|---|---|
graphviz.pl -- Render RDF-graphs | ||
label.pl -- Support for showing labels | ||
menu.pl -- ClioPatria menu-bar | ||
messages.pl -- Run goals that produce messages | ||
query.pl -- Forms for entering SPARQL and SeRQL queries. | ||
server_statistics.pl -- Server statistics components | ||
simple_search.pl -- Simple literal search |