diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DESIGN.md | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/DESIGN.md b/docs/DESIGN.md deleted file mode 100644 index 58aa149..0000000 --- a/docs/DESIGN.md +++ /dev/null @@ -1,41 +0,0 @@ -# smolbote - -The aim of smolbote is to be a lightweight and fast, to the point web browser. - -## Principles - -### Simple is good. -'without unnecessary additions'. Do one thing and do it well. - -### User-centric is user-friendly. -Software is there to serve the user, not the other way around. - -### Code correctness is truth. -Use up-to-date standards and compilers. - -## Version 1.0 - -### Browser -* Profiles - - Application-level profile manager -* Configuration - - Default configuration and user overrides - - Auto-generating settings dialog - -### Main Window -* Tabs - - Moving tabs between windows [todo] - - Tab context menu [todo] -* Page actions - - Search [todo] - - Zoom [todo] - - Print [todo] -* Navigation bar - - Back and Forward history [todo] -* Address bar - -### WebEngine -* UrlRequestInterceptor - - Support for AdBlock-style lists -* Cookie Filter - |