diff options
author | marvin-borner@live.com | 2018-04-17 18:35:48 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-17 18:35:48 +0200 |
commit | 6c9fc1146f466230840d9177f5b0daf1f55a8313 (patch) | |
tree | a5da06b510cc1b780d12d86619a03bb7cabc685b /README.md | |
parent | aac2385c32ae2fe4462a6fb038a4619c0019e2ee (diff) |
Fixed translation issues - extended cms use
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -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. + |