gout

A static git page generator
git clone https://git.bracken.jp/gout.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-07-25 14:11Add tests for print_gopher_link_paddedChris Bracken1+122-0
2025-07-26 15:48Add tests for print_gopher_linkChris Bracken1+42-0
2025-07-26 14:34Rename from gitout to goutChris Bracken60+510-514
2025-07-26 14:45Delete git submodule instructionsChris Bracken1+0-20
2025-07-25 02:21Add tests for print_gopher_text_lenChris Bracken2+99-1
2025-07-24 21:50Add tests for print_xml_encoded_lenChris Bracken1+88-0
2025-07-24 20:48Add tests for print_percent_encodedChris Bracken1+56-0
2025-07-24 20:45Add test for print_time_shortChris Bracken1+17-0
2025-07-24 20:43Add test for print_time_zChris Bracken1+17-0
2025-07-24 20:37Add tests for print_timeChris Bracken2+62-0
2025-07-24 02:36Validate URLs and email addressesChris Bracken5+70-10
2025-07-23 23:28Do not open files over 16MB in sizeChris Bracken4+22-3
2025-07-23 23:05Validate paths don't escape the repoChris Bracken5+55-0
2025-07-23 22:43Use gitfile_size_bytes in place of strlenChris Bracken2+29-21
2025-07-23 22:12Add git/ to include_dirsChris Bracken1+2-1
2025-06-29 16:17Use utest.h instead of googletestChris Bracken35+6969-420
2024-07-11 01:17Include errno.h in place of sys/errno.hChris Bracken3+3-3
2024-05-11 06:47Add HTML prefix to HTML writer identifiersChris Bracken12+162-157
2024-05-10 21:54Make git/*.h types opaque structuresChris Bracken57+1375-959
2024-05-10 11:45html: Use consistent repowriter namingChris Bracken3+30-30
2024-05-10 11:34gitout_index: Add -m option to specify rel=me URLChris Bracken7+44-7
2024-05-09 12:51Add background to README.mdChris Bracken1+31-3
2024-05-09 12:35Add gopher output supportChris Bracken28+1394-2
2024-05-06 09:34Make output writer type configurableChris Bracken2+25-5
2024-01-02 13:01Initial commitChris Bracken78+4968-0