Skip to content

Instantly share code, notes, and snippets.

View gnomeontherun's full-sized avatar

Jeremy Wilken gnomeontherun

View GitHub Profile
@gnomeontherun
gnomeontherun / manifest.xml
Created March 14, 2012 03:07
Sample Square One Distribution Package
<?xml version="1.0"?>
<extension type="distribution">
<name>Cornerstone</name>
<description>A distribution for Square One with the cornerstone Joomla extensions.</description>
<extensions>
<extension name="Load Module Content Plugin" element="loadmodule" type="plugin" folder="content" version="2.5.0" detailsurl="http://update.squareonecms.org/extensions/plg_content_loadmodule.xml"/>
<extension name="JCE Editor" type="component" element="com_jce" version="2.5.0" detailsurl="https://www.joomlacontenteditor.net/index.php?option=com_updates&amp;view=update&amp;format=xml&amp;id=1" />
<extension name="Akeeba Backup" type="component" element="com_akeeba" version="2.5.0" detailsurl="http://cdn.akeebabackup.com/updates/abcore.xml" />
<extension name="XMap Sitemap" type="component" element="com_xmap" version="2.5.0" detailsurl="pkg_com_xmap-2.2.1.zip" />
</extensions>
@gnomeontherun
gnomeontherun / gist:1873113
Created February 21, 2012 02:31
Square One Update Manifest for 3.0
<?xml version="1.0" encoding="utf-8"?>
<!--
A sample update manifest file for an extension. When requested by the server,
this could be served as JSON and could be translated if available.
-->
<versions> <!-- Root node -->
<name>My Component</name> <!-- The name of the extension -->
<description>Description</description> <!-- Extension description -->
<element>com_component</element>
<type>component</type> <!-- values: file, package, component, module, plugin, library -->
@gnomeontherun
gnomeontherun / gist:1861808
Created February 19, 2012 03:24
Square One Sample Vision Concept

This is a sample vision concept for Square One. You should include all of the following details. It is recommended that if you want to include code (real or just pseudo code) that you make a separate Gist for each snippet and link to it from here. That will make it easier to comment and provide syntax highlighting for that code (select the language to enable that feature). For this sample Markdown is used to provide some formatting to the content. Make sure you make it a public Gist, or else people will not be able to see it!

Summary

This is a short summary of concept.

Problem

Here you will begin describing the problem that needs to be solved. If you are wanting to add a feature, explain problem your feature will try to solve. If you are pointing out a problem with an existing functionality, describe it here.