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
Advanced forum / community solution based on Ruby and JS. -
Reddit
Social networking and news website where registered community members can submit content. -
Flarum
Delightfully simple forums. Flarum is the next-generation forum software that makes online discussion fun again. -
Lemmy
A link aggregator / reddit clone for the fediverse. Reddit alternative built in Rust. -
Isso
A lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus. -
Patchwork
Decentralized messaging and sharing app built on top of Secure Scuttlebutt -
PixelFed
Pixelfed is an open-source, federated platform alternate to Instagram. -
Loomio
Loomio is a collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them. -
Misago
Misago is fully featured modern forum application that is fast, scalable and responsive. -
flaskbb
FlaskBB is forum software written in Python using the microframework Flask. You can easily create new topics, posts and send other users private messages. It also includes basic administration and moderation tools. -
remark42
A lightweight and simple comment engine, which doesn't spy on users. It can be embedded into blogs, articles or any other place where readers add comments. -
phpBB
Flat-forum bulletin board software solution that can be used to stay in touch with a group of people or can power your entire website. -
Pump.io
Stream server that does most of what people really want from a social network. -
Misskey
Decentralized app-like microblogging server/SNS for the Fediverse, using the ActivityPub protocol like GNU social and Mastodon. -
twister
Fully decentralized P2P microblogging platform leveraging the free software implementations of Bitcoin and BitTorrent protocols. -
Movim
A brand new social network, full of awesome features in a modern and smart interface. -
Talkyard
Create a community, where your users can suggest ideas and get questions answered. And have friendly open-ended discussions and chat -
Simple Machines Forum
Free, professional grade software package that allows you to set up your own online community within minutes. -
Hubzilla
Independent general-purpose websites that not only connect with their associated members and viewers, but also connect together. -
Jappix
Jappix is an open social platform, that let's you easily get or keep in touch with everyone. -
Scoold
Stack Overflow in a JAR. An enterprise-ready Q&A platform with full-text search, SAML, LDAP integration and social login support. -
Satellity
Yet another open source forum written in Golang, React and PostgreSQL. -
twtxt.net
a Self-Hosted, Twitter™-like Decentralised micro-logging platform. No ads, no tracking, your content, your data! -
BuddyPress
A powerful plugin that takes your WordPress.org powered site beyond the blog with social-network features like user profiles, activity streams, user groups, and more. -
Socialhome
Federated and decentralized profile builder and social network engine. -
Orange Forum
Orange Forum is an easy to deploy forum that has minimal dependencies and uses very little javascript. -
Human-Connection
Free and open-source social network for active citizenship. -
GNU social
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. -
Buddycloud
Tools, libraries, services and a community to build user-to-user, group and social messaging into your app. Saves time. Scales up. Supports you.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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.