upstream V3 development https://www.gnusocial.rocks/v3
Go to file
Diogo Peralta Cordeiro 8edd975b11
[ActivityPub] Set Notice scope when storing activities
2021-12-07 15:23:20 +00:00
DOCUMENTATION Update the project homepage and IRC channel 2021-07-16 19:44:42 +01:00
actions [API] Security hotfix for source, picked from postActive 2021-07-17 20:24:27 +01:00
classes [StoreRemoteMedia] Fix failing to show remote thumbnails on first load 2021-07-16 19:44:42 +01:00
db [DATABASE] Replace NOW() with CURRENT_TIMESTAMP 2021-07-16 19:44:36 +01:00
doc-src Update the project homepage and IRC channel 2021-07-16 19:44:42 +01:00
extlib Remove "magic quotes" code and avoid wrong order implode 2021-07-16 19:44:41 +01:00
lib [CORE] Bump PHP version to 7.4 2021-12-07 15:23:20 +00:00
locale Added some ukr translations 2021-07-16 19:44:41 +01:00
mail-src better indenting in invite email 2011-04-18 13:37:54 -04:00
modules [CORE] Bump PHP version to 7.4 2021-12-07 15:23:20 +00:00
plugins [ActivityPub] Set Notice scope when storing activities 2021-12-07 15:23:20 +00:00
public Remove "magic quotes" code and avoid wrong order implode 2021-07-16 19:44:41 +01:00
scripts [DirectMessage] Fix some wrong calls after MessageModel introduction in d9a9a3746b 2021-07-16 19:44:42 +01:00
tests Implement a class for automatic temporary file handling 2021-07-16 19:44:41 +01:00
vendor [CORE] Bump PHP version to 7.4 2021-12-07 15:23:20 +00:00
.gitignore [Ostatus] Partially revert 69add504e6 2021-07-16 19:44:36 +01:00
CHANGELOG.md [DOCUMENTATION] Updated TODO and branches info 2021-07-16 19:44:36 +01:00
CODE_OF_CONDUCT.md [DOCUMENTATION] Minor corrections 2019-06-12 12:55:42 +01:00
CONTRIBUTING.md [DOCUMENTATION] Add versioning information 2019-08-08 02:44:07 +01:00
COPYING license block for source code 2008-05-14 15:26:48 -04:00
CREDITS.md [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
INSTALL.md [CORE] Bump PHP version to 7.4 2021-12-07 15:23:20 +00:00
Makefile [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
README.md [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
RELEASE_NOTES.md [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
TODO.md [VersionBump] 2.0.0beta0 2021-07-18 12:49:17 +01:00
composer.json [CORE] Bump PHP version to 7.4 2021-12-07 15:23:20 +00:00
composer.lock [CORE] Bump PHP version to 7.4 2021-12-07 15:23:20 +00:00
phpunit.xml [CORE] Make tests great gain 2019-08-03 17:47:27 +01:00

README.md

GNU social 2.0.x

(c) 2010-2021 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.

The file INSTALL.md has useful instructions on how to install this software.

System administrators may find the DOCUMENTATION/SYSTEM_ADMINISTRATORS directory useful, namely:

  • upgrade_from: upgrading from different software
  • CONFIGURE.md: configuration options in gruesome detail.
  • PLUGINS.md: how to install and configure plugins.

Developers may find the DOCUMENTATION/DEVELOPERS directory useful.

About

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 open standards (such as OStatus https://www.w3.org/community/ostatus/ and ActivityPub https://activitypub.rocks/) 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

License

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.

Refer to COPYING.md for full text of the software license..

Troubleshooting

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.

Do not forget to run /scripts/upgrade.php if you're upgrading to this release.

Further information

There are several ways to get more information about GNU social.

Credits

An incomplete list of developers who've worked on GNU social, or its predecessors StatusNet and Free Social has been made available in CREDITS.md.

Release development team

  • Diogo Cordeiro
  • Alexei Sorokin
  • Many important contributions from GNU social Summer of Code students such as Bruno Casteleiro and Hugo Sales.