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![]() | ||
| random_avatar/1 | Generate a random avatar image url. | ![]() |
| release_avatar/1 | Release the avatar to the pool of free avatars. | ![]() |
| valid_gravatar/1 | True if URL is a real gravatar. | ![]() |
bootstrap.pl -- Bootstrap form generator![]() | ||
chat.pl -- The SWISH collaboration backbone![]() | ||
| broadcast_bell/3 | Adds a bell to indicate central chat messages. | ![]() |
| chat_about/2 | Distribute a chat message about DocID. | ![]() |
| chat_broadcast/1 | Send Message to all known SWISH clients. | ![]() |
| chat_broadcast/2 | Send Message to all known SWISH clients. | ![]() |
| chat_to_profile/2 | Send a HTML notification to users logged in using ProfileID. | ![]() |
| notifications/3 | The chat element is added to the navbar and managed by web/js/chat.js. | ![]() |
chatstore.pl -- Store chat messages![]() | ||
config.pl -- Make HTTP locations known to JSON code![]() | ||
| config/2 | Define a name/value pair that will end up in the SWISH config object (see web/js/config.js). | ![]() |
| login/2 | If a login item with 'data-server'(+Server) is clicked, the HTTP handler with id login is called. | ![]() |
| login_item/2 | This hook is called to find all possible login options. | ![]() |
| source_alias/2 | Multifile hook that defines properties of file_search_path/2 aliases wrt. | ![]() |
| swish_config/2 | Define a name/value pair that will end up in the SWISH config object (see web/js/config.js). | ![]() |
| swish_config_hash/2 | True if Hash is the SHA1 of the SWISH config. | ![]() |
| swish_reply_config/2 | Emit a configuration object to the client if the client requests for '.../swish_config.json', regardless of the path prefix. | ![]() |
| user_info/3 | Each login facility must provide this hook. | ![]() |
content_filter.pl -- Ban list content filter![]() | ||
cron.pl -- Schedule HTTP server maintenance tasks![]() | ||
dashboard.pl -- Provide non-programmer query execution![]() | ||
data_source.pl -- Cached data access![]() | ||
download.pl -- Provide a button for downloading data![]() | ||
examples.pl -- Serve example files![]() | ||
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![]() | ||
http_version.pl -- Serve version details over HTTP![]() | ||
include.pl -- Support :- include(File) from SWISH![]() | ||
jquery.pl -- Call jQuery on the SWISH interface![]() | ||
logging.pl -- Add SWISH query execution to the HTTP log file![]() | ||
markdown.pl -- SWISH Notebook markdown support![]() | ||
md_eval.pl -- Provide evaluable markdown![]() | ||
messages.pl![]() | ||
noble_avatar.pl -- Noble Avatar generator![]() | ||
oauth2.pl -- Oauth2 based login![]() | ||
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![]() | ||
r_swish.pl![]() | ||
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![]() | ||
| pengine_stale_module/1 | True if M seems to be a pengine module with no associated pengine. | ![]() |
| pengine_stale_module/2 | True if M seems to be a pengine module with no associated pengine. | ![]() |
| redis_consumer_status/2 | True when Status is a dict describing the current status for Consumer. | ![]() |
| stale_pengine/1 | True if Pengine is a Pengine who's thread died. | ![]() |
| start_swish_stat_collector/0 | Start collecting statistical performance information for the running SWISH server. | ![]() |
| swish_cluster_member/2 | ![]() | |
| swish_died_thread/2 | True if Id is a thread that died with Status and has not (yet) been joined. | ![]() |
| swish_save_stats/1 | Save statistcs to File or the default file. | ![]() |
| swish_statistics/1 | True if State is a statistics about SWISH. | ![]() |
| swish_stats/2 | Get the collected statistics for the given Period. | ![]() |
swish_redis.pl -- Redis stream connection![]() | ||
template_hint.pl -- Generate template hints for CondeMirror![]() | ||
trace.pl -- ![]() | ||
version.pl -- Manage software versions![]() | ||
| check_prolog_version/1 | Validate the program is running under Prolog version Required or newer. | ![]() |
| git_module_property/2 | Property is a property of the named git-component. | ![]() |
| prolog_version_atom/1 | Atom describes the current Prolog version. | ![]() |
| register_git_module/2 | Register the directory from which the Prolog file was loaded as a GIT component about which to report version information. | ![]() |
web.pl -- Serve /plugin![]() | ||