index
:
ceres
0.3.x-to-0.4.y
db-completion
exchange-format
main
Recipe server for your favorite dishes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
handler.go
Age
Commit message (
Expand
)
Author
2023-04-22
Remove legacy Recipe struct
xengineering
2023-04-22
Implement index page with JSON
xengineering
2023-04-22
Implement basic recipe target with JSON
xengineering
2023-04-13
Allow empty recipe list
xengineering
2023-04-13
Apply go fmt
xengineering
2023-04-13
Do not hardcode data directory
xengineering
2023-04-12
Switch to unnested config
xengineering
2023-04-12
Implement markup to HTML conversion
xengineering
2023-04-08
Move title parsing to new markup.go file
xengineering
2023-04-08
Remove Markdown rendering
xengineering
2023-04-02
Switch from MariaDB to files
xengineering
2023-04-01
Improve user interface
xengineering
2023-04-01
Implement recipe deletion
xengineering
2023-03-31
Reduce to ID and Markdown
xengineering
2023-03-31
Remove image functionality
xengineering
2023-02-12
Make add.html a template
xengineering
2023-02-12
Centralize templating
xengineering
2023-02-11
Remove most function-inline comments
xengineering
2023-02-11
Apply go fmt *.go
xengineering
2023-02-11
Rework logging
xengineering
2023-02-11
Switch to global database pointer
xengineering
2023-02-11
Migrate storage.go to global config
xengineering
2023-02-11
Switch webserver to global config struct
xengineering
2023-02-09
Remove commented code
xengineering
2023-02-09
Migrate to multiplexer concept
xengineering
2023-02-09
Remove errors.go
xengineering
2023-02-08
Test mux concept with index handler
xengineering
2023-02-08
Move all sources to package main
xengineering