Home > newsbox

newsbox

Newsbox is a project mainly written in JAVASCRIPT and PERL, it's free.

A CMS for a Web NewsBox

Modified: [README] 2010-07-07 19h:19m:41s [[email protected]:/home/norman/projects/technical/software/perl/CGI/newsbox/README]

  • newsbox subtree expects to reside in /usr/lib/cgi-bin/
  • requires a sumbolic link from /var/www/newsbox to /usr/lib/cgi-bin/newsbox
  • can be accessed via http://localhost/cgi-bin/newsbox/index.cgi
  • still using explicit local MySQL DB
  • need to change to SQLite embedded DB
  • existing MySQL schema:

mysql> describe news; +-------+---------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------+---------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | item | text | NO | | NULL | | +-------+---------+------+-----+---------+----------------+ 2 rows in set (0.01 sec)

mysql>