From 834d7eb374488d64f826ba6cf6b7bfbe0fabdc5e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 22 Sep 2023 20:25:42 +0300 Subject: [PATCH] Updated Deep Dive Into WeKan (markdown) --- Deep-Dive-Into-WeKan.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Deep-Dive-Into-WeKan.md b/Deep-Dive-Into-WeKan.md index 799832f..e083d9a 100644 --- a/Deep-Dive-Into-WeKan.md +++ b/Deep-Dive-Into-WeKan.md @@ -18,14 +18,14 @@ - has added and removed about 4M lines of code https://github.com/wekan/wekan/graphs/contributors - https://openhub.net/accounts/xet7 -## Browser support +## Meteor WeKan Browser support - Javascript enabled Desktop and Mobile Safari/Chromium/Firefox based browsers - Apps at Play Store, Windows Microsoft Store, Ubuntu Touch OpenStore - https://github.com/wekan/wekan/wiki/Browser-compatibility-matrix - Alternatively, for self-hosted WeKan, create PWA icon https://github.com/wekan/wekan/wiki/PWA -## WeKan Server +## Meteor WeKan Server - Meteor.js 2.x, Node.js 14.x, MongoDB 6.x - CPU: amd64, arm64, s390x, Source Bundle at https://github.com/wekan/wekan/wiki/Raspberry-Pi @@ -34,7 +34,7 @@ - Newest at platforms: Source Bundle, Snap Candidate, Docker, Kubernetes https://wekan.github.io - Platforms that will be updated to be up-to-date: Snap Stable, Sandstorm, UCS https://wekan.github.io -## Features +## Meteor WeKan Features - [WeKan Design Principles](https://github.com/wekan/wekan/wiki/Design-Principles) - Realtime UI. When someone makes change, like drag card or add text, everyone will see changes immediately. This is because Meteor listens to MongoDB change stream, and updates UI. For some rare cases, there needs to be reload of page, those need to be fixed. @@ -78,3 +78,5 @@ ## WeKan Multiverse - Dillo Webbrowser at FreeDOS https://github.com/wekan/wekan/issues/4578#issuecomment-1248525591 + +![freedos-dillo](https://user-images.githubusercontent.com/15545/190492967-f2770d0e-86a1-4822-93e7-68c65b23d6c4.png) \ No newline at end of file