aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authormarvin-borner@live.com2018-04-17 18:35:48 +0200
committermarvin-borner@live.com2018-04-17 18:35:48 +0200
commit6c9fc1146f466230840d9177f5b0daf1f55a8313 (patch)
treea5da06b510cc1b780d12d86619a03bb7cabc685b /README.md
parentaac2385c32ae2fe4462a6fb038a4619c0019e2ee (diff)
Fixed translation issues - extended cms use
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1e78a4f..2f11e2f 100755
--- a/README.md
+++ b/README.md
@@ -1,17 +1,22 @@
# BEAM-Messenger
-The messenenger with that certain something.
-Just a task for me to create my own social network.
-It's not my aim to create a **popular** social network.
-## The things the network should/will feature
+The messenger with that certain something.
+Just a task for me to create my own messenger with integrated social network like features.
+It's not my aim to create a **popular** messenger/social network.
+### The things the messenger should/will feature
* Easy interface
* Fast responses
* Secure backend
* **NO** data-selling
* Free to use (except for donations :) )
* Open source
-* Realtime chat
+* Realtime end-to-end encrypted chat
* Image uploading
* Status and/or story feature
* Friend and followers
* Groups in chats **and** in image feed
+### File placements
+* Main site code is in `/main/app/sprinkles/core/`
+* The Twig templates of the actual site you'll see are in `/main/app/sprinkles/core/templates/pages/`
+* Other important things are mostly somewhere in the `sprinkles` directory - other directories are mostly configuration, logs, cache etc.
+