Linux SoftwareProgrammingLibrariesWiki::Toolkit 0.71

Wiki::Toolkit 0.71


Wiki::Toolkit is a toolkit for building Wikis. Helps you develop Wikis quickly by taking care of the boring bits for you
Developer:   Kake Pugh
      more software by author →
Price:  0.00
License:   GPL (GNU General Public License)
File size:   100K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Wiki::Toolkit is a toolkit for building Wikis.

Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isn't an instant Wiki.

SYNOPSIS

# Set up a wiki object with an SQLite storage backend, and an
# inverted index/DB_File search backend. This store/search
# combination can be used on systems with no access to an actual
# database server.

my $store = Wiki::Toolkit::Store::SQLite->new(
dbname => "/home/wiki/store.db" );
my $indexdb = Search::InvertedIndex::DB::DB_File_SplitHash->new(
-map_name => "/home/wiki/indexes.db",
-lock_mode => "EX" );
my $search = Wiki::Toolkit::Search::SII->new(
indexdb => $indexdb );

my $wiki = Wiki::Toolkit->new( store => $store,
search => $search );

# Do all the CGI stuff.
my $q = CGI->new;
my $action = $q->param("action");
my $node = $q->param("node");

if ($action eq 'display') {
my $raw = $wiki->retrieve_node($node);
my $cooked = $wiki->format($raw);
print_page(node => $node,
content => $cooked);
} elsif ($action eq 'preview') {
my $submitted_content = $q->param("content");
my $preview_html = $wiki->format($submitted_content);
print_editform(node => $node,
content => $submitted_content,
preview => $preview_html);
} elsif ($action eq 'commit') {
my $submitted_content = $q->param("content");
my $cksum = $q->param("checksum");
my $written = $wiki->write_node($node, $submitted_content, $cksum);
if ($written) {
print_success($node);
} else {
handle_conflict($node, $submitted_content);
}
}

Requirements:
  • Perl
    tags submitted content  node node  wiki toolkit  param content  preview html  node submitted  node content  store search  home wiki  wiki format  elsif action  

    Download Wiki::Toolkit 0.71


     http://mirrors.evolva.ro/CPAN/authors/id/D/DO/DOM/Wiki-Toolkit-0.71.tar.gz


    Authors software

    Wiki::Toolkit 0.71 (by Kake Pugh)
    Wiki::Toolkit is a toolkit for building Wikis.

    Helps you develop Wikis quickly by taking care of the boring bits for you

    CGI::Wiki 0.62 (by Kake Pugh)
    CGI::Wiki is a toolkit for building Wikis.

    Helps you develop Wikis quickly by taking care of the boring bits for you


    Similar software

    Wiki::Toolkit 0.71 (by Kake Pugh)
    Wiki::Toolkit is a toolkit for building Wikis.

    Helps you develop Wikis quickly by taking care of the boring bits for you

    CGI::Wiki 0.62 (by Kake Pugh)
    CGI::Wiki is a toolkit for building Wikis.

    Helps you develop Wikis quickly by taking care of the boring bits for you

    Wiki::Toolkit::Plugin::RSS::Reader 1.5 (by Earle Martin)
    Wiki::Toolkit::Plugin::RSS::Reader is a Perl module to retrieve RSS feeds for inclusion in Wiki::Toolkit nodes.

    Use this Wiki::Too

    Convert::Wiki::Node::Head 0.05 (by Tels)

    Convert::Wiki 0.05 (by Tels)
    Convert::Wiki is a Perl module that can convert HTML/POD/txt from/to Wiki code.

    SYNOPSIS

    use Convert::Wiki;

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    Convert::Wiki::Node::Para 0.05 (by Tels)

    Convert::Wiki::Node::Item 0.05 (by Tels)

    Convert::Wiki::Node::Line 0.05 (by Tels)

    Cloud Wiki 2.1 (by swdunlop)
    Cloud Wiki is a wiki engine written in Python and backed by Sqlite


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags