]> git.ipfire.org Git - ipfire.org.git/commitdiff
Don't show the md5 files on the source directory list.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 14 Feb 2008 18:11:08 +0000 (18:11 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 14 Feb 2008 18:11:08 +0000 (18:11 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/www.ipfire.org/trunk@1209 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

de/source.shtml
en/source.shtml

index 61a93b527bf6819020782e9c90059b2200c5b8af..6af67187819694490b3b65354f0f05959cc369ce 100644 (file)
@@ -25,7 +25,7 @@
                                                <li class="date">Wie sieht's aus?</li>
                                        </ul>                                   
                                        <p>
-<!--#exec cmd="for i in $(ls -1 ../source-3.0); do echo -e \"\t\t\t\t\t\t<a href=\\"/source-3.0/$i\\">$i</a><br />\"; done" -->
+<!--#exec cmd="for i in $(ls -1 --hide=*.md5 ../source-3.0); do echo -e \"\t\t\t\t\t\t<a href=\\"/source-3.0/$i\\">$i</a><br />\"; done" -->
                                        </p>
                                </div>
                                
@@ -38,7 +38,7 @@
                                                <li class="date">Wie sieht's aus?</li>
                                        </ul>                                   
                                        <p>
-<!--#exec cmd="for i in $(ls -1 ../othersrc); do echo -e \"\t\t\t\t\t\t<a href=\\"/othersrc/$i\\">$i</a><br />\"; done" -->
+<!--#exec cmd="for i in $(ls -1 --hide=*.md5 ../othersrc); do echo -e \"\t\t\t\t\t\t<a href=\\"/othersrc/$i\\">$i</a><br />\"; done" -->
                                        </p>
                                </div>
                                
index 3b51efc474cb2f1a379119802c473b11c743f652..c0d3e947ebb96b9c8ed67d6750951a8cfd271740 100644 (file)
@@ -26,7 +26,7 @@
                                                <li class="date">What does it look like?</li>
                                        </ul>                                   
                                        <p>
-<!--#exec cmd="for i in $(ls -1 ../source-3.0); do echo -e \"\t\t\t\t\t\t<a href=\\"/source-3.0/$i\\">$i</a><br />\"; done" -->
+<!--#exec cmd="for i in $(ls -1 --hide=*.md5 ../source-3.0); do echo -e \"\t\t\t\t\t\t<a href=\\"/source-3.0/$i\\">$i</a><br />\"; done" -->
                                        </p>
                                </div>
                                
@@ -39,7 +39,7 @@
                                                <li class="date">What does it look like?</li>
                                        </ul>                                   
                                        <p>
-<!--#exec cmd="for i in $(ls -1 ../othersrc); do echo -e \"\t\t\t\t\t\t<a href=\\"/othersrc/$i\\">$i</a><br />\"; done" -->
+<!--#exec cmd="for i in $(ls -1 --hide=*.md5 ../othersrc); do echo -e \"\t\t\t\t\t\t<a href=\\"/othersrc/$i\\">$i</a><br />\"; done" -->
                                        </p>
                                </div>