From 30cff0f11149ea2a85b025d143aa4a46369c87f0 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 7 Dec 2020 10:20:37 +0300 Subject: . --- article/entry | 2 ++ article/list/butterfly/content | 10 ++++++++++ article/list/butterfly/title | 1 + article/list/juniper | 10 ++++++++++ article/list/licorice | 5 +++++ article/template | 13 +++++++++++++ 6 files changed, 41 insertions(+) create mode 100644 article/entry create mode 100644 article/list/butterfly/content create mode 100644 article/list/butterfly/title create mode 100644 article/list/juniper create mode 100644 article/list/licorice create mode 100644 article/template (limited to 'article') 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 + List of articles + +

Here are some articles for you:

+ + + + item
  • $title
  • +page + $title + $content + -- cgit v1.2.3