FYI: if this doesn't work for you, you may need to use it from a different URL than http://go/ (try https://starry.sk or https://menu.freshlybakedca.ke) - I'm not sure why exactly, I suspect some browsers may be unhappy with accessing this over http
menu
src
html
create
delete
success
+730
-15
menu/Cargo.lock
+2
menu/Cargo.toml
+2
menu/src/html/create.html
+2
menu/src/html/create/conflict/direct.html
+2
menu/src/html/create/conflict/regex.html
+2
menu/src/html/create/failure.html
+2
menu/src/html/create/success/direct.html
+2
menu/src/html/create/success/regex.html
+2
menu/src/html/delete/failure.html
+2
menu/src/html/delete/success/direct.html
+2
menu/src/html/delete/success/regex.html
+3
menu/src/html/index.html
+17
menu/src/html/opensearch.xml
menu/src/html/public/favicon.ico
This is a binary file and will not be displayed.
+3
menu/src/html/public/favicon.ico.license
menu/src/html/public/favicon.png
This is a binary file and will not be displayed.
+3
menu/src/html/public/favicon.png.license
+132
-18
menu/src/main.rs
+49
-3
menu/src/static_html.rs
History
3 rounds
1 comment
1 commit
expand
collapse
For a while we've had the option to use menu as a search engine where
we would send your search to Kagi if it was not a shortlink. This wasn't
great for everyone though because:
- It required you to pay for Kagi rather than allowing different search
engines
- It wasn't possible to add search engines except through the manual
process, which wasn't discoverable
- Some browsers didn't let you add search engines at all, making this
unusable there
This fixes those issues...
expand 0 comments
1 commit
expand
collapse
For a while we've had the option to use menu as a search engine where
we would send your search to Kagi if it was not a shortlink. This wasn't
great for everyone though because:
- It required you to pay for Kagi rather than allowing different search
engines
- It wasn't possible to add search engines except through the manual
process, which wasn't discoverable
- Some browsers didn't let you add search engines at all, making this
unusable there
This fixes those issues...
expand 1 comment
1 commit
expand
collapse
For a while we've had the option to use menu as a search engine where
we would send your search to Kagi if it was not a shortlink. This wasn't
great for everyone though because:
- It required you to pay for Kagi rather than allowing different search
engines
- It wasn't possible to add search engines except through the manual
process, which wasn't discoverable
- Some browsers didn't let you add search engines at all, making this
unusable there
This fixes those issues...
any reason for unauthorized (401) instead of bad request or not found for https://tangled.org/freshlybakedca.ke/patisserie/pulls/196#menu%2fsrc%2fmain.rs-N117