index
:
tissue
keyring
main
Text based issue tracker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Expand
)
Author
2023-01-23
bin: Add repository top level directory to load path.
Arun Isaac
2023-01-23
bin: Create xapian directory only when it does not exist.
Arun Isaac
2023-01-23
bin: Change to temporary clone before indexing.
Arun Isaac
2023-01-23
web: Change to temporary clone before building website.
Arun Isaac
2022-12-25
bin: Replace define* with define.
Arun Isaac
2022-12-25
tissue: Deprecate #:project configuration parameter.
Arun Isaac
2022-12-25
web: static: Introduce functional html engine customizer.
Arun Isaac
2022-12-25
web: dev: Accept thunk to read project configuration.
Arun Isaac
2022-12-24
bin: Pass along entire project configuration object to servers.
Arun Isaac
2022-12-24
bin: Expose new development web server.
Arun Isaac
2022-09-19
bin: Print error message and exit on user-error conditions.
Arun Isaac
2022-09-19
bin: Error out if web-dev subcommand is not given a website directory.
Arun Isaac
2022-09-19
bin: Define &user-error-condition.
Arun Isaac
2022-09-19
bin: Separate development and deployment subcommands in listing.
Arun Isaac
2022-09-19
bin: Clarify that web-dev serves both built website and issues.
Arun Isaac
2022-09-19
bin: Deprecate tissue index subcommand.
Arun Isaac
2022-07-23
bin: Add tissue web-dev subcommand.
Arun Isaac
2022-07-23
bin: Abstract out REPL listen code.
Arun Isaac
2022-07-21
bin: Add tissue web-build subcommand.
Arun Isaac
2022-07-21
web: server: Be unaware of the state directory.
Arun Isaac
2022-07-20
bin: Do not print canonical paths when pulling.
Arun Isaac
2022-07-13
document: Move <file-document> code to a new (tissue file-document).
Arun Isaac
2022-07-09
commit: Index commit messages too.
Arun Isaac
2022-07-09
bin: Move indexing document type into document-term-generator.
Arun Isaac
2022-07-09
issue: Move person related functions to (tissue person).
Arun Isaac
2022-07-09
bin: Rename run-web subcommand to web.
Arun Isaac
2022-07-09
bin: Deprecate tissue web subcommand.
Arun Isaac
2022-07-09
bin: Make indexed documents a list of document objects.
Arun Isaac
2022-07-06
bin: Print out filenames when building website.
Arun Isaac
2022-07-06
bin: Allow everyone to read built website.
Arun Isaac
2022-07-06
bin: Look for a default config file.
Arun Isaac
2022-07-05
bin: Refer to %xapian-index, not db-path, in main function.
Arun Isaac
2022-07-05
bin: Guard main function against all git errors.
Arun Isaac
2022-07-05
git: Add condition-git-error utility.
Arun Isaac
2022-07-05
bin: Do not error out when current repository is not found.
Arun Isaac
2022-07-05
bin: Centralize `tissue pull' and `tissue run-web' configuration.
Arun Isaac
2022-07-05
bin: Set css host parameter by parameterizing the current repo.
Arun Isaac
2022-07-05
bin: Pass configuration file to `tissue run-web' as an option.
Arun Isaac
2022-07-05
web: server: Pass state directory to web server.
Arun Isaac
2022-07-05
bin: Move stale index checks to main function.
Arun Isaac
2022-07-04
bin: Add `tissue pull' subcommand.
Arun Isaac
2022-07-04
bin: Deprecate delete-directory in favor of guile-filesystem.
Arun Isaac
2022-07-04
bin: Separate out indexing into new function.
Arun Isaac
2022-07-04
bin: Generalize delete-xapian-index to delete-directory.
Arun Isaac
2022-07-04
bin: Unmemoize load-config.
Arun Isaac
2022-07-03
bin: Correctly support REPL listening on TCP socket.
Arun Isaac
2022-07-03
bin: Print Unix socket path, not port, for REPL listening on it.
Arun Isaac
2022-07-03
conditions: Deprecate &issue-file-not-found-error.
Arun Isaac
2022-07-03
tissue: Read files from git repository, not from the working tree.
Arun Isaac
2022-07-01
web: server: Make CSS a host-specific parameter.
Arun Isaac
[next]