srini,
You don't know me, but I'm a long time visitor to http://unamerican.com/. Over the years, I've learned a lot from what you've written, and the truth is that it changed my life for the better.
In gratitude for all your hard work and in respect of the struggle that is your life, I'd like to present you with this gift. It is the realization of truth #301 which
I envision this - this is the spec.
you've got this document - the "truth"
as it were - and you invite commentary
on each and every single point in it.
every bullet point has "add comment" and
"read comments" hyperlinks. Ideally, the
"read comments" hyperlinks also indicate
how many comments have been added to
that particular truth.
CGI::Application HTML::Template HTML::Parser Bundle::DBI DBD::mysql
$ perl -MCPAN -e 'install CGI::Application'
$ perl -MCPAN -e 'install HTML::Template'
$ perl -MCPAN -e 'install HTML::Parser'
$ perl -MCPAN -e 'install Bundle::DBI'
$ perl -MCPAN -e 'install DBD::mysql'
$ tar zxvf Unamerican-Truth-1.0?.tar.gz
$ cd Unamerican-Truth-1.0?
$ perl Makefile.PL
$ make
$ su
$ make install
$ mysqladmin create truth
$ mysql truth
mysql> \. sql/truth.sql
$ bin/parse-truth.pl -d truth --user='srini' --password='s3cr37' \
truth1.htm truth2.htm
Be sure to specify a user and password pair that'll work
on your system.
$ cp -R www/* /var/www/html/truth
# Unamerican::Truth
<Directory /var/www/html/truth>
Options +ExecCGI
AddHandler cgi-script cgi
</Directory>
proverbs_per_page number of proverbs on a page
is_numbered 1 to use an ordered list
0 to use a bulleted list
$ apachectl restart
I recommend getting a sysadmin friend to help you out. If all else fails, you can write to me at beppu@cpan.org, and I'll help you in whatever way I can.