Skip to content

Commit 37ed7d3

Browse files
committed
tidier URLs
1 parent 91825ab commit 37ed7d3

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
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

setup/troubleshooting-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Troubleshooting web technology is an inherent fact of being online, and especial
1717

1818
## Overview of diagnostics
1919

20-
Problems that might arise with a Textpattern website are generally due to misconfigurations in Textpattern, incompatible [server configurations](/setup/configuring-a-web-server), and so on. Some of these problems are minor, expected, and easily fixed, like file path permissions after [installing the software](/setup/installing-the-software).[^chmod] Other problems could be introduced through customizing or extending the software; these may require a bit more sleuthing, perhaps with [community help](https://forum.textpattern.com/viewforum.php?id=67). Still, other problems may require the intervention of your web host to upgrade software to minimum [system requirements](https://textpattern.com/about/119/system-requirements), or to add that _one_ missing PHP module, whatever.
20+
Problems that might arise with a Textpattern website are generally due to misconfigurations in Textpattern, incompatible [server configurations](/setup/configuring-a-web-server), and so on. Some of these problems are minor, expected, and easily fixed, like file path permissions after [installing the software](/setup/installing-the-software).[^chmod] Other problems could be introduced through customizing or extending the software; these may require a bit more sleuthing, perhaps with [community help](https://forum.textpattern.com/viewforum.php?id=67). Still, other problems may require the intervention of your web host to upgrade software to minimum [system requirements](https://textpattern.com/about/system-requirements), or to add that _one_ missing PHP module, whatever.
2121

2222
No matter the case, Textpattern diagnostics are the first stop to determining what the problems are and where they need fixed. If you are experienced with troubleshooting web technology, you will quickly realize how useful the Diagnostics panel is. If you are less experienced, no problem, many of the easily fixed issues are flagged in the Diagnostics panel by way of system feedback (alert) messages, indicating what to do. These are described in following sections.
2323

setup/upgrading-the-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You will find abbreviated upgrade instructions in the `README.txt` file of every
1414

1515
These instructions follow a process of using an (S)FTP application, which you presumably have (for example [Transmit](https://www.panic.com/transmit/) is a popular choice for Mac, [WinSCP](https://winscp.net/eng/index.php/) for Windows, or [FileZilla](https://filezilla-project.org/) for all platforms).
1616

17-
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.
17+
Before you begin, ensure your web server meets the [Textpattern system requirements](https://textpattern.com/about/system-requirements) for the version you are installing.
1818

1919
## Upgrading from very old versions
2020

0 commit comments

Comments
 (0)