diff options
Diffstat (limited to 'article/entry')
-rw-r--r-- | article/entry | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/article/entry b/article/entry index 231da40..9bccfbd 100644 --- a/article/entry +++ b/article/entry @@ -3,7 +3,10 @@ after () { test -z "${2##*$1*}" && echo -n "${2#*$1}"; } if test -z "$1" then # TODO: deep dark magic of constructing a list of articles - echo "<html><head><title>Artciles</title></head><body><p>Artciles</p></body></html>" + cd list + export articles="$(vsvs-archive)" + cd .. + vsvs-extract 'test "$key" == "list" && echo "$value"' "template" | shelter elif test -e "list/${1%%/*}" then if test -n "$(after / $1)" |