Virgülle ayrılmış birden fazla etiket, aralarında mantıksal VE (AND) olarak değerlendirilir. Noktalı virgül, mantıksal VEYA (OR) olarak kabul edilir. AND, OR üzerinde önceliğe sahiptir ve mantıksal gruplama için parantez kullanılamaz. Bir etiketteki yıldız (*) işareti, "herhangi bir dize" anlamında bir joker karakterdir.
Bölümler: Documentation / Extending Cotonti / Extensions
This section contains general notes about what has changed in Cotonti plugins API in Siena and what actions should be performed to convert a Genoa plugin to 0.9.x.
Since 0.9.0 Cotonti applies strict rules on naming files and directories. All plugin files should be prefixed with plugin code so that it is easy to distinguish files by name in multi-tab development environments. For more information on file names in Siena, please see Directory structure...
Bölümler: Extensions / Files & Media
PageAvatar is an advanced plugin used to associate pages with any types of files and manage such links. This is a simple yet powerful solution we normally use to build picture galleries for the websites powered by Cotonti.
Authors: esclkm, Kort, Cotonti Team
Github: https://github.com/Alex300/cotonti-pageavatar
The plugin is very easy to use. All you have to do is:
Bölümler: News / Announcements
The biggest major Cotonti release ever is finally available. Here are some figures to realize the scale of the work wich has been done since the beginning of Siena branch:
We have done our best to deliver you a modern Content Management System and a powerful Content Management Framework. The most significant changes...
Bölümler: Download
Bölümler: Documentation / Extending Cotonti
In this document we will walk through a typical tree of files and directories in a Cotonti setup and explain their purpose and standard conventions.
We start with the site root and describe its contents and then go deeper into each of its subfolders. Each significant branch of the tree is expanded consequentially, paths are contained in section titles.
Parts of the paths given in italics are not literal, you may substitute them with appropriate values.
There are several...
Bölümler: Documentation / Getting started
This document will guide you through necessary steps for keeping your Cotonti website up2date. It makes a presumption that you have got some experience running a website and using popular tools such as phpMyAdmin, FTP, etc.
It is considered as a good habit if you backup your site files and database before making any major updates to it.
Most of updates within Siena branch (0.9.x) are automated. So, if you run a Siena website and there are some updates...
Bölümler: Documentation / Getting started
In order to run Cotonti and use it to its full capability, you should first confirm your server meets the following requirements. If you’re unsure if your webhost supports all this, don’t worry, even shared webhosting packages usually meet these requirements.
Bölümler: News / Announcements
Surprise! You might not expect it, but we have changed layout of this site. And it is not just layout, we have converted this entire site to the latest beta of Cotonti Siena, reorganized Downloads a bit and there are more changes planned. During the next several days we will be fixing bugs which appear here and there after the site upgrade, tweaking things and converting some plugins to Siena. Then we are going to reorganize the Documentation section and enable content internationalization...
Bölümler: News / Announcements
Bölümler: News / Announcements
Bölümler: News / Announcements
Bölümler: News / Announcements
Bölümler: Documentation (Genoa and older) / English / Video Tutorials / For Developers
Bölümler: News / Announcements
Bölümler: Documentation / Developer Guide
In this article we are not going to explain what AJAX is, how it works and the basics of AJAX programming. This article explains how new features introduced in Cotonti Siena help with basic use of AJAX.
You might probably know that Cotonti has support for AJAX parts in plugins. There is an article explaining it, so you should start with it if you haven't read it already. Since 0.9.0 AJAX support is not restricted only to plugins. You can develop AJAX-enabled modules and find...