-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·71 lines (45 loc) · 2.51 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
muiraie.github.io
=================
text-based website generated by tree
Configuration
-------------
chmod -v -R +x * && tree --sort=name --charset X -I "*.html|humans.txt|robots.txt|cgi-bin" -P "*.txt|*.asc" \
--ignore-case -C -h -F -T "Muiraie's Way of Life" -H https://muiraie.github.io |
awk '/ariel/{c+=1}{if(c==1){sub("ariel","sans-serif",$0)};print}' > index.html
About This Site
---------------
This site is primarily a repository of plain text files US-ASCII that I
have either written, collected or converted. They are mostly set at a fixed
column width and may not play nicely with your modern browser or smartphone. All
files with a .txt suffix are US-ASCII. While the site is designed mainly for
my own use, I am happy to share it. Please feel free to peruse and/or download
anything you find of interest.
The site is automagically generated in html/css by tree-1.8.0.
Please note that things around here tend to get added, removed, renamed and/or
relocated not infrequently so directly linking to an individual file is probably
not a good idea. Best to download a copy for yourself or request a
permanent(ish) link
And any file with my email address at the bottom is something I have scribbled.
Therefore, if you have questions or comments, you can contact me at:
[redacted]
fingerprint:
[redacted]
FAQ
---
Q: What is this website about?
A: For the most part it will be technical guides, reviews, and some news; but there
will be other things on the occasion.
Q: Why the dated looking site?
A: I value the simplicity of what the web was and could continue to be.
Q: Why is there no SSL/TLS version of the site?
A: I may introduce secure connectivity as an option in the future, but it's largely
unnecessary for a static site.
Q: What are you making this site with?
A: Tree and vim. Tree is a recursive directory listing program that produces a depth-indented
listing of files and output is to tty. However, with a bit of tweaking you can produce HTML pages with it.
TODO
----
* MODIFY: BODY { font-family : sans-serif, monospace, sans-serif; background-image: url("tile.gif"); background-repeat: repeat; background-color: #F1F1F1;}:
` sed 's/BODY { font-family : ariel, monospace, sans-serif; }/BODY { font-family : sans-serif, monospace, sans-serif; background-image: url(\"tile.gif\"); background-repeat: repeat; background-color: #F1F1F1;}/' `
* ADD: <link rel="icon" href="favicon.ico" type="image/x-icon">:
` awk '/<head>/{c=1} (c++)==2{print " <link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\"> "} 1' `