aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-03 22:29:17 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-03 22:29:17 +0100
commit1e57c2b3f6bd2a4f1756150e669eedffc29cf13d (patch)
tree01f22e47b85e556cd4fae4431f578f9c38bb12ca /docs
parentUpdated PKGBUILD (diff)
downloadsmolbote-1e57c2b3f6bd2a4f1756150e669eedffc29cf13d.tar.xz
Fixed crash with Settings dialog
- User Configuration gets completely written, instead of being just overrides
Diffstat (limited to 'docs')
-rw-r--r--docs/DESIGN.md41
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
-