aboutsummaryrefslogtreecommitdiff
path: root/web/view/markdown.scm
AgeCommit message (Collapse)Author
2024-09-04Extend edit/commit end-points to push to bare repo.Munyoki Kilyungi
* web/view/markdown.scm: Export git-invoke. * web/webserver.scm [+global-repo+]: Delete. [+current-repo-path+]: New variable. (+cgit-repo-path+): New variable. (commit-file-handler): Commit changes to a normal repository and later puh to the bare repository. (controller): Uupdate "GET /edit" and "POST commit" to use the +current-repo+. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-09-04Set the branch name to a default value for github links.Munyoki Kilyungi
* web/view/markdown.scm (form-github-raw-url): Make branch an optional value that defaults to "master". (form-github-edit-url): Ditto. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-09-04Remove dead comments.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-09-04Properly unquote lists using ","Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-08-09Apply guix style formatting to files.Alexander_Kabui
2024-08-09Replace string-append with format.Alexander_Kabui
2024-08-09Fix naming for predicates.Alexander_Kabui
2024-08-09Use kebab case for Variables.Alexander_Kabui
2024-08-09Markdown code Linting.Alexander_Kabui
2024-08-09Use camelcase for json responses.Alexander_Kabui
2024-08-09Refactor: Guile Code formatting.Alexander_Kabui
2024-08-05Use env variable REPO_PATH.Alexander_Kabui
2024-08-02Cleanup: Delete empty linesAlexander_Kabui
2024-08-02Add validator to check if prev_commit and current commit matchAlexander_Kabui
* this is to prevent merge conflict
2024-08-02refactoring: code cleanupAlexander_Kabui
2024-08-02add commit proceduresAlexander_Kabui
2024-07-26Add git util proceduresAlexander_Kabui
2024-07-26Add fetch file procedure.Alexander_Kabui
2023-09-22Markdown and edit buttonPjotr Prins
2023-09-14Added edit buttonPjotr Prins
2023-09-13fixPjotr Prins
2023-09-13Added github resolving and MSK homePjotr Prins
2023-09-13Fetch from githubPjotr Prins
2023-09-13wipPjotr Prins
2023-09-12Adding markdown supportPjotr Prins