@@ -2,15 +2,15 @@ TYPO3 CMS
2
2
=========
3
3
4
4
TYPO3 is an open source PHP based web content management system released
5
- under the GNU GPL. TYPO3 is copyright © 1999-2022 by Kasper Skaarhoj .
5
+ under the GNU GPL. TYPO3 is copyright © 1999-2022 by Kasper Skårhøj .
6
6
7
7
This document provides a basic introduction to TYPO3.
8
8
9
9
Getting Started
10
10
---------------
11
11
12
12
TYPO3 requires a web server with PHP and a database (e.g. MySQL).
13
- Accessing the backend through a supported browser.
13
+ The backend is accessed via a supported browser.
14
14
15
15
Please see the [ Installation Guide] ( https://docs.typo3.org/installation )
16
16
in order to set up a basic TYPO3 installation on your web server.
@@ -21,7 +21,7 @@ What is TYPO3?
21
21
TYPO3 is a free and open source Content Management Framework. It is
22
22
released under the GNU General Public License. It can run on several web
23
23
servers, such as Apache, nginx or IIS, on top of many operating systems,
24
- among them Linux, Microsoft Windows, FreeBSD or MacOS .
24
+ among them Linux, Microsoft Windows, FreeBSD or macOS .
25
25
26
26
TYPO3 was initially authored by Kasper Skårhøj and is now further
27
27
developed by a community of contributors and the [ TYPO3 Core Development
@@ -36,7 +36,7 @@ What is a Content Management Framework?
36
36
A Content Management Framework is more than just a content management
37
37
system, due to the separation of the streamlined core and optional
38
38
plugins (extensions). TYPO3 has an open API that allows you to extend
39
- the frontend (web site ) and/or backend (administration) functionality.
39
+ the frontend (website ) and/or backend (administration) functionality.
40
40
41
41
The concept of extensions makes TYPO3 capable of being developed and
42
42
used in almost any way you can imagine, either by using any of the many
@@ -48,8 +48,8 @@ TYPO3 System requirements
48
48
TYPO3 is based upon PHP and uses a database management system like
49
49
MySQL.
50
50
51
- For more specific information regarding requirements see the
52
- [ INSTALL.md] ( INSTALL.md#server-system-requirements ) file in this folder.
51
+ For more specific information regarding requirements see the file
52
+ [ INSTALL.md] ( INSTALL.md#server-system-requirements ) in this folder.
53
53
54
54
TYPO3 resources
55
55
---------------
@@ -59,7 +59,7 @@ get started:
59
59
60
60
### Get more information
61
61
62
- * https://typo3.org is the main project website. It provides up to date
62
+ * https://typo3.org/ is the main project website. It provides up-to- date
63
63
official news, information about events and the TYPO3 community.
64
64
65
65
* https://docs.typo3.org/ : TYPO3 is one of the most thoroughly
@@ -120,7 +120,7 @@ Contributors Walkthrough and Review System:
120
120
The [ repository at GitHub] ( https://github.com/typo3/typo3 ) is a
121
121
synchronized mirror of the primary TYPO3 core git repository:
122
122
123
- * https://git.typo3.org/Packages/TYPO3.CMS.git
123
+ * https://git.typo3.org/typo3/typo3
124
124
125
125
If you want to file a bug report, take a look at:
126
126
0 commit comments