streams/README.md

23 lines
1,016 B
Markdown
Raw Normal View History

2018-10-04 02:10:52 +00:00
ZAP/OSADA
=========
2018-07-19 01:51:01 +00:00
2018-10-23 03:21:34 +00:00
This repository contains the working code for the Zap and Osada social network servers.
These are two completely different projects with different features and capabilities. They share a common code repository for maintenance purposes.
The type of server you wish to run is chosen during site installation.
2018-10-04 02:10:52 +00:00
Zap
===
Zap is a full featured social network application running under the Zot6 protocol. It provides enhanced privacy modes and identity/content mirroring across multiple servers ("nomadic identity"). It does not "federate" with non-nomadic servers, protocols, or projects.
Osada
=====
Osada is a full featured social network application running under the ActivityPub protocol. It also communicates with and inter-operates with servers on the Zot6 network (such as Zap). Due to limitations in the ActivityPub protocol, Osada does **not** offer nomadic identity or enhanced privacy modes.
2018-07-19 01:51:01 +00:00
2018-08-04 22:13:05 +00:00
Installation
============
2018-08-04 22:13:05 +00:00
Read `/install/INSTALL.txt` for installation instructions.