cartulary alternatives and similar software solutions
Based on the "Social Networks and Forums" category.
Alternatively, view cartulary alternatives based on common mentions on social networks and blogs.
-
Discourse
A platform for community discussion. Free, open, simple. -
Mastodon
Your self-hosted, globally interconnected microblogging community -
Reddit
Social networking and news website where registered community members can submit content. -
diaspora*
A privacy-aware, distributed, open source social network. -
Telescope
π A toolkit to quickly build apps with React, GraphQL & Meteor -
HumHub
HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules. -
Patchwork
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB). -
Vanilla Forums
Vanilla is a powerfully simple discussion forum you can easily customize to make as unique as your community. -
phpBB
phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2. -
Misago
Misago is fully featured modern forum application that is fast, scalable and responsive. -
OSSN
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 17 international languages. -
Talkyard
A community discussion platform: Brings together the main features from StackOverflow, Slack, Discourse, Reddit, and Disqus blog comments. -
Hubzilla
Independent general-purpose websites that not only connect with their associated members and viewers, but also connect together. -
Simple Machines Forum
Simple Machines Forum β SMF in short β is free and open-source community forum software, delivering professional grade features in a package that allows you to set up your own online community within minutes! -
FluxBB
FluxBB is a fast, light, user-friendly forum application for your website. -
Jappix
:speech_balloon: Jappix, a full-featured XMPP web-client (Jappix Desktop, Jappix Mobile & Jappix Mini). -
Anahita
Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation. -
twtxt.net
π twtxt is a Self-Hosted, Twitterβ’-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! -
Satellity
Yet another open source forum written in Golang, React and PostgreSQL. -
'Friend OS v1.3.0, "Helium"
FriendOS is a free web based platform that runs in your browser. It allows you to work and play, collaboratively, across devices. -
BuddyPress
BuddyPress DEVELOPMENT repo. This repository is just a mirror of the development SVN at https://buddypress.svn.wordpress.org/. Please include a link to a pre-existing ticket on https://buddypress.trac.wordpress.org/ with every pull request. -
Human-Connection
Free and open-source social network for active citizenship. -
GNU social
GNU social is social communication software for both public and private communications. -
Gosora
Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality. -
RedMatrix
Complete decentralised publishing, sharing, and communications system.
Collect and Analyze Billions of Data Points in Real Time
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of cartulary or a related project?
README
What is Cartulary?
It's part of the Freedom Controller project: http://freedomcontroller.com
The larger goal of the project is an attempt at building a distributed social network through the use of standard RSS and OPML feeds. This is the first product.
We call Cartulary a digital archiver. But, you could also call it a social network in a box. It's an RSS reader, RSS aggregator, readability tool, article archiver, microblogger, social graph manager and reading list manager.
You can publish all of your feeds into a single social outline(OPML) with it, so that other people can easily subscribe to all of your stuff at once. You can save full text articles into a feed as you read things on the web, then later export them into an OPML file using date ranges and searches.
It all runs on a standard LAMP stack, and it supports multiple users. So, if you're a techy person, you can run your own server for all your friends.
We have a google group for announcements, questions and install help here:
https://groups.google.com/forum/#!forum/sopml
LICENSE:
All original code in this package is currently licensend under the CDDL license. http://opensource.org/licenses/CDDL-1.0
All non-original functions/libraries remain under their respective licenses or are listed with source attribution if the code is public domain or unlicensed.
Concord Outliner: GPL (https://github.com/scripting/concord) is the browser engine of Fargo: http://fargo.io
INSTALL:
The software will run on any unix-like system with a LAMP stack fairly easily, but it installs and upgrades easiest on Unbuntu LTS 14, 16, etc. That's what is assumed in the install documentation. Running on any other system will require installing by hand, which is not hard.
Although the system will run without Amazon S3 configured, it loses a lot of the best functionality. Amazon S3 is really cheap. You should do it. :-)
Example: Ubuntu 14,16 LTS [on Amazon Ec2]:
1. [Launch a "small" Ubuntu LTS ec2 instance.]
2. [Create an Elastic IP and assign it to your instance.]
3. Create a DNS A or CNAME record for the server and point it to your elastic ip.
4. Create two S3 buckets: 1 for holding user data and 1 for holding server backups.
5. [Optional] Create a DNS cname to point to your S3 user bucket. This makes life
easier for your users.
6. Download the github zip archive.
7. Unzip the archive.
8. You can open "cartulary-master/INSTALL" and edit the "INSTALLDIR" variable to
install in a different directory than the default at this point.
9. Without going into the extracted directory, run "sudo cartulary-master/INSTALL".
** The INSTALLation script is meant to ONLY be run on a fresh version of Ubuntu 12. I
take no responsibility for how bad you wreck your system if you run it on anything
other than that.
Other (Linux, Mac):
1. Create a DNS A or CNAME record for your server or configure dynDNS.
2. Create two S3 buckets: 1 for holding user data and 1 for holding server backups.
3. [Optional] Create a DNS cname to point to your S3 user bucket. This makes life
easier for your users.
4. Download the github zip archive.
5. Unzip the archive.
6. Open the INSTALL file and follow along, making changes where necessary
for your particular environment.
SCREENSHOTS:
*Note that all licence references and agreements mentioned in the cartulary README section above
are relevant to that project's source code only.