summaryrefslogtreecommitdiff
path: root/tissue
AgeCommit message (Expand)Author
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
2022-06-27web: Move (tissue web) to (tissue web static).Arun Isaac
2022-06-27issue: Move issue printing functions to (tissue issue).Arun Isaac
2022-06-27issue: Replace issues thunk with read-gemtext-issue reader.Arun Isaac
2022-06-27tissue: Generalize issue-files to indexed-documents.Arun Isaac
2022-06-27conditions: Add &unknown-document-type-violation.Arun Isaac
2022-06-27conditions: Suffix -error to &issue-file-not-found condition.Arun Isaac
2022-06-27document: Add <document> object.Arun Isaac
2022-06-27utils: Add string-remove-prefix.Arun Isaac
2022-06-27issue: Deprecate authors function.Arun Isaac
2022-06-27web: Deprecate all static issue listings.Arun Isaac
2022-06-27git: Optionally accept repository argument in git-tracked-files.Arun Isaac
2022-06-26issue: Index issues with type:issue.Arun Isaac
2022-06-26issue: Export predicates issue? and post?.Arun Isaac
2022-06-25bin: Index issues using xapian.Arun Isaac
2022-06-25issue: Add serialization and deserialization functions.Arun Isaac
2022-06-23utils: Deprecate call-with-input-pipe.Arun Isaac
2022-06-23issue: Lookup commits affecting file using guile-git.Arun Isaac
2022-06-23git: Add commit-date utility function.Arun Isaac
2022-06-23git: Bind git_diff_find_similar from libgit2.Arun Isaac
2022-06-23git: Pass repository argument to git-tracked-files.Arun Isaac
2022-06-23git: Add current-git-repository utility function.Arun Isaac
2022-06-23issue: Remove relative date fields.Arun Isaac
2022-06-23web: Do not use relative dates.Arun Isaac