swish

Prolog files

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
chat_messages/3Get messages associated with DocID.Source
chat_store/1Add a chat message to the chat store.Source
chat_count_about/2True when Count is the number of messages about DocID.Source
config.pl  -- Make HTTP locations known to JSON codeShow source
config/2Define a name/value pair that will end up in the SWISH config object (see web/js/config.js).Source
login/2If a login item with 'data-server'(+Server) is clicked, the HTTP handler with id login is called.Source
login_item/2This hook is called to find all possible login options.Source
source_alias/2Multifile hook that defines properties of file_search_path/2 aliases wrt.Source
swish_config/2Define a name/value pair that will end up in the SWISH config object (see web/js/config.js).Source
swish_config_hash/2True if Hash is the SHA1 of the SWISH config.Source
swish_reply_config/2Emit a configuration object to the client if the client requests for '.../swish_config.json', regardless of the path prefix.Source
user_info/3Each login facility must provide this hook.Source
content_filter.pl  -- Ban list content filterShow source
cp_authenticate.pl  -- SWISH login managementShow source
dashboard.pl  -- Provide non-programmer query executionShow source
examples.pl  -- Serve example filesShow source
form.pl  -- Form handling utilitiesShow source
validate_field/4True when Value is a valid value for Field from Dict according to Options.Source
validate_form/2Run validate_field/4 on all specified fields, combining the error message.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
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
create_log_dir/0Create the directory for holding the log files.Source
create_log_dir/1Create the directory for holding the log files.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
patch/4Patch the string Orig using Diff.Source
paths.pl  -- Setup SWISH search pathsShow source
pep.pl  -- SWISH PEP (Policy Enforcement Point)Show source
profiles.plShow source
config/2Provides the object config.swish.profiles, a JSON object that provides the available profiles.Source
projection.pl  -- Define the projectionShow source
render.pl  -- SWISH term-rendering supportShow source
search.pl  -- SWISH search from the navigation barShow source
storage.pl  -- Store files on behalve of web clientsShow source
typeahead/4Find files using typeahead from the SWISH search box.Source
storage_file/1! storage_file_extension(?File, ?Extension) is nondet.Source
storage_fsck/0Enumerate and check the consistency of the entire store.Source
storage_load_term/2Add/retrieve terms from the gitty store.Source
storage_meta_property/2True when Meta has Property.Source
storage_repack/0Repack the storage directory.Source
storage_repack/1Repack the storage directory.Source
storage_store_term/2Add/retrieve terms from the gitty store.Source
storage_unpack/0Unpack all packed objects of the store.Source
use_gitty_file/1Load a file from the Gitty store.Source
use_gitty_file/2Load a file from the Gitty store.Source
swish_csv.pl  -- Support CSV output from a Pengines serverShow source
template_hint.pl  -- Generate template hints for CondeMirrorShow source
trace.pl  -- Show source
prepare_goal/3Handle the breakpoints(List) option to set breakpoints prior to execution of the query.Source
open_source/2Open SWISH non-file sources.Source
$swish wrapper/2Wrap a SWISH goal in '$swish wrapper'.Source
post_context/3Multifile hooks to extract additional information from the Pengine, either just before Goal is started or after an answer was produced.Source
pre_context/3Multifile hooks to extract additional information from the Pengine, either just before Goal is started or after an answer was produced.Source