GNU social is a social communication software used in federated social networks. It is widely supported and has a large userbase. It is already used by the Free Software Foundation.
Diogo Cordeiro 1536d3ef29 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes | 5 years ago | |
---|---|---|
actions | 5 years ago | |
classes | 5 years ago | |
db | 5 years ago | |
doc-src | 7 years ago | |
extlib | 5 years ago | |
js | 8 years ago | |
lib | 5 years ago | |
locale | 8 years ago | |
mail-src | 13 years ago | |
plugins | 5 years ago | |
scripts | 6 years ago | |
socialfy-another-domain | 8 years ago | |
tests | 7 years ago | |
theme | 7 years ago | |
.gitignore | 5 years ago | |
CONFIGURE | 6 years ago | |
COPYING | 16 years ago | |
EVENTS.txt | 8 years ago | |
INSTALL | 6 years ago | |
Makefile | 15 years ago | |
PLUGINS.txt | 8 years ago | |
README.md | 5 years ago | |
TODO.SOCIAL | 14 years ago | |
UPGRADE | 8 years ago | |
apple-touch-icon.png | 15 years ago | |
favicon.ico | 10 years ago | |
htaccess.sample | 9 years ago | |
index.php | 7 years ago | |
install.php | 8 years ago | |
lighttpd.conf.example | 10 years ago | |
nginx.conf.sample | 8 years ago |
2015
(c) Free Software Foundation, Inc
This is the README file for GNU social, the free software social networking platform. It includes general information about the software and the project.
Some other files to review:
Information on using GNU social can be found in the "doc" subdirectory or in the "help" section on-line, or you can catch us on IRC in #social on the freenode network.
GNU social is a free social networking platform. It helps people in a community, company or group to exchange short status updates, do polls, announce events, or other social activities (and you can add more!). Users can choose which people to "follow" and receive only their friends' or colleagues' status messages. It provides a similar service to proprietary social network sites, but is much more awesome.
With a little work, status messages can be sent to mobile phones, instant messenger programs (using XMPP), and specially-designed desktop clients that support the Twitter API.
GNU social supports an open standard called OStatus https://www.w3.org/community/ostatus/ that lets users in different networks follow each other. It enables a distributed social network spread all across the Web.
GNU social was originally developed as "StatusNet" by StatusNet, Inc. with Evan Prodromou as lead developer.
It is shared with you in hope that you too make an service available to your users. To learn more, please see the Open Software Service Definition 1.1: http://www.opendefinition.org/ossd
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program, in the file "COPYING". If not, see http://www.gnu.org/licenses/.
IMPORTANT NOTE: The GNU Affero General Public License (AGPL) has
*different requirements* from the "regular" GPL. In particular, if
you make modifications to the GNU social source code on your server,
you *MUST MAKE AVAILABLE* the modified version of the source code
to your users under the same license. This is a legal requirement
of using the software, and if you do not wish to share your
modifications, *YOU MAY NOT INSTALL GNU SOCIAL*.
Documentation in the /doc-src/ directory is available under the Creative Commons Attribution 3.0 Unported license, with attribution to "GNU social". See http://creativecommons.org/licenses/by/3.0/ for details.
CSS and images in the /theme/ directory are available under the Creative Commons Attribution 3.0 Unported license, with attribution to "GNU social". See http://creativecommons.org/licenses/by/3.0/ for details.
Our understanding and intention is that if you add your own theme that uses only CSS and images, those files are not subject to the copyleft requirements of the Affero General Public License 3.0. See http://wordpress.org/news/2009/07/themes-are-gpl-too/. This is not legal advice; consult your lawyer.
Additional library software has been made available in the 'extlib' directory. All of it is Free Software and can be distributed under liberal terms, but those terms may differ in detail from the AGPL's particulars. See each package's license file in the extlib directory for additional terms.
The primary output for GNU social is syslog, unless you configured a separate logfile. This is probably the first place to look if you're getting weird behaviour from GNU social.
If you're tracking the unstable version of GNU social in the git repository (see below), and you get a compilation error ("unexpected T_STRING") in the browser, check to see that you don't have any conflicts in your code.
If you're adventurous or impatient, you may want to install the development version of GNU social. To get it, use the git version control tool http://git-scm.com/ like so:
git clone git@git.gnu.io:gnu/gnu-social.git
In the current phase of development it is probably recommended to use git as a means to stay up to date with the source code. You can choose between these branches:
To keep it up-to-date, use 'git pull'. Watch for conflicts!
There are several ways to get more information about GNU social.
Following us on GNU social -- https://quitter.se/gnusocial
GNU social has a bug tracker for any defects you may find, or ideas for making things better. https://git.gnu.io/gnu/gnu-social/issues/
Patches are welcome, preferrably to our repository on git.gnu.io. https://git.gnu.io/gnu/gnu-social
The following is an incomplete list of developers who've worked on GNU social, or its predecessors StatusNet and Free Social. Apologies for any oversight; please let mattl@gnu.org know if anyone's been overlooked in error.
Thanks to all of the StatusNet developers:
Thanks also to the developers of our upstream library code and to the thousands of people who have tried out GNU social, told their friends, and built the fediverse network to what it is today.