Known

Known是一个社会化小组平台,也可以作为一个社会学习平台。(Known is a social group platform, Can also be used as a social learning platform.)

Github stars Tracking Chart

Known是一个简单的平台,用于向您控制的网站发布文章、图片、播客等。 选择在社交网络(如Twitter和Facebook)上分享,或者扩展它以与您已经使用的软件集成。

系统要求
已知需要以下服务器组件:
  • 支持URL重写的Web服务器(建议使用Apache + mod_rewrite)。
  • 如果您使用Apache,还需要确保支持.htaccess启用(使用AllowOverride All指令)。
  • PHP 5.6或更高版本。
  • MySQL 5+,MongoDB,Postgres或SQLite3。我们推荐MySQL。
  • 已知可以安装在域或子域的根目录,也可以安装在子目录中。
  • 如果您使用Apache 2.4,您必须安装并激活:
  • mod_access_compat(请参阅http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html)

或者手动编辑Known的根目录中的 .htaccess文件,替换:

<Files ~ "\.ini$">Order allow,denyDeny from all</Files><Files ~ "\.xml$">Order allow,denyDeny from all</Files>

为:

<Files ~ "\.ini$">\tRequire all denied</Files><Files ~ "\.xml$">Require all denied</Files>
此外,Known需要以下PHP组件:
  • curl
  • date
  • dom
  • exif
  • gd
  • json
  • libxml
  • mbstring
  • mongodb or mysql (取决于数据库后端)
  • reflection
  • session
  • xmlrpc

请注意,安装这些组件后可能需要重新启动Web服务器。 Known的安装程序将告诉您所需的模块是否不可用。

建议

Known建议以下额外的服务器组件:

Overview

Name With Owneridno/known
Primary LanguagePHP
Program languagePHP (Language Count: 5)
PlatformBSD, Linux, Mac, Solaris, Unix-like
License:Other
Release Count32
Last Release Name1.6.2 (Posted on )
First Release Namev0.6 (Posted on 2014-09-10 19:58:28)
Created At2013-01-21 23:54:53
Pushed At2024-04-18 13:24:12
Last Commit At
Stargazers Count1k
Watchers Count68
Fork Count192
Commits Count8.9k
Has Issues Enabled
Issues Count1304
Issue Open Count136
Pull Requests Count1693
Pull Requests Open Count8
Pull Requests Close Count179
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Build Status
Backers on Open Collective
Sponsors on Open Collective

Known: a social group platform

Known - A social group platform

Installation

One-click Known sites

If you want to install on your own web space, we recommend Reclaim Hosting,
which includes one-click Known installation. Known is also known to work on DreamHost, a high-quality
web hosting provider.

Installing

Known is under active development and requires PHP 7.1+ with selected extensions, together with a supported database backend. You can find detailed installation instructions here: http://docs.withknown.com/en/latest/install/index.html

Installing from packages

Unofficial install packages, which are periodically built from the latest code, are available: https://www.marcus-povey.co.uk/known/

Installing from Github

You can opt to check out the work-in-progress development code from the git repository: https://github.com/idno/known

  • Check out the repo: git clone https://github.com/idno/known.git
  • Fetch dependencies: cd known; composer install

Installing with composer

You can install Known directly from composer using: composer create-project idno/known

Optionally, you can install the latest bleeding edge code the same way: composer create-project idno/known -s dev

Support us

If you find this project useful, and you really want to support us, you can now fund us on OpenCollective.

Get support

For details on contributing to the Known project, please read CONTRIBUTING.md.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! ? [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]










Except for included third-party projects, Known is (c) Known, Inc.

Unless otherwise stated, Known is licensed under the Apache Software License 2.0. See LICENSE for more information.

Known logos are (c) Known, Inc. Permission from Known, Inc is required to use the Known name or logo as part of any
project, product, service, domain or company name, except as included in official themes distributed by Known.

Logos of external services are (c) their respective owners. All rights reserved.

Third party libraries are licensed separately.

Known also contains

Thank you

Thanks to BrowserStack for providing the infrastructure that allows us to test in real browsers.

To the top