Jump to content

Typo3: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Typo3 is an open source [[Content Management System]] for the web implemented in the [[PHP]] scripting language and suitable for both small installations and institutional users and is less resource hungry than most other PHP based CMS's, while being much easier to set up than the [[Perl]] based ones. There is an alternative called [[Typo3 Neos]] that is a version of Typo3 that has been rewritten from scratch for better performance.
Typo3 is an open source Content Management System for the web implemented in the [[PHP]] scripting language and suitable for both small installations and institutional users and is less resource hungry than most other PHP based CMS's, while being much easier to set up than the [[Perl]] based ones. There is an alternative called [[Typo3 Neos]] that is a version of Typo3 that has been rewritten from scratch for better performance.


;TypoScript
;TypoScript
Line 5: Line 5:


====Text editors with Typo3 support====
====Text editors with Typo3 support====
* [[jEdit]] - Java based editor - TypoScript syntax highlighting built in - Current.
* [[jEdit]] - Java based editor - TypoScript syntax highlighting built in


==Version==
==Version==
* Last known version: Typo3 v7.6.3 (2016-02-16)
* 7.6.3 (2016-02-16)


;Prerequisites
;Prerequisites
Line 18: Line 18:
==Links==
==Links==
* [https://typo3.org Typo3 homepage]
* [https://typo3.org Typo3 homepage]
*Gregory Shaw has been threatening to write tips on how to [http://os2notes.net/forum/index.php/topic,35.0.html set up a Typo3 site under OS/2].


==Publications==
==Publications==
Line 32: Line 33:
* Oliver Hader (Current project leader)
* Oliver Hader (Current project leader)


[[Category:WWW]][[Category:CMS]]
[[Category:CMS]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]
[[Category:Software written in PHP]]
[[Category:Software written in PHP]]

Latest revision as of 02:36, 26 October 2022

Typo3 is an open source Content Management System for the web implemented in the PHP scripting language and suitable for both small installations and institutional users and is less resource hungry than most other PHP based CMS's, while being much easier to set up than the Perl based ones. There is an alternative called Typo3 Neos that is a version of Typo3 that has been rewritten from scratch for better performance.

TypoScript

Simple template language that can be used with the package and learning the basics of it is pretty much a requirement for any advanced use of the package.

Text editors with Typo3 support

  • jEdit - Java based editor - TypoScript syntax highlighting built in

Version

  • 7.6.3 (2016-02-16)
Prerequisites
  • Web server
  • PHP 5.5 or higher
  • MySQL 5.5 or higher
Other SQL databases are supported, including PostgreSQL, but some third party extensions only support MySQL

Links

Publications

  • Rene Fritz, Daniel Hinderink & Werner Altmann: TYPO3: Enterprise Content Management – ISBN 1-904811-41-8
  • Michael Peacock: Building Websites with TYPO3 – ISBN 1-84719-111-8
  • Dan Osipov: TYPO3 4.3 Multimedia Cookbook - ISBN 978-1-84719-848-8
  • Dmitry Dulepov: TYPO3 Extension Development – ISBN 978-1-84719-212-7

License

  • Open source software released under the GPL v2

Authors

  • Kasper Skårhøj (Original author)
  • Oliver Hader (Current project leader)