mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
commit
1c13e5b3bc
7 changed files with 62 additions and 7 deletions
|
@ -4,3 +4,4 @@
|
|||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -20,7 +20,7 @@ WordPress is open source software you can use to create a beautiful website, blo
|
|||
With this package, you can even activate the [multisite](https://wordpress.org/support/article/glossary/#multisite) option.
|
||||
|
||||
|
||||
**Shipped version:** 6.4.3~ynh1
|
||||
**Shipped version:** 6.5~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ WordPress is open source software you can use to create a beautiful website, blo
|
|||
With this package, you can even activate the [multisite](https://wordpress.org/support/article/glossary/#multisite) option.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 6.4.3~ynh1
|
||||
**Paketatutako bertsioa:** 6.5~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ WordPress est un logiciel libre que vous pouvez utiliser pour créer un site ou
|
|||
Avec ce package, vous pouvez même activer l'option [multisite](https://codex.wordpress.org/Glossary#Multisite).
|
||||
|
||||
|
||||
**Version incluse :** 6.4.3~ynh1
|
||||
**Version incluse :** 6.5~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ WordPress is open source software you can use to create a beautiful website, blo
|
|||
With this package, you can even activate the [multisite](https://wordpress.org/support/article/glossary/#multisite) option.
|
||||
|
||||
|
||||
**Versión proporcionada:** 6.4.3~ynh1
|
||||
**Versión proporcionada:** 6.5~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
54
README_zh_Hans.md
Normal file
54
README_zh_Hans.md
Normal file
|
@ -0,0 +1,54 @@
|
|||
<!--
|
||||
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 的 WordPress
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/wordpress)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=wordpress)
|
||||
|
||||
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||
|
||||
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 WordPress。*
|
||||
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||
|
||||
## 概况
|
||||
|
||||
WordPress is open source software you can use to create a beautiful website, blog, or app.
|
||||
With this package, you can even activate the [multisite](https://wordpress.org/support/article/glossary/#multisite) option.
|
||||
|
||||
|
||||
**分发版本:** 6.5~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||

|
||||
|
||||
## :red_circle: 负面特征
|
||||
|
||||
- **Non-free Addons**: Promotes other non-free applications or plugins.
|
||||
- **Paid content**: Promotes or depends, entirely or partially, on a paid service.
|
||||
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://wordpress.org/>
|
||||
- 官方管理文档: <https://codex.wordpress.org/>
|
||||
- 上游应用代码库: <https://core.trac.wordpress.org/browser>
|
||||
- YunoHost 商店: <https://apps.yunohost.org/app/wordpress>
|
||||
- 报告 bug: <https://github.com/YunoHost-Apps/wordpress_ynh/issues>
|
||||
|
||||
## 开发者信息
|
||||
|
||||
请向 [`testing` 分支](https://github.com/YunoHost-Apps/wordpress_ynh/tree/testing) 发送拉取请求。
|
||||
|
||||
如要尝试 `testing` 分支,请这样操作:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/wordpress_ynh/tree/testing --debug
|
||||
或
|
||||
sudo yunohost app upgrade wordpress -u https://github.com/YunoHost-Apps/wordpress_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
|
@ -5,7 +5,7 @@ name = "WordPress"
|
|||
description.en = "Create a beautiful blog or website easily"
|
||||
description.fr = "Logiciel de création de blog ou de site Web"
|
||||
|
||||
version = "6.4.3~ynh1"
|
||||
version = "6.5~ynh1"
|
||||
|
||||
maintainers = ["kay0u"]
|
||||
|
||||
|
@ -58,8 +58,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://downloads.wordpress.org/release/wordpress-6.4.3.zip"
|
||||
sha256 = "8f9f6d92a7b0da4210af8538c329d6b0e79767fbaaa78c72b0cb0a154a25afee"
|
||||
url = "https://downloads.wordpress.org/release/wordpress-6.5.zip"
|
||||
sha256 = "b4b5a2795eb8948a7d97f6d152c95502fe5dadb9958f15f142094a3936a4b7c2"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue