diff options
author | Kim Alvefur <zash@zash.se> | 2022-01-28 14:19:05 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-01-28 14:19:05 +0100 |
commit | c4e87ac9fbda30e062fbb8cdfc4779297fe71746 (patch) | |
tree | c5588e15aee296fafbceab6b83cc913b8379b2d8 /README | |
parent | f5d2ee89b16edaf5c7064487d7612ecd439575f0 (diff) | |
download | prosody-c4e87ac9fbda30e062fbb8cdfc4779297fe71746.tar.gz prosody-c4e87ac9fbda30e062fbb8cdfc4779297fe71746.zip |
README: Reflow text to ~78 columns
It's what `gwl` in my vim did. Must be optimal then.
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -2,10 +2,10 @@ ## Description -Prosody is a server for Jabber/XMPP written in Lua. It aims to be easy -to use and light on resources. For developers, it aims to give a -flexible system on which to rapidly develop added functionality or -rapidly prototype new protocols. +Prosody is a server for Jabber/XMPP written in Lua. It aims to be easy to use +and light on resources. For developers, it aims to give a flexible system on +which to rapidly develop added functionality or rapidly prototype new +protocols. ## Useful links @@ -19,17 +19,17 @@ Jabber/XMPP Chat: prosody@conference.prosody.im Web interface: https://chat.prosody.im/ - + Mailing lists: User support and discussion: https://groups.google.com/group/prosody-users - + Development discussion: https://groups.google.com/group/prosody-dev - + ## Installation -See the accompanying INSTALL file for help on building Prosody from source. Alternatively -see our guide at https://prosody.im/doc/install +See the accompanying INSTALL file for help on building Prosody from source. +Alternatively see our guide at https://prosody.im/doc/install |