Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • VideoLAN.org/websites
  • Freso/websites
  • ePirat/websites
  • DimStar77/websites
  • lemourin/websites
  • kwizart/websites
  • cmassiot/websites
  • fcartegnie/websites
  • mfkl/websites
  • chouquette/websites
  • maybesamuel43/websites
  • xslidian/websites
  • realRojSerbest/websites
  • Aza/websites
  • azchohfi/websites
  • VegaMex/websites
  • m/websites
  • fkuehne/websites
  • Roman-Gemini95/websites
  • Jamesguru/websites
  • dillmo71/websites
  • anodsaod/websites
  • jill/websites
  • Garf/websites
  • atas70835/websites
  • mahdiabdolahi01234/websites
  • pbo-linaro/websites
  • OctopusET/websites
28 results
Show changes
Commits on Source (4)
Showing
with 88 additions and 67 deletions
RedirectPermanent /vlma/ http://nightlies.jpountz.net/vlma/
RedirectPermanent /x264/ http://x264.nl/
Deny from all
#this is the footer :
IndexIgnore README.html
<style type="text/css">
p, h1, h2, h3, h4, li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
img#logo { float: left; border: 0px none black; width: 200px; }
header { display: block; }
hr { border-top: 1px solid #888; border-bottom: none; clear: both; }
ul { overflow: hidden; }
</style>
<header>
<a href="//www.videolan.org/">
<img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
......
#this is the footer :
IndexIgnore README.html
<style type="text/css">
p, h1, h2, h3, h4, li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
img#logo { float: left; border: 0px none black; width: 200px; }
header { display: block; }
hr { border-top: 1px solid #888; border-bottom: none; clear: both; }
ul { overflow: hidden; }
</style>
<header>
<a href="//www.videolan.org/">
<img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
......
#this is the footer :
IndexIgnore README.html
<style type="text/css">
p, h1, h2, h3, h4, li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
img#logo { float: left; border: 0px none black; width: 200px; }
header { display: block; }
hr { border-top: 1px solid #888; border-bottom: none; clear: both; }
ul { overflow: hidden; }
</style>
<header>
<a href="//www.videolan.org/">
<img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
......
#this is the footer :
IndexIgnore README.html
<style type="text/css">
p, h1, h2, h3, h4, li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
img#logo { float: left; border: 0px none black; width: 200px; }
header { display: block; }
hr { border-top: 1px solid #888; border-bottom: none; clear: both; }
ul { overflow: hidden; }
</style>
<header>
<a href="//www.videolan.org/">
<img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
......
#this is the footer :
IndexIgnore README.html
<style type="text/css">
p, h1, h2, h3, h4, li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
img#logo { float: left; border: 0px none black; width: 200px; }
header { display: block; }
hr { border-top: 1px solid #888; border-bottom: none; clear: both; }
ul { overflow: hidden; }
</style>
<header>
<a href="//www.videolan.org/">
<img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
......
#this is the footer :
IndexIgnore README.html
<style type="text/css">
p, h1, h2, h3, h4, li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
img#logo { float: left; border: 0px none black; width: 200px; }
header { display: block; }
hr { border-top: 1px solid #888; border-bottom: none; clear: both; }
ul { overflow: hidden; }
</style>
<header>
<a href="//www.videolan.org/">
<img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
......
#this is the footer :
IndexIgnore README.html
<style type="text/css">
p, h1, h2, h3, h4, li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }
img#logo { float: left; border: 0px none black; width: 200px; }
header { display: block; }
hr { border-top: 1px solid #888; border-bottom: none; clear: both; }
ul { overflow: hidden; }
</style>
<header>
<a href="//www.videolan.org/">
<img src="/cone-soppera10.png" alt="VLC cone logo" id="logo" />
......
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:variable name="codefile" select="document(concat( $root, $path, '/HEADER.html'),/)"/>
<xsl:template match="/">
<html>
<head><title>Index of <xsl:value-of select="$path"/></title></head>
<link rel="stylesheet" type="text/css" href="/style.css" />
<body>
<xsl:copy-of select="$codefile/*"/>
<h1>Index of <xsl:value-of select="$path"/></h1><hr/>
<table border="0">
<tr>
<td><a href="../">../</a></td>
</tr>
<xsl:for-each select="list/*">
<xsl:sort order="descending" select="@mtime"/>
<xsl:variable name="name">
<xsl:choose>
<xsl:when test="local-name(.) = 'directory'"><xsl:value-of select="."/>/</xsl:when>
<xsl:when test="local-name(.) = 'file'"><xsl:value-of select="."/></xsl:when>
</xsl:choose>
</xsl:variable>
<xsl:variable name="size">
<xsl:if test="string-length(@size) &gt; 0">
<xsl:if test="number(@size) &gt; 0">
<xsl:choose>
<xsl:when test="round(@size div 1024) &lt; 1"><xsl:value-of select="@size" /></xsl:when>
<xsl:when test="round(@size div 1048576) &lt; 1"><xsl:value-of select="format-number((@size div 1024), '0.0')" />K</xsl:when>
<xsl:otherwise><xsl:value-of select="format-number((@size div 1048576), '0')" />M</xsl:otherwise>
</xsl:choose>
</xsl:if>
</xsl:if>
</xsl:variable>
<xsl:variable name="date">
<xsl:variable name="mmm" select="substring(@mtime,6,2)" />
<xsl:variable name="month" >
<xsl:choose>
<xsl:when test="$mmm = '01'">Jan</xsl:when>
<xsl:when test="$mmm = '02'">Feb</xsl:when>
<xsl:when test="$mmm = '03'">Mar</xsl:when>
<xsl:when test="$mmm = '04'">Apr</xsl:when>
<xsl:when test="$mmm = '05'">May</xsl:when>
<xsl:when test="$mmm = '06'">Jun</xsl:when>
<xsl:when test="$mmm = '07'">Jul</xsl:when>
<xsl:when test="$mmm = '08'">Aug</xsl:when>
<xsl:when test="$mmm = '09'">Sep</xsl:when>
<xsl:when test="$mmm = '10'">Oct</xsl:when>
<xsl:when test="$mmm = '11'">Nov</xsl:when>
<xsl:when test="$mmm = '12'">Dec</xsl:when>
</xsl:choose>
</xsl:variable>
<xsl:value-of select="substring(@mtime,9,2)"/>-<xsl:value-of select="$month"/>-<xsl:value-of select="substring(@mtime,1,4)"/><xsl:text> </xsl:text>
<xsl:value-of select="substring(@mtime,12,2)"/>:<xsl:value-of select="substring(@mtime,15,2)"/>
</xsl:variable>
<tr>
<td><a href="{$name}"><xsl:value-of select="$name"/></a></td>
<td align="right"><xsl:value-of select="$size"/></td>
<td><xsl:value-of select="$date"/></td>
</tr>
</xsl:for-each>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
a, a:active {text-decoration: none; color: blue;}
a:visited {color: #48468F;}
a:hover, a:focus {text-decoration: underline; color: red;}
body {background-color: #F5F5F5;}
p, h1, h2, h3, h4, li {margin-bottom: 12px; font: family: -apple-system, BlinkMacSystemFont, sans-serif; }
table {margin-left: 12px;}
th, td { font: monospace; text-align: left;}
th { font-weight: bold; padding-right: 14px; padding-bottom: 3px;}
td {padding-right: 14px;}
td.s, th.s {text-align: right;}
div.list { background-color: white; border-top: 1px solid #646464; border-bottom: 1px solid #646464; padding-top: 10px; padding-bottom: 14px;}
div.foot { font: monospace; color: #787878; padding-top: 4px;}
ul { overflow: hidden; }
img#logo { float: left; border: 0px none black; width: 200px; }
header { display: block; }
hr { border-top: 1px solid #888; border-bottom: none; clear: both; }