Login
Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-03-10
18:23
Add missing buildPages() to main init Leaf check-in: e3cf24143b user: wing tags: trunk
01:33
Merge restructure check-in: d7cc4d9e39 user: wing tags: trunk
2024-03-08
18:41
Use field keys when adding path in pages Closed-Leaf check-in: a7178c4cf3 user: wing tags: restructure
2024-03-02
00:05
Initialise logger in main init() check-in: 28e115031f user: wing tags: restructure
2024-03-01
19:54
Use new DatabaseLocation config when calling OpenDB() check-in: d4852d4be8 user: wing tags: restructure
19:53
Update example config with new directory names check-in: 67c35ea4c9 user: wing tags: restructure
19:42
Add DatabaseLocation to config check-in: fb38876b36 user: wing tags: restructure
19:40
Update config directory calls check-in: 1f8084cb89 user: wing tags: restructure
19:37
Changed all config values container "Folder" to "Directory" check-in: 6ab254d1c1 user: wing tags: restructure
00:15
Export LoadConfig(). Unexport Config and rename to configuraton. Rename config to cfg Closed-Leaf check-in: e36f7c97f7 user: wing tags: config
2024-02-29
18:47
Create config package and move configuration check-in: 22fe48ab16 user: wing tags: config
2024-02-28
22:38
Merge restructure Leaf check-in: 3e63db370c user: wing tags: database
01:10
routes.go now sends feed path instead of name to GetFeedItems() check-in: 298e152880 user: wing tags: restructure
2024-02-27
20:27
Rename db Init() to OpenDB(). Update main.go to use new name check-in: 534c7d0017 user: wing tags: restructure
19:59
Remove unused path package check-in: 029109a9b5 user: wing tags: restructure
19:56
Rename BuildDB() to Init(). dbLocation is now taken as an parameter. Remove key generation and page building check-in: f892233c07 user: wing tags: restructure
2024-02-24
23:55
Merge database
check-in: 972b3ed806 user: wing tags: restructure
23:41
Update routes.go to use db package check-in: 1a332f876c user: wing tags: database
23:37
Updates pages.go to use db package check-in: a2a3e65945 user: wing tags: database
22:39
Export fields in PagePath and KeyPath. Fix functions still using unexported function calls check-in: 38cec975ff user: wing tags: database
22:23
Update main.go to use db package check-in: 1bcc13a79f user: wing tags: database
22:23
Add db.Close() check-in: 1c94aa92ba user: wing tags: database
22:16
Merge restructure check-in: 8b58a62c88 user: wing tags: database
20:41
Merge database check-in: b4237a28c6 user: wing tags: restructure
20:37
Export types and functions check-in: 8122fd8c3f user: wing tags: database
20:30
Add remaining queries to sql.go. Fix formatting check-in: 90620ab2b8 user: wing tags: database
20:01
Moved SQL queries to sql.go check-in: c013d3cb8b user: wing tags: database
19:37
Fix package name check-in: 88f92cd21c user: wing tags: database
19:34
Use logger package check-in: 62e1ae7bae user: wing tags: database
19:31
Merge logging check-in: f808584cd1 user: wing tags: restructure
19:30
Move logging in routes.go to new package Closed-Leaf check-in: a101f73132 user: wing tags: logging
19:29
Move logging in pages.go to new package check-in: f0add46cd1 user: wing tags: logging
19:27
Move logging in main.go to new package check-in: 4c769efd35 user: wing tags: logging
19:26
Remove logging setup from main.go check-in: 7419714fc5 user: wing tags: logging
19:20
Add logger package check-in: aeaa5312fc user: wing tags: logging
01:15
Move db.go to db directory check-in: 3fb619b4a5 user: wing tags: database
00:37
Create new branch named "restructure" check-in: d648832da1 user: wing tags: restructure
2024-02-21
00:04
Update license check-in: 47146edf3f user: wing tags: trunk
2024-02-20
18:40
Changed logger.Println() to logger.Printf() where applicable check-in: 1e01da1e67 user: wing tags: trunk
2023-10-15
16:39
Add dependencies to README check-in: 6dd8b8ec72 user: wing tags: trunk
2023-10-13
22:32
Remove old pandoc styling from default theme check-in: 416f306263 user: wing tags: trunk
21:59
Goldmark now loads extensions check-in: 21f9977c5f user: wing tags: trunk, release, v1-0-2
00:39
Add padding to bottom of page check-in: 5a7777693d user: wing tags: trunk
2023-10-11
22:48
Check if page wants to append an index and add it to tmplData. Update page.html to include indexes check-in: d68c5b20d1 user: wing tags: trunk
22:39
Add appendIndex to pages table and page struct check-in: bafda6677c user: wing tags: trunk
21:21
Use default logger in config.go as custom one can't be created before the config is read check-in: 7b1555f1d2 user: wing tags: trunk
00:53
Remove joining slash in enclosure URL check-in: ccc13813e0 user: wing tags: trunk
00:33
Fix insertPage() not adding audioFile check-in: 12d034026d user: wing tags: trunk, release, v1-0-1
2023-10-10
18:05
Renamed README to README.md check-in: c45c7256b6 user: wing tags: trunk, release, v1-0-0
18:02
Add README, LICENSE, go.mod and go.sum check-in: a5413352af user: wing tags: trunk