28.04.2024

From COKS - Open Source Center - Slovenia

(Difference between revisions)
Jump to: navigation, search
Abecedni seznam programov
IDABC > A. Produktivnostna orodja in administrativni postopki > A.6 Upravljanje vsebin
Source Forge > Internet > WWW/HTTP > Portali / upravljanje vsebin

(New page: Typo3 Content Management System (CMS) Typo3 je sodobna in zmogljiva rešitev za upravljanje vsebine, primeren tako za uporabo na javnih spletnih straneh, kakor tudi za izgradnjo intranetn...)
Current revision (13:16, 17 May 2010) (edit) (undo)
 
(260 intermediate revisions not shown.)
Line 1: Line 1:
-
Typo3 Content Management System (CMS)
+
{{Infobox Software |
 +
name = TYPO3
 +
|logo = [[Image:Typo3_coksweb.jpg|TYPO3 logo]]
 +
|developer = [https://association.typo3.org/ TYPO3 Association]
 +
|latest_release_version = 4.3
 +
|latest_release_date =
 +
|operating_system = [[Cross-platform]]
 +
|platform = [[PHP]]
 +
|genre = Content management system
 +
|license = [[GNU General Public License]]
 +
|website = [https://www.typo3.com/ www.typo3.com]<br/>[https://www.typo3.org/ www.typo3.org]<br/>(Developer Resource)
 +
}}
-
Typo3 je sodobna in zmogljiva rešitev za upravljanje vsebine, primeren tako za uporabo na javnih spletnih straneh, kakor tudi za izgradnjo intranetnih spletnih strani in aplikacij.
 
-
Temelji na sodobni arhitekturi LAMP (Linux, Apache, MySql, PHP), zato zagotavlja izredno nizke stroške lastništva.
 
-
Izredna prilagodljivost in programabilnost okolja omogoča prilagoditve skorajda vsem uporabniškim zahtevam. Vključen so sodobne tehnologije in koncepti večuporabniškega dela, različnih delovnih okolij, različic vsebin ter upravljanja notranjih procesov, kar postavlja Typo3 daleč pred konkurenco.
+
'''TYPO3''' is a [[free software|free]] and [[open source]] [[content management system]]. It is written with [[PHP]]. It has become one of the leading content management systems (CMS) on the web and in intranets.
-
Izredna razširjenost tudi v Sloveniji, vam zagotavlja visoko kakovost, naše bogato znanje in izkušnje pri implementaciji pa hitro in učinkovito pot do željene rešitve.
+
==Operating modes==
 +
TYPO3 has two operating modes: a ''frontend'', which presents a TYPO3 based website to its users, and a ''backend'', used by authors and site administrators to manage content for the website. The backend is used with an ordinary [[web browser]], so there is no special software needed to work on a TYPO3-based website.
-
[[Category:Programska oprema]]
+
==Design==
 +
The system is based on ''templates''. People can choose an existing template and change features such as logo, colors, and fonts, or they can construct their own templates using a configuration language called ''TypoScript''. In this simple notation, a large object tree structure of information is created with placeholders for data from the database to fill in. Preprogrammed objects are configured by changing or adding values or features. This object tree structure is saved in a text file. Various editors are available to change the content in a structured way. The PHP generator uses this data structure to drive the generation of the content. Besides conditions, TypoScript has no other [[control structure]]s; if real processing must be performed, it is handed to a PHP function. The top level object is the ''PAGE'' object. There are various types of ''MENU'' objects.
 +
 
 +
 
 +
 
 +
----
 +
This software is supported by ''COKS'' at [mailto:podpora@coks.si podpora@coks.si]
 +
 
 +
[[Category:A.6 Upravljanje vsebin]]
 +
[[Category:Portali / upravljanje vsebin]]
 +
[[Category:Abecedni seznam programov]]

Current revision

TYPO3
TYPO3 logo
Developer TYPO3 Association
Latest release 4.3
OS Cross-platform
Platform PHP
Genre Content management system
License GNU General Public License
Website www.typo3.com
www.typo3.org
(Developer Resource)


TYPO3 is a free and open source content management system. It is written with PHP. It has become one of the leading content management systems (CMS) on the web and in intranets.

Operating modes

TYPO3 has two operating modes: a frontend, which presents a TYPO3 based website to its users, and a backend, used by authors and site administrators to manage content for the website. The backend is used with an ordinary web browser, so there is no special software needed to work on a TYPO3-based website.

Design

The system is based on templates. People can choose an existing template and change features such as logo, colors, and fonts, or they can construct their own templates using a configuration language called TypoScript. In this simple notation, a large object tree structure of information is created with placeholders for data from the database to fill in. Preprogrammed objects are configured by changing or adding values or features. This object tree structure is saved in a text file. Various editors are available to change the content in a structured way. The PHP generator uses this data structure to drive the generation of the content. Besides conditions, TypoScript has no other control structures; if real processing must be performed, it is handed to a PHP function. The top level object is the PAGE object. There are various types of MENU objects.



This software is supported by COKS at podpora@coks.si