Archived

Difference between revisions of "Code 06020"

From Joomla! Documentation

m (Hutchy68 moved page Code 06020 to Archived:Code 06020 without leaving a redirect: cleaning up)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
== Title ==
 +
 +
TinyMCE
 +
 
== One line summary ==
 
== One line summary ==
  
Tagging for various content-types.
+
Create an extension that will install plugins into the TinyMCE editor from within the Joomla! adminsitrator.
  
 
== Description ==
 
== Description ==
 +
 +
TinyMCE ([http://tinymce.moxiecode.com/]) is one of two WYSIWYG editors incldued in the Joomla! core. There are numerous
 +
plugins available for TinyMCE ([http://sourceforge.net/tracker/?atid=738747&group_id=103281&func=browse])that would expand its usability in a number of ways, but there is no simple way for site administrators to install them.
 +
 +
For this project you will create an installer for TinyMCE plugins that will also serve as a model for other pluggable extensions.
 +
  
 
== Skills needed ==
 
== Skills needed ==
 +
 +
Solid understanding of Joomla! and excellent php skills.
  
 
== Difficulty ==
 
== Difficulty ==
 +
  
 
== Work Product ==
 
== Work Product ==
 +
 +
A fully operable Joomla! 1.5 native extension that follows Joomla! coding standards and is well documented. Documentation of the process of building the extension as a model for other extensions that will install plugins to extensions.
  
 
== Licensing ==
 
== Licensing ==

Latest revision as of 11:17, 20 June 2013

This page has been archived. This page contains information for an unsupported Joomla! version or is no longer relevant. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Title[edit]

TinyMCE

One line summary[edit]

Create an extension that will install plugins into the TinyMCE editor from within the Joomla! adminsitrator.

Description[edit]

TinyMCE ([1]) is one of two WYSIWYG editors incldued in the Joomla! core. There are numerous plugins available for TinyMCE ([2])that would expand its usability in a number of ways, but there is no simple way for site administrators to install them.

For this project you will create an installer for TinyMCE plugins that will also serve as a model for other pluggable extensions.


Skills needed[edit]

Solid understanding of Joomla! and excellent php skills.

Difficulty[edit]

Work Product[edit]

A fully operable Joomla! 1.5 native extension that follows Joomla! coding standards and is well documented. Documentation of the process of building the extension as a model for other extensions that will install plugins to extensions.

Licensing[edit]

All code must be created using the [GNU General Public License version]

Documentation written for this task must be made available under the Joomla! Electronic Documentation License.

Possible mentor[edit]

Return to Google Summer of Code 2008