diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-02-03 02:06:37 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-02-03 02:06:37 +0100 |
commit | c1fe26e9c3a1f6d26ff5b653150deacf56c45b7c (patch) | |
tree | 0eeefc08367387fb64689607cacd2ebf3ae9c1b0 /template/news/2011-11-03-growbox.html | |
parent | 5826a58c7c3ca812f409663c30d46ff5b125957d (diff) |
Revert "Merge branch 'master' of sublab.org:website"
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.
Diffstat (limited to 'template/news/2011-11-03-growbox.html')
-rw-r--r-- | template/news/2011-11-03-growbox.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/template/news/2011-11-03-growbox.html b/template/news/2011-11-03-growbox.html deleted file mode 100644 index 2cce6d8..0000000 --- a/template/news/2011-11-03-growbox.html +++ /dev/null @@ -1,18 +0,0 @@ -<h3 id="2011-11-03-aeroponies"> - <a>3. November 2011 - Aeroponie</a> -</h3> -<div class="imagecontent"> - <a href="img/growbox.jpg" class="img"><img class="contentimage" src="img/growbox_klein.jpg" alt="Aeroponiesystem"></a> - <p class="subtext"> - Aeroponieanlage - </p> -</div> -<p> -In einem Anfall kreativen Tatendrangs wurde heute eine DIY-Aeroponieanlage -gebaut. <a href="http://en.wikipedia.org/wiki/Aeroponics">Aeroponie</a> ist -eine Methode Pflanzen ohne Erde anzubauen. Die Wurzeln haengen die gesamte -Zeit in der Luft die durch einen Vernebler mit einem Naehrstoffaerosol versetzt -wurde.<br/> -Aeroponie erlaubt eine schnellere und krankheits- bzw. schaedlingsfreie -Aufzucht von Pflanzen und ist grundsaetzlich fuer alle Pflanzenarten geeignet. -</p> |