summaryrefslogtreecommitdiff
path: root/tissue
AgeCommit message (Expand)Author
2023-04-18web: server: Handle files without extension.Arun Isaac
2023-04-15issue: Ignore preformatted blocks.Arun Isaac
2023-04-15issue: Allow checkboxes without a space.Arun Isaac
2023-02-04skribilo: Check if node has identifier.Arun Isaac
2023-01-29git: Deprecate call-with-file-in-git.Arun Isaac
2023-01-29web: Explain why we pass a project thunk to the dev server.Arun Isaac
2023-01-29web: Do not temporarily checkout repository when serving it.Arun Isaac
2023-01-29document: Inter snippet source text into the xapian index.Arun Isaac
2023-01-29commit: Explain use of commit-body for snippet source text.Arun Isaac
2023-01-29skribilo: Temporarily disable search snippets.Arun Isaac
2023-01-29git: Create temporary checkout in temporary directory.Arun Isaac
2023-01-28web: Change to repository directory when handling requests.Arun Isaac
2023-01-28git: Abstract temporary checkout.Arun Isaac
2023-01-27issue: Stop exporting deleted function.Arun Isaac
2023-01-26issue: Index names of people as non-boolean terms.Arun Isaac
2023-01-26web: Clean up socket file when Unix sockets are used.Arun Isaac
2023-01-26git: Infer changes by root commit correctly.Arun Isaac
2023-01-26web: Log complete request URI, not just the path.Arun Isaac
2023-01-23web: Change to temporary clone before building website.Arun Isaac
2023-01-23web: Allow files to shadow the search page.Arun Isaac
2023-01-23skribilo: Add skribilo fragment document.Arun Isaac
2023-01-23issue: Remove unused import.Arun Isaac
2023-01-23file-document: Export commits-affecting-file as a utility.Arun Isaac
2023-01-23file-document: Set document type of <file-document> to document.Arun Isaac
2023-01-23file-document: Set document type of <file-document> to document.Arun Isaac
2023-01-23commit: Refer to correct metasyntactic variable in docstring.Arun Isaac
2023-01-23search: Do not use MSetIterator-mset-get.Arun Isaac
2023-01-23web: Express gemtext-exporter in terms of skribe-exporter.Arun Isaac
2023-01-23search: Limit to 1000 search results by default.Arun Isaac
2023-01-23issues: Allow checkboxes without a space.Arun Isaac
2023-01-23web: Deprecate add-methods.Arun Isaac
2022-12-27document: Support symbol serialization and deserialization.Arun Isaac
2022-12-25git: Find git top level correctly even in bare repositories.Arun Isaac
2022-12-25web: static: Build website from within temporary clone of repo.Arun Isaac
2022-12-25web: static: Deprecate with-current-directory.Arun Isaac
2022-12-25tissue: Deprecate #:project configuration parameter.Arun Isaac
2022-12-25tissue: Deprecate #:web-css configuration parameter.Arun Isaac
2022-12-25web: static: Introduce functional html engine customizer.Arun Isaac
2022-12-25web: static: Allow customization of engine used in export.Arun Isaac
2022-12-25web: static: Accept reader as a keyword argument.Arun Isaac
2022-12-25web: Do not pass project configuration to theme.Arun Isaac
2022-12-25web: themes: Add functional way to define methods.Arun Isaac
2022-12-25web: dev: Accept thunk to read project configuration.Arun Isaac
2022-12-25web: Implement themes for the search page.Arun Isaac
2022-12-24bin: Pass along entire project configuration object to servers.Arun Isaac
2022-12-24web: Move query string utilities.Arun Isaac
2022-12-24dev: Implement development web server.Arun Isaac
2022-12-24server: Factor out reusable parts into separate functions.Arun Isaac
2022-11-28web: server: Do not prepend / to URI path.Arun Isaac
2022-11-28web: server: Serve path/index.html if path ends in /.Arun Isaac