summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-09-05 14:20:44 +0200
committerxengineering <me@xengineering.eu>2021-09-05 14:20:44 +0200
commit88c0500fb89b433d6646c6442b9ee724e205853b (patch)
treeee6007209d732a144f88188eae35a3f14b8ba902
parent0e2db00423fb7039442e16c48a3a90103450f7ee (diff)
downloadlibweb-88c0500fb89b433d6646c6442b9ee724e205853b.tar
libweb-88c0500fb89b433d6646c6442b9ee724e205853b.tar.zst
libweb-88c0500fb89b433d6646c6442b9ee724e205853b.zip
Explain Project Goals1.0.0
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82924dc..9f2f518 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,12 @@ A repository with reusable components for web development.
## Usage
-Just clone it to your web server or add it as a Git submodule to your application repository. In each case you can symlink relevant files.
+Just clone it to your web server or add it as a Git submodule to your application repository. In each case you can create symbolic links to relevant files.
+
+## Goals
+
+- Make plain HTML pages beautiful
+- Use of default HTML tags wherever possible
+- Compatibility with browsers without JavaScript or even without CSS support
+- Support for mobile, tablet and desktop clients
+- No use of any JavaScript framework (just good old [Vanilla JS](http://vanilla-js.com/))