A guestbook with Perl, CGI and email. whooo
This commit is contained in:
parent
edb6edb5b6
commit
5e5225a172
8 changed files with 68 additions and 5 deletions
20
dat/guestbook.md
Normal file
20
dat/guestbook.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% Guestbook
|
||||
|
||||
It's 2022 and I figured this little site could use a guestbook. Want to leave a
|
||||
message? Fill out the form below. Messages are added manually, so it may take a
|
||||
day or two for yours to show up. Markdown is supported.
|
||||
|
||||
This guestbook exists just for sillyness; if you have a question or want to
|
||||
report feedback for a particular project, better open an issue at the
|
||||
respective issue tracker or send a mail to
|
||||
[projects@yorhel.nl](mailto:projects@yorhel.nl) instead.
|
||||
|
||||
<form method="POST" action="/cgi-bin/guestbook.cgi">
|
||||
<input type="text" name="name" placeholder="Your name (optional)">
|
||||
<textarea name="message" placeholder="Message" required cols=50 rows=5></textarea>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
# Entries
|
||||
|
||||
The guestbook is empty, be the first to post!
|
||||
3
dat/guestbook/thanks.md
Normal file
3
dat/guestbook/thanks.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
% Message submitted!
|
||||
|
||||
Thanks for posting to my guestbook! It may take a day or two for your message to show up.
|
||||
|
|
@ -13,15 +13,16 @@ Zig version (stable)
|
|||
|
||||
See the [beta release announcement](/doc/ncdu2) for information about the
|
||||
motivation for the rewrite and some of the differences with the C version.
|
||||
Contrary to popular belief, version 2.x does **not** yet implement parallel
|
||||
scanning, so don't expect any order-of-magnitude performance
|
||||
improvements... yet.
|
||||
|
||||
Note that the [Zig language](https://ziglang.org/) and compiler are still
|
||||
very much unstable. This version of ncdu will *only* work with the version
|
||||
of the Zig compiler noted above. Use the ncdu 1.x branch if this does not
|
||||
work for you or if you need a more stable compilation environment.
|
||||
|
||||
**Linux users/distros** may want to apply [this patch to
|
||||
Zig](https://github.com/ziglang/zig/pull/11295) to fix a [possible
|
||||
crash](https://code.blicky.net/yorhel/ncdu/issues/192).
|
||||
|
||||
Convenient static binaries for Linux:
|
||||
[i486](/download/ncdu-2.1.1-linux-i386.tar.gz),
|
||||
[x86_64](/download/ncdu-2.1.1-linux-x86_64.tar.gz),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue