Known

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

Github星跟蹤圖

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建议以下额外的服务器组件:

概覽

名稱與所有者idno/known
主編程語言PHP
編程語言PHP (語言數: 5)
平台BSD, Linux, Mac, Solaris, Unix-like
許可證Other
發布數32
最新版本名稱1.6.2 (發布於 )
第一版名稱v0.6 (發布於 2014-09-10 19:58:28)
創建於2013-01-21 23:54:53
推送於2024-04-24 13:08:28
最后一次提交
星數1k
關注者數68
派生數192
提交數8.9k
已啟用問題?
問題數1304
打開的問題數136
拉請求數1693
打開的拉請求數8
關閉的拉請求數180
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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.

去到頂部