lib

Prolog files

attvar.plShow source
authenticate.pl  -- Authentication access for SWISHShow source
avatar.pl  -- Avatar managementShow source
random_avatar/1Generate a random avatar image url.Source
release_avatar/1Release the avatar to the pool of free avatars.Source
valid_gravatar/1True if URL is a real gravatar.Source
bootstrap.pl  -- Bootstrap form generatorShow source
chat.pl  -- The SWISH collaboration backboneShow source
chatstore.pl  -- Store chat messagesShow source
config.pl  -- Make HTTP locations known to JSON codeShow source
content_filter.pl  -- Ban list content filterShow source
dashboard.pl  -- Provide non-programmer query executionShow source
data_source.pl  -- Cached data accessShow source
download.pl  -- Provide a button for downloading dataShow source
examples.pl  -- Serve example filesShow source
flags.plShow source
form.pl  -- Form handling utilitiesShow source
gitty.pl  -- Single-file GIT like version systemShow source
gitty_driver_bdb.pl  -- Gitty BDB driverShow source
gitty_driver_files.pl  -- Gitty plain files driverShow source
help.pl  -- SWISH help systemShow source
highlight.pl  -- Highlight token serverShow source
html_output.pl  -- SWISH HTML OutputShow source
http_version.pl  -- Serve version details over HTTPShow source
include.pl  -- Support :- include(File) from SWISHShow source
jquery.pl  -- Call jQuery on the SWISH interfaceShow source
logging.pl  -- Add SWISH query execution to the HTTP log fileShow source
markdown.pl  -- SWISH Notebook markdown supportShow source
md_eval.pl  -- Provide evaluable markdownShow source
messages.plShow source
noble_avatar.pl  -- Noble Avatar generatorShow source
oauth2.pl  -- Oauth2 based loginShow source
login/3Multifile hook to realise the actual login.Source
oauth2_claim/2True when Claim is the claim made in TokenInfo.Source
oauth2_login/2HTTP handler to login using oauth2.Source
oauth2_reply/2HTTP handler for the redirect we get back from the oauth2 server.Source
oauth2_user_info/3Given the token details obtained in oauth2_reply/2, get extended information about the user from the identity provider.Source
oauth2_validate_access_token/3Validates the AccessToken with Unity (implicit or hybrid flow).Source
server_attribute/3Multifile hook that defines available oauth2 servers.Source
page.pl  -- Provide the SWISH application as Prolog HTML componentShow source
patch.pl  -- Run patch programShow source
paths.pl  -- Setup SWISH search pathsShow source
pep.pl  -- SWISH PEP (Policy Enforcement Point)Show source
procps.pl  -- Get process statistics from Linux /procShow source
procps_stat/1Get data from the stat file of the current process, the process identified by PID or the Prolog thread identified by Thread.Source
procps_stat/2Get data from the stat file of the current process, the process identified by PID or the Prolog thread identified by Thread.Source
procps_status/1Get the data from /proc/self/status as a Prolog dict.Source
procps_status/2Get the data from /proc/self/status as a Prolog dict.Source
procps_thread_stat/2Get data from the stat file of the current process, the process identified by PID or the Prolog thread identified by Thread.Source
profiles.plShow source
projection.pl  -- Define the projectionShow source
projection/1Specify the result variables.Source
r_swish.plShow source
render.pl  -- SWISH term-rendering supportShow source
search.pl  -- SWISH search from the navigation barShow source
session.pl  -- Setup SWISH sessionsShow source
storage.pl  -- Store files on behalve of web clientsShow source
swish_chr.pl  -- Make CHR available in SWISHShow source
swish_csv.pl  -- Support CSV output from a Pengines serverShow source
swish_debug.pl  -- Print debug messages and test assertionsShow source
debug/1Add/remove a topic from being printed.Source
list_debug_topics/0List currently known topics for debug/3 and their setting.Source
list_debug_topics/1List currently known topics for debug/3 and their setting.Source
nodebug/1Add/remove a topic from being printed.Source
swish_debug/3Format a message if debug topic is enabled.Source
swish_debugging/1Examine debug topics.Source
swish_diagnostics.plShow source
swish_redis.pl  -- Redis stream connectionShow source
template_hint.pl  -- Generate template hints for CondeMirrorShow source
trace.pl  -- Show source
tutorial.plShow source
version.pl  -- Manage software versionsShow source
web.pl  -- Serve /pluginShow source