summaryrefslogtreecommitdiff
path: root/tissue/document.scm
AgeCommit message (Expand)Author
2023-01-29document: Inter snippet source text into the xapian index.Arun Isaac
2022-12-27document: Support symbol serialization and deserialization.Arun Isaac
2022-12-25web: Implement themes for the search page.Arun Isaac
2022-10-07tissue: Markup docstrings in texinfo syntax.Arun Isaac
2022-07-19document: Index boolean terms.Arun Isaac
2022-07-19document: Store serialized date as value in Xapian document.Arun Isaac
2022-07-13document: Use string-blank?.Arun Isaac
2022-07-13document: Tolerate unbound slots when serializing.Arun Isaac
2022-07-13document: Remove unnecessary import of (rnrs hashtables).Arun Isaac
2022-07-13document: Move <file-document> code to a new (tissue file-document).Arun Isaac
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