Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Social Media Toolkit 0.11 (Default branch) Post 302255905 by Linux Bot on Friday 7th of November 2008 10:30:03 AM
Old 11-07-2008
Social Media Toolkit 0.11 (Default branch)

Image The Social Media Toolkit (SMT), is a platform designed to help organizations run community-driven, topic-based, and geo-centric news Web sites, similar to NewsCloud.com, albeit simpler and more streamlined. Essentially, you can quickly set up and publish one or more topic-specific news sites with great social media features such as registration, voting, comments, newswires, posting, and resource links. Stories are initially seeded from NewsCloud's topic clouds. It's easy to create new topic clouds if you want to. License: GNU Lesser General Public License (LGPL) Changes:
Some major features were added from the NewsCloud platform: RSS feeds, Mobile support, Twitter posting, ReCaptcha for registration, Google SiteMaps support, Ad Rotator and Server, Blog page, and matrix style display of incoming RSS feeds with SimplePie integration similar to AllTop. Image

Image

More...
 
Wiki::Toolkit::Setup::SQLite(3pm)			User Contributed Perl Documentation			 Wiki::Toolkit::Setup::SQLite(3pm)

NAME
Wiki::Toolkit::Setup::SQLite - Set up tables for a Wiki::Toolkit store in a SQLite database. SYNOPSIS
use Wiki::Toolkit::Setup::SQLite; Wiki::Toolkit::Setup::SQLite::setup( $dbfile ); DESCRIPTION
Set up a SQLite database for use as a Wiki::Toolkit store. FUNCTIONS
setup use Wiki::Toolkit::Setup::SQLite; Wiki::Toolkit::Setup::SQLite::setup( $filename ); or Wiki::Toolkit::Setup::SQLite::setup( $dbh ); Takes one argument - either the name of the file that the SQLite database is stored in or an active database handle. NOTE: If a table that the module wants to create already exists, "setup" will leave it alone. This means that you can safely run this on an existing Wiki::Toolkit database to bring the schema up to date with the current Wiki::Toolkit version. If you wish to completely start again with a fresh database, run "cleardb" first. An optional second argument may be passed specifying the schema version to use; this is ONLY intended to be used during unit testing and should not normally be specified. cleardb use Wiki::Toolkit::Setup::SQLite; # Clear out all Wiki::Toolkit tables from the database. Wiki::Toolkit::Setup::SQLite::cleardb( $filename ); or Wiki::Toolkit::Setup::SQLite::cleardb( $dbh ); Takes one argument - either the name of the file that the SQLite database is stored in or an active database handle. Clears out all Wiki::Toolkit store tables from the database. NOTE that this will lose all your data; you probably only want to use this for testing purposes or if you really screwed up somewhere. Note also that it doesn't touch any Wiki::Toolkit search backend tables; if you have any of those in the same or a different database see Wiki::Toolkit::Setup::DBIxFTS or Wiki::Toolkit::Setup::SII, depending on which search backend you're using. ALTERNATIVE CALLING SYNTAX
As requested by Podmaster. Instead of passing arguments to the methods as ($filename) you can pass them as ( { dbname => $filename } ) or indeed ( { dbh => $dbh } ) Note that's a hashref, not a hash. AUTHOR
Kake Pugh (kake@earth.li). COPYRIGHT
Copyright (C) 2002-2004 Kake Pugh. All Rights Reserved. Copyright (C) 2006-2009 the Wiki::Toolkit team. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Wiki::Toolkit, Wiki::Toolkit::Setup::DBIxFTS, Wiki::Toolkit::Setup::SII perl v5.14.2 2011-09-25 Wiki::Toolkit::Setup::SQLite(3pm)
All times are GMT -4. The time now is 12:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy