Welcome to ACERVUS Illich (alpha version of the tool, for internal use only, not yet public.) **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'; **$audio = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/audio.txt | grep '^*' | wc -l"); echo $audio;** $video = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/video.txt | grep '^*' | wc -l"); echo $video; $article = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/article.txt | grep '^*' | wc -l"); echo $article; $interview = shell_exec("cat /srv/acerv.us/content/illich/data/pages/source/interview.txt | grep '^*' | wc -l"); echo $interview;