diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-07 10:20:37 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-07 10:20:37 +0300 |
commit | 30cff0f11149ea2a85b025d143aa4a46369c87f0 (patch) | |
tree | 39179bdb40a12c297be70bf8a646d5ea2d69c274 /article | |
parent | 8bb86acc75a348599c706c89715d71b2eae6bed0 (diff) | |
download | vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.tar vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.tar.xz vsvs-30cff0f11149ea2a85b025d143aa4a46369c87f0.zip |
.
Diffstat (limited to 'article')
-rw-r--r-- | article/entry | 2 | ||||
-rw-r--r-- | article/list/butterfly/content | 10 | ||||
-rw-r--r-- | article/list/butterfly/title | 1 | ||||
-rw-r--r-- | article/list/juniper | 10 | ||||
-rw-r--r-- | article/list/licorice | 5 | ||||
-rw-r--r-- | article/template | 13 |
6 files changed, 41 insertions, 0 deletions
diff --git a/article/entry b/article/entry new file mode 100644 index 0000000..c72a79a --- /dev/null +++ b/article/entry @@ -0,0 +1,2 @@ +#!/bin/bash +cat $base/data/404.html diff --git a/article/list/butterfly/content b/article/list/butterfly/content new file mode 100644 index 0000000..5ecbc59 --- /dev/null +++ b/article/list/butterfly/content @@ -0,0 +1,10 @@ +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/article/list/butterfly/title b/article/list/butterfly/title new file mode 100644 index 0000000..a32b910 --- /dev/null +++ b/article/list/butterfly/title @@ -0,0 +1 @@ +Butterfly diff --git a/article/list/juniper b/article/list/juniper new file mode 100644 index 0000000..66e3d03 --- /dev/null +++ b/article/list/juniper @@ -0,0 +1,10 @@ +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/article/list/licorice b/article/list/licorice new file mode 100644 index 0000000..613b1b7 --- /dev/null +++ b/article/list/licorice @@ -0,0 +1,5 @@ +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/article/template b/article/template new file mode 100644 index 0000000..fec42d7 --- /dev/null +++ b/article/template @@ -0,0 +1,13 @@ +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> |