Compare commits
No commits in common. "02d68839e14be0bf79817bc17fdd20d18948b2cb" and "88f56b8e406e0b8b8629b1cf0952353960807c55" have entirely different histories.
02d68839e1
...
88f56b8e40
4 changed files with 2 additions and 13 deletions
|
@ -1,5 +0,0 @@
|
|||
```
|
||||
Create source archive
|
||||
git archive --format=tar.gz -o ../libnginx-mod-http-awesomeindex_0.1.1.orig.tar.gz master
|
||||
|
||||
```
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,9 +1,3 @@
|
|||
libnginx-mod-http-awesomeindex (0.1.1-1) stable; urgency=medium
|
||||
|
||||
* Fix filename column title
|
||||
|
||||
-- Thomas <thetadev@magenta.de> Wed, 29 May 2024 12:34:13 +0200
|
||||
|
||||
libnginx-mod-http-awesomeindex (0.1.0-1) stable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
|
|
@ -48,7 +48,7 @@ static const u_char t06_list3[] = ""
|
|||
"<table id=\"list\" aria-describedby=\"summary\">"
|
||||
"<thead>"
|
||||
"<tr>"
|
||||
"<th><a href=\"?C=N&O=A\">Name</a> <a href=\"?C=N&O=D\"> ↓ </a></th>"
|
||||
"<th><a href=\"?C=N&O=A\">Size</a> <a href=\"?C=N&O=D\"> ↓ </a></th>"
|
||||
"<th><a href=\"?C=S&O=A\">Size</a> <a href=\"?C=S&O=D\"> ↓ </a></th>"
|
||||
"<th><a href=\"?C=M&O=A\">Modified</a> <a href=\"?C=M&O=D\"> ↓ </a></th>"
|
||||
"</tr>"
|
||||
|
|
|
@ -50,7 +50,7 @@ Index of /path/to/somewhere
|
|||
<table id="list" aria-describedby="summary">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><a href="?C=N&O=A">Name</a> <a href="?C=N&O=D"> ↓ </a></th>
|
||||
<th><a href="?C=N&O=A">Size</a> <a href="?C=N&O=D"> ↓ </a></th>
|
||||
<th><a href="?C=S&O=A">Size</a> <a href="?C=S&O=D"> ↓ </a></th>
|
||||
<th><a href="?C=M&O=A">Modified</a> <a href="?C=M&O=D"> ↓ </a></th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue