migrated services

This commit is contained in:
antil0pa 2017-08-25 01:20:04 +02:00
parent 80e63117be
commit 598c073d0c
33 changed files with 359 additions and 4 deletions

View File

@ -5,6 +5,6 @@ fontcolor: '#FFFFFF'
text_align: center
---
### IMAP: disroot.org | SSL Port 993 | Authentication: Normal Password
### SMTP: disroot.org | STARTTLS Port 587 | Authentication: Normal Password
### POP: disroot.org | SSL Port 995 | Authentication: Normal Password
### IMAP: <span style="color:#8EB726">disroot.org</span> | <span style="color:#8EB726">SSL</span> Port <span style="color:#8EB726">993</span> | Authentication: <span style="color:#8EB726">Normal Password</span>
### SMTP: <span style="color:#8EB726">disroot.org</span> | <span style="color:#8EB726">STARTTLS</span> Port <span style="color:#8EB726">587</span> | Authentication: <span style="color:#8EB726">Normal Password</span>
### POP: <span style="color:#8EB726">disroot.org</span> | <span style="color:#8EB726">SSL</span> Port <span style="color:#8EB726">995</span> | Authentication: <span style="color:#8EB726">Normal Password</span>

View File

@ -5,4 +5,4 @@ fontcolor: '#FFF'
text_align: center
---
Diaspora Features:
## Diaspora Features:

View File

@ -0,0 +1,7 @@
---
title: 'Empty Bar'
bgcolor: '#8EB726'
fontcolor: '#FFF'
text_align: center
---

View File

@ -0,0 +1,13 @@
---
title: 'Xmpp Chatrooms'
bgcolor: '#FFF'
fontcolor: '#7A7A7A'
---
## Explore chat-rooms
XMPP gives you possibility to create private and public chat-rooms.
<br>
just use chat.disroot.org in your XMPP client or make use of our web-client.
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

View File

@ -0,0 +1,12 @@
---
title: 'Xmpp Encrypt'
bgcolor: '#8EB726'
fontcolor: '#1F5C60'
text_align: left
---
## Encrypt everything!
By using OTR or GPG encryption methods on the client side (your side), your conversation cannot be intercepted by anyone but the recipient.
---

View File

@ -0,0 +1,8 @@
---
title: 'Xmpp Highlights'
bgcolor: '#8EB726'
fontcolor: '#FFF'
text_align: center
---
## XMPP Feature highlights:

View File

@ -0,0 +1,15 @@
---
title: 'Email Settings'
bgcolor: '#1F5C60'
fontcolor: '#FFFFFF'
text_align: center
---
## Server settings
### Username:<span style="color:#8EB726"> Your username </span>
### Server:<span style="color:#8EB726"> disroot.org </span>
### Port:<span style="color:#8EB726"> 5222 </span>
If you are using a XMPP client (e.g. pidgin), you will need the above mentioned settings.
<br>
Alternately, You can use XMPP client embedded in ownCloud at [https://cloud.disroot.org](https://cloud.disroot.org)

View File

@ -0,0 +1,17 @@
---
title: Email
bgcolor: '#FFF'
fontcolor: '#7A7A7A'
body_classes: modular
---
<a class="button button2" href="https://user.disroot.org/pwm-disroot/public/NewUser">Sign up</a>
<a class="button button1" href="https://cloud.disroot.org/">Log in</a>
---
## XMPP - Decentralized instant messaging
Communicate with your friends using a standardized, open and federated chat protocol with the ability to encrypt your communication with OTR (Off-The-Record) messaging. With XMPP you are not bound to one service (our service) provider but can freely communicate with contacts from other XMPP servers, just like you would communicate between different email servers.
Project homepage: [https://prosody.im](https://prosody.im)

View File

@ -0,0 +1,12 @@
---
title: 'Xmpp Clients'
bgcolor: '#FFF'
fontcolor: '#7A7A7A'
text_align: left
---
## Use your favorite chat-client
There is a lot of desktop/web/mobile clients to choose from. You can pick the one you like the best.
---

View File

@ -0,0 +1,35 @@
---
title: 'Xmpp Modules'
bgcolor: '#FFF'
fontcolor: '#7A7A7A'
text_align: left
---
## List of supported server modules:
"**roster**"; -- Allow users to have a roster. Recommended 😉
"**saslauth**"; -- Authentication for clients and servers.
"**tls**"; -- Add support for secure TLS on c2s/s2s connections
"**dialback**"; -- s2s dialback support
"**disco**"; -- Service discovery
"**bosh**"; -- xmpp over http
"**muc**"; -- Multi user Chat (chatrooms)
"**http_upload**"; -- upload files via http (file will be deleted after 7 days)
"**private**"; -- Private XML storage (for room bookmarks, etc.)
"**vcard**"; -- Allow users to set vCards
"**privacy**"; -- Support privacy lists
"**compression**"; -- Stream compression
"**offline**"; -- Store offline messages.
"**version**"; -- Replies to server version requests
"**uptime**"; -- Report how long server has been running
"**time**"; -- Let others know the time here on this server
"**ping**"; -- Replies to XMPP pings with pongs
"**pep**"; -- Enables users to publish their mood, activity, playing music and more
"**carbons**"; -- Allow sending messages to multiple devices
"**carbons_adhoc**";
"**carbons_copies**";
"**smacks**"; -- Stream Management
"**csi**"; -- Implements Client State Indication
"**throttle_presence**"; -- see https://modules.prosody.im/mod_throttle_presence.html
"**announce**"; -- Send announcement to all online users
"**motd**"; -- Send a message to users when they log in

View File

@ -0,0 +1,19 @@
---
title: XMPP
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _xmpp
- _xmpp-settings
- _xmpp-highlight
- _xmpp-clients
- _xmpp-encrypt
- _xmpp-chatrooms
- _empty-bar
- _xmpp-modules
body_classes: modular
header_image: 'pussy-riot.jpeg'
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

View File

@ -0,0 +1,44 @@
---
title: 'Etherpad Features'
bgcolor: '#8EB726'
fontcolor: '#1F5C60'
text_align: left
---
## Color highlighting
All the changes in the text are marked with authorship color assigned to each user in the pad.
## Text styling
Bold, italic, paragraphs, lists, bullet point lists and so on.
## Chat
Online chat for all users working on the text.
## History
Review changes thought out the time with time slider.
## Import / export pads
Import and export pads in various formats (plain-text, HTML, Etherpad, Mediawiki).
## Save revisions
Save certain version of your pad.
## Bookmarks
Etherpad plugin for users to save a list of bookmarks of their visited pads locally in the browser's local storage.
## Comments
Adds comments on sidebar and link it to the text.
---
![](etherpad-example.png?lightbox=1024)
![](etherpad-history.gif?lightbox=1024)

View File

@ -0,0 +1,16 @@
---
title: 'Ethercalc Features'
bgcolor: '#8EB726'
fontcolor: '#1F5C60'
text_align: left
---
![](etherpad-example.png?lightbox=1024)
![](etherpad-history.gif?lightbox=1024)
---
## ??
Lorem ipsum.

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

View File

@ -0,0 +1,8 @@
---
title: 'Etherpad Highlights'
bgcolor: '#8EB726'
fontcolor: '#FFF'
text_align: center
---
## Etherpad Feature highlights:

View File

@ -0,0 +1,27 @@
---
title: Pads
bgcolor: '#FFF'
fontcolor: '#7A7A7A'
body_classes: modular
---
<a class="button button2" href="https://pad.disroot.org/">Open a pad</a>
<a class="button button1" href="https://calc.disroot.org/">Create a spreadsheet</a>
---
![](etherpad.png)
## Collaborative editing in really real-time
Etherpad allows you to edit documents collaboratively in real-time directly in the web browser. Write articles, press releases, to-do lists, etc. together with your friends, fellow students or colleagues, all working on the same document at the same time.
[https://pad.disroot.org](https://pad.disroot.org)
Project homepage: [http://etherpad.org](http://etherpad.org)
![](ethercalc.png)
## A collaborative web spreadsheet.
Your data is saved on the web, and people can edit the same document at the same time. Everybody's changes are instantly reflected on all screens.
Work together on inventories, survey forms, list management, brainstorming sessions and more!

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -0,0 +1,17 @@
---
title: Pads
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _pads
- _etherpad-highlights
- _etherpad-features
- _ethercalc-highlights
- _ethercalc-features
- _empty-bar
body_classes: modular
header_image: 'riot-tagging.jpeg'
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

View File

@ -0,0 +1,16 @@
---
title: 'Lufi How'
bgcolor: '#8EB726'
fontcolor: '#1F5C60'
text_align: left
---
## How does it work?
Drag and drop files in the appropriate area or use the traditional way to send files and the files will be chunked, encrypted and sent to the server. You will get two links per file: a download link, that you give to the people you want to share the file with and a deletion link, allowing you to delete the file when you want.
You can see the list of your files by clicking on the "My files" link at the top right of this page.
---
![](lufi-drop.png?lightbox=1024)

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,17 @@
---
title: 'Ethercalc Features'
bgcolor: '#8EB726'
fontcolor: '#1F5C60'
text_align: left
---
![](lufi-files.png?lightbox=1024)
---
## Privacy
The files uploaded on a Lufi instance are encrypted before the upload to the server: the administrator of the server can not see the file's content.
The administrator can only see the file's name, its size and its mimetype (what kind of file it is: video, text, etc).
You don't need to register yourself to upload files.

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -0,0 +1,19 @@
---
title: Upload
bgcolor: '#FFF'
fontcolor: '#7A7A7A'
body_classes: modular
---
<a class="button button2" href="https://upload.disroot.org/">Upload files</a>
---
![](lufi.png)
## Lufi - Encrypted temporary file upload service
Upload is a file hosting software, powered by Lufi. It temporary stores files so you can share them with others using a link.
To protect privacy, All the files are encrypted by the browser ! It means that your files never leave your computer un-encrypted.
The administrator of the Lufi instance you use will not be able to see what is in your file, and your network administrator neither. Neither can do your ISP.
The administrator can only see the file's name, its size and its mimetype (what kind of file it is: video, text, etc).

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -0,0 +1,15 @@
---
title: Upload
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _lufi
- _empty-bar
- _lufi-how
- _lufi-privacy
body_classes: modular
header_image: '2-middle-finger.jpg'
---

View File

@ -0,0 +1,26 @@
---
title: Polls
bgcolor: '#FFF'
fontcolor: '#7A7A7A'
body_classes: modular
---
<a class="button button2" href="https://poll.disroot.org/">Create a poll</a>
---
## Polls
Disroot polls is an online service for [planning an appointment](https://poll.disroot.org/create_poll.php?type=date) or [making a decision](https://poll.disroot.org/create_poll.php?type=autre) quickly and easily.
No registration is required.
Here is how it works:
Create a poll
Define dates or subjects to choose from
Send the poll link to your friends or colleagues
Discuss and make a decision
This service is made possible thanks to [Framadate](http://framadate.org/).

View File

@ -0,0 +1,12 @@
---
title: Polls
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _polls
body_classes: modular
header_image: ''
---