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
bt_button/6Source
bt_form/4Emit a Bootstrap form from Contents.Source
name_label/2Determine a label from a name by upcasing the first character and replacing all underscores by spaces.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
examples.pl  -- Serve example filesShow source
flags.plShow source
form.pl  -- Form handling utilitiesShow source
gitty.pl  -- Single-file GIT like version systemShow source
data_diff/3Diff two data strings line-by-line.Source
delete_head/2Delete Head from the administration.Source
delete_object/2Delete an existing object.Source
fsck_object/2Test the integrity of object Hash in Store.Source
gitty_close/1Close access to the Store.Source
gitty_commit/3True if Meta holds the commit data of NameOrHash.Source
gitty_create/5Create a new object Name from Data and meta information.Source
gitty_data/4Get the data in object Name and its meta-data.Source
gitty_diff/4True if Dict representeds the changes in Hash1 to FileOrHash2.Source
gitty_driver/2Get the current gitty driver.Source
gitty_file/3True when Hash is an entry in the gitty Store and Head is the HEAD revision.Source
gitty_file/4True when Hash is an entry in the gitty Store and Head is the HEAD revision.Source
gitty_fsck/1Check the integrity of store.Source
gitty_hash/2True when Hash is an object in the store.Source
gitty_history/4History is a dict holding a key history with a list of dicts representating the history of Name in Store.Source
gitty_load/4Low level objects store.Source
gitty_open/2Open a gitty store according to Options.Source
gitty_plain_commit/3Load the commit object with Hash.Source
gitty_reserved_meta/1True when Key is a gitty reserved key for the commit meta-data.Source
gitty_save/4Low level objects store.Source
gitty_update/5Update document Name using Data and the given meta information.Source
is_gitty_hash/1True if Term is a possible gitty (SHA1) hash.Source
set_head/3Register Head as the Head hash for File, removing possible old head.Source
udiff_string/2True when String is the string representation of UDiff.Source
gitty_driver_bdb.pl  -- Gitty BDB driverShow source
delete_head/2Delete the named head.Source
delete_object/2Delete an existing object.Source
gitty_close/1Close the BDB environment associated with a gitty store.Source
gitty_file/3True when File entry in the gitty store and Head is the HEAD revision.Source
gitty_hash/2True when Hash is an object in the store.Source
gitty_update_head/4Update the head of a gitty store for Name.Source
load_object/5Load an object given its Hash.Source
load_plain_commit/3Load the commit data as a dict.Source
set_head/3Set the head of the given File to Hash.Source
store_object/4Store the actual object.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
include.pl  -- Support :- include(File) from SWISHShow source
jquery.pl  -- Call jQuery on the SWISH interfaceShow 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
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
profiles.plShow source
projection.pl  -- Define the projectionShow 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
write_result/3Hook into library(pengines) that makes pengines support CSV output.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
version.pl  -- Manage software versionsShow source
web.pl  -- Serve /pluginShow source