attvar.pl![]() | ||
|---|---|---|
authenticate.pl -- Authentication access for SWISH![]() | ||
| authentication_hook/3 | Is called from the /pengine/create request to establish the logged in user. | ![]() |
| authenticate/2 | Establish the identity behind the HTTP Request. | ![]() |
| user_property/2 | True when Identity has Property. | ![]() |
avatar.pl -- Avatar management![]() | ||
bootstrap.pl -- Bootstrap form generator![]() | ||
chat.pl -- The SWISH collaboration backbone![]() | ||
chatstore.pl -- Store chat messages![]() | ||
| chat_messages/3 | Get messages associated with DocID. | ![]() |
| chat_store/1 | Add a chat message to the chat store. | ![]() |
| chat_count_about/2 | True when Count is the number of messages about DocID. | ![]() |
config.pl -- Make HTTP locations known to JSON code![]() | ||
content_filter.pl -- Ban list content filter![]() | ||
dashboard.pl -- Provide non-programmer query execution![]() | ||
examples.pl -- Serve example files![]() | ||
| provides/1 | Make examples available through swish_provides/1. | ![]() |
flags.pl![]() | ||
form.pl -- Form handling utilities![]() | ||
gitty.pl -- Single-file GIT like version system![]() | ||
gitty_driver_bdb.pl -- Gitty BDB driver![]() | ||
gitty_driver_files.pl -- Gitty plain files driver![]() | ||
help.pl -- SWISH help system![]() | ||
highlight.pl -- Highlight token server![]() | ||
html_output.pl -- SWISH HTML Output![]() | ||
include.pl -- Support :- include(File) from SWISH![]() | ||
jquery.pl -- Call jQuery on the SWISH interface![]() | ||
| jquery/2 | Run a jQuery query in the SWISH interface. | ![]() |
| jquery/3 | Run a jQuery query in the SWISH interface. | ![]() |
markdown.pl -- SWISH Notebook markdown support![]() | ||
| file/4 | Hook that deals with linking other notebooks using the following markdown syntax:. | ![]() |
md_eval.pl -- Provide evaluable markdown![]() | ||
messages.pl![]() | ||
noble_avatar.pl -- Noble Avatar generator![]() | ||
| create_avatar/2 | (Re-)create avatar with basename PNG. | ![]() |
| existing_noble_avatar/2 | True when Image is the image file of a previously generated avatar of Gender. | ![]() |
| noble_avatar/2 | True when File is the image file name for a generated avatar of Gender. | ![]() |
| noble_avatar/3 | True when File is the image file name for a generated avatar of Gender. | ![]() |
page.pl -- Provide the SWISH application as Prolog HTML component![]() | ||
| logo/3 | Hook to include the top-left logos. | |
| pengine_logo/3 | Emit an <a> element that provides a link to Pengines and SWISH on this server. | ![]() |
| swish_content/3 | Generate the SWISH editor, Prolog output area and query editor. | ![]() |
| swish_logo/3 | Emit an <a> element that provides a link to Pengines and SWISH on this server. | ![]() |
| swish_navbar/3 | Generate the swish navigation bar. | ![]() |
| swish_page/3 | Generate the entire SWISH default page. | ![]() |
| swish_reply/2 | HTTP handler to reply the default SWISH page. | ![]() |
| swish_reply_resource/1 | Serve /swish/Resource files. | ![]() |
| swish_resources/2 | Include SWISH CSS and JavaScript. | ![]() |
patch.pl -- Run patch program![]() | ||
paths.pl -- Setup SWISH search paths![]() | ||
pep.pl -- SWISH PEP (Policy Enforcement Point)![]() | ||
procps.pl -- Get process statistics from Linux /proc![]() | ||
profiles.pl![]() | ||
projection.pl -- Define the projection![]() | ||
| projection/1 | Specify the result variables. | ![]() |
render.pl -- SWISH term-rendering support![]() | ||
search.pl -- SWISH search from the navigation bar![]() | ||
session.pl -- Setup SWISH sessions![]() | ||
storage.pl -- Store files on behalve of web clients![]() | ||
swish_chr.pl -- Make CHR available in SWISH![]() | ||
swish_csv.pl -- Support CSV output from a Pengines server![]() | ||
swish_debug.pl -- Print debug messages and test assertions![]() | ||
swish_diagnostics.pl![]() | ||
swish_redis.pl -- Redis stream connection![]() | ||
template_hint.pl -- Generate template hints for CondeMirror![]() | ||
trace.pl -- ![]() | ||
version.pl -- Manage software versions![]() | ||
web.pl -- Serve /plugin![]() | ||