summaryrefslogtreecommitdiff
path: root/tissue/document.scm
AgeCommit message (Expand)Author
2022-07-09bin: Move indexing document type into document-term-generator.Arun Isaac
2022-07-09document: Make snippet source text extraction a generic function.Arun Isaac
2022-07-09document: Prefix ID term with document type.Arun Isaac
2022-07-09document: Generalize document-type method of <document> parent class.Arun Isaac
2022-07-03tissue: Read files from git repository, not from the working tree.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-29document: Print identifier identifying type of search result.Arun Isaac
2022-06-29document: Accept port argument when printing to text.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-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-28document: Add slot-set utility.Arun Isaac
2022-06-28document: Override write to print object slots and values.Arun Isaac
2022-06-28Migrate to GOOPS.Arun Isaac
2022-06-27document: Add <document> object.Arun Isaac