streams/README.md
2018-10-22 20:21:34 -07:00

23 lines
No EOL
1,016 B
Markdown

ZAP/OSADA
=========
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.
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.
Installation
============
Read `/install/INSTALL.txt` for installation instructions.