Menu

Tree [7a8eff] master 0.42 /
 History

HTTPS access


File Date Author Commit
 doc 2012-08-29 RJ Clay RJ Clay [c1f278] Initial update of FTN-Database documentation.
 lib 2014-10-09 RJ Clay RJ Clay [30ee61] Bump version to v0.42
 t 2013-01-04 RJ Clay RJ Clay [47edf4] Add initial test script 03-ForumBasic.t for FTN...
 .gitignore 2010-08-11 R.J. Clay R.J. Clay [850619] Set git ignore file for ftnnldb.
 .travis.yml 2014-10-09 RJ Clay RJ Clay [418e8e] Correct spelling of Test::Pod & Test::Pod::Cove...
 Changes 2014-10-09 RJ Clay RJ Clay [41b265] Changes for version 0.42
 MANIFEST 2014-10-08 RJ Clay RJ Clay [baa608] Add MANIFEST.SKIP & doc/file_id.diz to MANIFEST...
 MANIFEST.SKIP 2014-10-08 RJ Clay RJ Clay [e89a36] Add initial version of MANIFEST.SKIP file.
 Makefile.PL 2014-10-08 RJ Clay RJ Clay [f448d8] Add code repository information to Makefile.PL
 README 2014-10-08 RJ Clay RJ Clay [45e63b] Update copyright end year to 2014 in README & D...

Read Me

Fidonet/FTN Database related processing (FTN-Database)

Perl extension for Fidonet/FTN related processing in an SQL database supported
by a Perl DBD module, defaulting to SQLite. Includes both general operations
and specific operations like for Nodelist processing. 

Required, neccessary and/or useful modules, etc.:

DBD::SQLite SQLite DBD Module is required by default, so should be installed.
    Any other database engines will be named similarly and should be
    installed if used.  May already be installed on your system; if
    not, one place they may be obtained is at CPAN (www.cpan.org).


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this application with
the perldoc command.

    perldoc FTN::Database
    perldoc FTN::Database::Forum
    perldoc FTN::Database::Nodelist
    perldoc FTN::Database::ToDo

You can also look for information at:

    FTN-Database Issue tracker
        http://sourceforge.net/p/ftnpl/ftn-database/tickets/

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=FTN-Database

    Search CPAN
        http://search.cpan.org/dist/FTN-Database


The FTN-Database extension is hosted at the 'Perl for FTN Systems' project
at SourceForge (ftnpl.sourceforge.net). The ftnpl-user or ftnpl-develop mailing
lists are available from the project site; however, the FTN echos like PERL or
BBS_CARNIVAL can be used for discussions regarding it as well and are the
preferred avenues for support.

Note that the code history for FTN Database is available in a git repository
at the Sourceforge project, as follows:

http://git.code.sf.net/p/ftnpl/ftn-database/code (Browse Online)
git clone git://git.code.sf.net/p/ftnpl/ftn-database/code (Read Only)

Note also that in distribution archives created directly from the repository,
the commit id can obtained like as follows:
    zcat ftn-database-n.nn.tar.gz | git get-tar-commit-id 

COPYRIGHT AND LICENCE

Copyright (C) 2010-2014 Robert James Clay

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.