Welcome to ACERVUS Illich (alpha version of the tool, for internal use only, not yet public.) **Browse source materials:** [[source:index|Access full list of sources]] **Browse by languages:** [[en:index|English]] - [[es:index|EspaƱol]] **Browse by Status:** [[tag:available|Available]] - [[tag:pending|Pending]] - [[tag:missing|Missing]]
$book = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/book.txt | grep '^*' | wc -l"); echo $book;
books
$audio = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/audio.txt | grep '^*' | wc -l"); echo $audio;
audio recordings
$video = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/video.txt | grep '^*' | wc -l"); echo $video;
video materials
$article = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/article.txt | grep '^*' | wc -l"); echo $article;
articles
$interview = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/interview.txt | grep '^*' | wc -l"); echo $interview;
interviews