diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 11:53:30 -0600 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 11:53:30 -0600 |
commit | b2bc83ce80af5c47a0c8855470323189c5f1f718 (patch) | |
tree | 575767646a355454d58c1709ff83da9701cfad18 | |
parent | ce069bdd7350ac62d3f0132789b21aa8733641de (diff) |
tweak: add more TODOs to readme
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -37,15 +37,16 @@ You can also see more detailed instructions [here](./user-scripts/ubuntu-20.04/i ### 👐 Contribute - Contribute upstream to [github.com/mini-rose/rose](https://github.com/mini-rose/) for core functionality changes. -- Contribute here by sending a pull request on Github. +- Contribute here for quality of life improvements, by sending a pull request on Github. ### To do +- [ ] Add an installation tutorial - [ ] Look at using relative rather than absolute paths +- [ ] Add css for js alerts - [ ] Figure out if downloading files is doable. - [ ] Figure out better way to have plugins - [ ] Double check newtab/next-tab behavior - - [ ] Document stand_in.c better - [ ] Find out what each of the css elements refers to. - [ ] Use something other than Whatsapp as an example syslink. - [ ] Set `webkit_web_context_set_sandbox_enabled` (<https://webkitgtk.org/reference/webkit2gtk/2.36.8/WebKitWebContext.html#webkit-web-context-set-sandbox-enabled>), as recommended here: <https://blogs.gnome.org/mcatanzaro/2022/11/04/stop-using-qtwebkit/>. @@ -53,8 +54,10 @@ You can also see more detailed instructions [here](./user-scripts/ubuntu-20.04/i Done: -- [x] Mask user agent +- [x] Document stand_in.c better - [x] Use a makefile. + - [x] Add clean, uninstall to makefile +- [x] Mask user agent - [x] Launch with more than one tab from command line - [x] Figure out merge with upstream - [x] String substitution on uri in order to redirect to better frontends. |