diff options
author | EuAndreh <eu@euandre.org> | 2024-05-27 10:19:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-27 10:19:46 -0300 |
commit | e9e6d5b0bc0f189e8d4195f3859caf7331e70cbf (patch) | |
tree | a9b2ad76486b5b513d62cde147ff97fddb01058b | |
parent | TODOs.md -> TODOs.adoc (diff) | |
download | papod-e9e6d5b0bc0f189e8d4195f3859caf7331e70cbf.tar.gz papod-e9e6d5b0bc0f189e8d4195f3859caf7331e70cbf.tar.xz |
mv description long-description ..
-rw-r--r-- | description | 1 | ||||
-rw-r--r-- | long-description | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/description b/description deleted file mode 100644 index 489f247..0000000 --- a/description +++ /dev/null @@ -1 +0,0 @@ -Modern team chat software built on interoperable open standards diff --git a/long-description b/long-description deleted file mode 100644 index 27d8691..0000000 --- a/long-description +++ /dev/null @@ -1,24 +0,0 @@ -Papo is team collaboration platform composed of a suite of free and open source -software made for communities and companies. It features chat messaging, file -sharing and virtual workspaces for working online together. - -Papo improves on existing solutions by: - -1. offering glossy UI for the needs of modern users; -2. being built on existing stabilished standards, enabling existing workflows - and infrastruture to interoperate, instead of creating yet another ad-hoc - messaging API; -3. being 100% free-software, down to the server configuration files and its - acompanying guides on how to use, customize or self-host, eliminating all - forms of lock-in; -4. offering a hosted option at `https://papo.im` for those who whish to pay for - a managed service that is as transparent as possible. - -The software is made as close to zero-config as possible, both to make itself -simpler but also to make it easier for those who wish to self-host. - -Underneath all of this, is just plain old IRC. Not "a compatibility layer to -IRC", just IRC. Most of "modern" functionalities are available via the "modern" -option which implements IRCv3 plus a couple of extensions, and there's also a -"classic" ircd option with traditional RFC 1459 capabilities which serves as a -replacement to other traditional ircd implementations. |