Compare commits
2 commits
88f56b8e40
...
02d68839e1
Author | SHA1 | Date | |
---|---|---|---|
02d68839e1 | |||
68ba4433b7 |
4 changed files with 13 additions and 2 deletions
5
BUILDING.md
Normal file
5
BUILDING.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
```
|
||||||
|
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,3 +1,9 @@
|
||||||
|
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
|
libnginx-mod-http-awesomeindex (0.1.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
|
@ -48,7 +48,7 @@ static const u_char t06_list3[] = ""
|
||||||
"<table id=\"list\" aria-describedby=\"summary\">"
|
"<table id=\"list\" aria-describedby=\"summary\">"
|
||||||
"<thead>"
|
"<thead>"
|
||||||
"<tr>"
|
"<tr>"
|
||||||
"<th><a href=\"?C=N&O=A\">Size</a> <a href=\"?C=N&O=D\"> ↓ </a></th>"
|
"<th><a href=\"?C=N&O=A\">Name</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=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>"
|
"<th><a href=\"?C=M&O=A\">Modified</a> <a href=\"?C=M&O=D\"> ↓ </a></th>"
|
||||||
"</tr>"
|
"</tr>"
|
||||||
|
|
|
@ -50,7 +50,7 @@ Index of /path/to/somewhere
|
||||||
<table id="list" aria-describedby="summary">
|
<table id="list" aria-describedby="summary">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><a href="?C=N&O=A">Size</a> <a href="?C=N&O=D"> ↓ </a></th>
|
<th><a href="?C=N&O=A">Name</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=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>
|
<th><a href="?C=M&O=A">Modified</a> <a href="?C=M&O=D"> ↓ </a></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue