aboutsummaryrefslogtreecommitdiff
path: root/bom.el
Commit message (Collapse)AuthorAgeFilesLines
* Unify emacs packages with webapps: use bom as an exampleemacspackage2webappYuchen Pei2023-10-151-16/+89
| | | | | | | | | | | | Emacs commands: bom; bom-state Paths in webapps: /bom; /bom-state/<state> Next step: generalise the transformation with macros etc.
* Revert "Move ange-ftp-try-passive-mode to bom.el"Yuchen Pei2023-10-101-2/+1
| | | | This reverts commit 19d4d969af74540c60b555cd23bdce07e701aa3c.
* Move ange-ftp-try-passive-mode to bom.elYuchen Pei2023-10-081-1/+2
|
* Fix error handlingYuchen Pei2023-10-081-10/+18
| | | | | | user-error translates to 404 all other errors translates to 500 without extra message that may leak server info
* Add ways to deployYuchen Pei2023-10-031-4/+6
|
* Removing a duplicate useless definitionYuchen Pei2023-10-031-2/+0
|
* Add bom-portYuchen Pei2023-10-021-2/+4
|
* fix html export styleYuchen Pei2023-10-021-5/+13
| | | | | - custom_id for better anchors. - no postamble
* Add path to state, and landing page is for state selection.Yuchen Pei2023-10-021-22/+56
|
* Minor fix: bom-area-parent requires bom-areasYuchen Pei2023-10-021-1/+3
|
* First commit.Yuchen Pei2023-10-021-0/+151
Serving Victoria weather over localhost:9000