<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alikon</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alikon"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Alikon"/>
	<updated>2026-05-16T06:27:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=GSoC_2024_Project_Ideas&amp;diff=1020688</id>
		<title>GSoC 2024 Project Ideas</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=GSoC_2024_Project_Ideas&amp;diff=1020688"/>
		<updated>2024-02-07T18:27:39Z</updated>

		<summary type="html">&lt;p&gt;Alikon: /* Knowledge Prerequisite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Top portal heading|color=white-bkgd|text-color=#333|title=&lt;br /&gt;
Welcome to Joomla GSoC 2024 Projects Page }}&lt;br /&gt;
[[Image:Gsoc2016.png|150px|center|link=GSoC 2020]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Welcome to the [[GSoC_2024|Joomla Google Summer of Code (GSoC) 2024]] projects page. &lt;br /&gt;
&lt;br /&gt;
If you are interested in participating as a student please review the materials on applying that are available at [https://developers.google.com/open-source/gsoc/faq Google]. We strongly encourage you to ask questions about process and projects on our &lt;br /&gt;
[https://joomlacommunity.cloud.mattermost.com/main/channels/gsoc2024 Mattermost chat tool].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note: The GSoC 2024 projects are displayed in no particular order&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project I: API Improvements ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
To exchange information between different Content Management Systems, for integration or migration purposes, many ad hoc solutions have been created. A more universally applicable approach would be establishing a common, shared model for content. This would enable the creation of specific models tailored to individual CMSs, facilitating model-to-model transformations. A standardized content model would provide a more versatile and efficient solution for handling information exchange across diverse CMS platforms.&lt;br /&gt;
&lt;br /&gt;
There was a standard for content integration, CMIS [http://docs.oasis-open.org/cmis/CMIS/v1.1/cs01/CMIS-v1.1-cs01.html], but it is hardly used nowadays, mainly because it is not up to date with modern web content management.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, JavaScript&lt;br /&gt;
*Besides that, a must have: REST API&lt;br /&gt;
*Nice to have: API Protocols&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome===&lt;br /&gt;
*Work towards a gradually more general (formal) content model, usable in multiple CMSs.&lt;br /&gt;
*Gradually adding more CMSs. Adjusting the general model and defining the specificities per CMS. Start with Joomla and 1 other.&lt;br /&gt;
*Export content from those CMSs to the general model using the API.&lt;br /&gt;
*Import content from the general model using the API.&lt;br /&gt;
*Increase the coverage for API&lt;br /&gt;
*Go through the components to add missing calls&lt;br /&gt;
**Auth &amp;amp; Error&lt;br /&gt;
**Enhancement to authentication (OAuth 2.0)&lt;br /&gt;
**Improve Error handling&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Hard&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Large [350 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*George Wilson&lt;br /&gt;
*Carlos Rodriguez&lt;br /&gt;
*Herman&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project II: Health page ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
Extend the com_admin component in the Joomla backend with a framework for system health features. This requires creating a page which lists the different available health checks, a page which displays the result of the health check and a page to run checks and/or fixes in batches. All health checks should be implemented as plugins and thus be extendable by third party. The health checks should contain a file integrity check based on checksum files and a check to repair all nested set tables. Additional checks are very welcome. These checks should also be able to run via CLI. Built as a series of plugin checks that feed into a dashboard.&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome ===&lt;br /&gt;
Extended com_admin component with 3 views, at least 2 health check plugins and an integration into the CLI app of Joomla.&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Medium&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Medium [175 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Hannes&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project III: Command Palette for Joomla 5.3 ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
An interface within Joomla CMS for Command Palette, to type in actions like creating new artiles; Execute the command. The project should be integrated with the shortcuts; a good example is VS code command palette.&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
*Besides that, a must have: VueJS&lt;br /&gt;
*Nice to have: Joomla! 4 template creation&lt;br /&gt;
*Cypress&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome ===&lt;br /&gt;
*Command Palette Integrated with adequate number of commands.&lt;br /&gt;
*Integration of short keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Medium&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Medium [175 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Benjamin&lt;br /&gt;
*Christiane&lt;br /&gt;
*Martina&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project IV: Using AI for Automated Testing ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
System or unit tests are an essential part of the development process to ensure stability of any application.&lt;br /&gt;
&lt;br /&gt;
https://magazine.joomla.org/all-issues/october-2022/off-to-cyprus-ehm-cypress-how-joomla-does-its-end-to-end-testing&lt;br /&gt;
&lt;br /&gt;
AI offers new possibilities to define system tests which can be used in our CI process. With the knowledge of end users together with artificial intelligence, it should be possible to increase the amount of system tests as it will reduce the amount of bugs. Community members without developer experience will be able to help increase the testing coverage.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
*Cypress&lt;br /&gt;
*REST&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome===&lt;br /&gt;
AI offers new possibilities to define system tests which can be used in our CI process. With the knowledge of end users together with artificial intelligence, it will reduce the amount of bugs.&lt;br /&gt;
A system which is able to generate or enhance Joomla specific system tests, based on an API integration from an AI service like ChatGPT. In a first step, the existing system tests should be enhanced and based on them, the AI model should be able to generate simple ones by itself.&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Medium&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Medium [175 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Allon&lt;br /&gt;
*Astrid Günther&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project V: Enhancing Database Driver for JSON Field Management 5.3 ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
&lt;br /&gt;
The current database driver lacks comprehensive features for handling JSON fields, resulting in limitations when it comes to querying, indexing, and updating JSON data. As JSON becomes increasingly prevalent in application development, it is essential to optimize the database driver to meet the evolving needs of developers and ensure better compatibility with modern data storage requirements.&lt;br /&gt;
Proposed Enhancements:&lt;br /&gt;
&lt;br /&gt;
Improved Querying:&lt;br /&gt;
Enhance the database driver to support advanced querying capabilities for JSON fields. This includes the ability to search for specific key-value pairs within JSON objects, perform range queries on numeric values in JSON, and execute complex queries involving nested JSON structures.&lt;br /&gt;
&lt;br /&gt;
Indexing Support:&lt;br /&gt;
Introduce indexing options specifically tailored for JSON fields. This will significantly improve query performance by allowing the database engine to efficiently locate and retrieve data from JSON fields. Indexing should support both simple and nested structures within JSON.&lt;br /&gt;
&lt;br /&gt;
Validation and Schema Enforcement:&lt;br /&gt;
Implement mechanisms for validating JSON data against predefined schemas. This will ensure data integrity by enforcing a consistent structure for JSON fields, preventing the insertion of invalid or inconsistent data.&lt;br /&gt;
&lt;br /&gt;
Atomic Updates:&lt;br /&gt;
Enable atomic updates for JSON fields to ensure that changes to JSON data are applied consistently and without the risk of data corruption. This includes supporting operations like adding, updating, or removing elements within JSON arrays or objects within a single atomic transaction.&lt;br /&gt;
&lt;br /&gt;
Compatibility and Standardization:&lt;br /&gt;
Ensure compatibility with widely adopted JSON standards and specifications. This will enhance interoperability between different applications and systems, providing a standardized way of handling JSON data within the database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome ===&lt;br /&gt;
*Improved query performance and efficiency when working with JSON fields.&lt;br /&gt;
*Enhanced data integrity through validation and schema enforcement.&lt;br /&gt;
*Better support for modern application development practices relying on JSON data.&lt;br /&gt;
*Increased flexibility for developers to build complex and efficient queries involving JSON content.By implementing these enhancements, we aim to elevate the database driver&#039;s capabilities in managing JSON fields, providing developers with a more robust and flexible solution for handling JSON data within the database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
*Besides that, a must have: SQL&lt;br /&gt;
*Nice to have: Joomla! 4 knowledge&lt;br /&gt;
*Cypress&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Hard&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Hard[350 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Richard Fath&lt;br /&gt;
*Nicola Galgano&lt;br /&gt;
&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project VI: AI for improving accessibility of WEB sites ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
Until now, our accessibility plugin helps writing accessible content but does not check the whole website for accessibility.&lt;br /&gt;
AI could help to make websites accessible&lt;br /&gt;
*generating accessible color scheme helps the web designer,&lt;br /&gt;
*improve navigation logic&lt;br /&gt;
*verify optimal keyboard access to the site&lt;br /&gt;
*generate alt-text via image recognition from AI&lt;br /&gt;
*and others&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome ===&lt;br /&gt;
*Better Accessibility of the Web&lt;br /&gt;
*Support for Template developers (agencies)&lt;br /&gt;
*Advantage for marketing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
*Besides that, a must have: VueJS&lt;br /&gt;
*Nice to have: Joomla! 4 template creation&lt;br /&gt;
*Cypress&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Mediun&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Medium [175 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Christiane&lt;br /&gt;
*Carlos Camara Mora&lt;br /&gt;
*Viviana Menzel&lt;br /&gt;
&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Google Summer of Code 2024]]&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=GSoC_2024_Project_Ideas&amp;diff=1020687</id>
		<title>GSoC 2024 Project Ideas</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=GSoC_2024_Project_Ideas&amp;diff=1020687"/>
		<updated>2024-02-07T18:26:00Z</updated>

		<summary type="html">&lt;p&gt;Alikon: /* Mentors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Top portal heading|color=white-bkgd|text-color=#333|title=&lt;br /&gt;
Welcome to Joomla GSoC 2024 Projects Page }}&lt;br /&gt;
[[Image:Gsoc2016.png|150px|center|link=GSoC 2020]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Welcome to the [[GSoC_2024|Joomla Google Summer of Code (GSoC) 2024]] projects page. &lt;br /&gt;
&lt;br /&gt;
If you are interested in participating as a student please review the materials on applying that are available at [https://developers.google.com/open-source/gsoc/faq Google]. We strongly encourage you to ask questions about process and projects on our &lt;br /&gt;
[https://joomlacommunity.cloud.mattermost.com/main/channels/gsoc2024 Mattermost chat tool].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note: The GSoC 2024 projects are displayed in no particular order&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project I: API Improvements ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
To exchange information between different Content Management Systems, for integration or migration purposes, many ad hoc solutions have been created. A more universally applicable approach would be establishing a common, shared model for content. This would enable the creation of specific models tailored to individual CMSs, facilitating model-to-model transformations. A standardized content model would provide a more versatile and efficient solution for handling information exchange across diverse CMS platforms.&lt;br /&gt;
&lt;br /&gt;
There was a standard for content integration, CMIS [http://docs.oasis-open.org/cmis/CMIS/v1.1/cs01/CMIS-v1.1-cs01.html], but it is hardly used nowadays, mainly because it is not up to date with modern web content management.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, JavaScript&lt;br /&gt;
*Besides that, a must have: REST API&lt;br /&gt;
*Nice to have: API Protocols&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome===&lt;br /&gt;
*Work towards a gradually more general (formal) content model, usable in multiple CMSs.&lt;br /&gt;
*Gradually adding more CMSs. Adjusting the general model and defining the specificities per CMS. Start with Joomla and 1 other.&lt;br /&gt;
*Export content from those CMSs to the general model using the API.&lt;br /&gt;
*Import content from the general model using the API.&lt;br /&gt;
*Increase the coverage for API&lt;br /&gt;
*Go through the components to add missing calls&lt;br /&gt;
**Auth &amp;amp; Error&lt;br /&gt;
**Enhancement to authentication (OAuth 2.0)&lt;br /&gt;
**Improve Error handling&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Hard&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Large [350 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*George Wilson&lt;br /&gt;
*Carlos Rodriguez&lt;br /&gt;
*Herman&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project II: Health page ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
Extend the com_admin component in the Joomla backend with a framework for system health features. This requires creating a page which lists the different available health checks, a page which displays the result of the health check and a page to run checks and/or fixes in batches. All health checks should be implemented as plugins and thus be extendable by third party. The health checks should contain a file integrity check based on checksum files and a check to repair all nested set tables. Additional checks are very welcome. These checks should also be able to run via CLI. Built as a series of plugin checks that feed into a dashboard.&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome ===&lt;br /&gt;
Extended com_admin component with 3 views, at least 2 health check plugins and an integration into the CLI app of Joomla.&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Medium&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Medium [175 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Hannes&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project III: Command Palette for Joomla 5.3 ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
An interface within Joomla CMS for Command Palette, to type in actions like creating new artiles; Execute the command. The project should be integrated with the shortcuts; a good example is VS code command palette.&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
*Besides that, a must have: VueJS&lt;br /&gt;
*Nice to have: Joomla! 4 template creation&lt;br /&gt;
*Cypress&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome ===&lt;br /&gt;
*Command Palette Integrated with adequate number of commands.&lt;br /&gt;
*Integration of short keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Medium&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Medium [175 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Benjamin&lt;br /&gt;
*Christiane&lt;br /&gt;
*Martina&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project IV: Using AI for Automated Testing ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
System or unit tests are an essential part of the development process to ensure stability of any application.&lt;br /&gt;
&lt;br /&gt;
https://magazine.joomla.org/all-issues/october-2022/off-to-cyprus-ehm-cypress-how-joomla-does-its-end-to-end-testing&lt;br /&gt;
&lt;br /&gt;
AI offers new possibilities to define system tests which can be used in our CI process. With the knowledge of end users together with artificial intelligence, it should be possible to increase the amount of system tests as it will reduce the amount of bugs. Community members without developer experience will be able to help increase the testing coverage.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
*Cypress&lt;br /&gt;
*REST&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome===&lt;br /&gt;
AI offers new possibilities to define system tests which can be used in our CI process. With the knowledge of end users together with artificial intelligence, it will reduce the amount of bugs.&lt;br /&gt;
A system which is able to generate or enhance Joomla specific system tests, based on an API integration from an AI service like ChatGPT. In a first step, the existing system tests should be enhanced and based on them, the AI model should be able to generate simple ones by itself.&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Medium&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Medium [175 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Allon&lt;br /&gt;
*Astrid Günther&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project V: Enhancing Database Driver for JSON Field Management 5.3 ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
&lt;br /&gt;
The current database driver lacks comprehensive features for handling JSON fields, resulting in limitations when it comes to querying, indexing, and updating JSON data. As JSON becomes increasingly prevalent in application development, it is essential to optimize the database driver to meet the evolving needs of developers and ensure better compatibility with modern data storage requirements.&lt;br /&gt;
Proposed Enhancements:&lt;br /&gt;
&lt;br /&gt;
Improved Querying:&lt;br /&gt;
Enhance the database driver to support advanced querying capabilities for JSON fields. This includes the ability to search for specific key-value pairs within JSON objects, perform range queries on numeric values in JSON, and execute complex queries involving nested JSON structures.&lt;br /&gt;
&lt;br /&gt;
Indexing Support:&lt;br /&gt;
Introduce indexing options specifically tailored for JSON fields. This will significantly improve query performance by allowing the database engine to efficiently locate and retrieve data from JSON fields. Indexing should support both simple and nested structures within JSON.&lt;br /&gt;
&lt;br /&gt;
Validation and Schema Enforcement:&lt;br /&gt;
Implement mechanisms for validating JSON data against predefined schemas. This will ensure data integrity by enforcing a consistent structure for JSON fields, preventing the insertion of invalid or inconsistent data.&lt;br /&gt;
&lt;br /&gt;
Atomic Updates:&lt;br /&gt;
Enable atomic updates for JSON fields to ensure that changes to JSON data are applied consistently and without the risk of data corruption. This includes supporting operations like adding, updating, or removing elements within JSON arrays or objects within a single atomic transaction.&lt;br /&gt;
&lt;br /&gt;
Compatibility and Standardization:&lt;br /&gt;
Ensure compatibility with widely adopted JSON standards and specifications. This will enhance interoperability between different applications and systems, providing a standardized way of handling JSON data within the database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome ===&lt;br /&gt;
*Improved query performance and efficiency when working with JSON fields.&lt;br /&gt;
*Enhanced data integrity through validation and schema enforcement.&lt;br /&gt;
*Better support for modern application development practices relying on JSON data.&lt;br /&gt;
*Increased flexibility for developers to build complex and efficient queries involving JSON content.By implementing these enhancements, we aim to elevate the database driver&#039;s capabilities in managing JSON fields, providing developers with a more robust and flexible solution for handling JSON data within the database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
*Besides that, a must have: VueJS&lt;br /&gt;
*Nice to have: Joomla! 4 template creation&lt;br /&gt;
*Cypress&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Hard&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Hard[350 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Richard Fath&lt;br /&gt;
*Nicola Galgano&lt;br /&gt;
&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
==Project VI: AI for improving accessibility of WEB sites ==&lt;br /&gt;
&lt;br /&gt;
===Project Description===&lt;br /&gt;
Until now, our accessibility plugin helps writing accessible content but does not check the whole website for accessibility.&lt;br /&gt;
AI could help to make websites accessible&lt;br /&gt;
*generating accessible color scheme helps the web designer,&lt;br /&gt;
*improve navigation logic&lt;br /&gt;
*verify optimal keyboard access to the site&lt;br /&gt;
*generate alt-text via image recognition from AI&lt;br /&gt;
*and others&lt;br /&gt;
&lt;br /&gt;
===Expected Outcome ===&lt;br /&gt;
*Better Accessibility of the Web&lt;br /&gt;
*Support for Template developers (agencies)&lt;br /&gt;
*Advantage for marketing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Knowledge Prerequisite===&lt;br /&gt;
*Language Requisitions: PHP, HTML, CSS and JavaScript&lt;br /&gt;
*Besides that, a must have: VueJS&lt;br /&gt;
*Nice to have: Joomla! 4 template creation&lt;br /&gt;
*Cypress&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Difficulty===&lt;br /&gt;
*Mediun&lt;br /&gt;
&lt;br /&gt;
===Project Type===&lt;br /&gt;
*Medium [175 Hrs]&lt;br /&gt;
&lt;br /&gt;
===Mentors===&lt;br /&gt;
*Christiane&lt;br /&gt;
*Carlos Camara Mora&lt;br /&gt;
*Viviana Menzel&lt;br /&gt;
&lt;br /&gt;
[[Image:Gsoc2016.png|30px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Google Summer of Code 2024]]&lt;br /&gt;
[[Category:Google Summer of Code]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J4.x:Joomla_Core_APIs&amp;diff=822998</id>
		<title>J4.x:Joomla Core APIs</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J4.x:Joomla_Core_APIs&amp;diff=822998"/>
		<updated>2021-09-26T08:02:26Z</updated>

		<summary type="html">&lt;p&gt;Alikon: correct endpoint for com_content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Joomla version|version=4.0}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt; This page lists the endpoints available in Joomla by example of curl commands.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:2--&amp;gt; Every URL requires authentication unless designated a public URL. For security in Joomla 4.0.0 we plan to make the default Api Application require a Super User account (as the API Application is brand new), this may get relaxed as the API stabilizes and is well tested in the community. If you are using the basic authentication plugin (currently the only shipped plugin as of Joomla 4 alpha 10) it requires the addition to the curl commands below using --user user_name:password&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:3--&amp;gt; Every URL needs to be prepended with the Joomla host before the path (e.g. instead of &amp;lt;tt&amp;gt;/api/index.php/v1/article&amp;lt;/tt&amp;gt; you need &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://example.com/api/index.php/v1/article&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;)&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:4--&amp;gt; Any names of properties in curly brackets ({}) indicate the property is a variable that should be substituted.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; Unless otherwise noted these APIs were introduced in Joomla 4. For more information on the Joomla API Specification (as opposed to this list of URLs and options) please visit the [[S:MyLanguage/Joomla Api Specification|Joomla Api Specification]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:200--&amp;gt;&lt;br /&gt;
Where end points require the value of {app} the variable currently takes two values, site (front end), or administrator {back end)&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;translate&amp;gt;Useful Resources&amp;lt;/translate&amp;gt;==&lt;br /&gt;
&amp;lt;translate&amp;gt;A number of complimentary resources have been created to introduce Joomla Web Services and assist you with learning how to implement Web Services on your project.&amp;lt;/translate&amp;gt;&lt;br /&gt;
* [https://github.com/alexandreelise/j4x-api-collection &amp;lt;translate&amp;gt;Postman collection of Joomla Web Services API calls by Alexandre Elise&amp;lt;/translate&amp;gt;]&lt;br /&gt;
* [https://www.youtube.com/watch?v=lT9qodsvfZg &amp;lt;translate&amp;gt;Youtube: Joomla 4 tutorial: Using the Web Services API with Eoin Oliver&amp;lt;/translate&amp;gt;]&lt;br /&gt;
* [https://magazine.joomla.org/all-issues/august-2020/joomla-web-services-api-101-tokens,-testing-and-a-taste-test &amp;lt;translate&amp;gt;Joomla Community Magazine: Joomla Web Services API 101 by Patrick Jackson&amp;lt;/translate&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Banners == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Banners === &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Banners ==== &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/banners&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Banner ==== &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/banners/{banner_id}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Banner ==== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/banners/{banner_id}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Banner ==== &amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/banners -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;catid&amp;quot;: 3,&lt;br /&gt;
    &amp;quot;clicks&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;custombannercode&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;Text&amp;quot;,&lt;br /&gt;
    &amp;quot;metakey&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;alt&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;height&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;imageurl&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;width&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Banner ==== &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/banners/{banner_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;name&amp;quot;,&lt;br /&gt;
    &amp;quot;catid&amp;quot;: 3,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;New Text&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;New Name&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Clients === &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Clients ==== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/banners/clients &lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Client ==== &amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/banners/clients/{client_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Client ==== &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/banners/clients/{client_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Client ==== &amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/banners/clients -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;contact&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
    &amp;quot;email&amp;quot;: &amp;quot;email@mail.com&amp;quot;,&lt;br /&gt;
    &amp;quot;extrainfo&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;metakey&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;Clients&amp;quot;,&lt;br /&gt;
    &amp;quot;state&amp;quot;: 1&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Client ==== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/banners/clients/{client_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;contact&amp;quot;: &amp;quot;new Name&amp;quot;,&lt;br /&gt;
    &amp;quot;email&amp;quot;: &amp;quot;newemail@mail.com&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;Clients&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Categories === &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Categories ==== &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/banners/categories &lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Category ==== &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/banners/categories/{category_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Category ==== &amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/banners/categories/{category_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Category ==== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/banners/categories -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;cat&amp;quot;,&lt;br /&gt;
    &amp;quot;extension&amp;quot;: &amp;quot;com_banners&amp;quot;,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;parent_id&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;published&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;Title&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Update Category ==== &amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/banners/categories/{category_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;cat&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;Some Text&amp;quot;,&lt;br /&gt;
    &amp;quot;parent_id&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;New Title&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Content History === &amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Content Histories ==== &amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/banners/contenthistory/{banner_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Toggle Keep Content History ==== &amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/banners/contenthistory/keep/{contenthistory_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Content History ==== &amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/banners/contenthistory/{contenthistory_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Config == &amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Application === &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Application Configs ==== &amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/config/application&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Application Config ==== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/config/application -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;debug&amp;quot;: true,&lt;br /&gt;
    &amp;quot;sitename&amp;quot;: &amp;quot;123&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Component === &amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Component Configs ==== &amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/config/{component_name}&lt;br /&gt;
&lt;br /&gt;
Example “component_name” is “com_content”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Application Config ==== &amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/config/application -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;link_titles&amp;quot;: 1&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Contact == &amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Contact === &amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Contacts ==== &amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/contact&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Contact ==== &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/contact/{contact_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Contact ==== &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/contact/{contact_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Contact ==== &amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/contact -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;contact&amp;quot;,&lt;br /&gt;
    &amp;quot;catid&amp;quot;: 4,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;Contact&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Contact ==== &amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/contact/{contact_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;contact&amp;quot;,&lt;br /&gt;
    &amp;quot;catid&amp;quot;: 4,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;New Contact&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Submit Contact Form ==== &amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/contact/form/{contact_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;contact_email&amp;quot;: &amp;quot;email@mail.com&amp;quot;,&lt;br /&gt;
    &amp;quot;contact_message&amp;quot;: &amp;quot;some text&amp;quot;,&lt;br /&gt;
    &amp;quot;contact_name&amp;quot;: &amp;quot;name&amp;quot;,&lt;br /&gt;
    &amp;quot;contact_subject&amp;quot;: &amp;quot;subject&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Categories === &amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:45--&amp;gt; Route Contact Categories is&amp;lt;/translate&amp;gt;: &amp;quot;v1/contact/categories&amp;quot;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:46--&amp;gt; Working with it is similar to [[S:MyLanguage/#Categories|Banners Categories]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Fields Contact === &amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Fields Contact ==== &amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/fields/contact/contact&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Field Contact ==== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/fields/contact/contact/{field_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Field Contact ==== &amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/fields/contact/contact/{field_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Field Contact ==== &amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/fields/contact/contact -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;context&amp;quot;: &amp;quot;com_contact.contact&amp;quot;,&lt;br /&gt;
    &amp;quot;default_value&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;group_id&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;contact field&amp;quot;,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;contact-field&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;display&amp;quot;: &amp;quot;2&amp;quot;,&lt;br /&gt;
        &amp;quot;display_readonly&amp;quot;: &amp;quot;2&amp;quot;,&lt;br /&gt;
        &amp;quot;hint&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;label_class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;label_render_class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;layout&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;prefix&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;render_class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;show_on&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;showlabel&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
        &amp;quot;suffix&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;required&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;state&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;contact field&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Field Contact ==== &amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/fields/contact/contact/{field_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;new contact field&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;contact-field&amp;quot;,&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;contact field&amp;quot;,&lt;br /&gt;
    &amp;quot;default_value&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;text&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;Some New Text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Fields Contact Mail === &amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:54--&amp;gt; Route Fields Contact Mail is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/contact/mail&amp;quot;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:55--&amp;gt; Working with it is similar to [[S:MyLanguage/#Fields_Contact|Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Fields Contact Categories === &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:57--&amp;gt; Route Fields Contact Categories is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/contact/categories&amp;quot;&lt;br /&gt;
#&amp;lt;translate&amp;gt;&amp;lt;!--T:58--&amp;gt; Working with it is similar to [[S:MyLanguage/#Fields_Contact|Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Groups Fields Contact === &amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Groups Fields Contact ==== &amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/fields/groups/contact/contact&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Group Fields Contact ==== &amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/fields/groups/contact/contact/{group_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Group Fields Contact ==== &amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/fields/groups/contact/contact/{group_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Group Fields Contact ==== &amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/fields/groups/contact/contact -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;context&amp;quot;: &amp;quot;com_contact.contact&amp;quot;,&lt;br /&gt;
    &amp;quot;default_value&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;group_id&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;label&amp;quot;: &amp;quot;contact field&amp;quot;,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;contact-field3&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;display&amp;quot;: &amp;quot;2&amp;quot;,&lt;br /&gt;
        &amp;quot;display_readonly&amp;quot;: &amp;quot;2&amp;quot;,&lt;br /&gt;
        &amp;quot;hint&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;label_class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;label_render_class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;layout&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;prefix&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;render_class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;show_on&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;showlabel&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
        &amp;quot;suffix&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;required&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;state&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;contact field&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Group Fields Contact ==== &amp;lt;!--T:64--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/fields/groups/contact/contact/{group_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;new contact group&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;new description&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Group Fields Contact Mail === &amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:66--&amp;gt; #Route Group Fields Contact Mail is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/groups/contact/mail&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:67--&amp;gt; #Working with it is similar to [[S:MyLanguage/#Groups_Fields_Contact|Group Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Group Fields Contact Categories=== &amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:69--&amp;gt; #Route Group Fields Contact Categories is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/groups/contact/categories&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:70--&amp;gt; #Working with it is similar to [[S:MyLanguage/#Groups_Fields_Contact|Group Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Content History === &amp;lt;!--T:71--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:72--&amp;gt; #Route Content History is:&amp;lt;/translate&amp;gt; &amp;quot;v1/contact/contenthistory&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:73--&amp;gt; #Working with it is similar to [[S:MyLanguage/#Content_History|Banners Content History]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Content == &amp;lt;!--T:74--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Articles === &amp;lt;!--T:75--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Articles ==== &amp;lt;!--T:76--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/content/articles&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Get Single Article ==== &amp;lt;!--T:77--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/content/articles/{article_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Article ==== &amp;lt;!--T:78--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/content/articles/{article_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Article ==== &amp;lt;!--T:79--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/content/articles -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;my-article&amp;quot;,&lt;br /&gt;
    &amp;quot;articletext&amp;quot;: &amp;quot;My text&amp;quot;,&lt;br /&gt;
    &amp;quot;catid&amp;quot;: 64,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;metadesc&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;metakey&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;Here&#039;s an article&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:80--&amp;gt; Currently the options mentioned here are required properties. However the intention is currently to make AT LEAST metakey and metadesc optional in the API.&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Article ==== &amp;lt;!--T:81--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/content/articles/{article_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;catid&amp;quot;: 64,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;Updated article&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Categories === &amp;lt;!--T:82--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
#Route Content Categories is: &amp;quot;v1/content/categories&amp;quot;&lt;br /&gt;
#Working with it is similar to [[S:MyLanguage/#Categories|Banners Categories]], note if workflows is enabled then specifying a workflow is required (similarly to the UI)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fields Articles === &amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:84--&amp;gt; #Route Fields Articles is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/content/articles&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:85--&amp;gt; #Working with it is similar to [[S:MyLanguage/#Fields_Contact|Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Groups Fields Articles === &amp;lt;!--T:86--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:87--&amp;gt; #Route Groups Fields Articles is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/groups/content/articles&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:88--&amp;gt; #Working with it is similar to [[S:MyLanguage/#Groups_Fields_Contact|Groups Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Fields Categories === &amp;lt;!--T:89--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:90--&amp;gt; #Route Fields Categories is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/groups/content/categories&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:91--&amp;gt; #Working with it is similar to [[S:MyLanguage/#Fields_Contact|Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Content History === &amp;lt;!--T:92--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:93--&amp;gt; #Route Content History is:&amp;lt;/translate&amp;gt; &amp;quot;v1/content/articles/{article_id}/contenthistory&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:94--&amp;gt; #Working with it is similar to [[S:MyLanguage/#Content_History|Banners Content History]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Languages == &amp;lt;!--T:95--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Languages === &amp;lt;!--T:96--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Languages ==== &amp;lt;!--T:97--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/languages&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Install Language ==== &amp;lt;!--T:98--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/languages -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;package&amp;quot;: &amp;quot;pkg_fr-FR&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Content Languages === &amp;lt;!--T:99--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Content Languages ==== &amp;lt;!--T:100--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/languages/content&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Content Language ==== &amp;lt;!--T:101--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/v1/languages/content/{language_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Content Language ==== &amp;lt;!--T:102--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/languages/content/{language_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Content Language ==== &amp;lt;!--T:103--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/languages/content -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;image&amp;quot;: &amp;quot;fr_FR&amp;quot;,&lt;br /&gt;
    &amp;quot;lang_code&amp;quot;: &amp;quot;fr-FR&amp;quot;,&lt;br /&gt;
    &amp;quot;metadesc&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;metakey&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;ordering&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;published&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;sef&amp;quot;: &amp;quot;fk&amp;quot;,&lt;br /&gt;
    &amp;quot;sitename&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;French (FR)&amp;quot;,&lt;br /&gt;
    &amp;quot;title_native&amp;quot;: &amp;quot;Français (France)&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Content Language ==== &amp;lt;!--T:104--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/languages/content/{language_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;lang_code&amp;quot;: &amp;quot;en-GB&amp;quot;,&lt;br /&gt;
    &amp;quot;metadesc&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;metakey&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;sitename&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;English (en-GB)&amp;quot;,&lt;br /&gt;
    &amp;quot;title_native&amp;quot;: &amp;quot;English (United Kingdom)&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Overrides Languages === &amp;lt;!--T:105--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Overrides Languages Constants ==== &amp;lt;!--T:106--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/languages/overrides/{app}/{lang_code}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Override Language Constant ==== &amp;lt;!--T:107--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/languages/overrides/{app}/{lang_code}/{constant_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Content Language ==== &amp;lt;!--T:108--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/languages/overrides/{app}/{lang_code}/{constant_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Content Language ==== &amp;lt;!--T:109--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/languages/overrides/{app}/{lang_code} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;key&amp;quot;:&amp;quot;new_key&amp;quot;,&lt;br /&gt;
    &amp;quot;override&amp;quot;: &amp;quot;text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Content Language ==== &amp;lt;!--T:110--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/languages/overrides/{app}/{lang_code}/{constant_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;key&amp;quot;:&amp;quot;new_key&amp;quot;,&lt;br /&gt;
    &amp;quot;override&amp;quot;: &amp;quot;new text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
var app - enum {&amp;quot;site&amp;quot;, &amp;quot;administrator&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
var lang_code - string Example: “fr-FR“, “en-GB“ you can get lang_code from v1/languages/content&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Search Override Constant ==== &amp;lt;!--T:111--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/languages/overrides/search -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;searchstring&amp;quot;: &amp;quot;JLIB_APPLICATION_ERROR_SAVE_FAILED&amp;quot;,&lt;br /&gt;
    &amp;quot;searchtype&amp;quot;: &amp;quot;constant&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:112--&amp;gt; var searchtype - enum {“constant”, “value”}. “constant” search by constant name, “value” - search by constant value&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Refresh Override Search Cache ==== &amp;lt;!--T:113--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/languages/overrides/search/cache/refresh&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Menus == &amp;lt;!--T:114--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Menus === &amp;lt;!--T:115--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Menus ==== &amp;lt;!--T:116--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/menus/{app}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Menu ==== &amp;lt;!--T:117--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/menus/{app}/{menu_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Menu ==== &amp;lt;!--T:118--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/menus/{app}/{menu_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Menu ==== &amp;lt;!--T:119--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/menus/{app} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;client_id&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;The menu for the site&amp;quot;,&lt;br /&gt;
    &amp;quot;menutype&amp;quot;: &amp;quot;menu&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;Menu&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Menu ==== &amp;lt;!--T:120--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/menus/{app}/{menu_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;menutype&amp;quot;: &amp;quot;menu&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;New Menu&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Menus Items === &amp;lt;!--T:121--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Menus Items Types ==== &amp;lt;!--T:122--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/menus/{app}/items/types&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Menus Items ==== &amp;lt;!--T:123--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/menus/{app}/items&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Menu Item ==== &amp;lt;!--T:124--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/menus/{app}/items/{menu_item_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Menu Item ==== &amp;lt;!--T:125--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/menus/{app}/items/{menu_item_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Menu Item ==== &amp;lt;!--T:126--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/menus/{app}/items -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;associations&amp;quot;: {&lt;br /&gt;
        &amp;quot;en-GB&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;fr-FR&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;browserNav&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;component_id&amp;quot;: &amp;quot;20&amp;quot;,&lt;br /&gt;
    &amp;quot;home&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;link&amp;quot;: &amp;quot;index.php?option=com_content&amp;amp;view=form&amp;amp;layout=edit&amp;quot;,&lt;br /&gt;
    &amp;quot;menutype&amp;quot;: &amp;quot;mainmenu&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;cancel_redirect_menuitem&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;catid&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;custom_cancel_redirect&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
        &amp;quot;enable_category&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
        &amp;quot;menu-anchor_css&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;menu-anchor_title&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;menu-meta_description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;menu-meta_keywords&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;menu_image&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;menu_image_css&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;menu_show&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
        &amp;quot;menu_text&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
        &amp;quot;page_heading&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;page_title&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;pageclass_sfx&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;redirect_menuitem&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;robots&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;show_page_heading&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;parent_id&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;publish_down&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;publish_up&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;published&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;template_style_id&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;title&amp;quot;,&lt;br /&gt;
    &amp;quot;toggle_modules_assigned&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;toggle_modules_published&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;component&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:127--&amp;gt; Example for &amp;quot;Create Article Page&amp;quot;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Menu Item ==== &amp;lt;!--T:128--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/menus/{app}/items/{menu_item_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;component_id&amp;quot;: &amp;quot;20&amp;quot;,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;link&amp;quot;: &amp;quot;index.php?option=com_content&amp;amp;view=form&amp;amp;layout=edit&amp;quot;,&lt;br /&gt;
    &amp;quot;menutype&amp;quot;: &amp;quot;mainmenu&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;new title&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;component&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:129--&amp;gt; Example for &amp;quot;Create Article Page&amp;quot;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Messages == &amp;lt;!--T:130--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Messages === &amp;lt;!--T:131--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Messages ==== &amp;lt;!--T:132--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/messages&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Message ==== &amp;lt;!--T:133--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/messages/{message_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Message ==== &amp;lt;!--T:134--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/messages/{message_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Message ==== &amp;lt;!--T:135--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/messages -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;message&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;text&amp;lt;/p&amp;gt;&amp;quot;,&lt;br /&gt;
    &amp;quot;state&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;subject&amp;quot;: &amp;quot;text&amp;quot;,&lt;br /&gt;
    &amp;quot;user_id_from&amp;quot;: 773,&lt;br /&gt;
    &amp;quot;user_id_to&amp;quot;: 772&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Message ==== &amp;lt;!--T:136--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/messages/{message_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;message&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;new text&amp;lt;/p&amp;gt;&amp;quot;,&lt;br /&gt;
    &amp;quot;subject&amp;quot;: &amp;quot;new text&amp;quot;,&lt;br /&gt;
    &amp;quot;user_id_from&amp;quot;: 773,&lt;br /&gt;
    &amp;quot;user_id_to&amp;quot;: 772&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Modules == &amp;lt;!--T:137--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Modules === &amp;lt;!--T:138--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Modules Types ==== &amp;lt;!--T:139--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/modules/types/{app}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Modules ==== &amp;lt;!--T:140--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/modules/{app}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Module ==== &amp;lt;!--T:141--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/modules/{app}/{module_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Module ==== &amp;lt;!--T:142--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/modules/{app}/{module_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Module ==== &amp;lt;!--T:143--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/modules/{app} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;assigned&amp;quot;: [&lt;br /&gt;
        &amp;quot;101&amp;quot;,&lt;br /&gt;
        &amp;quot;105&amp;quot;&lt;br /&gt;
    ],&lt;br /&gt;
    &amp;quot;assignment&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;client_id&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;module&amp;quot;: &amp;quot;mod_articles_archive&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;ordering&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;bootstrap_size&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
        &amp;quot;cache&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
        &amp;quot;cache_time&amp;quot;: &amp;quot;900&amp;quot;,&lt;br /&gt;
        &amp;quot;cachemode&amp;quot;: &amp;quot;static&amp;quot;,&lt;br /&gt;
        &amp;quot;count&amp;quot;: &amp;quot;10&amp;quot;,&lt;br /&gt;
        &amp;quot;header_class&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;header_tag&amp;quot;: &amp;quot;h3&amp;quot;,&lt;br /&gt;
        &amp;quot;layout&amp;quot;: &amp;quot;_:default&amp;quot;,&lt;br /&gt;
        &amp;quot;module_tag&amp;quot;: &amp;quot;div&amp;quot;,&lt;br /&gt;
        &amp;quot;moduleclass_sfx&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;style&amp;quot;: &amp;quot;0&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;position&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;publish_down&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;publish_up&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;published&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;showtitle&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;Title&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:144--&amp;gt; Example for &amp;quot;Articles - Archived&amp;quot;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Module ==== &amp;lt;!--T:145--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/modules/{app}/{module_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;client_id&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;module&amp;quot;: &amp;quot;mod_articles_archive&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;ordering&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;New Title&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;Example for &amp;quot;Articles - Archived&amp;quot;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Newsfeeds == &amp;lt;!--T:146--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Feeds === &amp;lt;!--T:147--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Feeds ==== &amp;lt;!--T:148--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/newsfeeds/feeds&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Feed ==== &amp;lt;!--T:149--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/newsfeeds/feeds/{feed_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Feed ==== &amp;lt;!--T:150--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/newsfeeds/feeds/{feed_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Feed ==== &amp;lt;!--T:151--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/newsfeeds/feeds -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;alias&amp;quot;,&lt;br /&gt;
    &amp;quot;catid&amp;quot;: 5,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;images&amp;quot;: {&lt;br /&gt;
        &amp;quot;float_first&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;float_second&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;image_first&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;image_first_alt&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;image_first_caption&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;image_second&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;image_second_alt&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;image_second_caption&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;link&amp;quot;: &amp;quot;http://samoylov/joomla/gsoc19_webservices/index.php&amp;quot;,&lt;br /&gt;
    &amp;quot;metadata&amp;quot;: {&lt;br /&gt;
        &amp;quot;hits&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;rights&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;robots&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;tags&amp;quot;: {&lt;br /&gt;
            &amp;quot;tags&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
            &amp;quot;typeAlias&amp;quot;: null&lt;br /&gt;
        }&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;metadesc&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;metakey&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
    &amp;quot;ordering&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;feed_character_count&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;feed_display_order&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;newsfeed_layout&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;show_feed_description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;show_feed_image&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;show_item_description&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;published&amp;quot;: 1&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Feed ==== &amp;lt;!--T:152--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/newsfeeds/feeds/{feed_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;test2&amp;quot;,&lt;br /&gt;
    &amp;quot;catid&amp;quot;: 5,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;link&amp;quot;: &amp;quot;http://samoylov/joomla/gsoc19_webservices/index.php&amp;quot;,&lt;br /&gt;
    &amp;quot;metadesc&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;metakey&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;Test&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Categories === &amp;lt;!--T:153--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:154--&amp;gt; #Route Newsfeeds Categories is:&amp;lt;/translate&amp;gt; &amp;quot;v1/newsfeeds/categories&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:155--&amp;gt; #Working with it is similar to [[#Categories|Banners Categories]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Privacy == &amp;lt;!--T:156--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Request === &amp;lt;!--T:157--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Requests ==== &amp;lt;!--T:158--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/privacy/request&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Request ==== &amp;lt;!--T:159--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/privacy/request/{request_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Request Export Data ==== &amp;lt;!--T:160--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/privacy/request/export/{request_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Request ==== &amp;lt;!--T:161--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/privacy/request -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;email&amp;quot;:&amp;quot;somenewemail@com.ua&amp;quot;,&lt;br /&gt;
    &amp;quot;request_type&amp;quot;:&amp;quot;export&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Consent === &amp;lt;!--T:162--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Consents ==== &amp;lt;!--T:163--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/privacy/consent&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Consent ==== &amp;lt;!--T:164--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/privacy/consent/{consent_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Consent ==== &amp;lt;!--T:165--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/privacy/consent/{consent_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Redirect == &amp;lt;!--T:166--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Redirect === &amp;lt;!--T:167--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Redirects ==== &amp;lt;!--T:168--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/redirect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Redirect ==== &amp;lt;!--T:169--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/redirect/{redirect_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Redirect ==== &amp;lt;!--T:170--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/redirect/{redirect_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Redirect ==== &amp;lt;!--T:171--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/redirect -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;comment&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;header&amp;quot;: 301,&lt;br /&gt;
    &amp;quot;hits&amp;quot;: 0,&lt;br /&gt;
    &amp;quot;new_url&amp;quot;: &amp;quot;/content/art/99&amp;quot;,&lt;br /&gt;
    &amp;quot;old_url&amp;quot;: &amp;quot;/content/art/12&amp;quot;,&lt;br /&gt;
    &amp;quot;published&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;referer&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Redirect ==== &amp;lt;!--T:172--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/redirect/{redirect_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;new_url&amp;quot;: &amp;quot;/content/art/4&amp;quot;,&lt;br /&gt;
    &amp;quot;old_url&amp;quot;: &amp;quot;/content/art/132&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Tags == &amp;lt;!--T:173--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Tags === &amp;lt;!--T:174--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Tags ==== &amp;lt;!--T:175--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/tags&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Tag ==== &amp;lt;!--T:176--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/tags/{tag_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Tag ==== &amp;lt;!--T:177--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/tags/{tag_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Tag ==== &amp;lt;!--T:178--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/tags -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;access&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;access_title&amp;quot;: &amp;quot;Public&amp;quot;,&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;test&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;language&amp;quot;: &amp;quot;*&amp;quot;,&lt;br /&gt;
    &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;parent_id&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;path&amp;quot;: &amp;quot;test&amp;quot;,&lt;br /&gt;
    &amp;quot;published&amp;quot;: 1,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;test&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Tag ==== &amp;lt;!--T:179--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/tags/{tag_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;alias&amp;quot;: &amp;quot;test&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;new title&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Templates == &amp;lt;!--T:180--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Templates Styles === &amp;lt;!--T:181--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Templates Styles ==== &amp;lt;!--T:182--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/templates/styles/{app}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single Template Style ==== &amp;lt;!--T:183--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/templates/styles/{app}/{template_style_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete Template Style ==== &amp;lt;!--T:184--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/templates/styles/{app}/{template_style_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create Template Style ==== &amp;lt;!--T:185--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/templates/styles/{app} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;home&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;fluidContainer&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
        &amp;quot;logoFile&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;sidebarLeftWidth&amp;quot;: &amp;quot;3&amp;quot;,&lt;br /&gt;
        &amp;quot;sidebarRightWidth&amp;quot;: &amp;quot;3&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;template&amp;quot;: &amp;quot;cassiopeia&amp;quot;,&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;cassiopeia - Some Text&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update Template Style ==== &amp;lt;!--T:186--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/templates/styles/{app}/{template_style_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;template&amp;quot;: &amp;quot;cassiopeia&amp;quot;,&lt;br /&gt;
	&amp;quot;title&amp;quot;: &amp;quot;new cassiopeia - Default&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
== Users == &amp;lt;!--T:187--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Users === &amp;lt;!--T:188--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get List of Users ==== &amp;lt;!--T:189--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/users&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Get Single User ==== &amp;lt;!--T:190--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X GET /api/index.php/v1/users/{user_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Delete User ==== &amp;lt;!--T:191--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X DELETE /api/index.php/v1/users/{user_id}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Create User ==== &amp;lt;!--T:192--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X POST -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/users -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;block&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;email&amp;quot;: &amp;quot;test@mail.com&amp;quot;,&lt;br /&gt;
    &amp;quot;groups&amp;quot;: [&lt;br /&gt;
        &amp;quot;2&amp;quot;&lt;br /&gt;
    ],&lt;br /&gt;
    &amp;quot;id&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;lastResetTime&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;lastvisitDate&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;nnn&amp;quot;,&lt;br /&gt;
    &amp;quot;params&amp;quot;: {&lt;br /&gt;
        &amp;quot;admin_language&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;admin_style&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;editor&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;helpsite&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;language&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
        &amp;quot;timezone&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    &amp;quot;password&amp;quot;: &amp;quot;qwertyqwerty123&amp;quot;,&lt;br /&gt;
    &amp;quot;password2&amp;quot;: &amp;quot;qwertyqwerty123&amp;quot;,&lt;br /&gt;
    &amp;quot;registerDate&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
    &amp;quot;requireReset&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;resetCount&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;sendEmail&amp;quot;: &amp;quot;0&amp;quot;,&lt;br /&gt;
    &amp;quot;username&amp;quot;: &amp;quot;ad&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==== Update User ==== &amp;lt;!--T:193--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
curl -X PATCH -H &amp;quot;Content-Type: application/json&amp;quot; /api/index.php/v1/users/{user_id} -d &lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;email&amp;quot;: &amp;quot;new@mail.com&amp;quot;,&lt;br /&gt;
    &amp;quot;groups&amp;quot;: [&lt;br /&gt;
        &amp;quot;2&amp;quot;&lt;br /&gt;
    ],&lt;br /&gt;
    &amp;quot;name&amp;quot;: &amp;quot;name&amp;quot;,&lt;br /&gt;
    &amp;quot;username&amp;quot;: &amp;quot;username&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Fields Users === &amp;lt;!--T:194--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:195--&amp;gt; #Route Fields Users is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/users&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:196--&amp;gt; #Working with it is similar to [[S:MyLanguage/J4.x:Joomla_Core_APIs#Fields_Contact|Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Groups Fields Users === &amp;lt;!--T:197--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:198--&amp;gt; #Route Groups Fields Users is:&amp;lt;/translate&amp;gt; &amp;quot;v1/fields/groups/users&amp;quot;&lt;br /&gt;
&amp;lt;translate&amp;gt;&amp;lt;!--T:199--&amp;gt; #Working with it is similar to [[S:MyLanguage/J4.x:Joomla_Core_APIs#Groups_Fields_Contact|Groups Fields Contact]].&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Development{{#translation:}}]]&lt;br /&gt;
[[Category:Joomla!_4.x{{#translation:}}]]&lt;br /&gt;
[[Category:Joomla!_4.0{{#translation:}}]]&lt;br /&gt;
[[Category:Joomla! 4.x Web Services{{#translation:}}]]&lt;br /&gt;
[[Category:Needs review]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=J4.x:CLI_Database_Exporter_Importer&amp;diff=613337</id>
		<title>J4.x:CLI Database Exporter Importer</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=J4.x:CLI_Database_Exporter_Importer&amp;diff=613337"/>
		<updated>2019-05-27T06:31:15Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;== About == Before updating Joomla! or installing a third party extension, it is strongly recommended that you back up your site. The Joomla! 4.x Console p...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About ==&lt;br /&gt;
Before updating Joomla! or [[J4.x:CLI Update|installing a third party extension]], it is strongly recommended that you back up your site.&lt;br /&gt;
The Joomla! 4.x Console provides commands for exporting (backing up) and importing (restoring) your Joomla! database.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
To use these commands, you need a secured shell access (SSH) to your host on which the PHP CLI (Command Line Interface) is installed.&lt;br /&gt;
Consider to have basic knowledge of using shell commands.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
Log in to your host and go to the root folder of your site.&lt;br /&gt;
I recommend to use the Joomla! &#039;tmp&#039; folder in your &amp;lt;folder_path&amp;gt; to have read/write permissions.&lt;br /&gt;
&lt;br /&gt;
* List all available commands of the Joomla! Console:&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php list&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Export the database to the folder :&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:export --all --folder &amp;lt;folder_path&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Import the database from folder:&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:import --all --folder &amp;lt;folder_path&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also :&lt;br /&gt;
&lt;br /&gt;
* Export the database in a zip file :&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:export --all --zip&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Export a table :&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:export --table &amp;lt;table_name&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Export a table as a .zip file :&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:export --table &amp;lt;table_name&amp;gt; --zip&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Import a table :&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:import --table &amp;lt;table_name&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* If you need help:&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:export --help&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:import --help&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Back up and restore ==&lt;br /&gt;
To make a full backup (with folders, files and database) of your site, you can execute these commands:&lt;br /&gt;
&lt;br /&gt;
# Archive your joomla root directory:&lt;br /&gt;
&amp;lt;tt&amp;gt;tar --exclude=&#039;./tmp/joomla_bak.*&#039; -zcvf tmp/joomla_bak.tgz . &amp;gt; tmp/joomla_bak.log&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Export all the joomla database:&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:export --all --folder tmp/db_bak&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And to restore it, execute these commands:&lt;br /&gt;
&lt;br /&gt;
# Import all the joomla database:&lt;br /&gt;
&amp;lt;tt&amp;gt;php cli/joomla.php database:import --all --folder tmp/db_bak&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Extract the archive:&lt;br /&gt;
&amp;lt;tt&amp;gt;tar --recursive-unlink -xvf tmp/joomla_bak.tgz .&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Joomla! 4.x]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=120035</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=120035"/>
		<updated>2014-05-31T16:36:03Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;*Breadcrumbs {{Rarr}} Questo Modulo visualizza il Percorso. *S:MyLanguage/{{RVer|help}}:Extensions_Modul...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Approfondimenti==&lt;br /&gt;
&lt;br /&gt;
===Le Posizioni dei Moduli===&lt;br /&gt;
{{Chunk:Posizione di un modulo/it}}&lt;br /&gt;
&lt;br /&gt;
I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&#039;equivalente dei widgets di wordpress). Possono essere visualizzati  [[Le posizioni del Modulo|dovunque in una pagina]] (in tutte le posizioni permesse dal template in uso, oppure nell&#039;articolo utilizzando [[Come inserire un modulo all&#039;interno di un articolo?|loadmodule plugin]] per il component com_content).&lt;br /&gt;
&lt;br /&gt;
=== Principiante ===&lt;br /&gt;
Per capire come installare e usare un modulo in Joomla si raccomanda la lettura [[Amministrazione di un Modulo in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
A partire dalla versione Joomla 3.2  stato introdotto un componente &amp;quot;nascosto&amp;quot;, che permette ai moduli di effettuare chiamate AJAX&lt;br /&gt;
Puoi trovare la documentazione relativa [[Usare il componente AJAX |usare il componente AJAX ]] vi aiuterà nella creazione di moduli avanzati.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Moduli di Default==&lt;br /&gt;
Joomla! viene rilasciato con alcuni moduli, tuttavia sul JED([http://extensions.joomla.org Joomla! Extension Directory]). è possibile trovarne una moltitudine . Qui ci sono i moduli standard disponibili in un nuova installazione Joomla!.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_archive|Articoli Archiviati]] {{Rarr}} Questo Modulo visualizza un elenco dei mesi che contengono gli Articoli Archiviati.&lt;br /&gt;
*Articoli - Newsflash {{Rarr}} Questo modulo permette la visualizzazione di un numero fisso di articoli da una specifica categoria.&lt;br /&gt;
*Articoli - Articoli correlati {{Rarr}} Questo Modulo visualizza altri Articoli correlati a quello attualmente  visualizzato....&lt;br /&gt;
*Articoli Categorie {{Rarr}} Questo modulo visualizza un elenco di categorie appartenenti ad una categoria superiore.&lt;br /&gt;
*Articoli Categoria {{Rarr}} Questo modulo visualizza un elenco di articoli in una o più categorie.&lt;br /&gt;
*Banner {{Rarr}} Questo Modulo visualizza un Banner pubblicato nell&#039;omonimo Componente.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} Questo Modulo visualizza il Percorso.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_html|HTML Personalizzato]] {{Rarr}} Questo modulo consente di creare i vostri contenuti HTML usando un editor WYSIWYG&lt;br /&gt;
*Feed Display {{Rarr}} Questo modulo consente di visualizzare i syndicated feed&lt;br /&gt;
*Footer {{Rarr}} Questo modulo mostra le informazioni riguardanti il copyright Joomla!.&lt;br /&gt;
*Language Switcher {{Rarr}} Questo modulo visualizza un elenco delle lingue disponibili (as defined and published in...)&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/10/it&amp;diff=120034</id>
		<title>Translations:Module/10/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/10/it&amp;diff=120034"/>
		<updated>2014-05-31T16:36:02Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;*Breadcrumbs {{Rarr}} Questo Modulo visualizza il Percorso. *S:MyLanguage/{{RVer|help}}:Extensions_Modul...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} Questo Modulo visualizza il Percorso.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_html|HTML Personalizzato]] {{Rarr}} Questo modulo consente di creare i vostri contenuti HTML usando un editor WYSIWYG&lt;br /&gt;
*Feed Display {{Rarr}} Questo modulo consente di visualizzare i syndicated feed&lt;br /&gt;
*Footer {{Rarr}} Questo modulo mostra le informazioni riguardanti il copyright Joomla!.&lt;br /&gt;
*Language Switcher {{Rarr}} Questo modulo visualizza un elenco delle lingue disponibili (as defined and published in...)&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=120023</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=120023"/>
		<updated>2014-05-31T16:26:21Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;*Articoli - Newsflash {{Rarr}} Questo modulo permette la visualizzazione di un numero fisso di articoli da una specifica categoria. *Articoli - Articoli correlati {{Rarr}} Que...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Approfondimenti==&lt;br /&gt;
&lt;br /&gt;
===Le Posizioni dei Moduli===&lt;br /&gt;
{{Chunk:Posizione di un modulo/it}}&lt;br /&gt;
&lt;br /&gt;
I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&#039;equivalente dei widgets di wordpress). Possono essere visualizzati  [[Le posizioni del Modulo|dovunque in una pagina]] (in tutte le posizioni permesse dal template in uso, oppure nell&#039;articolo utilizzando [[Come inserire un modulo all&#039;interno di un articolo?|loadmodule plugin]] per il component com_content).&lt;br /&gt;
&lt;br /&gt;
=== Principiante ===&lt;br /&gt;
Per capire come installare e usare un modulo in Joomla si raccomanda la lettura [[Amministrazione di un Modulo in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
A partire dalla versione Joomla 3.2  stato introdotto un componente &amp;quot;nascosto&amp;quot;, che permette ai moduli di effettuare chiamate AJAX&lt;br /&gt;
Puoi trovare la documentazione relativa [[Usare il componente AJAX |usare il componente AJAX ]] vi aiuterà nella creazione di moduli avanzati.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Moduli di Default==&lt;br /&gt;
Joomla! viene rilasciato con alcuni moduli, tuttavia sul JED([http://extensions.joomla.org Joomla! Extension Directory]). è possibile trovarne una moltitudine . Qui ci sono i moduli standard disponibili in un nuova installazione Joomla!.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_archive|Articoli Archiviati]] {{Rarr}} Questo Modulo visualizza un elenco dei mesi che contengono gli Articoli Archiviati.&lt;br /&gt;
*Articoli - Newsflash {{Rarr}} Questo modulo permette la visualizzazione di un numero fisso di articoli da una specifica categoria.&lt;br /&gt;
*Articoli - Articoli correlati {{Rarr}} Questo Modulo visualizza altri Articoli correlati a quello attualmente  visualizzato....&lt;br /&gt;
*Articoli Categorie {{Rarr}} Questo modulo visualizza un elenco di categorie appartenenti ad una categoria superiore.&lt;br /&gt;
*Articoli Categoria {{Rarr}} Questo modulo visualizza un elenco di articoli in una o più categorie.&lt;br /&gt;
*Banner {{Rarr}} Questo Modulo visualizza un Banner pubblicato nell&#039;omonimo Componente.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/9/it&amp;diff=120022</id>
		<title>Translations:Module/9/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/9/it&amp;diff=120022"/>
		<updated>2014-05-31T16:26:20Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;*Articoli - Newsflash {{Rarr}} Questo modulo permette la visualizzazione di un numero fisso di articoli da una specifica categoria. *Articoli - Articoli correlati {{Rarr}} Que...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Articoli - Newsflash {{Rarr}} Questo modulo permette la visualizzazione di un numero fisso di articoli da una specifica categoria.&lt;br /&gt;
*Articoli - Articoli correlati {{Rarr}} Questo Modulo visualizza altri Articoli correlati a quello attualmente  visualizzato....&lt;br /&gt;
*Articoli Categorie {{Rarr}} Questo modulo visualizza un elenco di categorie appartenenti ad una categoria superiore.&lt;br /&gt;
*Articoli Categoria {{Rarr}} Questo modulo visualizza un elenco di articoli in una o più categorie.&lt;br /&gt;
*Banner {{Rarr}} Questo Modulo visualizza un Banner pubblicato nell&#039;omonimo Componente.&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=120005</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=120005"/>
		<updated>2014-05-31T16:20:13Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;==Joomla! Moduli di Default== Joomla! viene rilasciato con alcuni moduli, tuttavia sul JED([http://extensions.joomla.org Joomla! Extension Directory]). è possibile trovarne u...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Approfondimenti==&lt;br /&gt;
&lt;br /&gt;
===Le Posizioni dei Moduli===&lt;br /&gt;
{{Chunk:Posizione di un modulo/it}}&lt;br /&gt;
&lt;br /&gt;
I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&#039;equivalente dei widgets di wordpress). Possono essere visualizzati  [[Le posizioni del Modulo|dovunque in una pagina]] (in tutte le posizioni permesse dal template in uso, oppure nell&#039;articolo utilizzando [[Come inserire un modulo all&#039;interno di un articolo?|loadmodule plugin]] per il component com_content).&lt;br /&gt;
&lt;br /&gt;
=== Principiante ===&lt;br /&gt;
Per capire come installare e usare un modulo in Joomla si raccomanda la lettura [[Amministrazione di un Modulo in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
A partire dalla versione Joomla 3.2  stato introdotto un componente &amp;quot;nascosto&amp;quot;, che permette ai moduli di effettuare chiamate AJAX&lt;br /&gt;
Puoi trovare la documentazione relativa [[Usare il componente AJAX |usare il componente AJAX ]] vi aiuterà nella creazione di moduli avanzati.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Moduli di Default==&lt;br /&gt;
Joomla! viene rilasciato con alcuni moduli, tuttavia sul JED([http://extensions.joomla.org Joomla! Extension Directory]). è possibile trovarne una moltitudine . Qui ci sono i moduli standard disponibili in un nuova installazione Joomla!.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_archive|Articoli Archiviati]] {{Rarr}} Questo Modulo visualizza un elenco dei mesi che contengono gli Articoli Archiviati.&lt;br /&gt;
*Articles - Newsflash {{Rarr}} The Newsflash Module will display a fixed number of articles from a specific category.&lt;br /&gt;
*Articles - Related Articles {{Rarr}} This Module displays other Articles that are related to the one currently being viewed....&lt;br /&gt;
*Articles Categories {{Rarr}} This module displays a list of categories from one parent category.&lt;br /&gt;
*Articles Category {{Rarr}} This module displays a list of articles from one or more categories.&lt;br /&gt;
*Banners {{Rarr}} The Banner Module displays the active Banners from the Component.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/8/it&amp;diff=120004</id>
		<title>Translations:Module/8/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/8/it&amp;diff=120004"/>
		<updated>2014-05-31T16:20:13Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;==Joomla! Moduli di Default== Joomla! viene rilasciato con alcuni moduli, tuttavia sul JED([http://extensions.joomla.org Joomla! Extension Directory]). è possibile trovarne u...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Joomla! Moduli di Default==&lt;br /&gt;
Joomla! viene rilasciato con alcuni moduli, tuttavia sul JED([http://extensions.joomla.org Joomla! Extension Directory]). è possibile trovarne una moltitudine . Qui ci sono i moduli standard disponibili in un nuova installazione Joomla!.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_archive|Articoli Archiviati]] {{Rarr}} Questo Modulo visualizza un elenco dei mesi che contengono gli Articoli Archiviati.&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119994</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119994"/>
		<updated>2014-05-31T16:13:56Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;=== Advanced === A partire dalla versione Joomla 3.2  stato introdotto un componente &amp;quot;nascosto&amp;quot;, che permette ai moduli di effettuare chiamate AJAX Puoi trovare la documentazi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Approfondimenti==&lt;br /&gt;
&lt;br /&gt;
===Le Posizioni dei Moduli===&lt;br /&gt;
{{Chunk:Posizione di un modulo/it}}&lt;br /&gt;
&lt;br /&gt;
I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&#039;equivalente dei widgets di wordpress). Possono essere visualizzati  [[Le posizioni del Modulo|dovunque in una pagina]] (in tutte le posizioni permesse dal template in uso, oppure nell&#039;articolo utilizzando [[Come inserire un modulo all&#039;interno di un articolo?|loadmodule plugin]] per il component com_content).&lt;br /&gt;
&lt;br /&gt;
=== Principiante ===&lt;br /&gt;
Per capire come installare e usare un modulo in Joomla si raccomanda la lettura [[Amministrazione di un Modulo in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
A partire dalla versione Joomla 3.2  stato introdotto un componente &amp;quot;nascosto&amp;quot;, che permette ai moduli di effettuare chiamate AJAX&lt;br /&gt;
Puoi trovare la documentazione relativa [[Usare il componente AJAX |usare il componente AJAX ]] vi aiuterà nella creazione di moduli avanzati.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Default Modules==&lt;br /&gt;
Joomla! is packaged with many modules, more are available on the JED([http://extensions.joomla.org Joomla! Extension Directory]). Here are the standard modules available in a new Joomla! installation.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_Archive|Archived Articles]] {{Rarr}} This Module shows a list of the calendar months containing Archived Articles.&lt;br /&gt;
*Articles - Newsflash {{Rarr}} The Newsflash Module will display a fixed number of articles from a specific category.&lt;br /&gt;
*Articles - Related Articles {{Rarr}} This Module displays other Articles that are related to the one currently being viewed....&lt;br /&gt;
*Articles Categories {{Rarr}} This module displays a list of categories from one parent category.&lt;br /&gt;
*Articles Category {{Rarr}} This module displays a list of articles from one or more categories.&lt;br /&gt;
*Banners {{Rarr}} The Banner Module displays the active Banners from the Component.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/7/it&amp;diff=119993</id>
		<title>Translations:Module/7/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/7/it&amp;diff=119993"/>
		<updated>2014-05-31T16:13:56Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;=== Advanced === A partire dalla versione Joomla 3.2  stato introdotto un componente &amp;quot;nascosto&amp;quot;, che permette ai moduli di effettuare chiamate AJAX Puoi trovare la documentazi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Advanced ===&lt;br /&gt;
A partire dalla versione Joomla 3.2  stato introdotto un componente &amp;quot;nascosto&amp;quot;, che permette ai moduli di effettuare chiamate AJAX&lt;br /&gt;
Puoi trovare la documentazione relativa [[Usare il componente AJAX |usare il componente AJAX ]] vi aiuterà nella creazione di moduli avanzati.&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/6/it&amp;diff=119987</id>
		<title>Translations:Module/6/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/6/it&amp;diff=119987"/>
		<updated>2014-05-31T16:08:04Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;=== Principiante/Intermedio === La creazione di un semplice modulo per Joomla, è una delle cose più facile che potete fare - e la guida la Creazione di un semplice modulo|...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Principiante/Intermedio ===&lt;br /&gt;
La creazione di un semplice modulo per Joomla, è una delle cose più facile che potete fare - e la guida [[la Creazione di un semplice modulo|creazione di un semplice modulo] ve lo spiega passo passo. Si inizia con un semplice modulo e poi vengono spiegate alcune cose che si possono fare con un modulo.&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119971</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119971"/>
		<updated>2014-05-31T16:02:22Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;=== Principiante === Per capire come installare e usare un modulo in Joomla si raccomanda la lettura Amministrazione di un Modulo in Joomla&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Approfondimenti==&lt;br /&gt;
&lt;br /&gt;
===Le Posizioni dei Moduli===&lt;br /&gt;
{{Chunk:Posizione di un modulo/it}}&lt;br /&gt;
&lt;br /&gt;
I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&#039;equivalente dei widgets di wordpress). Possono essere visualizzati  [[Le posizioni del Modulo|dovunque in una pagina]] (in tutte le posizioni permesse dal template in uso, oppure nell&#039;articolo utilizzando [[Come inserire un modulo all&#039;interno di un articolo?|loadmodule plugin]] per il component com_content).&lt;br /&gt;
&lt;br /&gt;
=== Principiante ===&lt;br /&gt;
Per capire come installare e usare un modulo in Joomla si raccomanda la lettura [[Amministrazione di un Modulo in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
Introduced into Joomla 3.2 is a hidden component that allows modules to create AJAX requests. You can find documentation about [[Using the AJAX component|using the AJAX component]] to help you create even better modules.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Default Modules==&lt;br /&gt;
Joomla! is packaged with many modules, more are available on the JED([http://extensions.joomla.org Joomla! Extension Directory]). Here are the standard modules available in a new Joomla! installation.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_Archive|Archived Articles]] {{Rarr}} This Module shows a list of the calendar months containing Archived Articles.&lt;br /&gt;
*Articles - Newsflash {{Rarr}} The Newsflash Module will display a fixed number of articles from a specific category.&lt;br /&gt;
*Articles - Related Articles {{Rarr}} This Module displays other Articles that are related to the one currently being viewed....&lt;br /&gt;
*Articles Categories {{Rarr}} This module displays a list of categories from one parent category.&lt;br /&gt;
*Articles Category {{Rarr}} This module displays a list of articles from one or more categories.&lt;br /&gt;
*Banners {{Rarr}} The Banner Module displays the active Banners from the Component.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/5/it&amp;diff=119970</id>
		<title>Translations:Module/5/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/5/it&amp;diff=119970"/>
		<updated>2014-05-31T16:02:22Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;=== Principiante === Per capire come installare e usare un modulo in Joomla si raccomanda la lettura Amministrazione di un Modulo in Joomla&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Principiante ===&lt;br /&gt;
Per capire come installare e usare un modulo in Joomla si raccomanda la lettura [[Amministrazione di un Modulo in Joomla]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119966</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119966"/>
		<updated>2014-05-31T16:01:02Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&amp;#039;equivalente dei widgets di wordpres...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Approfondimenti==&lt;br /&gt;
&lt;br /&gt;
===Le Posizioni dei Moduli===&lt;br /&gt;
{{Chunk:Posizione di un modulo/it}}&lt;br /&gt;
&lt;br /&gt;
I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&#039;equivalente dei widgets di wordpress). Possono essere visualizzati  [[Le posizioni del Modulo|dovunque in una pagina]] (in tutte le posizioni permesse dal template in uso, oppure nell&#039;articolo utilizzando [[Come inserire un modulo all&#039;interno di un articolo?|loadmodule plugin]] per il component com_content).&lt;br /&gt;
&lt;br /&gt;
=== Beginner ===&lt;br /&gt;
To understand how to install and use a module in Joomla it is recommended to read [[Administration of a Module in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
Introduced into Joomla 3.2 is a hidden component that allows modules to create AJAX requests. You can find documentation about [[Using the AJAX component|using the AJAX component]] to help you create even better modules.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Default Modules==&lt;br /&gt;
Joomla! is packaged with many modules, more are available on the JED([http://extensions.joomla.org Joomla! Extension Directory]). Here are the standard modules available in a new Joomla! installation.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_Archive|Archived Articles]] {{Rarr}} This Module shows a list of the calendar months containing Archived Articles.&lt;br /&gt;
*Articles - Newsflash {{Rarr}} The Newsflash Module will display a fixed number of articles from a specific category.&lt;br /&gt;
*Articles - Related Articles {{Rarr}} This Module displays other Articles that are related to the one currently being viewed....&lt;br /&gt;
*Articles Categories {{Rarr}} This module displays a list of categories from one parent category.&lt;br /&gt;
*Articles Category {{Rarr}} This module displays a list of articles from one or more categories.&lt;br /&gt;
*Banners {{Rarr}} The Banner Module displays the active Banners from the Component.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/4/it&amp;diff=119965</id>
		<title>Translations:Module/4/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/4/it&amp;diff=119965"/>
		<updated>2014-05-31T16:01:02Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&amp;#039;equivalente dei widgets di wordpres...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I Moduli sono una delle parti più semplici di Joomla, e pertanto un ottimo punto di partenza per imparare ad utilizzare il sistema (sono l&#039;equivalente dei widgets di wordpress). Possono essere visualizzati  [[Le posizioni del Modulo|dovunque in una pagina]] (in tutte le posizioni permesse dal template in uso, oppure nell&#039;articolo utilizzando [[Come inserire un modulo all&#039;interno di un articolo?|loadmodule plugin]] per il component com_content).&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119952</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119952"/>
		<updated>2014-05-31T15:51:00Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;===Le Posizioni dei Moduli=== {{Chunk:Posizione di un modulo/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Approfondimenti==&lt;br /&gt;
&lt;br /&gt;
===Le Posizioni dei Moduli===&lt;br /&gt;
{{Chunk:Posizione di un modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Recommended Reading==&lt;br /&gt;
Modules are one of the simplest parts of Joomla and a great entry point for people learning to use the system (the equivalent of widgets in wordpress). They can be displayed just about [[Module_positions|anywhere on a page]] (in all the positions a template allows as well as in the main content area using the [[How do you put a module inside an article?|loadmodule plugin]] for the com_content component).&lt;br /&gt;
&lt;br /&gt;
=== Beginner ===&lt;br /&gt;
To understand how to install and use a module in Joomla it is recommended to read [[Administration of a Module in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
Introduced into Joomla 3.2 is a hidden component that allows modules to create AJAX requests. You can find documentation about [[Using the AJAX component|using the AJAX component]] to help you create even better modules.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Default Modules==&lt;br /&gt;
Joomla! is packaged with many modules, more are available on the JED([http://extensions.joomla.org Joomla! Extension Directory]). Here are the standard modules available in a new Joomla! installation.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_Archive|Archived Articles]] {{Rarr}} This Module shows a list of the calendar months containing Archived Articles.&lt;br /&gt;
*Articles - Newsflash {{Rarr}} The Newsflash Module will display a fixed number of articles from a specific category.&lt;br /&gt;
*Articles - Related Articles {{Rarr}} This Module displays other Articles that are related to the one currently being viewed....&lt;br /&gt;
*Articles Categories {{Rarr}} This module displays a list of categories from one parent category.&lt;br /&gt;
*Articles Category {{Rarr}} This module displays a list of articles from one or more categories.&lt;br /&gt;
*Banners {{Rarr}} The Banner Module displays the active Banners from the Component.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/3/it&amp;diff=119951</id>
		<title>Translations:Module/3/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/3/it&amp;diff=119951"/>
		<updated>2014-05-31T15:50:59Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;===Le Posizioni dei Moduli=== {{Chunk:Posizione di un modulo/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Le Posizioni dei Moduli===&lt;br /&gt;
{{Chunk:Posizione di un modulo/it}}&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119950</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119950"/>
		<updated>2014-05-31T15:50:04Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;==Approfondimenti==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Approfondimenti==&lt;br /&gt;
&lt;br /&gt;
===Module Positions===&lt;br /&gt;
{{Chunk:Module Position/en}}&lt;br /&gt;
&lt;br /&gt;
==Recommended Reading==&lt;br /&gt;
Modules are one of the simplest parts of Joomla and a great entry point for people learning to use the system (the equivalent of widgets in wordpress). They can be displayed just about [[Module_positions|anywhere on a page]] (in all the positions a template allows as well as in the main content area using the [[How do you put a module inside an article?|loadmodule plugin]] for the com_content component).&lt;br /&gt;
&lt;br /&gt;
=== Beginner ===&lt;br /&gt;
To understand how to install and use a module in Joomla it is recommended to read [[Administration of a Module in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
Introduced into Joomla 3.2 is a hidden component that allows modules to create AJAX requests. You can find documentation about [[Using the AJAX component|using the AJAX component]] to help you create even better modules.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Default Modules==&lt;br /&gt;
Joomla! is packaged with many modules, more are available on the JED([http://extensions.joomla.org Joomla! Extension Directory]). Here are the standard modules available in a new Joomla! installation.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_Archive|Archived Articles]] {{Rarr}} This Module shows a list of the calendar months containing Archived Articles.&lt;br /&gt;
*Articles - Newsflash {{Rarr}} The Newsflash Module will display a fixed number of articles from a specific category.&lt;br /&gt;
*Articles - Related Articles {{Rarr}} This Module displays other Articles that are related to the one currently being viewed....&lt;br /&gt;
*Articles Categories {{Rarr}} This module displays a list of categories from one parent category.&lt;br /&gt;
*Articles Category {{Rarr}} This module displays a list of articles from one or more categories.&lt;br /&gt;
*Banners {{Rarr}} The Banner Module displays the active Banners from the Component.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/2/it&amp;diff=119949</id>
		<title>Translations:Module/2/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/2/it&amp;diff=119949"/>
		<updated>2014-05-31T15:50:04Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;==Approfondimenti==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Approfondimenti==&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119948</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119948"/>
		<updated>2014-05-31T15:49:37Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;{{Chunk:Modulo/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Modulo/it}}&lt;br /&gt;
&lt;br /&gt;
==Learning More==&lt;br /&gt;
&lt;br /&gt;
===Module Positions===&lt;br /&gt;
{{Chunk:Module Position/en}}&lt;br /&gt;
&lt;br /&gt;
==Recommended Reading==&lt;br /&gt;
Modules are one of the simplest parts of Joomla and a great entry point for people learning to use the system (the equivalent of widgets in wordpress). They can be displayed just about [[Module_positions|anywhere on a page]] (in all the positions a template allows as well as in the main content area using the [[How do you put a module inside an article?|loadmodule plugin]] for the com_content component).&lt;br /&gt;
&lt;br /&gt;
=== Beginner ===&lt;br /&gt;
To understand how to install and use a module in Joomla it is recommended to read [[Administration of a Module in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
Introduced into Joomla 3.2 is a hidden component that allows modules to create AJAX requests. You can find documentation about [[Using the AJAX component|using the AJAX component]] to help you create even better modules.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Default Modules==&lt;br /&gt;
Joomla! is packaged with many modules, more are available on the JED([http://extensions.joomla.org Joomla! Extension Directory]). Here are the standard modules available in a new Joomla! installation.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_Archive|Archived Articles]] {{Rarr}} This Module shows a list of the calendar months containing Archived Articles.&lt;br /&gt;
*Articles - Newsflash {{Rarr}} The Newsflash Module will display a fixed number of articles from a specific category.&lt;br /&gt;
*Articles - Related Articles {{Rarr}} This Module displays other Articles that are related to the one currently being viewed....&lt;br /&gt;
*Articles Categories {{Rarr}} This module displays a list of categories from one parent category.&lt;br /&gt;
*Articles Category {{Rarr}} This module displays a list of articles from one or more categories.&lt;br /&gt;
*Banners {{Rarr}} The Banner Module displays the active Banners from the Component.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/1/it&amp;diff=119947</id>
		<title>Translations:Module/1/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/1/it&amp;diff=119947"/>
		<updated>2014-05-31T15:49:37Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;{{Chunk:Modulo/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chunk:Modulo/it}}&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119946</id>
		<title>Module/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Module/it&amp;diff=119946"/>
		<updated>2014-05-31T15:49:29Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Modulo&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Module/en}}&lt;br /&gt;
&lt;br /&gt;
==Learning More==&lt;br /&gt;
&lt;br /&gt;
===Module Positions===&lt;br /&gt;
{{Chunk:Module Position/en}}&lt;br /&gt;
&lt;br /&gt;
==Recommended Reading==&lt;br /&gt;
Modules are one of the simplest parts of Joomla and a great entry point for people learning to use the system (the equivalent of widgets in wordpress). They can be displayed just about [[Module_positions|anywhere on a page]] (in all the positions a template allows as well as in the main content area using the [[How do you put a module inside an article?|loadmodule plugin]] for the com_content component).&lt;br /&gt;
&lt;br /&gt;
=== Beginner ===&lt;br /&gt;
To understand how to install and use a module in Joomla it is recommended to read [[Administration of a Module in Joomla]]&lt;br /&gt;
&lt;br /&gt;
=== Beginner/Intermediate ===&lt;br /&gt;
Creating a simple module for Joomla is one of the simplest development steps you can do - and the [[Creating a simple module|creating a simple module]] tutorial is designed to take you through this. It starts with a simple module and then shows a few things you can then do with the module.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
Introduced into Joomla 3.2 is a hidden component that allows modules to create AJAX requests. You can find documentation about [[Using the AJAX component|using the AJAX component]] to help you create even better modules.&lt;br /&gt;
&lt;br /&gt;
==Joomla! Default Modules==&lt;br /&gt;
Joomla! is packaged with many modules, more are available on the JED([http://extensions.joomla.org Joomla! Extension Directory]). Here are the standard modules available in a new Joomla! installation.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Articles_Archive|Archived Articles]] {{Rarr}} This Module shows a list of the calendar months containing Archived Articles.&lt;br /&gt;
*Articles - Newsflash {{Rarr}} The Newsflash Module will display a fixed number of articles from a specific category.&lt;br /&gt;
*Articles - Related Articles {{Rarr}} This Module displays other Articles that are related to the one currently being viewed....&lt;br /&gt;
*Articles Categories {{Rarr}} This module displays a list of categories from one parent category.&lt;br /&gt;
*Articles Category {{Rarr}} This module displays a list of articles from one or more categories.&lt;br /&gt;
*Banners {{Rarr}} The Banner Module displays the active Banners from the Component.&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Breadcrumbs|Breadcrumbs]] {{Rarr}} This Module displays the Breadcrumbs&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Custom_HTML|Custom HTML]] {{Rarr}} This Module allows you to create your own HTML Module using a WYSIWYG editor.&lt;br /&gt;
*Feed Display {{Rarr}} This module allows the displaying of a syndicated feed&lt;br /&gt;
*Footer {{Rarr}} This module shows the Joomla! copyright information.&lt;br /&gt;
*Language Switcher {{Rarr}} This module displays a list of available Content Languages (as defined and published in...)&lt;br /&gt;
*Latest News {{Rarr}} This Module shows a list of the most recently published and current Articles. Some that...&lt;br /&gt;
*Latest Users {{Rarr}} This module displays the latest registered users&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Login|Login]] {{Rarr}} This module displays a username and password login form. It also displays a link to...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Menu|Menu]] {{Rarr}} This module displays a menu on the frontend.&lt;br /&gt;
*Most Read Content {{Rarr}} This Module shows a list of the currently published Articles which have the highest...&lt;br /&gt;
*[[S:MyLanguage/{{RVer|help}}:Extensions_Module_Manager_Tags_Popular|Popular Tags]] {{Rarr}} The Popular Tags Module displays the most commonly used tags, optionally within specific...&lt;br /&gt;
*Random Image {{Rarr}} This Module displays a random image from your chosen directory.&lt;br /&gt;
*Search {{Rarr}} This module will display a search box.&lt;br /&gt;
*Similar Tags {{Rarr}} The Similar Tags Module displays links to other items with similar tags. The closeness...&lt;br /&gt;
*Smart Search Module {{Rarr}} This is a search module for the Smart Search system.&lt;br /&gt;
*Statistics {{Rarr}} The Statistics Module shows information about your server installation together with...&lt;br /&gt;
*Syndication Feeds {{Rarr}} Smart Syndication Module that creates a Syndicated Feed for the page where the Module is...&lt;br /&gt;
*Weblinks {{Rarr}} This modules displays Web Links from a category defined in the Weblinks component.&lt;br /&gt;
*Who&#039;s Online {{Rarr}} The Who&#039;s Online Module displays the number of Anonymous Users (e.g. Guests) and...&lt;br /&gt;
*Wrapper {{Rarr}} This Module shows an iframe window to specified location.&lt;br /&gt;
&lt;br /&gt;
[[Category:Extensions| Module]][[Category:Landing Pages]][[Category:Glossary]][[Category:JED]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Module/Page_display_title/it&amp;diff=119945</id>
		<title>Translations:Module/Page display title/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Module/Page_display_title/it&amp;diff=119945"/>
		<updated>2014-05-31T15:49:28Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Modulo&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modulo&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Menu/it&amp;diff=119944</id>
		<title>Menu/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Menu/it&amp;diff=119944"/>
		<updated>2014-05-31T15:48:01Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;==Vedi anche== * Divisione del menu &amp;lt;noinclude&amp;gt;Categoria:GlossarioCategoria:Pagine di destinazione&amp;lt;/noinclude&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Menu/it}}&lt;br /&gt;
==Vedi anche==&lt;br /&gt;
* [[Divisione del menu]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Categoria:Glossario]][[Categoria:Pagine di destinazione]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Menu/2/it&amp;diff=119943</id>
		<title>Translations:Menu/2/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Menu/2/it&amp;diff=119943"/>
		<updated>2014-05-31T15:48:01Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;==Vedi anche== * Divisione del menu &amp;lt;noinclude&amp;gt;Categoria:GlossarioCategoria:Pagine di destinazione&amp;lt;/noinclude&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vedi anche==&lt;br /&gt;
* [[Divisione del menu]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Categoria:Glossario]][[Categoria:Pagine di destinazione]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Menu/it&amp;diff=119942</id>
		<title>Menu/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Menu/it&amp;diff=119942"/>
		<updated>2014-05-31T15:46:57Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;{{Chunk:Menu/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Menu/it}}&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Split menus]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Glossary]][[Category:Landing Pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Menu/1/it&amp;diff=119941</id>
		<title>Translations:Menu/1/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Menu/1/it&amp;diff=119941"/>
		<updated>2014-05-31T15:46:57Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;{{Chunk:Menu/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chunk:Menu/it}}&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Menu/it&amp;diff=119940</id>
		<title>Menu/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Menu/it&amp;diff=119940"/>
		<updated>2014-05-31T15:46:49Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Menu&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{:Chunk:Menu/en}}&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Split menus]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Glossary]][[Category:Landing Pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Menu/Page_display_title/it&amp;diff=119939</id>
		<title>Translations:Menu/Page display title/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Menu/Page_display_title/it&amp;diff=119939"/>
		<updated>2014-05-31T15:46:49Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Menu&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Menu&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119938</id>
		<title>Language/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119938"/>
		<updated>2014-05-31T15:46:17Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot; Lingua Categoria:Pagine Di Arrivo Categoria:Glossario&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Lingua/it}}&lt;br /&gt;
&lt;br /&gt;
I pacchetti di Lingua sono le estensioni che forniscono le traduzioni per Joomla!. Dalla versione Joomla! 1.5 e per le successive, sono completamente traducibili sia il sito che la parte amministrativa. per questo motivo ci sono due tipi di pacchetti lingua, quello per il sito vero e proprio, e quello per la parte amministrativa, a partire dalla versione 1.5.4 di Joomla! i due pacchetti di lingua sono stati unificati  in un unico pacchetto che contiene entrambe le traduzioni sia del sito che della parte amministrativa &amp;lt;ref name=&amp;quot;154langinstaller&amp;quot;&amp;gt;[http://www.joomla.org/content/view/5180/1/1/1/#Language_Installation_Improvemen Joomla! 1.5.4 Annuncio di rilascio]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;== Riferimenti ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Categoria:Estensioni| Lingua]]&lt;br /&gt;
[[Categoria:Pagine Di Arrivo]]&lt;br /&gt;
[[Categoria:Glossario]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Language/5/it&amp;diff=119937</id>
		<title>Translations:Language/5/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Language/5/it&amp;diff=119937"/>
		<updated>2014-05-31T15:46:16Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot; Lingua Categoria:Pagine Di Arrivo Categoria:Glossario&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Categoria:Estensioni| Lingua]]&lt;br /&gt;
[[Categoria:Pagine Di Arrivo]]&lt;br /&gt;
[[Categoria:Glossario]]&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119936</id>
		<title>Language/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119936"/>
		<updated>2014-05-31T15:45:46Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;== Riferimenti ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Lingua/it}}&lt;br /&gt;
&lt;br /&gt;
I pacchetti di Lingua sono le estensioni che forniscono le traduzioni per Joomla!. Dalla versione Joomla! 1.5 e per le successive, sono completamente traducibili sia il sito che la parte amministrativa. per questo motivo ci sono due tipi di pacchetti lingua, quello per il sito vero e proprio, e quello per la parte amministrativa, a partire dalla versione 1.5.4 di Joomla! i due pacchetti di lingua sono stati unificati  in un unico pacchetto che contiene entrambe le traduzioni sia del sito che della parte amministrativa &amp;lt;ref name=&amp;quot;154langinstaller&amp;quot;&amp;gt;[http://www.joomla.org/content/view/5180/1/1/1/#Language_Installation_Improvemen Joomla! 1.5.4 Annuncio di rilascio]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;== Riferimenti ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Category:Extensions| Language]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Glossary]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Language/4/it&amp;diff=119935</id>
		<title>Translations:Language/4/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Language/4/it&amp;diff=119935"/>
		<updated>2014-05-31T15:45:45Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;== Riferimenti ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Riferimenti ==&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119934</id>
		<title>Language/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119934"/>
		<updated>2014-05-31T15:45:31Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Annuncio di rilascio&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Lingua/it}}&lt;br /&gt;
&lt;br /&gt;
I pacchetti di Lingua sono le estensioni che forniscono le traduzioni per Joomla!. Dalla versione Joomla! 1.5 e per le successive, sono completamente traducibili sia il sito che la parte amministrativa. per questo motivo ci sono due tipi di pacchetti lingua, quello per il sito vero e proprio, e quello per la parte amministrativa, a partire dalla versione 1.5.4 di Joomla! i due pacchetti di lingua sono stati unificati  in un unico pacchetto che contiene entrambe le traduzioni sia del sito che della parte amministrativa &amp;lt;ref name=&amp;quot;154langinstaller&amp;quot;&amp;gt;[http://www.joomla.org/content/view/5180/1/1/1/#Language_Installation_Improvemen Joomla! 1.5.4 Annuncio di rilascio]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Category:Extensions| Language]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Glossary]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Language/3/it&amp;diff=119933</id>
		<title>Translations:Language/3/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Language/3/it&amp;diff=119933"/>
		<updated>2014-05-31T15:45:31Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Annuncio di rilascio&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Annuncio di rilascio&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119931</id>
		<title>Language/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119931"/>
		<updated>2014-05-31T15:45:07Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;I pacchetti di Lingua sono le estensioni che forniscono le traduzioni per Joomla!. Dalla versione Joomla! 1.5 e per le successive, sono completamente traducibili sia il sito c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Lingua/it}}&lt;br /&gt;
&lt;br /&gt;
I pacchetti di Lingua sono le estensioni che forniscono le traduzioni per Joomla!. Dalla versione Joomla! 1.5 e per le successive, sono completamente traducibili sia il sito che la parte amministrativa. per questo motivo ci sono due tipi di pacchetti lingua, quello per il sito vero e proprio, e quello per la parte amministrativa, a partire dalla versione 1.5.4 di Joomla! i due pacchetti di lingua sono stati unificati  in un unico pacchetto che contiene entrambe le traduzioni sia del sito che della parte amministrativa &amp;lt;ref name=&amp;quot;154langinstaller&amp;quot;&amp;gt;[http://www.joomla.org/content/view/5180/1/1/1/#Language_Installation_Improvemen Joomla! 1.5.4 release announcement]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Category:Extensions| Language]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Glossary]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Language/2/it&amp;diff=119930</id>
		<title>Translations:Language/2/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Language/2/it&amp;diff=119930"/>
		<updated>2014-05-31T15:45:07Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;I pacchetti di Lingua sono le estensioni che forniscono le traduzioni per Joomla!. Dalla versione Joomla! 1.5 e per le successive, sono completamente traducibili sia il sito c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I pacchetti di Lingua sono le estensioni che forniscono le traduzioni per Joomla!. Dalla versione Joomla! 1.5 e per le successive, sono completamente traducibili sia il sito che la parte amministrativa. per questo motivo ci sono due tipi di pacchetti lingua, quello per il sito vero e proprio, e quello per la parte amministrativa, a partire dalla versione 1.5.4 di Joomla! i due pacchetti di lingua sono stati unificati  in un unico pacchetto che contiene entrambe le traduzioni sia del sito che della parte amministrativa&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119916</id>
		<title>Language/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119916"/>
		<updated>2014-05-31T15:35:07Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;{{Chunk:Lingua/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Lingua/it}}&lt;br /&gt;
&lt;br /&gt;
Language packs are extensions that provide translations for the Joomla! system. Joomla! 1.5 and higher supports a full translateable site and administrator interface. Because of this there are two major types of language packs, ones for the site and ones for the administrator, with Joomla! 1.5.4 and higher supporting language packs with both the site and administrator in the one pack &amp;lt;ref name=&amp;quot;154langinstaller&amp;quot;&amp;gt;[http://www.joomla.org/content/view/5180/1/1/1/#Language_Installation_Improvemen Joomla! 1.5.4 release announcement]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Category:Extensions| Language]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Glossary]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Language/1/it&amp;diff=119915</id>
		<title>Translations:Language/1/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Language/1/it&amp;diff=119915"/>
		<updated>2014-05-31T15:35:07Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;{{Chunk:Lingua/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chunk:Lingua/it}}&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119913</id>
		<title>Language/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Language/it&amp;diff=119913"/>
		<updated>2014-05-31T15:34:34Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Lingua&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Chunk:Language/en}}&lt;br /&gt;
&lt;br /&gt;
Language packs are extensions that provide translations for the Joomla! system. Joomla! 1.5 and higher supports a full translateable site and administrator interface. Because of this there are two major types of language packs, ones for the site and ones for the administrator, with Joomla! 1.5.4 and higher supporting language packs with both the site and administrator in the one pack &amp;lt;ref name=&amp;quot;154langinstaller&amp;quot;&amp;gt;[http://www.joomla.org/content/view/5180/1/1/1/#Language_Installation_Improvemen Joomla! 1.5.4 release announcement]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Category:Extensions| Language]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Glossary]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Language/Page_display_title/it&amp;diff=119912</id>
		<title>Translations:Language/Page display title/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Language/Page_display_title/it&amp;diff=119912"/>
		<updated>2014-05-31T15:34:34Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Lingua&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lingua&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Glossary/it&amp;diff=119911</id>
		<title>Glossary/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Glossary/it&amp;diff=119911"/>
		<updated>2014-05-31T15:33:53Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;Categoria:Pagine di destinazione{{cathelp|1.5,2.5,3.0,3.1,3.2,3.3}}&amp;lt;/noinclude&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Il glossario Joomla! è utile per l&#039;apprendimento dei termini più comuni utilizzati nelle guide Joomla!, le schermate di aiuto e la documentazione tecnica.&lt;br /&gt;
&lt;br /&gt;
{{Glossario/it}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Categoria:Pagine di destinazione]]{{cathelp|1.5,2.5,3.0,3.1,3.2,3.3}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Glossary/6/it&amp;diff=119910</id>
		<title>Translations:Glossary/6/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Glossary/6/it&amp;diff=119910"/>
		<updated>2014-05-31T15:33:53Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;Categoria:Pagine di destinazione{{cathelp|1.5,2.5,3.0,3.1,3.2,3.3}}&amp;lt;/noinclude&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;[[Categoria:Pagine di destinazione]]{{cathelp|1.5,2.5,3.0,3.1,3.2,3.3}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Glossary/it&amp;diff=119909</id>
		<title>Glossary/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Glossary/it&amp;diff=119909"/>
		<updated>2014-05-31T15:33:23Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;{{Glossario/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Il glossario Joomla! è utile per l&#039;apprendimento dei termini più comuni utilizzati nelle guide Joomla!, le schermate di aiuto e la documentazione tecnica.&lt;br /&gt;
&lt;br /&gt;
{{Glossario/it}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Landing Pages]]{{cathelp|1.5,2.5,3.0,3.1,3.2,3.3}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Glossary/5/it&amp;diff=119908</id>
		<title>Translations:Glossary/5/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Glossary/5/it&amp;diff=119908"/>
		<updated>2014-05-31T15:33:23Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;{{Glossario/it}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Glossario/it}}&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Glossary/it&amp;diff=119907</id>
		<title>Glossary/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Glossary/it&amp;diff=119907"/>
		<updated>2014-05-31T15:33:14Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Il glossario Joomla! è utile per l&amp;#039;apprendimento dei termini più comuni utilizzati nelle guide Joomla!, le schermate di aiuto e la documentazione tecnica.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Il glossario Joomla! è utile per l&#039;apprendimento dei termini più comuni utilizzati nelle guide Joomla!, le schermate di aiuto e la documentazione tecnica.&lt;br /&gt;
&lt;br /&gt;
{{Glossary/en}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Landing Pages]]{{cathelp|1.5,2.5,3.0,3.1,3.2,3.3}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Glossary/4/it&amp;diff=119906</id>
		<title>Translations:Glossary/4/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Glossary/4/it&amp;diff=119906"/>
		<updated>2014-05-31T15:33:13Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Il glossario Joomla! è utile per l&amp;#039;apprendimento dei termini più comuni utilizzati nelle guide Joomla!, le schermate di aiuto e la documentazione tecnica.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Il glossario Joomla! è utile per l&#039;apprendimento dei termini più comuni utilizzati nelle guide Joomla!, le schermate di aiuto e la documentazione tecnica.&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Glossary/it&amp;diff=119903</id>
		<title>Glossary/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Glossary/it&amp;diff=119903"/>
		<updated>2014-05-31T15:32:05Z</updated>

		<summary type="html">&lt;p&gt;Alikon: Created page with &amp;quot;Glossario&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
The Joomla! Glossary is helpful for learning common terms used in Joomla! tutorials, help screens and advanced documentation.&lt;br /&gt;
&lt;br /&gt;
{{Glossary/en}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Landing Pages]]{{cathelp|1.5,2.5,3.0,3.1,3.2,3.3}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alikon</name></author>
	</entry>
</feed>