Compare commits

..

2 commits

Author SHA1 Message Date
02d68839e1
update version to 0.1.1 2024-05-29 12:41:38 +02:00
68ba4433b7
fix: rename size column to name 2024-05-29 12:21:26 +02:00
4 changed files with 13 additions and 2 deletions

5
BUILDING.md Normal file
View 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
View file

@ -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
* Initial release.

View file

@ -48,7 +48,7 @@ static const u_char t06_list3[] = ""
"<table id=\"list\" aria-describedby=\"summary\">"
"<thead>"
"<tr>"
"<th><a href=\"?C=N&amp;O=A\">Size</a>&nbsp;<a href=\"?C=N&amp;O=D\">&nbsp;&darr;&nbsp;</a></th>"
"<th><a href=\"?C=N&amp;O=A\">Name</a>&nbsp;<a href=\"?C=N&amp;O=D\">&nbsp;&darr;&nbsp;</a></th>"
"<th><a href=\"?C=S&amp;O=A\">Size</a>&nbsp;<a href=\"?C=S&amp;O=D\">&nbsp;&darr;&nbsp;</a></th>"
"<th><a href=\"?C=M&amp;O=A\">Modified</a>&nbsp;<a href=\"?C=M&amp;O=D\">&nbsp;&darr;&nbsp;</a></th>"
"</tr>"

View file

@ -50,7 +50,7 @@ Index of /path/to/somewhere
<table id="list" aria-describedby="summary">
<thead>
<tr>
<th><a href="?C=N&amp;O=A">Size</a>&nbsp;<a href="?C=N&amp;O=D">&nbsp;&darr;&nbsp;</a></th>
<th><a href="?C=N&amp;O=A">Name</a>&nbsp;<a href="?C=N&amp;O=D">&nbsp;&darr;&nbsp;</a></th>
<th><a href="?C=S&amp;O=A">Size</a>&nbsp;<a href="?C=S&amp;O=D">&nbsp;&darr;&nbsp;</a></th>
<th><a href="?C=M&amp;O=A">Modified</a>&nbsp;<a href="?C=M&amp;O=D">&nbsp;&darr;&nbsp;</a></th>
</tr>