summaryrefslogtreecommitdiff
path: root/tissue
AgeCommit message (Expand)Author
2022-06-22git: Implement git-tracked-files using guile-git.Arun Isaac
2022-06-22utils: Add call-with-current-directory utility function.Arun Isaac
2022-04-14tissue: Add #:issue-files configuration parameter.Arun Isaac
2022-04-06git: Implement git-top-level independent of the git command.Arun Isaac
2022-04-06web: Introduce <file> objects for web export.Arun Isaac
2022-04-05git: Abstract out git-top-level.Arun Isaac
2022-04-05git: Abstract out `git ls-files'.Arun Isaac
2022-04-05issue: Sort authors in lexicographic order.Arun Isaac
2022-03-18issue: Build list of authors from list of issues.Arun Isaac
2022-03-18issue: Arrange posts oldest first.Arun Isaac
2022-03-18issue: Add authors function returning all authors.Arun Isaac
2022-03-18issue: Resolve authors and assignees using aliases.Arun Isaac
2022-03-18tissue: Introduce aliases in configuration.Arun Isaac
2022-03-18utils: Move memoize-thunk to utils.Arun Isaac
2022-03-18web: Display task lists in web issue listings.Arun Isaac
2022-03-18issue: Record all commits affecting a file, not just how many.Arun Isaac
2022-03-18issue: Refactor out repeated use of assq-ref.Arun Isaac
2022-03-18issue: Follow files across renames.Arun Isaac
2022-03-18issue: Ignore case of keywords.Arun Isaac
2022-03-18issue: Rename issue-open to issue-open?.Arun Isaac
2022-03-18issue: Replace delete-duplicates with lset-adjoin.Arun Isaac
2022-03-18issue: Use SRFI-19 dates.Arun Isaac
2022-03-18web: Parameterize %tags-path when exporting all files.Arun Isaac
2022-03-18web: Join lines when reading gemtext.Arun Isaac
2022-03-16tissue: Fix "#\s pace" typo.Arun Isaac
2022-03-16tissue: Add CSS class specific to each tag.Arun Isaac
2022-03-16tissue: Encode URIs for safety.Arun Isaac
2022-03-16tissue: Support tagging using "key: value" pairs.Arun Isaac
2022-03-16tissue: Deduplicate keywords in hash table.Arun Isaac
2022-03-16tissue: Enforce prefix check on checklist.Arun Isaac
2022-03-16tissue: Sanitize tag names in file paths.Arun Isaac
2022-03-15tissue: Introduce declarative configuration.Arun Isaac
2022-03-15tissue: Use more specific &issue-file-not-found-error.Arun Isaac
2022-03-15tissue: Introduce specialized conditions.Arun Isaac
2022-03-15tissue: Allow specification of CSS.Arun Isaac
2022-03-15tissue: Allow override of auto-generated files in website.Arun Isaac
2022-03-15tissue: Use the term "export" instead of "publish".Arun Isaac
2022-03-15tissue: Raise exception on missing file when building website.Arun Isaac
2022-03-14tissue: Ignore missing files when listing issues.Frederick Muriuki Muriithi
2022-03-14tissue: Support exporting issues to the web.Arun Isaac
2022-03-14tissue: Memoize the issues function.Arun Isaac
2022-03-13tissue: Reorganize code into scheme modules.Arun Isaac