Commit Graph

16 Commits

Author SHA1 Message Date
Nat 90f1b0d8dd
idk why this works but I can now build on debian :) 2023-06-20 09:15:05 -07:00
Nat c062aa8a2e
Fix minor typo in the README 2023-06-20 08:57:17 -07:00
Nat 7f78f1db3c
Make incoming link list display none if there's nothing 2023-01-20 18:48:32 -08:00
Nat 8dd7876ebc
Add version option 2023-01-20 18:43:52 -08:00
Nat c87debfbae
Improve docs and add install script 2023-01-20 17:33:47 -08:00
Nat db0b922e11
Implement actual arg parsing 2023-01-20 17:23:48 -08:00
Nat dd9a450042
Clean up stdout 2023-01-20 16:52:39 -08:00
Nat 6c402c771f
Fix #2
I love handling null terminated strings :))))

I have no idea how this didn't come up earlier
2023-01-20 16:45:08 -08:00
Nat 02c7492f74
Expand the hash table implementation
Our implementation now resizes automatically and supports hashing by
open addressing.
2023-01-20 16:11:19 -08:00
Nat f4e04b0dfd
Add support for named wikilinks 2023-01-20 15:43:53 -08:00
Nat 1bd489cdc5
Simplify string construction processes 2023-01-20 10:37:11 -08:00
Nat 046e31f91e
Implement incoming links 2023-01-20 09:23:19 -08:00
Nat c7e413c6e5
Replace titleMap with pageMap
Now, our hashmap holds pointers to the Page struct. This will be more
useful for implementing incoming links and whatnot
2023-01-19 15:33:16 -08:00
Nat d6ce11f3ce
Fix rendering in README 2023-01-16 17:20:25 -08:00
Nat 9c01146810
add license 2023-01-16 17:17:18 -08:00
Nat 6b47ed9110
init 2023-01-16 17:13:12 -08:00