LinuxBasics
.org is using some fine pieces of open-source-software to run this site. While building LBo, we needed to find out many things about Zope, Plone, ZWiki, Mailman, just to name the biggest pieces.
Here we are trying to pay back the community by making the information we needed to puzzle together public. Maybe it saves somebody else some work.
Mainly, we use these pages to keep the information together, so
we
can find it again someday... :)
Epoz's HTML looks quite ugly. Since Epoz itself needs Mozilla or IE to run, I wanted the HTML to look better, for those who use other browsers and need to edit the raw tags.
So I installed the HTML-tidy, which was included in my distribution, and also the eGenix.com mx Extensions for Python available here:
www.egenix.com/...
(Both packages are neccesary: Base and Experimental). I had to use the --force option to instal the experimental package because three files conflicted with the base-package.
The result is so good, I can not even show a before-after example.
We wanted a means of searching both the LBo-Site and the mailman archives using one search engine. While Plone has a very nice search-feature itself, the archives of our mailing-list is not searchable. Feeding htdig with both URL to start searching, convenient knowledge retrieval should be possible.
Documentation is available on the
htdig website
.
I made the search-form available as
http://search.linuxbasics.org/
instead of
http://search.linuxbasics.org/search.html
by creating a link:
p15156159:/srv/www/htdig # ln search.html index.html
This was the reason for installing htdig in the first place, so I edited /etc/htdig/htdig.conf
Copyright (c) by the authors.
Prior to editing, authors agreed to license their contributions by the terms of the GPL.
See our licensing page for details.
Linux® is a registered trademark of Linus Torvalds.