diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -26,13 +26,17 @@ Maybe I could salt it... Hmmm... A thought for later. To generate the webpage, all I need is three pices of HTML to cat together. -1. Header and down to an opening h1 +1. Header and down to an opening `<h1>` 2. Title of File -3. \h1 and on to half of the <a href=" +3. `<\h1>` and on to half of the `<a>` 4. filename.zip -5. "> Download and down the rest of the page. +5. Download and down the rest of the page. +6. And then a bunch of file info, from these commands: -Just cat those together, and you've got a download page. + stat something.zip + zipinfo -1 something.zip | tree --fromfile . + +`>>` these into index.html, and you've got a webpage. Save that at send.sparkburst.net/f38eba6dbbe1965bc4869621d5a6fed3/index.html |