summaryrefslogtreecommitdiff
path: root/tissue
AgeCommit message (Expand)Author
2022-07-04web: static: Deprecate mkdir-p in favor of guile-filesystem.Arun Isaac
2022-07-04git: Add %current-git-repository parameter.Arun Isaac
2022-07-04git: Implement git-top-level in terms of current-git-repository.Arun Isaac
2022-07-04git: Implement current-git-repository using repository-open-ext.Arun Isaac
2022-07-04git: Add clone-options utility.Arun Isaac
2022-07-03git: Fill git-top-level docstring.Arun Isaac
2022-07-03issue: Use string-remove-prefix from (tissue utils).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-03git: Add call-with-file-in-git utility.Arun Isaac
2022-07-03git: Find git tracked files from HEAD, not from index.Arun Isaac
2022-07-01web: server: Make CSS a host-specific parameter.Arun Isaac
2022-06-30web: server: Support virtual hosts.Arun Isaac
2022-06-30web: server: Grant read-write permissions to all on Unix socket.Arun Isaac
2022-06-30web: server: Make CSS representationally more concise.Arun Isaac
2022-06-30web: server: Do not pad search results.Arun Isaac
2022-06-30web: server: Add class to search results ul list.Arun Isaac
2022-06-30web: server: Display estimated number of matches.Arun Isaac
2022-06-30search: Separate out query parsing into public function.Arun Isaac
2022-06-30web: server: Re-indent make-search-page.Arun Isaac
2022-06-29web: server: Self-document search filters.Arun Isaac
2022-06-29search: Rename last-updater to lastupdater.Arun Isaac
2022-06-29search: Return all results by default.Arun Isaac
2022-06-29web: server: List search results even on home page.Arun Isaac
2022-06-29web: server: Pre-fill search box with current query.Arun Isaac
2022-06-29web: server: Add document type identifiers in web output.Arun Isaac
2022-06-29issue: Remove space at the beginning of search result metadata.Arun Isaac
2022-06-29document: Add search result title CSS class.Arun Isaac
2022-06-29document: Add CSS classes identifying document type.Arun Isaac
2022-06-29search: AND is:open filter with search query.Arun Isaac
2022-06-29document: Print identifier identifying type of search result.Arun Isaac
2022-06-29document: Accept port argument when printing to text.Arun Isaac
2022-06-29utils: Add call-with-output-pipe.Arun Isaac
2022-06-29document: Remove blank line between title and snippet.Arun Isaac
2022-06-29web: server: Use div instead of span for snippets and metadata.Arun Isaac
2022-06-29document: Remove blank lines in search snippets.Arun Isaac
2022-06-29document: Abstract out HTML snippet generation.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
2022-06-29document: Abstract out document snippet selection.Arun Isaac
2022-06-28web: static: Move sanitize-string to (tissue issue).Arun Isaac
2022-06-28document: Add slot-set utility.Arun Isaac
2022-06-28search: Add search-map.Arun Isaac
2022-06-28document: Override write to print object slots and values.Arun Isaac
2022-06-28bin: Separate out search into (tissue search).Arun Isaac
2022-06-28issue: Prefix ! to destructive function index-person.Arun Isaac
2022-06-28issue: Deprecate unix-time->date utility.Arun Isaac
2022-06-28Migrate to GOOPS.Arun Isaac