summaryrefslogtreecommitdiff
path: root/data/pages/index.txt
blob: add3f314436c6c68f2991947d8ee028afa966eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<WRAP center round info 90%>
Welcome to ACERVUS Illich (alpha version of the tool, for internal use only, not yet public.)

</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>