summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2022-09-19bin: Error out if web-dev subcommand is not given a website directory.Arun Isaac
2022-09-19bin: Define &user-error-condition.Arun Isaac
2022-09-19bin: Separate development and deployment subcommands in listing.Arun Isaac
2022-09-19bin: Clarify that web-dev serves both built website and issues.Arun Isaac
2022-09-19bin: Deprecate tissue index subcommand.Arun Isaac
2022-07-23bin: Add tissue web-dev subcommand.Arun Isaac
2022-07-23bin: Abstract out REPL listen code.Arun Isaac
2022-07-21bin: Add tissue web-build subcommand.Arun Isaac
2022-07-21web: server: Be unaware of the state directory.Arun Isaac
2022-07-20bin: Do not print canonical paths when pulling.Arun Isaac
2022-07-13document: Move <file-document> code to a new (tissue file-document).Arun Isaac
2022-07-09commit: Index commit messages too.Arun Isaac
2022-07-09bin: Move indexing document type into document-term-generator.Arun Isaac
2022-07-09issue: Move person related functions to (tissue person).Arun Isaac
2022-07-09bin: Rename run-web subcommand to web.Arun Isaac
2022-07-09bin: Deprecate tissue web subcommand.Arun Isaac
2022-07-09bin: Make indexed documents a list of document objects.Arun Isaac
2022-07-06bin: Print out filenames when building website.Arun Isaac
2022-07-06bin: Allow everyone to read built website.Arun Isaac
2022-07-06bin: Look for a default config file.Arun Isaac
2022-07-05bin: Refer to %xapian-index, not db-path, in main function.Arun Isaac
2022-07-05bin: Guard main function against all git errors.Arun Isaac
2022-07-05git: Add condition-git-error utility.Arun Isaac
2022-07-05bin: Do not error out when current repository is not found.Arun Isaac
2022-07-05bin: Centralize `tissue pull' and `tissue run-web' configuration.Arun Isaac
2022-07-05bin: Set css host parameter by parameterizing the current repo.Arun Isaac
2022-07-05bin: Pass configuration file to `tissue run-web' as an option.Arun Isaac
2022-07-05web: server: Pass state directory to web server.Arun Isaac
2022-07-05bin: Move stale index checks to main function.Arun Isaac
2022-07-04bin: Add `tissue pull' subcommand.Arun Isaac
2022-07-04bin: Deprecate delete-directory in favor of guile-filesystem.Arun Isaac
2022-07-04bin: Separate out indexing into new function.Arun Isaac
2022-07-04bin: Generalize delete-xapian-index to delete-directory.Arun Isaac
2022-07-04bin: Unmemoize load-config.Arun Isaac
2022-07-03bin: Correctly support REPL listening on TCP socket.Arun Isaac
2022-07-03bin: Print Unix socket path, not port, for REPL listening on it.Arun Isaac
2022-07-03conditions: Deprecate &issue-file-not-found-error.Arun Isaac
2022-07-03tissue: Read files from git repository, not from the working tree.Arun Isaac
2022-07-01web: server: Make CSS a host-specific parameter.Arun Isaac
2022-07-01bin: Do not build index or parameterize for `tissue run-web'.Arun Isaac
2022-06-30web: server: Support virtual hosts.Arun Isaac
2022-06-30bin: Introduce listen specification for web service.Arun Isaac
2022-06-30bin: Read web service parameters from configuration file.Arun Isaac
2022-06-29search: Return all results by default.Arun Isaac
2022-06-29bin: Page search results, and do not limit number of results.Arun Isaac
2022-06-29tissue: Add `tissue index' subcommand.Arun Isaac
2022-06-29search: Limit number of search results.Arun Isaac
2022-06-29search: Accept search query as a single string.Arun Isaac
2022-06-29web: server: Add web server for search.Arun Isaac
2022-06-29document: Add web-uri slot to <document> class.Arun Isaac