summaryrefslogtreecommitdiff
path: root/tissue/web
AgeCommit message (Expand)Author
2023-04-18web: server: Handle files without extension.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-28web: Change to repository directory when handling requests.Arun Isaac
2023-01-26web: Clean up socket file when Unix sockets are used.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-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-23web: Deprecate add-methods.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-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
2022-10-07tissue: Markup docstrings in texinfo syntax.Arun Isaac
2022-07-24web: server: Use small caps for document type identifiers.Arun Isaac
2022-07-24web: server: Style document type identifiers without color.Arun Isaac
2022-07-23web: server: Use default font size for search result titles.Arun Isaac
2022-07-23web: server: Remove special line height for search hints.Arun Isaac
2022-07-21web: server: Be unaware of the state directory.Arun Isaac
2022-07-20web: server: Add article 'the' in handler docstring.Arun Isaac
2022-07-20web: server: Respond to a static file request with a bytevector.Arun Isaac
2022-07-19web: server: Move document type identifier into HTML.Arun Isaac
2022-07-19web: server: Remove rounded edges on search filters.Arun Isaac
2022-07-19web: server: Remove rounded edges on tags.Arun Isaac
2022-07-19issue: Render tags as an unordered list.Arun Isaac
2022-07-19web: server: Link to Xapian::QueryParser syntax documentation.Arun Isaac
2022-07-19file-document: Show created and last updated dates in listings.Arun Isaac
2022-07-19web: server: Parse provided search query only once.Arun Isaac
2022-07-19search: Sort by date on strictly boolean queries.Arun Isaac
2022-07-13web: static: Do not log output directory name when building.Arun Isaac
2022-07-11web: server: Summarize number of results by type.Arun Isaac
2022-07-09commit: Index commit messages too.Arun Isaac
2022-07-08web: server: Serve html files even without the html extension.Arun Isaac
2022-07-05tissue: Deprecate tag listings configuration.Arun Isaac
2022-07-05web: server: Serve static files too.Arun Isaac
2022-07-05web: server: Error out on unknown host.Arun Isaac