<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Symphony – Ensembles</title>
    <link>http://www.getsymphony.com</link>
    <atom:link href="http://www.getsymphony.com/get-involved/feeds/ensembles/" rel="self" type="application/rss+xml"/>
    <description>Symphony Ensembles</description>
    <language>en</language>
    <generator>Symphony CMS</generator>
    <item>
      <title>Pears</title>
      <link>http://www.getsymphony.com/download/ensembles/view/93608/</link>
      <pubDate>Sun, 07 Oct 2012 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/93608/</guid>
      <description>&lt;h4&gt;&lt;em&gt;A markup &amp; style pattern library&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/pears-single-column-1349711498.png" /&gt;&lt;/p&gt;&lt;p&gt;Dan Cedarholm &lt;a href="http://simplebits.com/notebook/2012/02/07/pears/"&gt;announced Pears&lt;/a&gt; on 6 February 2012.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Yesterday, on stage at &lt;a href="http://aneventapart.com/2012/atlanta/"&gt;An Event Apart Atlanta&lt;/a&gt;, I announced &lt;a href="http://pea.rs"&gt;Pears&lt;/a&gt;: an open source WordPress theme for creating your own markup &amp;amp; style pattern library.&lt;/p&gt;
  
  &lt;p&gt;I wanted to create my own database repository of commonly used patterns and figured the tool might be useful for others as well. Breaking interfaces down into patterns has been immensely helpful in learning and re-evaluating the best possible code to implement them. I’ve just gotten started and will be adding more as I create them.&lt;/p&gt;
  
  &lt;p&gt;But Pears isn’t about how I code these patterns—it’s a tool for creating your own.&lt;/p&gt;
  
  &lt;p&gt;The theme is available &lt;a href="https://github.com/simplebits/Pears"&gt;on GitHub&lt;/a&gt; for those that want to chip in and make it even better. Admittedly, the code is a little rough here and there, but it works.&lt;/p&gt;
  
  &lt;p&gt;Looking forward to seeing others’ takes on the patterns that power flexible web interfaces.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;When I saw the &lt;a href="https://github.com/simplebits/Pears"&gt;Pears theme&lt;/a&gt; that &lt;a href="http://simplebits.com"&gt;Dan Cedarholm&lt;/a&gt; had created for WordPress, I thought it would make a great &lt;a href="http://getsymphony.com/"&gt;Symphony&lt;/a&gt; ensemble. So, I created this Symphony ensemble. I chose to start from scratch, rather than fork the WordPress theme, so as not to bloat this repository.&lt;/p&gt;

&lt;p&gt;A &lt;a href="http://getsymphony.com/learn/concepts/view/ensembles/"&gt;Symphony ensemble&lt;/a&gt; is a means of packaging a site as an installer, used by the Symphony development team to package the official releases. It also works well as a way to share entire sites without worrying about sharing sensitive author login details and database credentials.&lt;/p&gt;

&lt;p&gt;This ensemble demonstrates my usual process of building an ensemble with the Symphony core as the &lt;code&gt;master&lt;/code&gt; branch and the &lt;code&gt;workspace&lt;/code&gt; directory as the &lt;code&gt;workspace&lt;/code&gt; branch. I use the Export Ensemble and the Dump DB extensions to track database changes in the Git repository, so it is possible to revert back to a previous version and restore the database to the state it was in at the time of that commit.&lt;/p&gt;

&lt;h3&gt;Installing this Symphony Ensemble&lt;/h3&gt;

&lt;p&gt;Follow the usual instructions for installing Symphony. You'll find these instructions in the &lt;a href="https://github.com/bauhouse/sym-pears#readme"&gt;README file&lt;/a&gt; of the &lt;a href="https://github.com/bauhouse/sym-pears"&gt;&lt;code&gt;master&lt;/code&gt; branch&lt;/a&gt;. &lt;a href="http://getsymphony.com/learn/tutorials/view/install-symphony/"&gt;More detailed install instructions&lt;/a&gt; can be found on the Symphony site.&lt;/p&gt;

&lt;p&gt;If you are installing with Git, the difference will be that you don't need to clone the Symphony core files. These files are in the &lt;code&gt;master&lt;/code&gt; branch of this repository, which is a snapshot of the &lt;a href="https://github.com/symphonycms/symphony-2"&gt;Symphony core&lt;/a&gt;, slightly modified to accommodate references to the extension submodules that have been added to the core extensions, and the &lt;code&gt;workspace&lt;/code&gt; submodule, which contains the majority of the project-specific code that makes this ensemble work. The easiest way to grab everything is to use this single command, which will recursively find all submodules, initialize them and checkout the appropriate commit, cloning the files into a directory called &lt;code&gt;pears&lt;/code&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git clone --recursive git://github.com/bauhouse/sym-pears.git pears
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Alternatively, just download the ZIP file of the latest release and &lt;a href="https://github.com/bauhouse/sym-pears#via-the-old-fashioned-way-1"&gt;install the old fashioned way&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Change Log&lt;/h3&gt;

&lt;p&gt;Version 1.1 - 8 October 2012&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Updated the Pears ensemble to Symphony 2.3&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Version 1.0 - 7 October 2012&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Ported the Pears project to Symphony 2.2.5&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;Enjoy Two Different Flavours of Pears&lt;/h3&gt;

&lt;p&gt;Now you have your choice of CMS on which to build your pattern library: WordPress or Symphony. You can find more about &lt;a href="https://github.com/simplebits/Pears"&gt;the original WordPress theme&lt;/a&gt; below.&lt;/p&gt;

&lt;h2&gt;A WordPress Theme by Dan Cedarholm&lt;/h2&gt;

&lt;p&gt;Pears are common patterns of markup &amp;amp; style.&lt;/p&gt;

&lt;p&gt;Pears is an open source WordPress theme. I'll admit the code 
is a bit rough, initially based on the default 'twentyone' theme.&lt;/p&gt;

&lt;p&gt;I wanted a handy way of collecting HTML &amp;amp; CSS pattern pairs. 
Often used modules with a minimal of style applied. It's become 
a valuable learning tool, whereby breaking interfaces down into 
small pieces make it easier to learn and improve running code.&lt;/p&gt;

&lt;p&gt;HOW TO ADD CODE PATTERNS&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Each pattern is a post in WordPress. &lt;/li&gt;
&lt;li&gt;Add markup in a custom field named 'html'.&lt;/li&gt;
&lt;li&gt;Add style in a custom field named 'css'.&lt;/li&gt;
&lt;li&gt;Use the main content field for optional notes.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Learn more and see it in action here:
http://pea.rs&lt;/p&gt;

&lt;p&gt;Enjoy.&lt;/p&gt;

&lt;p&gt;Dan Cederholm
Salem, Massachusetts
February, 2012
http://simplebits.com&lt;/p&gt;</description>
    </item>
    <item>
      <title>DesignProjectX</title>
      <link>http://www.getsymphony.com/download/ensembles/view/33371/</link>
      <pubDate>Thu, 04 Oct 2012 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/33371/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Symphony Tutorials&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/designprojectx-1259415086.png" /&gt;&lt;/p&gt;&lt;h2&gt;A site about learning by doing&lt;/h2&gt;

&lt;p&gt;This site takes you through the process of building a Symphony site, from &lt;a href="http://designprojectx.com/journal/hello-world-a-basic-xsl-stylesheet/"&gt;Hello, world&lt;/a&gt; to &lt;a href="http://designprojectx.com/journal/ninja-domains-a-multi-domain-setup-using-the-symphony-xslt-content-management-system/"&gt;Ninja Domains: A Multi-Domain Setup using the Symphony XSLT Content Management System&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;View the &lt;a href="http://designprojectx.com/tutorials/"&gt;Symphony CMS Tutorials&lt;/a&gt; and follow the process step by step. View the XML, XSL and text files that have been used to put the site together. While the content is a few years old, the basic philosophies, concepts and processes behind Symphony have not changed much.&lt;/p&gt;

&lt;h3&gt;Change Log&lt;/h3&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href="https://github.com/bauhouse/sym-designprojectx/tree/0.4"&gt;Version 0.4&lt;/a&gt; Updated for Symphony 2.3&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/bauhouse/sym-designprojectx/tree/0.3"&gt;Version 0.3&lt;/a&gt; Updated for Symphony 2.2.x&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/bauhouse/sym-designprojectx/tree/0.2"&gt;Version 0.2&lt;/a&gt; Updated for Symphony 2.0.6&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/bauhouse/sym-designprojectx/tree/0.1"&gt;Version 0.1&lt;/a&gt; Updated for Symphony 2.0.4&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Symphtml5</title>
      <link>http://www.getsymphony.com/download/ensembles/view/63167/</link>
      <pubDate>Sat, 31 Dec 2011 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/63167/</guid>
      <description>&lt;h4&gt;&lt;em&gt;HTML5 starter ensemble, based on the Fiverstarter boilerplate&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By XBleed&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/symphtml5-1299245513.jpg" /&gt;&lt;/p&gt;&lt;p&gt;Hey guys, I figured I would share my html5 base / starter ensemble. It isn't much, as it serves a purpose similar to the popular &lt;a href="http://html5boilerplate.com/"&gt;html5 boilerplate&lt;/a&gt;, but it should be a good kick start for your html5 projects.&lt;/p&gt;

&lt;p&gt;As of version 0.4, this is now set up to use the same idea behind my own personal boilerplate, &lt;a href="https://github.com/Implemint/Fiverstarter/"&gt;Fiverstarter&lt;/a&gt;. This means it now utilizes &lt;a href="http://necolas.github.com/normalize.css/"&gt;normalize&lt;/a&gt;, &lt;a href="http://headjs.com/"&gt;headjs&lt;/a&gt;, &lt;a href="http://humanstxt.org/"&gt;humans.txt&lt;/a&gt;, and my responsive grid (which is a modified version of the &lt;a href="http://cssgrid.net/"&gt;1140px grid by Andy Taylor&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Special thanks to @nickdunn, @michael-e, @bauhouse, and anyone else who may have contributed to the &lt;a href="https://github.com/domain7/html5_doctype/**"&gt;HTML5 Doctype&lt;/a&gt; extension.&lt;/p&gt;

&lt;h4&gt;Changelog&lt;/h4&gt;

&lt;h5&gt;0.5 - &lt;em&gt;December 31st, 2011&lt;/em&gt;&lt;/h5&gt;

&lt;ul&gt;&lt;li&gt;Updated to Symphony 2.2.5&lt;/li&gt;
&lt;li&gt;Removed scripts.xsl utility, replaced with xsl:template modes&lt;/li&gt;
&lt;li&gt;Updated jquery to 1.7.1&lt;/li&gt;
&lt;/ul&gt;&lt;h5&gt;0.4 - &lt;em&gt;August 23rd, 2011&lt;/em&gt;&lt;/h5&gt;

&lt;ul&gt;&lt;li&gt;Updated to Symphony 2.2.3&lt;/li&gt;
&lt;li&gt;Removed reset.css for normalize.css&lt;/li&gt;
&lt;li&gt;Cleaned up some left unnecessary leftovers from previous versions&lt;/li&gt;
&lt;li&gt;Added scripts.xsl back in (not sure how that went away)&lt;/li&gt;
&lt;li&gt;Added in a responsive grid system&lt;/li&gt;
&lt;/ul&gt;&lt;h5&gt;0.3 - &lt;em&gt;August 3rd, 2011&lt;/em&gt;&lt;/h5&gt;

&lt;ul&gt;&lt;li&gt;Updated to Symphony 2.2.2&lt;/li&gt;
&lt;li&gt;Updated jquery to 1.6.2&lt;/li&gt;
&lt;li&gt;Removed formalize (It's nice, I just never ended up using it)&lt;/li&gt;
&lt;/ul&gt;&lt;h5&gt;0.2.1 - &lt;em&gt;May 23rd, 2011&lt;/em&gt;&lt;/h5&gt;

&lt;ul&gt;&lt;li&gt;Changed the readme to reflect this specific ensemble&lt;/li&gt;
&lt;li&gt;Updated jquery to 1.6.1&lt;/li&gt;
&lt;/ul&gt;&lt;h5&gt;0.2 - &lt;em&gt;April 28th, 2011&lt;/em&gt;&lt;/h5&gt;

&lt;ul&gt;&lt;li&gt;Updated to Symphony 2.2.1&lt;/li&gt;
&lt;li&gt;Bug fix for incorrect workspace variable in scripts&lt;/li&gt;
&lt;li&gt;Moved scripts to a separate utility&lt;/li&gt;
&lt;li&gt;Changed jquery to 1.6&lt;/li&gt;
&lt;/ul&gt;&lt;h5&gt;0.1 - &lt;em&gt;March 3rd, 2011&lt;/em&gt;&lt;/h5&gt;

&lt;ul&gt;&lt;li&gt;Initial commit&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Bootstrap</title>
      <link>http://www.getsymphony.com/download/ensembles/view/78969/</link>
      <pubDate>Fri, 14 Oct 2011 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/78969/</guid>
      <description>&lt;h4&gt;&lt;em&gt;A Responsive Development Toolkit&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/bootstrap-large-1318691243.png" /&gt;&lt;/p&gt;&lt;p&gt;Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.&lt;/p&gt;

&lt;p&gt;To view the original -- checkout &lt;a href="http://twitter.github.com/bootstrap"&gt;http://twitter.github.com/bootstrap&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;For this ensemble, the original has been modified to use the &lt;a href="http://markuplibrary.org/templates/grids/"&gt;Sections Grid&lt;/a&gt; from the &lt;a href="http://markuplibrary.org/"&gt;Markup Library&lt;/a&gt; to enable the markup and styles from the Bootstrap toolkit to be used in &lt;a href="http://www.abookapart.com/products/responsive-web-design"&gt;responsive web design&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The ensemble demonstrates the possibility of using two sections in Symphony to manage snippets of HTML and dynamically arrange the content of a complex page layout, using a fluid grid system. The layout is based on modifications to &lt;a href="http://twitter.github.com/bootstrap/"&gt;Bootstrap, from Twitter&lt;/a&gt; to create a &lt;a href="http://domain7.com/mobile/tools/bootstrap/responsive/"&gt;responsive version of Bootstrap&lt;/a&gt;, as &lt;a href="https://github.com/domain7/bootstrap/tree/responsive"&gt;a fork&lt;/a&gt; of the &lt;a href="https://github.com/twitter/bootstrap/"&gt;original repository&lt;/a&gt; on GitHub.&lt;/p&gt;

&lt;h3&gt;Clone the Git Repository for the Ensemble&lt;/h3&gt;

&lt;p&gt;The ensemble pulls the &lt;a href="https://github.com/domain7/bootstrap/tree/responsive"&gt;responsive branch&lt;/a&gt; of the Domain7 fork into the workspace as a submodule. To clone the ensemble repository, use the following command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git clone --recursive git://github.com/builders/sym-bootstrap.git bootstrap
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This will clone version 2.2.3 of the Symphony core and recursively clone all submodules, including extensions and the workspace, to be able to install &lt;a href="http://sym.domain7.com/demo/bootstrap/"&gt;Symphony with the responsive version of Bootstrap&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Download the Ensemble&lt;/h3&gt;

&lt;p&gt;Or, if you don't want to use Git, just &lt;a href="https://github.com/builders/sym-bootstrap/downloads"&gt;download the complete ensemble&lt;/a&gt; from GitHub as a ZIP archive.&lt;/p&gt;

&lt;h3&gt;Installing Symphony&lt;/h3&gt;

&lt;p&gt;For instructions on installing Symphony, refer to the README file in the &lt;a href="https://github.com/builders/sym-bootstrap/tree/master"&gt;master branch of this ensemble&lt;/a&gt;, which is a fork of the master branch of the &lt;a href="https://github.com/symphonycms/symphony-2/"&gt;Symphony CMS repository&lt;/a&gt;, modified to include submodules for additional extensions and the workspace. You can also find guides for &lt;a href="http://symphony-cms.com/learn/tutorials/view/install-symphony/"&gt;installing&lt;/a&gt; and &lt;a href="http://symphony-cms.com/learn/beginners/"&gt;using&lt;/a&gt; Symphony on the Symphony CMS site.&lt;/p&gt;

&lt;h3&gt;Just the HTML and CSS&lt;/h3&gt;

&lt;p&gt;Or, if you just want the &lt;a href="http://domain7.com/mobile/tools/bootstrap/responsive/"&gt;HTML and CSS&lt;/a&gt;, just clone the &lt;a href="https://github.com/domain7/bootstrap/tree/responsive"&gt;responsive branch&lt;/a&gt; of the Domain7 fork of the Bootstrap toolkit.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git clone --branch responsive git://github.com/domain7/bootstrap.git
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;All changes have been added to the &lt;a href="https://github.com/domain7/bootstrap/tree/responsive/css"&gt;css&lt;/a&gt; directory, and are demonstrated by the &lt;a href="https://github.com/domain7/bootstrap/blob/responsive/responsive/index.html"&gt;index.html&lt;/a&gt; in the &lt;a href="https://github.com/domain7/bootstrap/tree/responsive/responsive"&gt;responsive&lt;/a&gt; directory. A &lt;a href="http://domain7.com/mobile/tools/bootstrap/examples/responsive.html"&gt;responsive page template example&lt;/a&gt; has also been added to the &lt;a href="https://github.com/domain7/bootstrap/tree/responsive/examples"&gt;examples&lt;/a&gt; directory.&lt;/p&gt;

&lt;h3&gt;A Work in Progress&lt;/h3&gt;

&lt;p&gt;The responsive version is still a work in progress and the CSS has not been optimized or minimized. There is still work to be done on the form fields, navigation and other design patterns to optimize them for use in responsive web design.&lt;/p&gt;

&lt;p&gt;As always, feel free to fork the repository, make changes and submit a pull request to improve on this first attempt at a responsive version of Bootstrap.&lt;/p&gt;

&lt;h3&gt;Issues&lt;/h3&gt;

&lt;p&gt;Please log any issues you find for the responsive version of Bootstrap using the &lt;a href="https://github.com/domain7/bootstrap/issues"&gt;issues tracker&lt;/a&gt; on GitHub.&lt;/p&gt;

&lt;p&gt;Please log any issues you find for the Symphony Bootstrap Ensemble using the &lt;a href="https://github.com/builders/sym-bootstrap/issues"&gt;issues tracker&lt;/a&gt; on GitHub.&lt;/p&gt;

&lt;p&gt;Please log any issues you find for Symphony CMS using the &lt;a href="https://github.com/symphonycms/symphony-2/issues"&gt;issues tracker&lt;/a&gt; on GitHub.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symphony Demo</title>
      <link>http://www.getsymphony.com/download/ensembles/view/69654/</link>
      <pubDate>Tue, 24 May 2011 09:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/69654/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Highly customizable and entry based pagebuilding&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By Cremol&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/symphonydemo1-1306227276.jpg" /&gt;&lt;/p&gt;&lt;p&gt;Symphony Demo
Highly customizable and entry based pagebuilding&lt;/p&gt;

&lt;p&gt;This ensemble is the result of a &lt;a href="http://www.xpresszo.com/symphony-demo/"&gt;demo-site&lt;/a&gt;, that i made to explore some of Symphony's features and it's user friendly back-end.&lt;/p&gt;

&lt;p&gt;The design is insprired by symphony's back-end, but fully customizable. 
You can experiment with body, header, menu and caption colors in the 'preferences' section.
Also included a complete reference to the &lt;a href="http://www.google.com/webfonts"&gt;google webfont directory&lt;/a&gt;, so you can choose from over a hundred webfonts for website title and captions.
Entering your favourite twitter username will display it's tweets on the homepage!&lt;/p&gt;

&lt;p&gt;Pages and a recursive navigation can be created through entries in the 'pages' section. 
Choosing a parent page will create a multilevel menu. &lt;a href="http://symphony-cms.com/discuss/thread/63022/1/#position-15"&gt;(credits)&lt;/a&gt;
The pages are built out of a single template, with optional sidebar and / or slideshow.&lt;/p&gt;

&lt;p&gt;The homepage consists of a blog, showing text, an optional gallery and comments.&lt;/p&gt;

&lt;p&gt;Enjoy and show your creativity!  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Changelog&lt;/strong&gt;&lt;br /&gt;
0.1 - May 24rd, 2011&lt;br /&gt;
0.2 - Oktober 13th, 2011 // Updated to Symphony 2.2.3&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dynamic Flash</title>
      <link>http://www.getsymphony.com/download/ensembles/view/55380/</link>
      <pubDate>Sun, 28 Nov 2010 00:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/55380/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Symphony back end for dynamic Flash sites&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By silexlabs&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/xml_cms_05-1290969731.jpg" /&gt;&lt;/p&gt;&lt;p&gt;Install this ensemble and use Symphony to manage your Flash content. &lt;/p&gt;

&lt;p&gt;This ensemble is provided by &lt;a href="http://www.silexlabs.org/"&gt;Silex Labs&lt;/a&gt;. It is targeting Flash developers and &lt;a href="http://projects.silexlabs.org/?/silex"&gt;Silex&lt;/a&gt; designers.&lt;/p&gt;

&lt;p&gt;Login in Symphony as admin and you can define new structures which will generate forms to be filled by the user in user mode. The user logs in as a user and he can create lists of objects with these structures. For example, we included a structure called "gallery element", so that the user mode lets you create new elements for a galery, with a name, description and a file upload form.&lt;/p&gt;

&lt;p&gt;With &lt;a href="http://projects.silexlabs.org/?/silex"&gt;Silex&lt;/a&gt; or Flash, you can do templates or sites which display the data entered by the user. In &lt;a href="http://projects.silexlabs.org/?/silex"&gt;Silex&lt;/a&gt;, no programming skills is needed and in Flash, you will develop in ActionScript needed. Here is a demo of Symphony+Silex: &lt;a href="http://demos.silexlabs.org/dynamic_demo/"&gt;http://demos.silexlabs.org/dynamic_demo/&lt;/a&gt; . And here is the full Silex server + symphony ensemble for installation on your server: &lt;a href="http://hoyau.info/transfert/dynamic_demo.zip"&gt;http://hoyau.info/transfert/dynamic_demo.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In symphony you will be able to
 - define structures which will be seen by the user as very simple forms, with text fields, color pickers, calendars, upload forms...
 - generate URLs where Flash or &lt;a href="http://projects.silexlabs.org/?/silex"&gt;Silex&lt;/a&gt; can get XML "files" created by the user&lt;/p&gt;

&lt;p&gt;you will
 - load the XML data and parse it into a structure you like
 - display the data as a gallery, a menu or use the data as constants and configuration data&lt;/p&gt;

&lt;p&gt;In symphony, the users (your clients) can
 - manage content in Symphony to display it in Flash or &lt;a href="http://projects.silexlabs.org/?/silex"&gt;Silex&lt;/a&gt;
 - create elements for a list which is defined in Symphony admin mode
 - upload files, enter description, chose a date in a calendar...
 - manage the elements - delete, ducplicate, edit, ...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q&amp;amp;A&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;What is the difference between a Silex theme and a Silex template?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The theme is a Silex publication - usually a web site, which is filled with dummy content. &lt;/p&gt;

&lt;p&gt;What we call a Silex template, or "dynamic theme" is a publication with content coming from an external source.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;What is Silex Labs exchange platform?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The exchange platform is accessible at &lt;a href="http://exchange.silexlabs.org/"&gt;http://exchange.silexlabs.org/&lt;/a&gt; and contains Silex elements to download: themes, plugins, fonts, language files, animation layouts, tools, loaders and dynamic templates. It also contains amfPHP plugins and services, and Oof components - these are other projects of Silex Labs.&lt;/p&gt;

&lt;p&gt;It is a WordPress powered platform, which means, a WordPress blog with the "exchange platform" plugin for WordPress installed - &lt;a href="http://wordpress.org/extend/plugins/exchange-platform/"&gt;http://wordpress.org/extend/plugins/exchange-platform/&lt;/a&gt; . This plugin is open source, developed by Silex Labs and make it easy for anyone to post elements for the different projects. It handles dependencies between plugins, themes, etc. and versions.&lt;/p&gt;

&lt;p&gt;For Silex plugins, themes, templates, etc. there is a corresponding plugin,  the "exchange platform" plugin for Silex, which let Silex users install elements in one click from within the manager, and be notified there when new versions are available - here is how: &lt;a href="http://community.silexlabs.org/silex/help/?p=1447"&gt;http://community.silexlabs.org/silex/help/?p=1447&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;What is an accessor in Silex?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In Silex, an accessor is a variable accessible to the designers in the visual editing tools. It can be manipulated visually and it is replaced by its value at runtime. This value usually comes form an external source.&lt;/p&gt;

&lt;p&gt;For example, I can put this in a text field in Silex:&lt;/p&gt;

&lt;p&gt;Your version of Silex is: &amp;lt;&amp;lt;silex.config.version&amp;gt;&amp;gt;
On the stage, I will see "Your version of Silex is 1.6.1RC1", but in the text editor, I see the accessor. And also I can format the accessor and the text field, it will be kept when the value will be changed.&lt;/p&gt;

&lt;p&gt;Note that an accessor can also take a color as a value, or &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;What is a Silex+Symphony template?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It is a pair of 1 symphony ensemble + 1 corresponding Silex theme. &lt;/p&gt;

&lt;p&gt;The symphony ensemble produces the XML feeds awaited by the Silex theme and it contains with a website made in Symphony to administrate the content in a user friendly interface, a back end specifically made to drive the Silex templates.&lt;/p&gt;

&lt;p&gt;The ensemble is packaged as a Silex  plugin called "Symphony back end". This means that there is a php file to describe the plugin, and the Symphony ensemble which contains the dummy content and the back end.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;How are the templates will be distributed?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Each template can be used out of the box. Once Silex and Symphony are installed, it shows a dummy content in the template. The user can enter the admin site to manage the content, or Silex WYSIWYG to edit the design.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;What are the next steps?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Please read &lt;a href="http://symphony-cms.com/download/ensembles/issues/55380/"&gt;the issues&lt;/a&gt; and you will understand&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intranet</title>
      <link>http://www.getsymphony.com/download/ensembles/view/53758/</link>
      <pubDate>Mon, 25 Oct 2010 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/53758/</guid>
      <description>&lt;h4&gt;&lt;em&gt;A workspace for HTML/CSS/JavaScript prototyping&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/sym-intranet-ensemble-1-1288020093.jpg" /&gt;&lt;/p&gt;&lt;p&gt;This ensemble was created as an HTML/CSS prototype for a non-profit organization that had requested a Drupal site. The functionality was not built out in Symphony, but it gave me a chance to explore ways of using Symphony and XSLT to create templates with modular pieces.&lt;/p&gt;

&lt;p&gt;No extensions are required and no entries have been created. There are only a couple data sources that have been attached, including a Navigation data source that is used for dynamically building the navigation structure.&lt;/p&gt;

&lt;p&gt;The CSS was also built to be modular and stylesheets can be switched from the Theme menu in the upper right of the front end interface.&lt;/p&gt;

&lt;p&gt;The grid system is an adaptation of Nicole Sullivan's Object Oriented CSS framework, though I have taken some license with the framework by renaming some classes. As this was built for an intranet, IE was not as much of a consideration.&lt;/p&gt;

&lt;p&gt;A demo of the intranet templates can be found &lt;a href="http://sym.domain7.com/demo/intranet/"&gt;here&lt;/a&gt;. &lt;/p&gt;</description>
    </item>
    <item>
      <title>Cities</title>
      <link>http://www.getsymphony.com/download/ensembles/view/53755/</link>
      <pubDate>Mon, 25 Oct 2010 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/53755/</guid>
      <description>&lt;h4&gt;&lt;em&gt;A custom admin area for a travel site&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/sym-cities-ensemble-4-1288019110.jpg" /&gt;&lt;/p&gt;&lt;p&gt;This site was originally built with Symphony 2 beta revision 5. I was experimenting with using events and front end forms to create a custom admin system to manage entries for a list of city guides that could be filtered by&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Continent&lt;/li&gt;
&lt;li&gt;Country&lt;/li&gt;
&lt;li&gt;Region&lt;/li&gt;
&lt;li&gt;City&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;City guides can be filtered by section:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Introduction&lt;/li&gt;
&lt;li&gt;Accommodations&lt;/li&gt;
&lt;li&gt;Destinations&lt;/li&gt;
&lt;li&gt;Dining&lt;/li&gt;
&lt;li&gt;Entertainment&lt;/li&gt;
&lt;li&gt;Information&lt;/li&gt;
&lt;li&gt;Tours&lt;/li&gt;
&lt;li&gt;Travel&lt;/li&gt;
&lt;li&gt;History&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Also, content is managed through the custom admin interface. Since content is associated with existing pages, it is not possible to create main navigation pages, but it is possible to reorder the pages. All subpages  can be created and edited within this interface.&lt;/p&gt;

&lt;p&gt;The workspace has now been updated for Symphony 2.1.2.&lt;/p&gt;

&lt;p&gt;The demo site can be viewed &lt;a href="http://sym.domain7.com/demo/cities/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cumulus Tag Cloud</title>
      <link>http://www.getsymphony.com/download/ensembles/view/53410/</link>
      <pubDate>Tue, 19 Oct 2010 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/53410/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Creating XML for Dynamic Flash&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/cumulus-ensemble-1-1287554048.jpg" /&gt;&lt;/p&gt;&lt;p&gt;This ensemble is an implementation of &lt;a href="http://www.roytanck.com/2008/07/31/wp-cumulus-is-now-open-source/"&gt;Roy Tanck's WP-Cumulus&lt;/a&gt; Flash based tag cloud. It is a demonstration of how to use Symphony to output XML to integrate with a dynamic Flash SWF file.&lt;/p&gt;

&lt;p&gt;The Color Chooser Field is used to be able to dynamically modify the link and hover colors of the text.&lt;/p&gt;

&lt;p&gt;To view a working example of this ensemble can be viewed at &lt;a href="http://sym.domain7.com/demo/cumulus/"&gt;http://sym.domain7.com/demo/cumulus/&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Git Installation&lt;/h3&gt;

&lt;p&gt;The ensemble repository includes a &lt;a href="http://github.com/domain7/sym-cumulus-workspace"&gt;workspace repository&lt;/a&gt; and the Color Chooser Field extension as submodules. To install, run the following commands to install all required extensions and the workspace.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git submodule init
git submodule update
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Install Symphony as usual.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bauhouse</title>
      <link>http://www.getsymphony.com/download/ensembles/view/41702/</link>
      <pubDate>Tue, 05 Oct 2010 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/41702/</guid>
      <description>&lt;h4&gt;&lt;em&gt;A Design Portfolio Blog&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/bauhouse-ensemble-1269243149.png" /&gt;&lt;/p&gt;&lt;p&gt;The Bauhouse Ensemble is a blog portfolio ensemble that is based on a design I created a few years ago. I am releasing &lt;a href="http://bauhouse.ca/"&gt;this design&lt;/a&gt; as an ensemble based on the &lt;a href="http://symphony-cms.com/discuss/thread/41427/"&gt;interest expressed in this thread&lt;/a&gt;.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;The current implementation of the portfolio involves a very manual process of building five different images for each piece because of the way I’ve implemented it. I developed this probably about three or four years ago when I was first starting out with Symphony. So, it was more a test of what Symphony was capable of than the best way to approach managing a portfolio site. I’m open to suggestions on how this should be improved.&lt;/p&gt;
  
  &lt;p&gt;I never got around to implementing comments and gravatars, but this could be added, based on the implementation in the Forum Ensemble, similar to the way this site is working.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Note that I have removed photography from the site. I have included screenshots that I made of earlier versions of Symphony, when I first started writing tutorials for Symphony. This information may have some relevance, but just be aware that many things have changed in the years since I first wrote the tutorials, at the time of version 1.5, I believe.&lt;/p&gt;

&lt;h2&gt;Installation&lt;/h2&gt;

&lt;h3&gt;Note: This is a work in progress&lt;/h3&gt;

&lt;h3&gt;Installing with Git the easy way&lt;/h3&gt;

&lt;ol&gt;&lt;li&gt;&lt;p&gt;Clone the Bauhouse Ensemble repository and rename the directory (if you like):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git clone git://github.com/builders/sym-bauhouse-ensemble.git bauhouse
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Change directory:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;cd bauhouse
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Update all submodules, which will include all extensions and the workspace directory:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git submodule update --init

or, if that doesn't work, issue the commands separately:

git submodule init
git submodule update
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Install the ensemble as you would normally install Symphony by pointing your 
web browser at &lt;a href="http://yourwebsite.com/install.php"&gt;http://yourwebsite.com/install.php&lt;/a&gt; and provide details for
establishing a database connection and about your server environment.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;h3&gt;Installing with Git the long way&lt;/h3&gt;

&lt;ol&gt;&lt;li&gt;&lt;p&gt;Clone a copy of Symphony 2.1.1. into a directory called &lt;code&gt;bauhouse&lt;/code&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git clone git://github.com/symphonycms/symphony-2.git bauhouse
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Change directory:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;cd bauhouse
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Initialize the submodules for the default extensions:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git submodule init
git submodule update
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add the required extensions as submodules:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git submodule add git://github.com/carsten/collapse_sectionfields.git extensions/collapse_sectionfields
git submodule add git://github.com/pointybeard/content_type_mappings.git extensions/content_type_mappings
git submodule add git://github.com/czheng/enhancedtaglist.git extensions/enhancedtaglist
git submodule add git://github.com/bauhouse/export_install_file.git extensions/export_install_file
git submodule add git://github.com/carsten/globalparamloader.git extensions/globalparamloader
git submodule add git://github.com/rowan-lewis/globalresourceloader.git extensions/globalresourceloader
git submodule add git://github.com/ahwayakchih/markitup.git extensions/markitup
git submodule add git://github.com/pointybeard/numberfield.git extensions/numberfield
git submodule add git://github.com/nickdunn/order_entries.git extensions/order_entries
git submodule add git://github.com/pointybeard/pagesfield.git extensions/pagesfield
git submodule add git://github.com/nickdunn/publishfiltering.git extensions/publishfiltering
git submodule add git://github.com/rowan-lewis/logsdevkit.git extensions/logsdevkit
git submodule add git://github.com/nickdunn/entity_diagram.git extensions/entity_diagram
git submodule add git://github.com/czheng/referencelink.git extensions/referencelink
git submodule add git://github.com/rowan-lewis/reflectionfield.git extensions/reflectionfield
git submodule add git://github.com/nickdunn/section_schemas.git extensions/section_schemas
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Clone the Symphony workspace for Bauhouse to a directory called &lt;code&gt;workspace&lt;/code&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;cd ..
git clone git://github.com/builders/sym-bauhouse-workspace.git workspace
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Set permissions to allow Symphony to write files to the server:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;chmod 777 symphony .
chmod -R 777 workspace
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Be sure to have an empty database ready for Symphony (or use a different table prefix). Navigate to the root of the install and provide your preferences, server configuration details and primary user information and click the “Install” button to install Symphony 2 and the Bauhouse ensemble.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Secure the site by changing permissions for the root and symphony directories.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;chmod 755 symphony .
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enjoy seeing the world in black, white, grey and a touch of red!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;h2&gt;Release Notes&lt;/h2&gt;

&lt;h4&gt;&lt;a href="http://github.com/builders/sym-bauhouse-ensemble/commits/0.2"&gt;Version 0.2&lt;/a&gt;&lt;/h4&gt;

&lt;ul&gt;&lt;li&gt;Date: 5 Oct 2010&lt;/li&gt;
&lt;li&gt;Update to Symphony 2.1.1&lt;/li&gt;
&lt;/ul&gt;&lt;h4&gt;&lt;a href="http://github.com/builders/sym-bauhouse-ensemble/commits/0.1"&gt;Version 0.1&lt;/a&gt;&lt;/h4&gt;

&lt;ul&gt;&lt;li&gt;Date: 22 March 2010&lt;/li&gt;
&lt;li&gt;Initial Release&lt;/li&gt;
&lt;li&gt;Symphony 2.0.7&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>DesignAdmin</title>
      <link>http://www.getsymphony.com/download/ensembles/view/47102/</link>
      <pubDate>Sat, 02 Oct 2010 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/47102/</guid>
      <description>&lt;h4&gt;&lt;em&gt;A design business admin system&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/designadmin_home-1278439736.png" /&gt;&lt;/p&gt;&lt;p&gt;When I was freelancing under the name &lt;a href="http://bauhouse.ca/"&gt;bauhouse&lt;/a&gt;, I had to wear a lot of hats. Finding the right tools to run my site, administrate my business and facilitate communication with my clients was a challenge.&lt;/p&gt;

&lt;p&gt;While in search of tools that could simplify the administration of my design business, I found that software would force me to work a certain way, depending on what I was working on. Duplication of data entry was the biggest frustration. For a freelance business, it would be ideal to enter data once and be able to view information in many forms without having to switch from one application to another.&lt;/p&gt;

&lt;p&gt;I found that this was not easily feasible … until Symphony came along. Since the introduction of sections and custom fields that could be configured according to the needs of the Symphony developer, specifically section links (a feature that I requested), I have been thinking about how this feature might be used to build a project management system.&lt;/p&gt;

&lt;p&gt;I am in the process of building a project management system that uses Symphony to keep track of clients, projects and timesheets. Eventually, I want it to do everything, because I am tired of switching between several applications (desktop and web) that don’t work together and force me to duplicate my efforts. This is a long-term project, but I am trying to solve problems I have had with running my business since I started it 16 years ago. I have never found a system that does what I need, so I am building it myself - necessity being the mother of invention.&lt;/p&gt;

&lt;p&gt;It will be a design business administration system built on the Symphony framework that will track clients, projects, timesheets, estimates, invoices, bookkeeping and accounting reports, tax filing, as well as serve as a client login area to allow basecamp style project management, except with the ability to display work in progress according to project phase, with individual entries for each concept, with commenting enabled for each entry. Once an identity system has been developed, it can then be rolled out within the same system, to display an online corporate identity standards manual and provide a means of distributing logo file formats available for download.&lt;/p&gt;

&lt;h3&gt;Release Notes&lt;/h3&gt;

&lt;h4&gt;&lt;a href="http://github.com/builders/designadmin/commits/0.2"&gt;Version 0.2&lt;/a&gt;&lt;/h4&gt;

&lt;ul&gt;&lt;li&gt;Date: 2 Oct 2010&lt;/li&gt;
&lt;li&gt;Update to Symphony 2.1.1&lt;/li&gt;
&lt;li&gt;Update Export Forum Ensemble extension&lt;/li&gt;
&lt;/ul&gt;&lt;h4&gt;&lt;a href="http://github.com/builders/designadmin/commits/0.1"&gt;Version 0.1&lt;/a&gt;&lt;/h4&gt;

&lt;ul&gt;&lt;li&gt;Date: 6 July 2010&lt;/li&gt;
&lt;li&gt;Initial Release&lt;/li&gt;
&lt;li&gt;Symphony 2.0.8RC3&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>To Do List</title>
      <link>http://www.getsymphony.com/download/ensembles/view/41699/</link>
      <pubDate>Tue, 28 Sep 2010 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/41699/</guid>
      <description>&lt;h4&gt;&lt;em&gt;A Simple Single Page Application&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/todo-list-ensemble-1269235569.png" /&gt;&lt;/p&gt;&lt;h3&gt;Description&lt;/h3&gt;

&lt;p&gt;&lt;a href="http://github.com/bauhouse/sym-todo-list/commits/0.1"&gt;Version 0.1&lt;/a&gt; was an experimental ensemble to test Symphony 2.0.8 RC1 and the beta version of the Subsection Manager extension. The ensemble has been updated to Symphony 2.1.1 and the Subsection Manager extension has been updated to version 1.0.1.&lt;/p&gt;

&lt;p&gt;The user interface is a pared down version of what I’ve designed for Domain7 in order to track projects with our proprietary set of web tools. This is the beginnings of a project to tear down what I’ve built on top of a proprietary Perl codebase and rebuild it as an open source project management tool.&lt;/p&gt;

&lt;h3&gt;Usage&lt;/h3&gt;

&lt;p&gt;The Sites and Resources lists are currently hard-coded. I’m hoping to add the ability to add lists of categories and links for these two columns.&lt;/p&gt;

&lt;p&gt;The To Do List column contains a form that allows the ability to edit entries created with the Subsection Manager.&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Check off items as done and click the Update Lists button to save entries.&lt;/li&gt;
&lt;li&gt;Click on the description for each checkbox item to enable editing of the entry. Click the Update Lists button to save the change.&lt;/li&gt;
&lt;li&gt;Click on the name of the list to enable editing of all items in the list.&lt;/li&gt;
&lt;li&gt;Click on the To Do List column heading to enable editing of items in both lists&lt;/li&gt;
&lt;li&gt;A system navigation bar allows quick access to Symphony admin pages, including Debug Dev Kit page, Profile Dev Kit pages, Publish, Blueprints, System and Symphony CMS Site and GitHub links. There is a User Preferences section in the Symphony admin that can be used to change the setting for displaying this system navigation bar.&lt;/li&gt;
&lt;/ul&gt;&lt;h3&gt;Release Notes&lt;/h3&gt;

&lt;h4&gt;&lt;a href="http://github.com/bauhouse/sym-todo-list/commits/0.2"&gt;Version 0.2&lt;/a&gt;&lt;/h4&gt;

&lt;ul&gt;&lt;li&gt;Date: 28 September 2010&lt;/li&gt;
&lt;li&gt;Updated to Symphony 2.1.1&lt;/li&gt;
&lt;li&gt;Updated Subsection Manager Extension to version 1.0.1&lt;/li&gt;
&lt;/ul&gt;&lt;h4&gt;&lt;a href="http://github.com/bauhouse/sym-todo-list/commits/0.1"&gt;Version 0.1&lt;/a&gt;&lt;/h4&gt;

&lt;ul&gt;&lt;li&gt;Date: 21 March 2010&lt;/li&gt;
&lt;li&gt;Initial Release&lt;/li&gt;
&lt;li&gt;Symphony 2.0.8 RC1&lt;/li&gt;
&lt;li&gt;Subsection Manager Extension 1.0dev&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Builder</title>
      <link>http://www.getsymphony.com/download/ensembles/view/46333/</link>
      <pubDate>Wed, 16 Jun 2010 09:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/46333/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Build new Symphony projects with ease.&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By alpacaaa&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/builder-1276704788.png" /&gt;&lt;/p&gt;&lt;p&gt;The workspace of this ensemble is available on github (&lt;a href="http://github.com/alpacaaa/builder-workspace"&gt;http://github.com/alpacaaa/builder-workspace&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Requirements:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;code&gt;git&lt;/code&gt; if you want to clone repositories&lt;/li&gt;
&lt;li&gt;&lt;code&gt;curl&lt;/code&gt; if you want to download .zip packages from this website&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Pompodium</title>
      <link>http://www.getsymphony.com/download/ensembles/view/46216/</link>
      <pubDate>Fri, 11 Jun 2010 09:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/46216/</guid>
      <description>&lt;h4&gt;&lt;em&gt;A magazine-style Ensemble&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By Johanna&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/sym_pompodium-1276542581.png" /&gt;&lt;/p&gt;&lt;p&gt;Three years ago, we set out to create a magazine. What started as an idea to create a platform for photos and articles on typography and design, travel and life finally found it’s destination: &lt;a href="http://pompodium.de"&gt;this is Pompodium, a free ensemble for Symphony&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;After months spent thinking, talking, brainstorming, scribbling, designing, pushing pixels, writing code, being overtaken with new ideas and starting all over again for about three times, the nearly finished website sat untouched for one year. Patiently awaiting its future destiny, the mention of a &lt;a href="http://symphony-cms.com/get-involved/events/symposium-2010/"&gt;Symphony meet-up in London&lt;/a&gt; finally caused an epiphany to release Pompodium as a magazine-style ensemble for this occasion. Hooray!&lt;/p&gt;

&lt;p&gt;An update from Symphony 2.0 beta to 2.0.8, a completely overhauled structure, translation from German to English and matching documentation later, everything is freshened up and ready to play. Pompodium is &lt;a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"&gt;licenced under Creative Commons&lt;/a&gt; and can be &lt;a href="http://github.com/nilshoerrmann/pompodium"&gt;downloaded on GitHub&lt;/a&gt;. So grab your copy and have fun with it!&lt;/p&gt;

&lt;p&gt;Johanna &amp;amp; Nils&lt;/p&gt;</description>
    </item>
    <item>
      <title>Forum</title>
      <link>http://www.getsymphony.com/download/ensembles/view/33386/</link>
      <pubDate>Mon, 24 May 2010 17:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/33386/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Fully Functional Forum System&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/forum-thread-1259419491.png" /&gt;&lt;/p&gt;&lt;p&gt;This forum ensemble is built using the foundation of the official Symphony website’s own discussion area.&lt;/p&gt;

&lt;p&gt;For this version of the ensemble, I wanted to make sure that the core was easily updated, so I have deprecated the previous version and started over with the repository to include all the original commits to the Symphony CMS core files. The GitHub repository URL is now different. If you would rather checkout the previous code for the forum, using a modified Symphony 2.0.6 core, use &lt;a href="http://github.com/bauhouse/sym-forum-ensemble"&gt;this repository&lt;/a&gt; or &lt;a href="http://github.com/bauhouse/sym-forum-ensemble/downloads"&gt;download the ZIP file&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This version contains some modifications to the extensions in order to ensure compatibility with the Symphony 2.0.8 Release Candidate 1 (RC1), and has been updated to version 2.0.8 RC3. While it is built with the official &lt;a href="http://symphony-cms.com/download/extensions/view/38891/"&gt;Frontend Membership Extension&lt;/a&gt;, I have used the &lt;code&gt;mail()&lt;/code&gt; function instead of the &lt;a href="http://symphony-cms.com/download/extensions/view/37898/"&gt;SMTP Email Library&lt;/a&gt; (I couldn’t figure out how to get it to work) for registration and activation messages.&lt;/p&gt;

&lt;p&gt;The ensemble has not been fully tested. If you find any bugs, please put them on this ensemble’s issue tracker.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bugaroo</title>
      <link>http://www.getsymphony.com/download/ensembles/view/40683/</link>
      <pubDate>Tue, 09 Mar 2010 01:26:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/40683/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Bugtracker&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By phoque&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/issue-1268062008.png" /&gt;&lt;/p&gt;&lt;p&gt;Bugaroo is an attempt to write a simple and beautiful bug tracking system in Symphony. This is a work in progress, feel free to help out!&lt;/p&gt;</description>
    </item>
    <item>
      <title>SimpleViewer</title>
      <link>http://www.getsymphony.com/download/ensembles/view/33383/</link>
      <pubDate>Sun, 29 Nov 2009 00:28:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/33383/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Spectrum with Gallery&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By Carsten&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/simpleviewer-horizontal-1259418507.png" /&gt;&lt;/p&gt;&lt;p&gt;This is the SimpleViewer image gallery integrated into the default Spectrum theme. Illustrates how to manage your SimpleViewer galleries with Symphony.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Piano Sonata</title>
      <link>http://www.getsymphony.com/download/ensembles/view/33380/</link>
      <pubDate>Sun, 29 Nov 2009 00:11:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/33380/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Minimalist Blog&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By Fazal&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/piano-sonata-home-1259417511.png" /&gt;&lt;/p&gt;&lt;p&gt;Piano Sonata is a blog ensemble. It is currently in beta pending input from you, the wider community. The intention is to eventually replace Spectrum as the default Symphony ensemble.&lt;/p&gt;

&lt;p&gt;I’m going to take this opportunity to give you some background information on this ensemble, the scope of work and also the future of it.&lt;/p&gt;

&lt;p&gt;This ensemble is based upon a competition entry from my friend Rodrigo Galindez which he submitted to Smashing Magazine. It came in third place and has since done the rounds on many CSS gallery sites for it’s clean design and layout. I asked Rodrigo to let me build an ensemble for Symphony and he kindly agreed.&lt;/p&gt;

&lt;p&gt;The theme is designed to highlight some of Symphony’s strengths and features. It should be able to work in it’s own right, and also allow developers to hack and play around with it and make it there own.&lt;/p&gt;

&lt;p&gt;The ensemble uses some Symphony extensions, but shouldn’t need to rely on a whole raft of them. The XSL should be accessible and allow newbies and experts alike to approach it. The ensemble comes with some extensions installed, however I haven’t used them all (such as static section), and as such will be removed from the final release.&lt;/p&gt;

&lt;p&gt;Please download the ensemble, play with it and suggest any improvements, features or fixes you would like to see happen.&lt;/p&gt;

&lt;p&gt;My initial thoughts are to add a photos page, to highlight the remote DS aspect and combine this with JIT. The ensemble uses this to some degree with the twitter integration but I think flickr/picasa integration may be something that could prove beneficial.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spectrum Members</title>
      <link>http://www.getsymphony.com/download/ensembles/view/33374/</link>
      <pubDate>Sat, 28 Nov 2009 23:51:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/33374/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Spectrum with Membership&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By bauhouse&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/spectrum-members-registration-1259416282.png" /&gt;&lt;/p&gt;&lt;p&gt;The Spectrum Members ensemble includes a modified workspace for Symphony 2.0.6. This ensemble adds to the Spectrum theme provided in the official workspace repository. The main difference here is that there are three additional pages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Members&lt;/li&gt;
&lt;li&gt;Register&lt;/li&gt;
&lt;li&gt;Login&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This ensemble is a work in progress. The registration and login forms are working. The retrieve password form is there, but untested at this point. If anyone wants to help out with this, please test this out. Thanks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Old Popular Yolk</title>
      <link>http://www.getsymphony.com/download/ensembles/view/33377/</link>
      <pubDate>Sat, 28 Nov 2009 13:00:00 +1000</pubDate>
      <guid>http://www.getsymphony.com/download/ensembles/view/33377/</guid>
      <description>&lt;h4&gt;&lt;em&gt;Minimalist Blog&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;&lt;strong&gt;By rainerborene&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="http://www.getsymphony.com/image/2/320/240/1/downloads/ensembles/images/old-popular-yolk-home-1259417002.png" /&gt;&lt;/p&gt;&lt;p&gt;Old Popular Yolk is a blog ensemble with a clean design. It was originally a theme created by joshuagoodwin and then ported to Symphony by me.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
