Skip to content

Commit 0b470d1

Browse files
authored
Merge pull request #197 from textpattern/master
latest tweaks from `master` to `self-hosted`
2 parents 9b91ca3 + 37ed7d3 commit 0b470d1

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

administration/languages-panel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ From Textpattern version 4.7 onwards, each user within the administration-side c
3030

3131
## List of available languages
3232

33-
A complete list of the [available langauges within Textpattern](https://textpattern.com/about/301/languages). By default, the language chosen at installation will be active and the primary language for 'Site language' and 'User language'. Using this list you can add or remove additional languages for use within the CMS.
33+
A complete list of the [available langauges within Textpattern](https://textpattern.com/about/languages). By default, the language chosen at installation will be active and the primary language for 'Site language' and 'User language'. Using this list you can add or remove additional languages for use within the CMS.
3434

3535
Any languages packs that have been updated (for example after upgrade to a more recent release of Textpattern) will be highlighted and allow you to update the language within the CMS.
3636

37-
Additional language Textpacks may be added in future Textpattern releases, as they become available. They will be automatically added to the list of languages. If you'd like to help with the translation of Textpattern, please visit the [Language translations](https://textpattern.com/about/301/languages) page for details of how to get involved (we love additional translations!).
37+
Additional language Textpacks may be added in future Textpattern releases, as they become available. They will be automatically added to the list of languages. If you'd like to help with the translation of Textpattern, please visit the [Language translations](https://textpattern.com/about/languages) page for details of how to get involved (we love additional translations!).
3838

3939
## Adding Textpacks manually
4040

installation/installing-textpattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ On this page:
1515

1616
## Install the software for the first time
1717

18-
1. Ensure your web server meets the [Textpattern CMS system requirements](https://textpattern.com/about/119/system-requirements).
18+
1. Ensure your web server meets the [Textpattern CMS system requirements](https://textpattern.com/about/system-requirements).
1919
2. [Download](https://textpattern.com/download) the latest `.zip` or `.tar.gz` archive.
2020
3. Create a new directory (e.g. `textpattern-archive`) on your local drive, move the downloaded archive file from step 2. into it, and unpack [the file tree contents](https://github.com/textpattern/textpattern).
2121
4. Open a file transfer connection to your destination server and upload the unpacked file tree to your web root, a subdomain or subdirectory. This destination directory should contain `css.php`, `index.php`, plus the `files`, `images`, `themes` and `textpattern` directories as a minimum. The `.htaccess` file is required if your web server is Apache httpd or a derivative. The `sites` subdirectory is only required for optional multi-site functionality and the `rpc` directory is only required for optional XML-RPC functionality. `README.txt` and `HISTORY.txt` are optional.

setup/configuring-a-web-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Textpattern will function with any appropriate HTTP (web) server running PHP and
1717

1818
### Apache with PHP
1919

20-
Textpattern runs faster on current mainline versions of Apache, MySQL, and PHP than end-of-life legacy versions. Typically, an existing production Apache web server with MySQL (or equivalent drop-in replacement) and PHP with appropriate extensions as listed in the [system requirements](https://textpattern.com/about/119/system-requirements) is enough to run Textpattern.
20+
Textpattern runs faster on current mainline versions of Apache, MySQL, and PHP than end-of-life legacy versions. Typically, an existing production Apache web server with MySQL (or equivalent drop-in replacement) and PHP with appropriate extensions as listed in the [system requirements](https://textpattern.com/about/system-requirements) is enough to run Textpattern.
2121

2222
The method of enabling PHP extensions varies between versions of PHP and Apache, and also across operating systems. Refer to the system requirements above and contact your web hosting provider if you have questions.
2323

@@ -33,7 +33,7 @@ Textpattern-specific directives are provided by the .htaccess file in the root d
3333

3434
### Nginx with PHP-FPM
3535

36-
Textpattern runs faster on current mainline versions of Nginx, MySQL, and PHP than legacy versions. Typically, an existing production Nginx web server with MySQL (or equivalent drop-in replacement) and PHP-FPM with appropriate extensions as listed in the [system requirements](https://textpattern.com/about/119/system-requirements) is enough to run Textpattern.
36+
Textpattern runs faster on current mainline versions of Nginx, MySQL, and PHP than legacy versions. Typically, an existing production Nginx web server with MySQL (or equivalent drop-in replacement) and PHP-FPM with appropriate extensions as listed in the [system requirements](https://textpattern.com/about/system-requirements) is enough to run Textpattern.
3737

3838
The method of enabling PHP-FPM extensions varies between versions of PHP-FPM and Nginx, and also across operating systems. Refer to the system requirements above and contact your web hosting provider if you have queries.
3939

@@ -159,6 +159,6 @@ More options and further information can be found in the [Hiawatha manual](https
159159

160160
### LiteSpeed with PHP
161161

162-
Textpattern runs faster on current versions of LiteSpeed, MySQL, and PHP than end-of-life legacy versions. Typically, an existing production LiteSpeed web server with MySQL (or equivalent drop-in replacement) and PHP with appropriate extensions as listed in the [system requirements](https://textpattern.com/about/119/system-requirements) is enough to run Textpattern.
162+
Textpattern runs faster on current versions of LiteSpeed, MySQL, and PHP than end-of-life legacy versions. Typically, an existing production LiteSpeed web server with MySQL (or equivalent drop-in replacement) and PHP with appropriate extensions as listed in the [system requirements](https://textpattern.com/about/system-requirements) is enough to run Textpattern.
163163

164164
Note that [OpenLiteSpeed support for `.htaccess`](https://openlitespeed.org/kb/how-to-autoload-htaccess-with-openlitespeed/) file directives was added in OpenLiteSpeed version 1.4.38. Releases prior to this will require `.htaccess` directives to be entered manually using the WebAdmin Console. For further information on rewrite rules, please refer to [this document](https://openlitespeed.org/kb/migrate-apache-rewrite-rules-to-openlitespeed/).

setup/installing-the-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: From download to log in — a complete guide to installing Textpatt
88

99
# Installing Textpattern
1010

11-
These instructions follow a process of using an (S)FTP application, and we assume you have one.[^sftp] If you are familiar with installing CMS software and prefer a quick guide, see [these tidbits at download](https://textpattern.com/start#installation), or the [README](https://github.com/textpattern/textpattern/blob/dev/README.md#install-textpattern) included in the download package. And, before you begin, ensure your web server meets the [Textpattern system requirements](https://textpattern.com/about/119/system-requirements) for the version you are installing.
11+
These instructions follow a process of using an (S)FTP application, and we assume you have one.[^sftp] If you are familiar with installing CMS software and prefer a quick guide, see [these tidbits at download](https://textpattern.com/start#installation), or the [README](https://github.com/textpattern/textpattern/blob/dev/README.md#install-textpattern) included in the download package. And, before you begin, ensure your web server meets the [Textpattern system requirements](https://textpattern.com/about/system-requirements) for the version you are installing.
1212

1313
**Contents**
1414

setup/moving-an-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In short, you will backup your installation files and database export file from
9191

9292
### System requirements
9393

94-
The instructions that follow assume your installation of Textpattern is up-to-date, including the recommended [system requirements](https://textpattern.com/about/119/system-requirements) for MySQL and PHP. If not, and especially if more than two versions outdated, it may be better to upgrade these software packages on the current host and ensure everything works properly before migrating to a new host. (Unless they are truly terrible hosts and you really need to leave them ASAP, then do it.)
94+
The instructions that follow assume your installation of Textpattern is up-to-date, including the recommended [system requirements](https://textpattern.com/about/system-requirements) for MySQL and PHP. If not, and especially if more than two versions outdated, it may be better to upgrade these software packages on the current host and ensure everything works properly before migrating to a new host. (Unless they are truly terrible hosts and you really need to leave them ASAP, then do it.)
9595

9696
If your web host is not running the minimum versions of MySQL and PHP, contact the host and ask them to upgrade these resources. After they do, upgrade Textpattern to the [latest stable release](https://textpattern.com/start). If your site 'breaks' after upgrading, it likely means you have to adjust some things in relation to the new PHP and/or MySQL versions. In that case, see [Troubleshooting common problems](/setup/troubleshooting-common-problems).
9797

0 commit comments

Comments
 (0)