summaryrefslogtreecommitdiff
path: root/data/pages/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/pages/index.txt')
-rw-r--r--data/pages/index.txt73
1 files changed, 71 insertions, 2 deletions
diff --git a/data/pages/index.txt b/data/pages/index.txt
index f362706..add3f31 100644
--- a/data/pages/index.txt
+++ b/data/pages/index.txt
@@ -1,3 +1,72 @@
+<WRAP center round info 90%>
+Welcome to ACERVUS Illich (alpha version of the tool, for internal use only, not yet public.)
-* [[en:index|Browse in English]]
-* [[es:index|Navega en Español]]
+</WRAP>
+
+<WRAP group>
+<WRAP half column>
+**Browse source materials:** [[source:index|Access full list of sources]]
+
+**Browse by languages:** [[en:index|English]] - [[es:index|Español]]
+</WRAP>
+
+<WRAP half column>
+**Browse by Status:** [[tag:available|Available]] - [[tag:pending|Pending]] - [[tag:missing|Missing]]
+</WRAP>
+</WRAP>
+
+
+<WRAP group>
+<WRAP fifth column>
+<html><div class="title"></html>
+<phpwikify>$book = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/book.txt | grep '^*' | wc -l"); echo $book;</phpwikify>
+<html></div></html>
+books
+</WRAP>
+
+<WRAP fifth column>
+<html><div class="title"></html>
+<phpwikify>$audio = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/audio.txt | grep '^*' | wc -l"); echo $audio;</phpwikify>
+<html></div></html>
+audio recordings
+</WRAP>
+
+<WRAP fifth column>
+<html><div class="title"></html>
+<phpwikify>$video = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/video.txt | grep '^*' | wc -l"); echo $video;</phpwikify>
+<html></div></html>
+video materials
+</WRAP>
+
+<WRAP fifth column>
+<html><div class="title"></html>
+<phpwikify>$article = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/article.txt | grep '^*' | wc -l"); echo $article;</phpwikify>
+<html></div></html>
+articles
+</WRAP>
+
+<WRAP fifth column>
+<html><div class="title"></html>
+<phpwikify>$interview = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/interview.txt | grep '^*' | wc -l"); echo $interview;</phpwikify>
+<html></div></html>
+interviews
+</WRAP>
+
+</WRAP>
+
+<html>
+<style>
+.title {
+ font-size: 24pt;
+}
+
+.title p {
+ margin: 0;
+}
+
+.wrap_fifth.wrap_column.plugin_wrap {
+ width: 17%;
+ text-align: center;
+}
+</style>
+</html>