Skip to content

Commit fa45b00

Browse files
committed
Merge version 2.34.3 + built-in Help
1 parent 86ce31a commit fa45b00

File tree

106 files changed

+3740
-5611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+3740
-5611
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/2.0.0/active.svg)](https://github.com/xoopscube/xupdate)
66
![License GPL](https://img.shields.io/badge/License-GPL-green)
7-
![X-Updare Store](https://img.shields.io/badge/XOOPSCube%20Package-XCL-blue)
7+
![X-Update Manager](https://img.shields.io/badge/XOOPSCube%20Package-XCL-blue)
88

9-
## ///// — X-Update Manager :: Get and deploy from GitHub
9+
## ///// — X-Update Manager :: Software Update Service
1010

1111
![alt text](https://repository-images.githubusercontent.com/4171652/9f71c520-9249-44cc-bd7c-c7b51f091fb3)
1212

1313

1414
MODULE | X-Update Manager
1515
------------ | -------------
16-
Description | Module to install new Add-ons, Modules and Themes forXCL Web Application Platform.
16+
Description | Software Update Service to install new Add-ons, Modules and Themes for XCL Web Application Platform.
1717
Render Engine | Smarty v2 and XCube Layout
1818
Version | 2.33.0
1919
Author | Nobuhiro Yasutomi @nbuy XCL PHP8
@@ -28,41 +28,42 @@ License | GPL
2828

2929

3030
Apache, Nginx, etc.
31-
PHP 7.2.x with cURL extension
32-
MySQL 5.6, MariaDB InnoDB utf8 / utf8mb4
31+
PHP 7.4.x with cURL extension
32+
MySQL 5.7, MariaDB InnoDB utf8 / utf8mb4
3333
XCL version 2.3.+
3434

3535

3636

3737
-----
3838

3939

40-
# X-Update Update Manager Dashboard
40+
# X-Update Manager
4141

42-
**X-update Manager** features a user-friendly GUI to manage updates from a single dashboard.
43-
You can quickly install and update XCL itself, modules and themes without any FTP client.
42+
**X-update Manager** is a software update service (SUS) with a user-friendly GUI to quickly extend and update your web app.
43+
This module can download all critical updates and security patches to your server as soon as they become available.
44+
In addition, you can manage your FTP/SSH credentials in the module preferences.
4445

4546
With the introduction of X-update, site administrators just need to log-in to the administration
46-
dashboard to complete the installation or update of XCL, modules, themes, libraries and preloads.
47-
X-Update will deploy updates from distribution sites such as GitHub or GitLab repositories.
48-
X-update also supports the installation and update of D3 modules (duplicate and directory free).
47+
Control Panel to install or update modules, themes, libraries and preloads.
48+
The deployment is as fast as possible by downloading archives from repositories such as GitHub or GitLab.
49+
X-update also provides support for language catalogs (localization) and multiple instances of D3 modules (duplicatable and directory free).
4950

5051
## Features
5152

5253
* Compatible modules and themes can be installed without a FTP client software.
53-
* The latest versions of supported modules and themes can be downloaded from each public server
54+
* The latest versions of supported modules and themes can be downloaded from Git servers.
5455
* User-friendly unzip, extract, and upload from X-Update Dashboard administration screen
55-
* Simple installation wizard to perform a normal module or theme installation.
56-
* Other extensions, ie. preloads, can be downloaded and uploaded from the store site.
56+
* Simple installation wizard for modules and themes.
57+
* Support for extensions and plugins, e.g. preloads.
5758

58-
## General Settings
59+
## Requirements
5960

6061
* Folder used to download and extract archives.
61-
Specify a directory under (trust_path), do not include the "/" (slash) at the beginning and end.
62-
Normally, leave uploads/xupdate as it is. Give this folder write permissions such as 707,777.
62+
Specify a directory under (trust_path), without a "/" (slash) at the beginning and end.
63+
Or use the default "uploads/xupdate" with write permissions such as 707, 777.
6364

6465
## 📘 Documentation
65-
Please refer to the module's built-in **Help** user guide for further details.
66+
For more information, see the module's built-in Help documentation.
6667

6768
-----
6869

html/modules/xupdate/language/english/help/help.html

Lines changed: 147 additions & 94 deletions
Large diffs are not rendered by default.

html/modules/xupdate/language/fr_utf8/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* @version $Id$
66
**/
77

8-
require_once XOOPS_TRUST_PATH . '/modules/xupdate/language/english/admin.php';
8+
require_once XOOPS_TRUST_PATH . '/modules/xupdate/language/fr_utf8/admin.php';

0 commit comments

Comments
 (0)