Template:PodV: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
(Blanked the page)
 
Line 1: Line 1:
<noinclude>
 
Use this template like this:
<nowiki>{{podv|3.2|Amanda::Changer}}</nowiki> -> {{PodV|3.2|Amanda::Changer}}
<nowiki>{{podv|3.2}}</nowiki> -> {{PodV|3.2}}
</noinclude>[http://wiki.zmanda.com/pod/redirect.php?pod={{{2}}}&version={{{1}}} {{{2}}}]<noinclude>
Note that the contents of <tt>redirect.php</tt> are:
<pre>
<?php
if ($_GET['pod'] and $_GET['version']) {
        header("Location: /pod/" . $_GET['version'] . "/" . str_replace("::", "/", $_GET['pod']) . ".html");
} else if ($_GET['version']) {
        header("Location: /pod/" . $_GET['version'] . "/");
} else if ($_GET['pod']) {
        header("Location: /pod/" . str_replace("::", "/", $_GET['pod']) . ".html");
} else {
        header("Location: /pod/");
}
</pre>
</noinclude>

Latest revision as of 13:49, 26 November 2010