figuren-theater / ft-privacy
隐私优先!这是实现这一功能的代码。专为WordPress多站网络figuren.theater精心整理。
1.3.0
2024-02-22 04:45 UTC
Requires
- php: >=7.1
- figuren-theater/ft-options: *
- koodimonni/composer-dropin-installer: 1.4
- wpackagist-plugin/compressed-emoji: 1.5
- wpackagist-plugin/embed-privacy: 1.8.1
- wpackagist-plugin/koko-analytics: 1.3.6
- wpackagist-plugin/surbma-gdpr-multisite-privacy: 2.0
Requires (Dev)
Suggests
- figuren-theater/ft-onboarding: Contains the mandatory filter, which will help to pseudo-activate the Embed-Privacy-Plugin, if available.
- dev-main
- 1.3.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- dev-dependabot/composer/wpackagist-plugin/compressed-emoji-1.6
- dev-dependabot/composer/wpackagist-plugin/embed-privacy-1.9.1
- dev-dependabot/composer/wpackagist-plugin/koko-analytics-1.3.7
- dev-dependabot/composer/figuren-theater/ft-options-1.2.5
- dev-develop
This package is auto-updated.
Last update: 2024-09-06 02:10:51 UTC
README

figuren.theater | 隐私
隐私优先!这是实现这一功能的代码。专为WordPress多站网络figuren.theater精心整理。
阅读我们的博客
查看网络实际应用 • 加入网络 • 创建您自己的网络
关于
这是详细描述
- 在此处列出关闭的跟踪问题或
docs
文件 - 您有什么想法吗?
背景与动机
...
安装
-
将此添加到您的
composer.json
"extra": { "dropin-paths": { "wp-content/": [ "package:figuren-theater/ft-privacy:inc/koko-analytics/k.php" ] } }
-
通过命令行安装
composer require figuren-theater/ft-privacy
用法
API
Figuren_Theater::API\get_...()
包含的插件
此包包含以下插件。这些插件完全由代码管理,且缺乏典型的UI。
- 嵌入隐私
- compressed-emoji: 😬 👉 😑 相同的emoji,但压缩了。这有助于通过您的服务器提供emoji。
- Koko Analytics
- Surbma | GDPR 多站隐私
此包还做了哪些额外的事情?
除了提供所提及插件的核心理念外,此包还包括以下最佳实践。
- 本地加载第三方字体,特别是'Google fonts'。
构建与使用
- dependabot
- code-quality 一组状态检查,以确保figuren.theater平台的代码质量高且一致。
- ....
贡献
贡献使开源社区成为学习、灵感和创造的美好地方。您所提供的任何贡献都将受到高度赞赏。
如果您有改进此项目的建议,请将仓库分叉并创建一个pull request。您也可以简单地创建一个带有“增强”标签的问题。别忘了给项目加星标!再次感谢!
- 分叉项目
- 创建您的功能分支(
git checkout -b feature/AmazingFeature
) - 提交您的更改(
git commit -m 'Add some AmazingFeature'
) - 将更改推送到分支(
git push origin feature/AmazingFeature
) - 打开Pull Request
版本控制
我们使用语义版本控制进行版本控制。有关可用版本,请参阅此存储库的标签。
作者
- Carsten Bach - 提供想法和代码 - figuren.theater/crew
还可以查看参与此项目的贡献者列表。
许可协议
本项目采用GPL-3.0-or-later许可协议,有关详细信息,请参阅LICENSE文件。
致谢
- 以 altis 为我们的数字榜样和灵感来源,由 humanmade 提供
- @roborourke,感谢他清晰的、易于理解的 编码规范
- python-project-template,感谢他们的优雅的模板到仓库重命名工作流程