WB: the Web Billboard

Luca Fini (lfini@arcetri.astro.it). September 2006

About Install Config Usage Copyright F.A.Q.

Introduction

WB, the Web Billboard is a CGI program which can be used to manage "billboards", i.e.: pages where documents can be posted (and edited, and removed) in a simple way, without the need to know HTML or how to manage a web site. In this respect it may be considered a very simple form of Content Management System which, in turn, is very simple to install and configure.

Exactly the same could be done simply by editing HTML files, but WB gives you a few tools to simplify and speed up the process, namely:

WB is highly configurable:

What you need to use WB

WB is a CGI program written in Python. So that you essentially need a Web server which can run Python programs. WB has been developed and tested with an Apache 2 based web server running Python 2.3, both on a system running Solaris 5.8 (SPARC) and on a Linux box (Fedora core 3 distribution). As long as you can have Apache and Python running on your own Web server, you shouldn't have any troubles in running WB on any Unix-like O.S. or even under Windows (in this latter case, anyway, the user authentication mechanism has not been tested and will likely not work properly).

WB relies on some pieces of information which are provided by the Apache server when running CGI programs. I have not tested it under other Web servers. If anybody can sucessfully use WB with other brands of Web servers, please let me know.