summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/404.html4
-rw-r--r--site/act/admin3
-rw-r--r--site/act/article5
-rw-r--r--site/act/entry18
-rw-r--r--site/article/butterfly/content10
-rw-r--r--site/article/butterfly/title1
-rw-r--r--site/article/juniper10
-rw-r--r--site/article/licorice5
-rw-r--r--site/index.html4
-rw-r--r--site/proc/123/request/cookie2
-rw-r--r--site/proc/123/request/file/avatar1
-rw-r--r--site/proc/123/request/meta4
-rw-r--r--site/proc/123/request/param2
-rw-r--r--site/proc/123/request/urlparam1
-rw-r--r--site/template/admin0
-rw-r--r--site/template/article13
16 files changed, 0 insertions, 83 deletions
diff --git a/site/404.html b/site/404.html
deleted file mode 100644
index 49d5ddf..0000000
--- a/site/404.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<html>
-<head><title>404 Not Found</title></head>
-<body><p>404 Not Found</p></body>
-</html>
diff --git a/site/act/admin b/site/act/admin
deleted file mode 100644
index e87c758..0000000
--- a/site/act/admin
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-# Some admin act. (No such now, so 404.)
-cat 404.html
diff --git a/site/act/article b/site/act/article
deleted file mode 100644
index fbd4d5a..0000000
--- a/site/act/article
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-if test -z "$1"
-then # Response list of articles
-else # Response article page
-fi
diff --git a/site/act/entry b/site/act/entry
deleted file mode 100644
index 33fd084..0000000
--- a/site/act/entry
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-# This is the process to be called.
-# $proc and $base (initial working directory) is already set.
-# Requested path is in $1, any other request data is in proc/$proc/request.
-# Usually you want to dispatch the path here and call some other programs. =)
-# Path has ending / and no starting one (apth for root is empty).
-# Response meta should be formed in proc/$proc/response,
-# output is response body.
-after () { test -z "${2##*$1*}" && echo -n "${2#*$1}"; }
-startswith() { case $2 in "$1"*) true;; *) false;; esac; }
-if test -z "$1"
-then cat index.html
-elif startswith "article/" "$1"
-then ./act/article "$(after / $1)"
-elif startswith "admin/" "$1"
-then ./act/admin "$(after / $1)"
-else cat 404.html
-fi
diff --git a/site/article/butterfly/content b/site/article/butterfly/content
deleted file mode 100644
index 5ecbc59..0000000
--- a/site/article/butterfly/content
+++ /dev/null
@@ -1,10 +0,0 @@
-Butterflies are insects in the macrolepidopteran clade
-Rhopalocera from the order Lepidoptera, which also includes moths.
-Adult butterflies have large, often brightly coloured wings,
-and conspicuous, fluttering flight.
-The group comprises the large superfamily Papilionoidea,
-which contains at least one former group,
-the skippers (formerly the superfamily "Hesperioidea"),
-and the most recent analyses suggest it also contains the moth-butterflies
-(formerly the superfamily "Hedyloidea").
-Butterfly fossils date to the Paleocene, about 56 million years ago.
diff --git a/site/article/butterfly/title b/site/article/butterfly/title
deleted file mode 100644
index a32b910..0000000
--- a/site/article/butterfly/title
+++ /dev/null
@@ -1 +0,0 @@
-Butterfly
diff --git a/site/article/juniper b/site/article/juniper
deleted file mode 100644
index 66e3d03..0000000
--- a/site/article/juniper
+++ /dev/null
@@ -1,10 +0,0 @@
-title Juniper
-content Junipers are coniferous trees and shrubs in the genus Juniperus
- of the cypress family Cupressaceae.
- Depending on taxonomic viewpoint, between 50 and 67 species of junipers are
- widely distributed throughout the Northern Hemisphere, from the Arctic,
- south to tropical Africa, from Ziarat, Pakistan, east to eastern Tibet
- in the Old World, and in the mountains of Central America.
- The highest-known juniper forest occurs at an altitude of 16,000 ft (4,900 m)
- in southeastern Tibet and the northern Himalayas,
- creating one of the highest tree-lines on earth.
diff --git a/site/article/licorice b/site/article/licorice
deleted file mode 100644
index 613b1b7..0000000
--- a/site/article/licorice
+++ /dev/null
@@ -1,5 +0,0 @@
-title Licorice
-content Liquorice (British English) or licorice (American English)
- is the common name of Glycyrrhiza glabra,
- a flowering plant of the bean family Fabaceae,
- from the root of which a sweet, aromatic flavouring can be extracted.
diff --git a/site/index.html b/site/index.html
deleted file mode 100644
index e163357..0000000
--- a/site/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<html>
-<head><title>Welcome!</title></head>
-<body><p>Welcome!</p></body>
-</html>
diff --git a/site/proc/123/request/cookie b/site/proc/123/request/cookie
deleted file mode 100644
index 07766a7..0000000
--- a/site/proc/123/request/cookie
+++ /dev/null
@@ -1,2 +0,0 @@
-monster-name monster-value
-another-name another-value
diff --git a/site/proc/123/request/file/avatar b/site/proc/123/request/file/avatar
deleted file mode 100644
index 61a0691..0000000
--- a/site/proc/123/request/file/avatar
+++ /dev/null
@@ -1 +0,0 @@
-Some image, probably PNG. (Too lazy to insert actual one.)
diff --git a/site/proc/123/request/meta b/site/proc/123/request/meta
deleted file mode 100644
index f58e6e5..0000000
--- a/site/proc/123/request/meta
+++ /dev/null
@@ -1,4 +0,0 @@
-host veresov.pro
-port 80
-method POST
-secure no
diff --git a/site/proc/123/request/param b/site/proc/123/request/param
deleted file mode 100644
index 5bc8bae..0000000
--- a/site/proc/123/request/param
+++ /dev/null
@@ -1,2 +0,0 @@
-name Aleksey Veresov
-email aleksey@veresov.pro
diff --git a/site/proc/123/request/urlparam b/site/proc/123/request/urlparam
deleted file mode 100644
index e5e0334..0000000
--- a/site/proc/123/request/urlparam
+++ /dev/null
@@ -1 +0,0 @@
-q how many cows?
diff --git a/site/template/admin b/site/template/admin
deleted file mode 100644
index e69de29..0000000
--- a/site/template/admin
+++ /dev/null
diff --git a/site/template/article b/site/template/article
deleted file mode 100644
index fec42d7..0000000
--- a/site/template/article
+++ /dev/null
@@ -1,13 +0,0 @@
-list
- page <html>
- <head><title>List of articles</title></head>
- <body>
- <p>Here are some articles for you:</p>
- <ul>$list</ul>
- </body>
- </html>
- item <li><a href=\"$id\">$title</a></li>
-page <html>
- <head><title>$title</title></head>
- <body>$content</body>
- </html>