<feed xmlns='http://www.w3.org/2005/Atom'>
<title>website/template/pages/verein, branch master</title>
<subtitle>The code for sublab.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/'/>
<entry>
<title>medium sublab logo for verein page</title>
<updated>2015-03-17T11:15:05+00:00</updated>
<author>
<name>olf</name>
<email>olf@subsignal.org</email>
</author>
<published>2015-03-17T11:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=794cad54cd5d7b6449785fa185fd8eb218508a27'/>
<id>794cad54cd5d7b6449785fa185fd8eb218508a27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small buttons on verein page, column wrap fix</title>
<updated>2015-03-17T11:10:32+00:00</updated>
<author>
<name>olf</name>
<email>olf@subsignal.org</email>
</author>
<published>2015-03-17T11:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=795c14e5fe1ec52a769a726706101e63cccec462'/>
<id>795c14e5fe1ec52a769a726706101e63cccec462</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated verein page, and splitted into 3 subpages</title>
<updated>2015-03-16T16:44:18+00:00</updated>
<author>
<name>olf</name>
<email>olf@subsignal.org</email>
</author>
<published>2015-03-16T16:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=d0db6cc7055ac3308b9a49013d1acc2e13adb95d'/>
<id>d0db6cc7055ac3308b9a49013d1acc2e13adb95d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added medien page to verin page</title>
<updated>2015-03-15T13:22:56+00:00</updated>
<author>
<name>olf</name>
<email>olf@subsignal.org</email>
</author>
<published>2015-03-15T11:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=9b9ce254173ae23be49270f68bd423130241e76e'/>
<id>9b9ce254173ae23be49270f68bd423130241e76e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>h3 -&gt; h2 in vereins page</title>
<updated>2015-03-15T13:22:55+00:00</updated>
<author>
<name>olf</name>
<email>olf@subsignal.org</email>
</author>
<published>2015-03-15T03:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=4fe1b20ebf007218a5668e8b19e1469ecf22da54'/>
<id>4fe1b20ebf007218a5668e8b19e1469ecf22da54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adapted vereinspage to bootstrap</title>
<updated>2015-03-15T13:22:48+00:00</updated>
<author>
<name>olf</name>
<email>olf@subsignal.org</email>
</author>
<published>2015-03-15T03:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=edd37dde9976855cd8af954df29af4fbb0496696'/>
<id>edd37dde9976855cd8af954df29af4fbb0496696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'master' of sublab.org:website"</title>
<updated>2012-02-03T01:06:37+00:00</updated>
<author>
<name>Christian Franke</name>
<email>nobody@nowhere.ws</email>
</author>
<published>2012-02-03T01:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=c1fe26e9c3a1f6d26ff5b653150deacf56c45b7c'/>
<id>c1fe26e9c3a1f6d26ff5b653150deacf56c45b7c</id>
<content type='text'>
This reverts commit 76f5eb72cda67da497ea4ba992778661559f26b4, reversing
changes made to 002ccb53e6319619d503972c2a6bad0d4ead0c6f.

Conflicts:

	template/topic/topic

Guys, please learn how to use git. Have a look at

    $ git diff origin/master master

and check if it looks reasonable. Also, if there is a merge in the
history, in our case, it is almost always bad. When you pull, use

    $ git pull --rebase --ff-only

and not just a pull without arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 76f5eb72cda67da497ea4ba992778661559f26b4, reversing
changes made to 002ccb53e6319619d503972c2a6bad0d4ead0c6f.

Conflicts:

	template/topic/topic

Guys, please learn how to use git. Have a look at

    $ git diff origin/master master

and check if it looks reasonable. Also, if there is a merge in the
history, in our case, it is almost always bad. When you pull, use

    $ git pull --rebase --ff-only

and not just a pull without arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of sublab.org:website</title>
<updated>2012-02-02T20:56:19+00:00</updated>
<author>
<name>kloschi klosch</name>
<email>klosch@netresearch.de</email>
</author>
<published>2012-02-02T20:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=76f5eb72cda67da497ea4ba992778661559f26b4'/>
<id>76f5eb72cda67da497ea4ba992778661559f26b4</id>
<content type='text'>
Conflicts:
	public/img/onewire/digitemp.jpg
	template/news/2011-12-07-frieren.html
	template/pages/projekte/content.html
	template/pages/verein/content.html
	template/pages/vokue/content.html
	template/template/template.html
	template/topic/topic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	public/img/onewire/digitemp.jpg
	template/news/2011-12-07-frieren.html
	template/pages/projekte/content.html
	template/pages/verein/content.html
	template/pages/vokue/content.html
	template/template/template.html
	template/topic/topic
</pre>
</div>
</content>
</entry>
<entry>
<title>added newline on page 'Verein'</title>
<updated>2012-01-29T19:43:43+00:00</updated>
<author>
<name>Lutz Ballaschke</name>
<email>snert@reeknersprook.de</email>
</author>
<published>2012-01-29T19:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=3dc51f1720c600050d0655c231d4c72d4ac61fe1'/>
<id>3dc51f1720c600050d0655c231d4c72d4ac61fe1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added link and file: einzugsermaechtigung.pdf</title>
<updated>2012-01-29T19:41:15+00:00</updated>
<author>
<name>Lutz Ballaschke</name>
<email>snert@reeknersprook.de</email>
</author>
<published>2012-01-29T19:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/website/commit/?id=7525124993b90b830824a0cb96a591b56205aa96'/>
<id>7525124993b90b830824a0cb96a591b56205aa96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
