Add lambda
This commit is contained in:
parent
afa9f77620
commit
5419eb0b62
6 changed files with 59 additions and 15 deletions
|
@ -7,8 +7,8 @@ mkdir html
|
|||
|
||||
DATE=`date +"%D"`
|
||||
FILELIST="filelist.html"
|
||||
HEADER="<html><head><title>LRS Wiki</title></head><body><h1>less_retarded_wiki</h1><a href=\"main.html\">main page</a>, <a href=\"$FILELIST\">file list</a>, <a href=\"https://codeberg.org/drummyfish/less_retarded_wiki\">source</a> last updated on $DATE<hr />"
|
||||
FOOTER="<hr/><p>All content available under <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0</a> (public domain).</p></body></html>"
|
||||
HEADER="<html><head><link rel=\"stylesheet\" href=\"style.css\"><title>LRS Wiki</title></head><body><h1>less_retarded_wiki</h1><a href=\"main.html\">main page</a>, <a href=\"$FILELIST\">file list</a>, <a href=\"https://codeberg.org/drummyfish/less_retarded_wiki\">source</a>, last updated on $DATE<hr />"
|
||||
FOOTER="<hr/><p>All content available under <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0</a> (public domain). Send comments and corrections to drummyfish at disroot dot org. </p></body></html>"
|
||||
|
||||
echo "$HEADER <ul>" > html/$FILELIST
|
||||
|
||||
|
@ -28,5 +28,6 @@ echo "$HEADER<a href="main.html">Go to main page.</a>$FOOTER" >> html/index.html
|
|||
|
||||
echo "</ul> $FOOTER" >> html/$FILELIST
|
||||
|
||||
cp style.css html/
|
||||
|
||||
echo "done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue