Skip to content

Instantly share code, notes, and snippets.

View bauhouse's full-sized avatar

Stephen Bau bauhouse

View GitHub Profile
<data>
<hello>
<entry id="1" type="statement">
<phrase>Hello</phrase>
<name>World</name>
</entry>
<entry id="2" type="question">
<phrase>How are you</phrase>
</entry>
</hello>
<data>
<hello>paste your xml here</hello>
</data>
<data>
<hello>paste your xml here</hello>
</data>
<data>
<hello>paste your xml here</hello>
</data>
<data>
<hello>paste your xml here</hello>
</data>
<data>
<hello>paste your xml here</hello>
</data>
<data>
<hello>
<entry id="2">
<phrase>Hello</phrase>
<name>World</name>
</entry>
</hello>
</data>
<data>
<hello>
<entry id="2">
<phrase>Hello</phrase>
<name>World</name>
</entry>
</hello>
</data>
@bauhouse
bauhouse / A-Symphony-Workflow.markdown
Created November 6, 2011 14:14 — forked from designermonkey/A-Symphony-Workflow.markdown
Just mapping out a git workflow for Symphony development

A Symphony Workflow

I'm describing my workflow in these articles, before I start my next Symphony project. Mostly for myself, to iron out my recurring problems, it is based on solid git techniques, taking heed of advice learned from Symphony community members, many many tips on the web, and flicking through the pages of O'Reilly's Version Control with git.

The core aim of this article, is to get a good Symphony development and deployment environment using git as the basis for the organisation, and have it written down for reference.

This workflow can be applied to any project, in theory, that has a starting point being a private remote git repo.

Disclaimer

@bauhouse
bauhouse / home.xml
Created October 27, 2011 22:23
Master XSL Template with overrides
<?xml version="1.0" encoding="utf-8" ?>
<data>
<params>
<today>2011-10-27</today>
<current-time>16:00</current-time>
<this-year>2011</this-year>
<this-month>10</this-month>
<this-day>27</this-day>
<timezone>-07:00</timezone>
<website-name>Symphony CMS</website-name>