diff --git a/db/lqdvi.sql b/db/lqdvi.sql new file mode 100644 index 00000000..13d40fcb --- /dev/null +++ b/db/lqdvi.sql @@ -0,0 +1,875 @@ +-- phpMyAdmin SQL Dump +-- version 3.3.9 +-- http://www.phpmyadmin.net +-- +-- Servidor: localhost +-- Tiempo de generación: 05-06-2011 a las 22:38:23 +-- Versión del servidor: 5.1.53 +-- Versión de PHP: 5.3.4 + +SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; + +-- +-- Base de datos: `lqdvi` +-- + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_commentmeta` +-- + +CREATE TABLE IF NOT EXISTS `wp_commentmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext, + PRIMARY KEY (`meta_id`), + KEY `comment_id` (`comment_id`), + KEY `meta_key` (`meta_key`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; + +-- +-- Volcar la base de datos para la tabla `wp_commentmeta` +-- + + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_comments` +-- + +CREATE TABLE IF NOT EXISTS `wp_comments` ( + `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', + `comment_author` tinytext NOT NULL, + `comment_author_email` varchar(100) NOT NULL DEFAULT '', + `comment_author_url` varchar(200) NOT NULL DEFAULT '', + `comment_author_IP` varchar(100) NOT NULL DEFAULT '', + `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `comment_content` text NOT NULL, + `comment_karma` int(11) NOT NULL DEFAULT '0', + `comment_approved` varchar(20) NOT NULL DEFAULT '1', + `comment_agent` varchar(255) NOT NULL DEFAULT '', + `comment_type` varchar(20) NOT NULL DEFAULT '', + `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', + `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`comment_ID`), + KEY `comment_approved` (`comment_approved`), + KEY `comment_post_ID` (`comment_post_ID`), + KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), + KEY `comment_date_gmt` (`comment_date_gmt`), + KEY `comment_parent` (`comment_parent`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; + +-- +-- Volcar la base de datos para la tabla `wp_comments` +-- + +INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES +(1, 1, 'Sr WordPress', '', 'http://wordpress.org/', '', '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Hola, esto es un comentario.
Para borrar un comentario sólo tienes que entrar y ver los comentarios de la entrada. Entonces tendrás la opción de editar o borrar.', 0, '1', '', '', 0, 0); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_facethumb` +-- + +CREATE TABLE IF NOT EXISTS `wp_facethumb` ( + `id` mediumint(9) NOT NULL AUTO_INCREMENT, + `time` bigint(11) NOT NULL DEFAULT '0', + `name` tinytext NOT NULL, + `url` varchar(100) NOT NULL, + `link` varchar(100) NOT NULL, + UNIQUE KEY `id` (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; + +-- +-- Volcar la base de datos para la tabla `wp_facethumb` +-- + +INSERT INTO `wp_facethumb` (`id`, `time`, `name`, `url`, `link`) VALUES +(1, 1306860478, 'MNT-Tech', 'http://localhost/lqdvi/wp-content/plugins/facethumb/uploads/mnt-tech.jpg', 'http://www.mnt-tech.fr/blog/'), +(2, 1306863272, 'Pseudo', 'http://localhost/lqdvi/wp-content/plugins/facethumb/uploads/1306863272.jpg', 'none'); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_links` +-- + +CREATE TABLE IF NOT EXISTS `wp_links` ( + `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `link_url` varchar(255) NOT NULL DEFAULT '', + `link_name` varchar(255) NOT NULL DEFAULT '', + `link_image` varchar(255) NOT NULL DEFAULT '', + `link_target` varchar(25) NOT NULL DEFAULT '', + `link_description` varchar(255) NOT NULL DEFAULT '', + `link_visible` varchar(20) NOT NULL DEFAULT 'Y', + `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', + `link_rating` int(11) NOT NULL DEFAULT '0', + `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `link_rel` varchar(255) NOT NULL DEFAULT '', + `link_notes` mediumtext NOT NULL, + `link_rss` varchar(255) NOT NULL DEFAULT '', + PRIMARY KEY (`link_id`), + KEY `link_visible` (`link_visible`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ; + +-- +-- Volcar la base de datos para la tabla `wp_links` +-- + +INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES +(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'), +(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_options` +-- + +CREATE TABLE IF NOT EXISTS `wp_options` ( + `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `blog_id` int(11) NOT NULL DEFAULT '0', + `option_name` varchar(64) NOT NULL DEFAULT '', + `option_value` longtext NOT NULL, + `autoload` varchar(20) NOT NULL DEFAULT 'yes', + PRIMARY KEY (`option_id`), + UNIQUE KEY `option_name` (`option_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=526 ; + +-- +-- Volcar la base de datos para la tabla `wp_options` +-- + +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(1, 0, 'siteurl', 'http://localhost/lqdvi/', 'yes'), +(2, 0, 'blogname', 'Fundación Lo Que De Verdad Importa', 'yes'), +(3, 0, 'blogdescription', 'El valor lo mueve el cerebro. Los valores, el corazón.', 'yes'), +(4, 0, 'users_can_register', '0', 'yes'), +(5, 0, 'admin_email', 'darranz@rodax-software.com', 'yes'), +(6, 0, 'start_of_week', '1', 'yes'), +(7, 0, 'use_balanceTags', '1', 'yes'), +(8, 0, 'use_smilies', '1', 'yes'), +(9, 0, 'require_name_email', '1', 'yes'), +(10, 0, 'comments_notify', '1', 'yes'), +(11, 0, 'posts_per_rss', '10', 'yes'), +(12, 0, 'rss_use_excerpt', '0', 'yes'), +(13, 0, 'mailserver_url', 'mail.example.com', 'yes'), +(14, 0, 'mailserver_login', 'login@example.com', 'yes'), +(15, 0, 'mailserver_pass', 'password', 'yes'), +(16, 0, 'mailserver_port', '110', 'yes'), +(17, 0, 'default_category', '1', 'yes'), +(18, 0, 'default_comment_status', 'closed', 'yes'), +(19, 0, 'default_ping_status', 'open', 'yes'), +(20, 0, 'default_pingback_flag', '1', 'yes'), +(21, 0, 'default_post_edit_rows', '20', 'yes'), +(22, 0, 'posts_per_page', '10', 'yes'), +(23, 0, 'date_format', 'j F, Y', 'yes'), +(24, 0, 'time_format', 'G:i', 'yes'), +(25, 0, 'links_updated_date_format', 'j F, Y G:i', 'yes'), +(26, 0, 'links_recently_updated_prepend', '', 'yes'), +(27, 0, 'links_recently_updated_append', '', 'yes'), +(28, 0, 'links_recently_updated_time', '120', 'yes'), +(29, 0, 'comment_moderation', '', 'yes'), +(30, 0, 'moderation_notify', '1', 'yes'), +(31, 0, 'permalink_structure', '', 'yes'), +(32, 0, 'gzipcompression', '0', 'yes'), +(33, 0, 'hack_file', '0', 'yes'), +(34, 0, 'blog_charset', 'UTF-8', 'yes'), +(35, 0, 'moderation_keys', '', 'no'), +(36, 0, 'active_plugins', 'a:4:{i:0;s:23:"facethumb/facethumb.php";i:1;s:46:"mimetypes-link-icons/mime_type_link_images.php";i:2;s:45:"simple-local-avatars/simple-local-avatars.php";i:3;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'yes'), +(37, 0, 'home', 'http://localhost/lqdvi/', 'yes'), +(38, 0, 'category_base', '', 'yes'), +(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), +(40, 0, 'advanced_edit', '0', 'yes'), +(41, 0, 'comment_max_links', '2', 'yes'), +(42, 0, 'gmt_offset', '1', 'yes'), +(43, 0, 'default_email_category', '1', 'yes'), +(44, 0, 'recently_edited', '', 'no'), +(45, 0, 'template', 'bloggingstream', 'yes'), +(46, 0, 'stylesheet', 'bloggingstream', 'yes'), +(47, 0, 'comment_whitelist', '1', 'yes'), +(48, 0, 'blacklist_keys', '', 'no'), +(49, 0, 'comment_registration', '', 'yes'), +(50, 0, 'rss_language', 'en', 'yes'), +(51, 0, 'html_type', 'text/html', 'yes'), +(52, 0, 'use_trackback', '0', 'yes'), +(53, 0, 'default_role', 'subscriber', 'yes'), +(54, 0, 'db_version', '17516', 'yes'), +(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'), +(56, 0, 'upload_path', '', 'yes'), +(57, 0, 'blog_public', '1', 'yes'), +(58, 0, 'default_link_category', '2', 'yes'), +(59, 0, 'show_on_front', 'posts', 'yes'), +(60, 0, 'tag_base', '', 'yes'), +(61, 0, 'show_avatars', '1', 'yes'), +(62, 0, 'avatar_rating', 'G', 'yes'), +(63, 0, 'upload_url_path', '', 'yes'), +(64, 0, 'thumbnail_size_w', '150', 'yes'), +(65, 0, 'thumbnail_size_h', '150', 'yes'), +(66, 0, 'thumbnail_crop', '1', 'yes'), +(67, 0, 'medium_size_w', '300', 'yes'), +(68, 0, 'medium_size_h', '300', 'yes'), +(69, 0, 'avatar_default', 'mystery', 'yes'), +(70, 0, 'enable_app', '', 'yes'), +(71, 0, 'enable_xmlrpc', '', 'yes'), +(72, 0, 'large_size_w', '1024', 'yes'), +(73, 0, 'large_size_h', '1024', 'yes'), +(74, 0, 'image_default_link_type', 'file', 'yes'), +(75, 0, 'image_default_size', '', 'yes'), +(76, 0, 'image_default_align', '', 'yes'), +(77, 0, 'close_comments_for_old_posts', '', 'yes'), +(78, 0, 'close_comments_days_old', '14', 'yes'), +(79, 0, 'thread_comments', '1', 'yes'), +(80, 0, 'thread_comments_depth', '5', 'yes'), +(81, 0, 'page_comments', '', 'yes'), +(82, 0, 'comments_per_page', '50', 'yes'), +(83, 0, 'default_comments_page', 'newest', 'yes'), +(84, 0, 'comment_order', 'asc', 'yes'), +(85, 0, 'sticky_posts', 'a:0:{}', 'yes'), +(86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), +(87, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(89, 0, 'timezone_string', '', 'yes'), +(90, 0, 'embed_autourls', '1', 'yes'), +(91, 0, 'embed_size_w', '', 'yes'), +(92, 0, 'embed_size_h', '600', 'yes'), +(93, 0, 'page_for_posts', '0', 'yes'), +(94, 0, 'page_on_front', '0', 'yes'), +(95, 0, 'default_post_format', '', 'yes'), +(96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'), +(97, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), +(98, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), +(99, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), +(100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), +(101, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), +(102, 0, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:13:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:7:"links-2";i:3;s:6:"text-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";i:6;s:10:"nav_menu-2";i:7;s:8:"search-2";i:8;s:14:"recent-posts-2";i:9;s:17:"recent-comments-2";i:10;s:10:"archives-2";i:11;s:12:"categories-2";i:12;s:6:"meta-2";}s:7:"sidebar";a:1:{i:0;s:9:"facethumb";}s:4:"home";a:0:{}s:13:"array_version";i:3;}', 'yes'), +(103, 0, 'cron', 'a:4:{i:1307316020;a:1:{s:12:"qs_cron_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1307340041;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1307383252;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'), +(104, 0, '_transient_doing_cron', '1307312433', 'yes'), +(146, 0, '_site_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1307309882;}', 'yes'), +(105, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":7:{s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-3.1.3.zip";s:7:"current";s:5:"3.1.3";s:6:"locale";s:5:"en_US";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}}s:12:"last_checked";i:1307301749;s:15:"version_checked";s:5:"3.1.3";}', 'yes'), +(521, 0, '_site_transient_timeout_theme_roots', '1307317044', 'yes'), +(522, 0, '_site_transient_theme_roots', 'a:2:{s:14:"bloggingstream";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'), +(110, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(111, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(112, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(113, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(114, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(115, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:22:"http://localhost/lqdvi";s:4:"link";s:98:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost/lqdvi/";s:3:"url";s:131:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/lqdvi/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:22:"Blog oficial WordPress";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:30:"Otras noticias sobre WordPress";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'), +(365, 0, 'current_theme', 'LQDVI', 'yes'), +(514, 0, '_transient_timeout_feed_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307345314', 'no'), +(515, 0, '_transient_feed_e5ae43d92a7dfc13d81bf1dd35e213c7', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"link:http://localhost/lqdvi/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://www.google.com/search?ie=utf-8&q=link:http://localhost/lqdvi/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:82:"Your search - link:http://localhost/lqdvi/ - did not match any documents. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Sun, 05 Jun 2011 19:28:19 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";s:143:"PREF=ID=b9d7b02b70b34d8a:FF=0:TM=1307302099:LM=1307302099:S=okKsuwJSGw_AP-GM; expires=Tue, 04-Jun-2013 19:28:19 GMT; path=/; domain=.google.com";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'), +(516, 0, '_transient_timeout_feed_mod_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307345314', 'no'), +(517, 0, '_transient_feed_mod_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307302114', 'no'), +(121, 0, 'can_compress_scripts', '1', 'yes'), +(228, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1306903624', 'no'), +(229, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 16:43:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"jigowatt on "Jigoshop - WordPress eCommerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/jigoshop/#post-25749";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Apr 2011 09:12:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25749@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customisability.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"jigowatt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"StephenTallamy on "Video Detective"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/video-detective/#post-26948";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 17:47:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26948@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Plugin for showing trailers from Video Detective.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"StephenTallamy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Chuck Reynolds on "Remove Tools Menu"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/remove-tools-menu/#post-26905";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 02:28:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26905@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:65:"Super simple plugin to remove the Tools menu from WordPress Admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Chuck Reynolds";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"peqnuc on "peq Pop Up spry adobe"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/peq-popup-adobe-spry/#post-26141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Apr 2011 12:36:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:48:"Abre conteúdo dinamico de um post em uma janela";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"peqnuc";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"eurotrip on "MapTalks Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/maptalks-plugin/#post-26973";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 May 2011 23:28:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26973@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58:"Inserisce nei vostri articoli le vostre mappe di MapTalks.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"eurotrip";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"Akifumi Nishikawa on "Old Custom Fields"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/old-custom-fields/#post-26921";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 08:50:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26921@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:38:"original custom fields setting plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Akifumi Nishikawa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Ramoonus on "Less.js for WordPress (that rhymes)"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/lessjs/#post-26982";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 12:12:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26982@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Ramoonus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Ramoonus on "Genesis Footer Widgets"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/genesis-footer-widgets/#post-26984";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 14:13:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26984@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"This plugin adds 3 footer widgets to Genesis 1.6 and higher.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Ramoonus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"mitcho (Michael ?? Erlewine) on "Nyan Cat!"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/nyan-cat/#post-26626";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 21:46:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26626@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:111:"The ultimate accessory to WordPress 3.2's Distraction-Free Writing mode. Get in the zone... the NYAN ZONE!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"mitcho (Michael ?? Erlewine)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Scott Herbert on "ATag"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/atag/#post-26974";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 00:23:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26974@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"Automatically generates tag's for new and updated posts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Scott Herbert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"ichurakov on "Paid Downloads"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/paid-downloads/#post-26922";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 09:59:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26922@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"The plugin allows to sell digital content. It automatically delivers temporary download link to you customer after completed payment done via PayPal.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"ichurakov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"drogbadvc on "Google Sitemap video"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/sitemap-google-video/#post-26986";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 14:43:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26986@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:55:"Sitemap Google video, indexation de videos dailymotion.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"drogbadvc";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"imath on "WP Idea Stream"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/wp-idea-stream/#post-26992";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 04:15:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26992@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Adds an Idea Management System to your WordPress!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"imath";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"cmsvoteup on "Facebook The Like Box In The Post"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://wordpress.org/extend/plugins/facebook-the-like-box-in-the-post-plugin/#post-26979";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 05:54:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26979@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"With this plugin, it will display Facebook The Like Box in a more flexible position in your Wordpress content (post), i.e. top or bottom of the post p";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"cmsvoteup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"natsuki1982 on "WP Hyper Response"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/wp-hyper-response/#post-26994";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 05:31:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26994@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:144:"This plugin improves the response of WordPress.\nWordPressサイト及び管理画面のレスポンスを向上させるプラグインです。";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"natsuki1982";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:27 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-04-08 09:12:03";s:14:"content-length";s:4:"7644";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'), +(230, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1306903624', 'no'), +(231, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1306860424', 'no'), +(235, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1306860425', 'no'), +(236, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1306903625', 'no'); +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(237, 0, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/31";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/njzpPDD5-zk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1577:"

New plugins

\n

Cleanup HTML adds a button to your visual editor, which when clicked, strips your post HTML of any div or span tags you might have, usually (but not always) junk tags to have in a post.

\n

Easy Modal allows you to easily add a Modal window with just about any content.

\n

Revert is a one-click button to revert a post to its previous revision.

\n

Updated plugins

\n

Admin Menu Tree Page View is a WordPress plugin that adds a page tree in the admin menu, so all your pages will always be available within just one click, no matter where you are in the admin area.

\n

Awesome Flickr Gallery Plugin is a simple, fast and light plugin to create a gallery of your Flickr photos on your WordPress enabled website.

\n

Exploit Scanner searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 13:00:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Matt: Benoît Mandelbrot and Chance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38289";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://ma.tt/2011/05/benoit-mandelbrot-and-chance/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:881:"

Louis Pasteur is credited with the observation that chance can only help the well-prepared mind. I also think that my long string of lucky breaks can be credited to my mode of paying attention: I look at funny things and never hesitate to ask questions. Most people would not have noticed the dirty blackboard, or looked at the article that my uncle gave me because he was not interested.

\n

via Edge: THE FATHER OF LONG TAILS — Interview with Benoît Mandelbrot by Hans Ulrich Obrist. For extra credit and an exercise in brevity and clarity, link or write in the comments the simplest definition of “fractal” as used by Mandelbrot and Obrist in the interview.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 16:23:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"Weblog Tools Collection: Use any WordPress Theme with BuddyPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10083";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/hJ45Rrxy38E/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:922:"

The BuddyPress Template Pack allows you to use any WordPress theme with BuddyPress, and it’s the perfect solutions for businesses and bloggers who are seeking to upgrade to more of a BuddyPress platform without changing too much of their existing design.

\n

Previous users of the BuddyPress Template Pack will be happy to know that the plugin has been upgraded and is now fully compatible with the latest stable release of BuddyPress.

\n

Have you used the BuddyPress Template Pack? Was exactly what you had hoped it to be, or would you recommend any similar plugins or services?

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 13:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt: Liking is for Cowards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38284";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://ma.tt/2011/05/liking-is-for-cowards/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:657:"

I may be overstating the case, a little bit. Very probably, you’re sick to death of hearing social media disrespected by cranky 51-year-olds. My aim here is mainly to set up a contrast between the narcissistic tendencies of technology and the problem of actual love. My friend Alice Sebold likes to talk about “getting down in the pit and loving somebody.” She has in mind the dirt that love inevitably splatters on the mirror of our self-regard.

\n

Johnathan Franzen’s Liking is for Cowards in the NY Times.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 19:08:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 5/29";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10077";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/RWp2qEAnj2E/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1256:"

\n

Emphasis is a black and blue two-column theme.

\n

\n

Lefty is a left aligned premium like free WordPress theme that features a very modern and clean design perfect for all sorts of blogs.

\n

\n

ZenLite Vertical is a ZenLite child theme for those who who want a clean, light, two-column site.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 13:00:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"Weblog Tools Collection: bbPress 2.0 Beta 2 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10071";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/QQ1nMqsFsmk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1306:"

bbPress 2.0 Beta 2 has been released. bbPress development is moving much quicker than anticipated due mostly to volunteer contributions. Since the previous release, the following changes have been made:

\n\n

bbPress 2 is still not necessarily ready for use on a live site yet, but bbPress theme and plugin developers are encouraged to start testing now. If you encounter any bugs, please report them to the bbPress Trac.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 May 2011 13:00:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"BuddyPress: BuddyPress Template Pack 1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://buddypress.org/?p=1432";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://buddypress.org/2011/05/buddypress-template-pack-1-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1430:"

I’ve just released version 1.1 of the BuddyPress Template Pack. BP Template Pack is a plugin that provides you with the necessary templates to make your existing WordPress theme BP-compatible. The plugin now provides templates that are 100% up-to-date with the latest stable release of BuddyPress, which means that users will get all of the features and AJAX niceties enjoyed by sites that use the bp-default theme.

\n

Those upgrading from an older version of the BuddyPress Template Pack can replace their existing BP templates, using the “Reset” button at Dashboard > BP Compatibility. Keep in mind that you’ll need to delete the BP template folders from your active theme (activity, blogs, forums, groups, members, registration) – for purposes of safety, this is must be done manually via FTP. Remember to back up any changes that you’ve made to these template files before deleting.

\n

EDIT: As r-a-y points out, it’s a very smart idea to *back up* or *rename* your existing template directories instead of simply deleting them. Test this on a development installation before you do anything in a production environment, if you can.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 20:10:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Mike Little: WordPress’ Eighth Birthday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"http://zed1.com/journalized/?p=1813";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:143:"http://zed1.com/journalized/archives/2011/05/27/wordpress-eighth-birthday/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-eighth-birthday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2646:"

Today is WordPress’ official eighth birthday (the anniversary of the first release).

\n

I still marvel at the incredible distance it has come. I’m also still proud that I had a part in its birth. But even more, I marvel at the wonderful contribution of all the WordPress community make to this fantastic project.

\n

A client said to me this morning “This WordPress is brilliant isn’t it?” As I helped him set up his fourth WordPress site. You can’t get much clearer praise than that.

\n

So raise a virtual beer (or other non-alcoholic beverage if, like me, you are teetotal) to WordPress, the community, and to another year.

\n

Update: I just spotted this tweet from Andrew Nacin:

\n#bbpBox_74139775761793024 a { text-decoration:none; color:#277dac; }#bbpBox_74139775761793024 a:hover { text-decoration:underline; }
At more than 20 million WordPress.com blogs, that puts WordPress at north of 45 million sites. Wowza. Happy birthday indeed.
@nacin
Andrew Nacin
\n

Wow! 25 million standalone WordPress sites plus 2o million WordPress.com sites! No wonder it powers more than 14 percent of the web.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 15:29:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"mike";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/27";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10067";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xLIbxe-K8nM/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1252:"

New plugins

\n

Adsense Float shows Google AdSense ads at a prominent position on your site, which maximizes the CTR and revenue of your site.

\n

Updated plugins

\n

CataBlog is a comprehensive and effortless tool that allows you to create catalogs, stores and galleries for your blog.

\n

Easy Retweet let’s you add retweet or Tweet this buttons for your WordPress posts, together with the retweet count.

\n

Hotfix provides unofficial fixes for selected WordPress bugs, so you don’t have to wait for the next WordPress core release.

\n

jQuery Drill Down iPod Menu creates drill down iPod style menus from any WordPress custom menu using jQuery.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 13:00:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"bbPress: bbPress 2.0, Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?p=422";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://bbpress.org/blog/2011/05/bbpress-2-0-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2021:"

Surprise! The development of bbPress 2.0 is progressing faster than expected! We released Beta 1 only six days ago, and today we’re releasing Beta 2. Huge props go out to everyone that’s already test driving Beta 1. The rapid pre-release cycle is due entirely to you, and sour cream and onion potato chips. :)

\n

Remember that this is still very much beta software, so don’t go using it on your production sites. If you’re a plugin or theme developer, or a site administrator, you should be running this on test environments and reporting any bugs you find. If you’re a loyal bbPress user who is anxious to see what the future of bbPress looks like, create a secondary WordPress test site and let us know what you think about it in the support forums.

\n

The plan is to keep releasing Beta’s as changes go in, put out release candidates in the next few weeks, and release bbPress 2.0 by the end of June (in tandem with WordPress 3.2.) The more you help us polish the new paint during the beta period means a shinier and longer lasting 2.0, and the more likely we are to stay on schedule and hit our release goals.

\n

Here are some of the important changes since Beta 1:

\n\n

Download bbPress 2.0 Beta 2

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 12:46:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"John James Jacoby";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"Mark Jaquith: Developing on WordPress using Git";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://markjaquith.wordpress.com/?p=578";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"http://markjaquith.wordpress.com/2011/05/26/developing-on-wordpress-using-git/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6092:"

WordPress uses Subversion (SVN) for revision management. Before Subversion, it used CVS. Right now, Git is a hot option in the SCM category. It offers really nice features such as decentralization, speed, fast and cheap local branching, better merging, more offline capabilities, staging of commits, and lots more. It’s premature to talk about moving WordPress core and plugins to another SCM system — we have a lot invested with Subversion and Trac. But be of good cheer. You can have your Git and commit to Subversion too! Here’s how I do it.

\n

First, tools. You’ll need Git, obviously. But you’ll also need git-svn-diff, a Bash script that generates Subversion-compatible diffs.

\n\n

Download git-svn-diff, put it somewhere in your path, and make it executable. Like this:

\n
\ncurl -L http://rkj.me/a1 > /usr/local/bin/git-svn-diff\nsudo chmod +x /usr/local/bin/git-svn-diff\n
\n

Next, to enable you to do git svn-diff instead of git-svn-diff, edit ~/.gitconfig and add this:

\n
\n[alias]\n	svn-diff = !git-svn-diff\n
\n

This next step is going to take a while. You’re going to pull down WordPress’ SVN history using Git’s SVN support.

\n
\ngit svn clone -t tags -b branches -T trunk http://core.svn.wordpress.org/\n
\n

You might want to let that run overnight. Really. It’s going to go through each changeset.

\n

Once you’re done, you should be in the Git master branch, which corresponds to WordPress SVN’s trunk. WordPress’ branches are in remotes/{name}

\n

To pull in the latest changes from SVN, use git svn rebase. Important rule: never modify the SVN branches (remotes/{name}). Instead, create a new topic branch.

\n

For example, say that I’m going to work on a ticket for trunk. I’d create a new branch from remotes/trunk like this:

\n
\ngit checkout -b ticket-12345 remotes/trunk\n
\n

That will create a new local Git branch called ticket-12345 based on SVN’s trunk, and then check it out (i.e. switch to it).

\n

If you’re working on a WordPress SVN branch, you can do something like this:

\n
\ngit checkout -b ticket-12345 remotes/3.1\n
\n

Do your work in the branch you created. You can make multiple local Git commits if you want, to break up your work into smaller chunks that make sense to you.

\n

When you’re ready to submit your patch, use git-svn-diff to produce it.

\n
\ngit svn-diff > ~/12345.diff\n
\n

If you have commit access, you can commit to Subversion from this topic branch. But be careful! First you should do git svn rebase to bring your patch up to date. Next, you should squash your local git commits, otherwise each one of them will be individually committed to SVN (hello, flood). So rebase your commits into one commit, like so:

\n
\ngit rebase -i remotes/trunk\n
\n

Use “reword” on the first commit. Use “fixup” on the subsequent ones. That will roll the commits up into one. You’ll then be prompted to enter your amended commit message for that commit amalgam.

\n

Ready? You can now commit to SVN using:

\n
\ngit svn dcommit\n
\n

Git knows which remote SVN branch it came from when you checked out your topic branch. You can verify which one it is attached to by doing:

\n
\ngit svn info\n
\n

A few tips:

\n

Create a .gitignore file. This lists files or directories that you want Git to ignore. First, you want Git to ignore the .gitignore file itself! Next, you want Git to ignore your local wp-config.php Finally, you want to ignore any additional plugins, must-use plugins, themes, uploads, etc. Just do a git status and add anything that you don’t want to commit to WordPress or put in your patches.

\n

I hope you found this helpful! Let me know if you have any questions.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 03:14:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Matt: ZURB Talk in Campbell, CA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38278";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://ma.tt/2011/05/zurb-talk-in-campbell-ca/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:245:"

Tomorrow I’m going to be speaking at ZURBsoapbox in Campbell, California at noon. If you’re in the Bay Area please come out and say howdy.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 May 2011 15:30:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"Weblog Tools Collection: WordPress 3.1.3 and 3.2 Beta 2 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10063";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/-KM8wpYZ4wQ/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:934:"

WordPress 3.1.3 and 3.2 Beta 2 have been released. Both releases include a number of security fixes and are recommended for all users.

\n

WordPress 3.2 Beta 2 also introduces support for Google Chrome Frame, an enhanced blue Dashboard color scheme, and a new version of jQuery.

\n

Don’t delay, upgrade today!™ And, if you run into problems, contact the WordPress Support Forums.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 May 2011 13:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Matt: I Don’t Care if You Read This Article";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38273";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://ma.tt/2011/05/i-don%e2%80%99t-care-if-you-read-this-article/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:813:"

The Internet measures everything. And I am a slave to those measurements. After so many years of pushing much of my life through this screen, I’ve started measuring my experiences and my sense of self-worth using the same metrics as the Internet uses to measure success. I check my stats relentlessly. The sad truth is that I spend more time measuring than I spend doing.

\n

Fantastic read over at Tweetage Wasteland : I Don’t Care if You Read This Article. Or put another way “Not everything that can be counted counts, and not everything that counts can be counted.” Hat tip: Mark Riley.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 21:15:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"Dev Blog: WordPress 3.1.3 (and WordPress 3.2 Beta 2)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1838";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/05/wordpress-3-1-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3480:"

WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:

\n\n

Consult the change log for more details.

\n

Download WordPress 3.1.3 or update automatically from the Dashboard → Updates menu in your site’s admin area.

\n
\n

WordPress 3.2 Beta 2 also available

\n

In other news, our development of WordPress 3.2 development continues right on schedule. We released Beta 1 thirteen days ago, and today we’re putting out Beta 2 for your testing pleasure.

\n

This is still beta software, so we don’t recommend that you use it on production sites. But if you’re a plugin developer, a theme developer, or a site administrator, you should be running this on your test environments and reporting any bugs you find. If you’re a WordPress user who wants to open your presents early, take advantage of WordPress’ famous 5-minute install and spin up a secondary test site. Let us know what you think!

\n

The plan is to start putting out release candidates in early June, and to release WordPress 3.2 by the end of the month. The more you help us iron out issues during the beta period, the more likely we are to hit those dates. To misappropriate and mangle a quote from Mahatma Gandhi: “Be the punctuality you want to see in the WordPress.” In other words, test now!

\n

Here are some of the things that changed since Beta 1:

\n\n

Download WordPress 3.2 Beta 2

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 18:43:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 5/25";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10056";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/x3qhc0iV0yI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1204:"

\n

Flow is a natural, clean, and refreshing theme

\n

\n

Powered By is a beautifully designed theme, packed with features, and built especially to tear apart and learn from the code.

\n

\n

zeeCorporate is an elegant and light WordPress theme for corporate blogs or business sites.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 13:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"Lorelle on WP: Managing Multiple Authors: Customizing the WordPress Author Page";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=5079";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://lorelle.wordpress.com/2011/05/24/managing-multiple-authors-customizing-the-wordpress-author-page/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:491:"We’ve been covering a lot of different suggestions for increasing the exposure of a contributor in a multiple author blog, and in this article, I want to focus specifically on one of the most important page on a WordPress site to an author, the author page. The author page in WordPress is generated automatically, featuring [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 03:21:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Matt: Opulence Bubble";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38268";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2011/05/opulence-bubble/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:843:"

I believe the mini-bubbles above are different ripples in what might call the surface of a superbubble: an opulence bubble. Here’s what I mean by opulence bubble: our conception of the good life, as I’ve discussed with you, has been centered on what I call hedonic opulence — having more, bigger, faster, cheaper, now. But we might be finding out, the hard way, that the pursuit of lowest-common-denominator industrial age stuff might have been steeply overvalued, in terms of its social, human, and financial value.

\n

The Opulence Bubble by Umair Haque. Hat tip: Tim Bray and Paul Kedrosky.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 May 2011 15:41:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"Lorelle on WP: Managing Multiple Bloggers: Author Content Management on WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=5039";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"http://lorelle.wordpress.com/2011/05/23/managing-multiple-bloggers-author-content-management-on-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:523:"In the last article I talked about what’s most important to the author and their readers, covering recognition when it comes to researching and developing a website design to accommodate multiple bloggers. In this article, I want to cover the research you need to consider when it comes to content management, which represents the “Aggregation” [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 May 2011 21:55:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Publisher Blog: AllThingsD redesign";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1507";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://publisherblog.automattic.com/2011/05/23/allthingsd-redesign/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2535:"

AllThingsD, a longtime WordPress.com VIP ever since they launched in 2007, has unveiled a redesign to their popular site.

\n

\n

[Visit AllThingsD and read more about the redesign]

\n

Ready to become a VIP Services Client? Some of the world’s biggest brands rely on WordPress.com VIP Services.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 May 2011 21:39:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Sara Rosso";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Matt: Great overview of WP economy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38183";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://ma.tt/2011/05/great-overview-of-wp-economy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:266:"

Joel Falconer has written a pretty definitive article on WordPress: The Free Software With a Big Economy & How You Can Get Involved.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 May 2011 15:22:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10053";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/hq4Cq87Bbtg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1582:"

New plugins

\n

bbPress is forum software with a twist from the creators of WordPress.

\n

Q&A allows any WordPress site to have a fully featured questions and answers section.

\n

Wiki allows you to create a wiki as easily as adding a post.

\n

WP Help allows administrators to create detailed, hierarchical documentation for the site’s authors and editors, viewable in the WordPress admin.

\n

Updated plugins

\n

AddToAny: Share/Bookmark/Email Button helps people share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious, and well over 100 more social bookmarking and sharing sites.

\n

MarketPress brings you a solid, simple yet extensible foundation for a WordPress-Powered store.

\n

WordPress PopUp allows you to display a fancy popup (powered as a popover!) to visitors sitewide or per blog.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 May 2011 13:00:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Weblog Tools Collection: bbPress 2 Beta 1 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10050";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/mdhitQEjyK0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2304:"

bbPress 2 Beta 1 has been released as a WordPress plugin. bbPress is essentially the forum brother of WordPress, but unlike BuddyPress and other siblings, installation and integration were not too ideal.

\n

The new version of bbPress not only introduces itself as a simple-to-use WordPress plugin for the first time, but it also carries an incredible amount of improvements, according to the launch post:

\n\n

There are also some snazzy new features just for developers listed at the above-linked post.

\n

bbPress 2 is not necessarily ready for use on a live site yet, but bbPress theme and plugin developers are encouraged to start testing now. If you encounter any bugs, please report them to the bbPress Trac.

\n

Have you tried bbPress 2 Beta 1 yet? What do you think of if compared to bbPress 1?

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 May 2011 13:00:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"bbPress: bbPress 2.0, Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?p=402";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://bbpress.org/blog/2011/05/bbpress-2-0-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4467:"

The next item up for bid is bbPress 2.0, Beta 1 – the first public iteration of bbPress as a plugin for your self hosted WordPress powered website. Several months worth of sweet-tea, BBQ, and pepperoni pizza have gone into making this the easiest forum software you could ever integrate with WordPress, and we’re really excited to give everyone a preview. The bidding, starts (and ends) at $free, for a quantity of unlimited bbPresses.

\n

bbPress 2.0 is still in active development, and we don’t recommend that you run it on a production site. Instead, set up a test site or a local installation to play with. If you do manage to break it, you’ll be doing everyone a huge favor by letting us know. If you manage to fix what you broke on your own, there just might be cake waiting for you when the BBQ is gone. :)

\n

We are aiming to release bbPress 2.0 by the end of June, to coincide with the WordPress 3.2 launch. The actual release date is a bit of a moving target, based on how both beta periods go. The more help we get with testing and fixing bugs, the sooner the final version ships. If you want to be a beta tester, check out the WordPress Codex article on how to report feedback.

\n

Here’s a taste of the awesomesauce that comes baked in:

\n\n

Developers, here’s the icing on your cakes:

\n\n

You should know this going in:

\n\n

If you think you found a bug, please report it! Start by bringing it up in the support forums, or if you’ve confirmed that other people are experiencing the same bug you can report it on the bbPress Core Trac. If you find a security vulnerability, please be discrete and let us know privately using one of the methods posted on the WordPress contact page.

\n

Theme and plugin authors, if you haven’t been following the 2.0 development cycle, please start now so that you can update your themes and plugins to be compatible with this new version of bbPress.

\n

Download bbPress 2.0, Beta 1 ↓

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 May 2011 15:23:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"John James Jacoby";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 5/21";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10044";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/vusygCdB3Gs/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1296:"

\n

Absolum allows you to build your theme from color options, custom headers (8 preinstalled) and backgrounds (7 preinstalled).

\n

\n

Ambient Occlusion is a clean and warm theme, with a brown/cocoa colour theme built for experienced bloggers.

\n

\n

Deco Beach is a subtle, peaceful WordPress theme with a touch of art deco and soft colors reminiscent of a sandy beach.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 May 2011 13:00:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress for iOS 2.8 Major Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10039";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/NFKhkz17_1k/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:958:"

WordPress for iOS 2.8 has been released and is a rather significant update.

\n\n

If you have struggled with the iOS app lately, it’s definitely time to update. What do you think of the new release?

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 May 2011 13:00:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Matt: Balloon Ride";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38186";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"http://ma.tt/2011/05/balloon-ride/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:18629:"

Went for Napa / Vacaville hot air balloon ride with Janitorial team at Automattic, had dinner at 54 Mint, and caught the end of the symphony masquerade ball in San Francisco. Here are Nick’s pictures from the same day.

\n

\n\nMCM_8996\nMCM_8997\nMCM_8998\nMCM_8999\nMCM_9001\nMCM_9003\nMCM_9005\nMCM_9007\nMCM_9008\nMCM_9010\nMCM_9011\nMCM_9012\nMCM_9013\nMCM_9015\nMCM_9020\nMCM_9023\nMCM_9029\nMCM_9031\nMCM_9032\nMCM_9033\nMCM_9034\nMCM_9035\nMCM_9036\nMCM_9037\nMCM_9038\nMCM_9041\nMCM_9043\nMCM_9044\nMCM_9045\nMCM_9046\nMCM_9047\nMCM_9050\nMCM_9052\nMCM_9053\nMCM_9057\nMCM_9067\nMCM_9071\nMCM_9072\nMCM_9073\nMCM_9075\nMCM_9078\nMCM_9079\nMCM_9080\nMCM_9081\nMCM_9083\nMCM_9086\nMCM_9087\nMCM_9089\nMCM_9090\nMCM_9091\nMCM_9092\nMCM_9093\nMCM_9095\nMCM_9098\nMCM_9102\nMCM_9105\nMCM_9106\nMCM_9107\nMCM_9109\nMCM_9110\nMCM_9112\nMCM_9115\nMCM_9117\nMCM_9118\nMCM_9119\nMCM_9120\nMCM_9121\nMCM_9122\nMCM_9123\nMCM_9126\nMCM_9127\nMCM_9134\nMCM_9136\nMCM_9137\nMCM_9138\nMCM_9139\nMCM_9140\nMCM_9148\nMCM_9151";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 May 2011 08:00:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Publisher Blog: Major League Baseball MLBlogs migrates to WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1496";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"http://publisherblog.automattic.com/2011/05/19/major-league-baseball-mlblogs-migrates-to-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2505:"

MLBlogs has migrated to WordPress.com – not only will all their users now be blogging on WordPress.com, there are 3 new themes for any user on WordPress.com to join in the fun. Welcome to WordPress!

\n

\n

Check out the announcement on WordPress.com News.

\n

Ready to become a VIP Services Client? Some of the world’s biggest brands rely on WordPress.com VIP Services.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 May 2011 16:28:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Sara Rosso";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10037";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/zJfn0xKUvIM/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1409:"

New plugins

\n

Google Maps All In One allows you to easily embed and customize Google maps on your WordPress site – in posts, pages or as an easy to use widget.

\n

WPMU DEV SEO is a solution for optimizing your WordPress site to achieve the highest search engine rankings possible.

\n

YouTube White Label Shortcode allows you to white label YouTube videos and comes with a shortcode generator in a metabox on the post screen.

\n

Updated plugins

\n

Floating Menu creates a widget, which adds a floating, sticky, drop down menu from any standard WordPress custom menu using jQuery.

\n

Store Locator empowers you to efficiently display and manage your important stores, locations, or other points of interest on your website in a manner that’s easily searchable by visitors.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 May 2011 13:00:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WP iPhone: Big Update: WordPress for iOS 2.8 Available Today!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://ios.wordpress.org/?p=1040";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"http://ios.wordpress.org/2011/05/18/big-update-wordpress-for-ios-2-8-available-today/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5910:"

It’s been in the works for about two months, and we hope you agree with us that it was worth the wait. This is the first app version in a long time where we’re actually adding features, previously we’ve been 100% focused on improving stability, error messages, and help. While these efforts will continue indefinitely, we now feel like the app is stable enough to start adding some long-awaited features. The Quick Photo button, lets you snap a picture of something happening right now and blog about it quickly. We’ve added Stats to the app (finally!). The app has also been translated to 10 languages, including Spanish, French, Portuguese, and Japanese.

\n

Quick Photo

\n

The “Quick Photo” button is a big step towards the next-generation WordPress app. It’s the first feature that’s action-centric, meaning that instead of picking the blog, and then selecting what you want to do with it, you pick your action first. The thinking is that an app should be all about getting in and out quickly, performing a specific task.

\n

\n

As you launch the app, you’ll notice there’s now a button in the bottom of your blogs list. Tap it to launch the camera and take a picture, when you’re satisfied you can add a title or a description (if you want, both are optional), and boom — you’re done! The function remembers the last blog you posted a Quick Photo to and will use that for future posts as well. Note: iPhone only for now.

\n

Stats

\n

Finally you’re able to check your blog’s statistics on the go. There are charts for Daily, Weekly, and Monthly page views, swipe over them to see the others. You can also see Daily Views by date, as well as top Post Views, Referrers, Search Terms, and Clicks for the past 7 days.

\n

The Stats feature natively works for all WordPress.com blogs, however you’ll need Jetpack or the stand-alone Stats plugin to see stats for your self-hosted WordPress blog. We recommend that you enable Jetpack on your site, as we’ll add app-specific functions to it in the future to help further enhance the apps in a quicker turnaround time.

\n

Localization

\n

This has been long awaited for a lot of you. We’re happy to report that the WordPress for iOS app is now completely translatable, and 2.8 adds support for 10 languages: Japanese, Italian, Portuguese, Spanish, Swedish, Hebrew, German, Dutch, French, and Croatian.

\n

Is your language not translated yet? You can very easily add it yourself, and we’ll put it in the app in a future release! To get started, visit the WordPress for iOS project on translate.wordpress.org (learn more). You don’t have to translate all strings, other people will join in to translate remaining strings.

\n

Other changes

\n

While we’re excited about adding a few new, much requested features, we know that stability is still an issue. We’ve been able to resolve 3/4 of all crashes in the app. This update fixes a number of additional crashes and bugs. The full list of crash and bug fixes is available in the WordPress for iOS Trac.

\n

Be sure to follow @WordPressiOS on Twitter for the latest news.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 May 2011 21:39:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Isaac Keyet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 5/18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10029";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xsbAxEM0_TA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1476:"

\n

Modern Blogger is a very clean and uniquely design WordPress theme thats great for just about any niche. It features some premium like features like a homepage slider, related posts, built-in pagination, social buttons and SuperFish enhanced drop-down menus.

\n

\n

Wiredrive Classic is highly customizable, so you can use it to power a production company website or even a pre-production book.

\n

\n

ZenLite Petal is a pastel pink child theme for ZenLite with added Google Fonts.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 May 2011 13:00:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"Matt: BusinessWeek Best Young Tech Entrepreneurs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38178";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"http://ma.tt/2011/05/businessweek/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:496:"

I’m honored to be have been chosen alongside some cool folks like Kevin Rose, Dave Morin, Andrew Mason, and Charlie Cheever as one of Bloomberg BusinessWeek’s Best Young Tech Entrepreneurs in 2011. I only have 3 more years before I’m too old for these lists. :)

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 May 2011 12:04:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WPTavern: Thanks For Everything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5268";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"http://feedproxy.google.com/~r/WordpressTavern/~3/Ql_lytojPHY/thanks-for-everything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4808:"

A lot has happened in the 2 and a half years since WPTavern began. In fact, a lot has happened since I started my first paid writing gig for WeblogToolsCollection.com back in December of 2007. Back then, I was infected with the WordPress fascination bug. I wanted to write, read, and learn what I could concerning the publishing system. My enthusiasm showed up in my posts and I was not afraid to write about what was on my mind versus towing any line. Unlike most of the people within the WordPress ecosystem who are developer centric, I had the ability to write well about WordPress as an end user with little to no development experience. Over the course of time, I think my ideas, criticisms and suggestions have helped in one way or another either the WordPress platform or a theme or plugin author. However, since my biggest contributions to the project have really only been words, maybe I haven’t done anything to improve the CMS as it relies on code. Regardless of my contributions or lack thereof, my goal was to always try and tell the stories of those making things happen which is a gift I don’t have. I’m a user, not a creator.

\n

Thanks to this thing called WordPress and my enthusiasm for not only the platform, but for the people and community that surrounds it, I was able to travel to various parts of the country to attend WordCamps, local events dedicated to bring WordPress users together. I was able to meet and talk face to face with many of the people that have online celebrity status attached to them and found out most of them are down to earth people. I was able to transform myself from a nobody blogger in Northern Ohio to someone who actually could write a thing or two about WordPress. One of my biggest accomplishments though was being able to turn WPTavern into a respected community within the grander ecosystem that is WordPress. Those who registered to the forum and have spent hours on it responding to or creating threads of their own are the ones to thank for that.

\n

One of my other goals for this site that sort have happened, at least for one year was to generate an income that would allow me to do this full-time. I was on a roll before my fiances father passed away, creating a mudslide of responsibilities and problems that fell into our laps. One year, I was able to generate $10,000 of additional income but to get there, I had to spend 7-9 hours in front of the computer interacting with the community, writing content such as extensive reviews with affiliate links, produce the WordPress weekly podcast on a regular basis on the week-end, essentially be everywhere the news was happening. Once life got in the way of me being able to sit in front of the PC all day, everything started to crumble apart.

\n

The bottom line is, writing about WordPress, being a user and not a creator is not something that is going to put food on the table and is definitely not going to pay for things such as a new roof, driveway, windows, etc. It could certainly be used for supplemental income but I just don’t have the energy or will power to keep trudging through the waste deep mud. I need to be thinking about what I can do to get a career in something that will help pay for this stuff that exists in the real world, not the WordPress world. A job or education to get a job that will help sustain my way of life. Recently, I’ve been thinking about taking a general tradesman certificate course at a local college to see what that’s all about.

\n

So what that all means is that my time with WPTavern and everything that I’ve done in the WordPress world is coming to an end. However, it’s not the end of WPTavern or the things attached to it. You’ll find out what’s happening when the time is right but the future is still bright for this domain and everything attached to it.

\n

If you’re interested in keep tabs on me, you can follow me at http://jeffc.me/

\n\n\n

Related posts:

  1. Looking For Guest Posts For September
  2. \n
  3. WPTavern Is My Home And You’re Just A Guest
  4. \n
  5. 5 Tips To Create A Great Site About WordPress
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 May 2011 00:17:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt: WP + MLB";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38176";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://ma.tt/2011/05/wp-mlb/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:444:"

Batters Up: Major League Baseball Now on WordPress.com. MLB’s blogging system used to be powered by Movable Type, and about 15,000 blogs switched over to WordPress.com as part of this. It’s an honor and delight to have so many great bloggers joining the family. They’re also in good company with VIP blogs for the NFL, NBA, NBC Sports…

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 May 2011 06:58:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WP iPhone: 3/4 of all crashes fixed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://ios.wordpress.org/?p=1042";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://ios.wordpress.org/2011/05/16/crashes-fixed-may/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2352:"

Over the last few versions of WordPress for iOS, we’ve been able to eliminiate more than 75% of the crashes reported. While a lot of work remains to make the app as stable as we want it to be, we wanted to share the chart below which details the number of crashes per app version over the last 5 months.

\n

\n

WordPress for iOS 2.8 will soon become available, which has further stability improvements as well as some exciting new features.

\n

Be sure to follow @WordPressiOS on Twitter for the latest news.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 17:47:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Isaac Keyet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Weblog Tools Collection: WordPress Contributors Now Listed in 3.2 Beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10026";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/OX1-Ekb1mXY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:819:"

Starting with the 3.2 beta, WordPress contributors are now credited on a fancy new page in the Dashboard. Data is pulled from the contributor’s WordPress.org profile (for example, Andrew Nacin’s profile), so make sure that yours is up to date!

\n

It sure is great to see some up-front recognition for all of the contributors to WordPress. What do you think? Is this a step in the right direction?

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 13:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"Donncha: Howto: Build a contact form with a Polldaddy survey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89496210";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://ocaoimh.ie/2011/05/16/build-contact-form-polldaddy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4933:"

I just added a contact form to the about page here using a Polldaddy survey. While it’s not as straight forward as installing a plugin to do the job, I think it’s worth doing because it touches on all aspects of Polldaddy survey creation. After you’ve created this contact form on your own blog you’ll know how to create a Polldaddy survey, a custom style sheet and how to change the language in the form too. It’s very flexible.

\n

Here’s how I did it.

\n
    \n
  1. Login to Polldaddy and on the dashboard create a new survey for your contact form.
    \n
  2. \n
  3. Give your form a descriptive name and select the custom stylesheet. You’ll have to create a new one. I use the WordPress 2010 theme so I based my stylesheet on the Plain White theme. Changes are minor, mainly to accommodate width and font size. Grab the css file here and copy it into your style.
  4. \n
  5. Now on to the questions. I created a simple Name, Email and Comment form.
    \n
  6. \n
  7. You need to tell the survey where to send responses. After saving, go to Reports->Data and scroll down to the Email Notifications where you can fill in your details. You can also subscribe to an rss feed or send responses to a HTTP URL.\n

  8. \n
  9. To embed the form in your website use the embed popup and choose “Website Inline”. The iframe code should be copied into the new page that will hold your contact form.\n

  10. \n
  11. You’ll have a form that looks like this.\n

  12. \n
  13. You’re not finished yet though. Submit the form and you’ll see the message, “Survey Completed”. That’s not exactly appropriate for a contact form is it? Go to the languages page and create a new Survey Pack. You can change just about every bit of text displayed in the form here. After you’ve saved the language pack go back to the edit survey page and select the correct language pack:
    \n
  14. \n
  15. The one final job to do is to adjust the iframe size. I made each field of the form mandatory but that raises errors when you submit an empty form. Those errors make the form longer than the default and the iframe is too small to hold it. I bumped the height to 900 pixels and no more ugly scrollbars! There’s more empty whitespace below the form but my contact form is at the end of the page so I don’t mind.
  16. \n
\n

You could also use the Javascript embed method, but that loads the survey form in a css popup window. I prefer the iframe method.

\n

As you can see, Polldaddy surveys are incredibly flexible and offer a lot of customization options. I work on Polldaddy code every day so of course I’ll say this but I’d have no hesitation in recommending the service to anyone needing polls, surveys, quizzes or ratings. Create a free account and give it a spin!

\n

Related Posts

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 12:48:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Donncha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10022";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/psjuHvxs6wI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1292:"

New plugins

\n

Resize Twenty Eleven Header is a simple plugin which allows you to resize the header in the new Twenty Eleven theme (WordPress 3.2 beta) without modifying any code.

\n

Simple SEO Sitemap essentially goes as far as possible for you to streamline the sitemap generation process so that you don’t have to do much thinking.

\n

Updated plugins

\n

IntenseDebate is a feature-rich comment system for WordPress, Blogger, Tumblr and many other blogging/CMS platforms.

\n

Posts by Tag provides sidebar widgets which can be used to display posts from a specific set of tags.

\n

Twitter Avatar Reloaded adds a new field to the comment form to get the user’s Twitter usrename and uses it to replace the Gravatar with their Twitter avatar when the comment is displayed.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 09:45:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Weblog Tools Collection: WP On Tour: International WordPress Coworking";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10004";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/-vAcH5j_YgY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1309:"

WP On Tour is an in-planning international coworking trip geared towards anyone with an interest in WordPress.

\n

The idea is to step out of your daily (office) environment and work at a challenging location somewhere in the world. Like a holiday, but then with WordPress geeks Everybody is welcome: bloggers, designers, programmers, entrepreneurs, etc.

\n

Simply 1 week of fun, working, sightseeing, brainstorming, relaxing and inspiring each other.

\n

The trip is being planned by Automattic Happiness Engineer, Karim Osman, and expected to last anywhere from five to seven days. At this time, there are no details on a location, but wherever it is, there will definitely be plenty of WordPress enthusiasts working and socializing.

\n

If you can’t wait to get involved, Karim is looking for a killer logo for the event.

\n

What do you think of the event? Would you travel to work alongside an international collection of WordPress stars?

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 14 May 2011 13:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Matt: Incomplete Manifesto for Growth";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38174";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://ma.tt/2011/05/incomplete-manifesto-for-growth/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9995:"

Bruce Mau Design Incomplete Manifesto for Growth — “Written in 1998, the Incomplete Manifesto is an articulation of statements exemplifying Bruce Mau’s beliefs, strategies and motivations. Collectively, they are how we approach every project.” I dig. Hat tip: Noel.

\n

\n

Update: Bruce Mau has moved his site to a new CMS (Behance) and broken all previous links, and the Manifesto I linked above is inaccessible or I can’t find it on the site anymore. That is disappointing, but shouldn’t diminish the power of the original document, which I’ve copied below:

\n

1. Allow events to change you.

\n

You have to be willing to grow. Growth is different from something that happens to you. You produce it. You live it. The prerequisites for growth: the openness to experience events and the willingness to be changed by them.

\n

2. Forget about good.
\nGood is a known quantity. Good is what we all agree on. Growth is not necessarily good. Growth is an exploration of unlit recesses that may or may not yield to our research. As long as you stick to good you’ll never have real growth.

\n

3. Process is more important than outcome.
\nWhen the outcome drives the process we will only ever go to where we’ve already been. If process drives outcome we may not know where were going, but we will know we want to
\nbe there.

\n

4. Love your experiments (as you would an ugly child).
\nJoy is the engine of growth. Exploit the liberty in casting your work as beautiful experiments, iterations, attempts, trials, and errors. Take the long view and allow yourself the fun of failure every day.

\n

5. Go deep.

\n

The deeper you go the more likely you will discover something of value.

\n

6. Capture accidents.
\nThe wrong answer is the right answer in search of a different question. Collect wrong answers as part of the process. Ask different questions.

\n

7. Study.
\nA studio is a place of study. Use the necessity of production as an excuse to study. Everyone will benefit.

\n

8. Drift.
\nAllow yourself to wander aimlessly. Explore adjacencies. Lack judgment. Postpone criticism.

\n

9. Begin anywhere.
\nJohn Cage tells us that not knowing where to begin is a common form of paralysis. His advice: begin anywhere.

\n

10. Everyone is a leader.
\nGrowth happens. Whenever it does, allow it to emerge. Learn to follow when it makes sense. Let anyone lead.

\n

11. Harvest ideas.
\nEdit applications. Ideas need a dynamic, fluid, generous environment to sustain life. Applications, on the other hand, benefit from critical rigor. Produce a high ratio of ideas
\nto applications.

\n

12. Keep moving.
\nThe market and its operations have a tendency to reinforce success. Resist it. Allow failure and migration to be part of your practice.

\n

13. Slow down.
\nDesynchronize from standard time frames and surprising opportunities may present themselves.

\n

14. Dont be cool.
\nCool is conservative fear dressed in black. Free yourself from limits of this sort.

\n

15. Ask stupid questions.
\nGrowth is fueled by desire and innocence. Assess the answer, not the question. Imagine learning throughout your life at the rate of an infant.

\n

16. Collaborate.
\nThe space between people working together is filled with conflict, friction, strife, exhilaration, delight, and vast creative potential.

\n

17. ____________________.
\nIntentionally left blank. Allow space for the ideas you haven’t had yet, and for the ideas

\n

of others.

\n

18. Stay up late.
\nStrange things happen when you’ve gone too far, been up too long, worked too hard, and you’re separated from the rest of the world.

\n

19. Work the metaphor.
\nEvery object has the capacity to stand for something other than what is apparent. Work on what it stands for.

\n

20. Be careful to take risks.
\nTime is genetic. Today is the child of yesterday and the parent of tomorrow. The work you produce today will create your future.

\n

21. Repeat yourself.

\n

If you like it, do it again. If you don’t like it, do it again.

\n

22. Make your own tools.
\nHybridize your tools in order to build unique things. Even simple tools that are your own can yield entirely new avenues of exploration. Remember, tools amplify our capacities, so even a small tool can make a big difference.

\n

23. Stand on someones shoulders.
\nYou can travel farther carried on the accomplishments of those who came before you. And the view is so much better.

\n

24. Avoid software.
\nThe problem with software is that everyone has it.

\n

25. Don’t clean your desk.

\n

You might find something in the morning that you cant see tonight.

\n

26. Don’t enter awards competitions.
\nJust don’t. Its not good for you.

\n

27. Read only left-hand pages.
\nMarshall McLuhan did this. By decreasing the amount of information, we leave room for what he called our “noodle.”

\n

28. Make new words.
\nExpand the lexicon. The new conditions demand a new way of thinking. The thinking demands new forms of expression. The expression generates new conditions.

\n

29. Think with your mind.

\n

Forget technology. Creativity is not device-dependent.

\n

30. Organization = Liberty.
\nReal innovation in design, or any other field, happens in context. That context is usually some form of cooperatively managed enterprise. Frank Gehry, for instance, is only able to realize Bilbao because his studio can deliver it on budget. The myth of a split between “creatives” and “suits” is what Leonard Cohen calls a ‘charming artifact of the past.’

\n

31. Don’t borrow money.
\nOnce again, Frank Gehrys advice. By maintaining financial control, we maintain creative control. Its not exactly rocket science, but its surprising how hard it is to maintain this discipline, and how many have failed.

\n

32. Listen carefully.
\nEvery collaborator who enters our orbit brings with him or her a world more strange and complex than any we could ever hope to imagine. By listening to the details and the subtlety of their needs, desires, or ambitions, we fold their world onto our own. Neither party will ever be the same.

\n

33. Take field trips.

\n

The bandwidth of the world is greater than that of your TV set, or the Internet, or even a totally immersive, interactive, dynamically rendered, object-oriented, real-time, computer graphic simulated environment.

\n

34. Make mistakes faster.
\nThis isn’t my idea I borrowed it. I think it belongs to Andy Grove.

\n

35. Imitate.
\nDon’t be shy about it. Try to get as close as you can. You’ll never get all the way, and the separation might be truly remarkable. We have only to look to Richard Hamilton and his version of Marcel Duchamps large glass to see how rich, discredited, and underused imitation is as a technique.

\n

36. Scat.
\nWhen you forget the words, do what Ella did: make up something else … but not words.

\n

37. Break it, stretch it, bend it, crush it, crack it, fold it.

\n

38. Explore the other edge.
\nGreat liberty exists when we avoid trying to run with the technological pack. We cant find the leading edge because its trampled underfoot. Try using old-tech equipment made obsolete by an economic cycle but still rich with potential.

\n

39. Coffee breaks, cab rides, green rooms.
\nReal growth often happens outside of where we intend it to, in the interstitial spaces what Dr. Seuss calls “the waiting place.” Hans Ulrich Obrist once organized a science and art conference with all of the infrastructure of a conference the parties, chats, lunches, airport arrivals but with no actual conference. Apparently it was hugely successful and spawned many ongoing collaborations.

\n

40. Avoid fields.
\nJump fences. Disciplinary boundaries and regulatory regimes are attempts to control the wilding of creative life. They are often understandable efforts to order what are manifold, complex, evolutionary processes. Our job is to jump the fences and cross the fields.

\n

41. Laugh.
\nPeople visiting the studio often comment on how much we laugh. Since I’ve become aware of this, I use it as a barometer of how comfortably we are expressing ourselves.

\n

42. Remember.

\n

Growth is only possible as a product of history. Without memory, innovation is merely novelty. History gives growth a direction. But a memory is never perfect. Every memory is a degraded or composite image of a previous moment or event. That’s what makes us aware of its quality as a past and not a present. It means that every memory is new, a partial construct different from its source, and, as such, a potential for growth itself.

\n

43. Power to the people.
\nPlay can only happen when people feel they have control over their lives. We can’t be free agents if were not free.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 May 2011 17:20:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 5/13";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/zPBtsj79oag/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1654:"

\n

Icy Night features vibrant, loud, and bright colors with a cohesive and smooth feel.

\n

\n

The Common Blog is a simple and clean theme to use right out of the gate or to build upon with child themes.

\n

\n

ZenLite Blue is a ZenLite child theme with all of the same functionality as ZenLite, but with a blue skin.

\n

\n

ZenLite Citrus is a bright and juicy child theme for ZenLite with added Google Fonts.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 May 2011 13:00:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Matt: Living with Black Swans";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38172";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://ma.tt/2011/05/living-with-black-swans/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:473:"

Nassim Taleb on Living with Black Swans — “During a recent visit to Wharton as part of The Goldstone Forum, he spoke with Wharton finance professor Richard Herring — who taught Taleb when he was a Wharton MBA student — about events in the Middle East, the oil supply, investing in options, the U.S. economy, the dollar, health care and of course, black swans.”

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 May 2011 02:21:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Weblog Tools Collection: WordPress 3.2 Beta 1 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10008";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Py4NxvzbjW0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1464:"

WordPress 3.2 Beta 1 has been released. It’s not recommended for use on a live site yet, but testing is still encouraged. If you find any bugs, please report them as soon as possible with as much detail as possible.

\n

The new beta sports performance improvements, distraction-free writing, a new Dashboard and Default Theme, more admin bar features, and no more support for long-outdated browsers (including links to the redesigned Browse Happy).

\n

If you have any questions, please contact the special support forum or the wp-testers mailing list.

\n

If you’re a plugin or theme developer, now’s the time to try WordPress 3.2, as the final release is on target for the end of June.

\n

Have you tried the WordPress 3.2 beta yet? What do you think so far?

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 May 2011 13:00:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"Dev Blog: WordPress 3.2, Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1816";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4229:"

It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!

\n

As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.

\n

If all goes well, we hope to release WordPress 3.2 by the end of June, though that is (again, as always) subject to change depending on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on how to report bugs.

\n

Here’s some of what’s new:

\n\n
\n
Be Aware:
\n
\n\n
\n
\n
Known Issues:
\n
\n\n
\n

Remember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)

\n

Theme and plugin authors, if you haven’t been following the 3.2 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.

\n

Note to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.

\n

Download WordPress 3.2 Beta 1

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 May 2011 08:22:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"Publisher Blog: Montreal Gazette powered by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1478";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://publisherblog.automattic.com/2011/05/11/montreal-gazette-powered-by-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2669:"

Now the Montreal Gazette‘s network of blogs is powered by WordPress and part of the WordPress.com VIP Hosting program. Welcome to the WordPress family!

\n

Montreal Gazette on WordPress

\n

[Visit the Montreal Gazette''s network of blogs]

\n

Ready to become a VIP Services Client? Some of the world’s biggest brands rely on WordPress.com VIP Services.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 May 2011 18:57:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Sara Rosso";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Andrew: Server managed cache in the browser";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://azaozz.wordpress.com/?p=145";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://azaozz.wordpress.com/2011/05/11/server-managed-cache-in-the-browser/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7180:"

Imagine browsing to a big web page with lots of images and scripts, and it loads in your browser almost instantly, nearly as fast as loading it from your hard drive. Now imagine you’re browsing a web site with about 60-70 of these pages and they all load very very fast. Sounds interesting? But how to do that? Prime the browser’s cache? Preload all components of the web pages somehow? Is that possible?

\n

Well, yes and no. It is possible by using Gears. It can be set to store all “static” components (JS, CSS, images, etc.) of a web page or a whole web site and load them from the local storage every time they are requested by the browser. However the Gears team shifted their priorities to HTML 5.0 offline storage which was the main idea behind Gears in the first place. Unfortunately the HTML 5.0 specification for offline storage implements only some of the features that were available in Gears, so this type of caching (controlled by the user and managed by the server) is impossible.

\n

But why server managed cache? Isn’t the standard browser caching good enough? Yes, it is good. It has evolved significantly during the 15 or so years since the beginning of the World Wide Web. However it just can’t do that.

\n

Lets take a simplistic look at how the browser cache works:

\n\n

If we keep going to the same web page eventually the Browser would change his mind: “Maybe that Server was right and I should put these files in my cache. That would speed up page loading. But what will happen if these files are updated… I better keep asking the Server to check if they have been updated so my cache is always fresh.”

\n

Couple of years ago we implemented Gears as WordPress’ Turbo feature. We didn’t use it to make WordPress an offline app, we used it to create server managed cache. It worked great. Even the heaviest pages in the WordPress admin were loading considerably faster regardless of how often the users were visiting them.

\n

The implementation was very simple: we had a manifest that listed all “static” files and couple of user options to enable and initialize the “super cache”. The rest was handled automatically by Gears. So in reality we discovered the perfect way of browser caching for web apps:

\n\n

The results were spectacular. We didn’t need to concatenate and compress scripts and stylesheets. We even stopped compressing TinyMCE which alone can load about 30-40 files on initialization. And page load time was from 0.5 to 1.5 sec. no matter how heavy the page was. For comparison before implementing this “super caching” pages were loading in 5 to 9 sec.

\n

Why was it performing that well? Simple: it eliminated all requests to the server for the files that were cached. And that means all, even the “HEAD” requests. In our implementation the only file that was loaded from the server was the actual HTML. All other components of the web page were stored in Gears’ offline storage.

\n

That also had the side benefit of eliminating a big chunk of traffic to the server. At first look it doesn’t seem like a lot, 30-40 requests for the web page components followed by 30-40 of HEAD requests per page every now and then (while the browser cache is hot), but think about it in global scope: several millions of these pages are loaded every hour.

\n

So, why not do the same with HTML 5.0 offline storage? Because it doesn’t work that way. The HTML 5.0 specification for offline storage is good only for… Offline storage. It’s missing a lot of the features Gears has. Yes, there is a workaround. We can “store offline” a skeleton of the web page and then load all the dynamic content with XHR (a.k.a. AJAX), but that method has other (quite annoying) limitations. Despite that we will try this method in WordPress for sure, but that discussion is for another post.

\n

In short: the HTML 5.0 offline storage implementation is missing some critical features. For example a file that is stored there is not loaded from the storage when the browser goes to another page on the same website. Yes, it’s sad watching the browser load the same file again and again from the Internet when that file is already on the user’s hard drive.

\n

What can we do about it? Don’t think there is anything that can be done short of changing, or rather enhancing the HTML 5.0 specification for offline storage. The XHR “hack” that makes this kind of caching possible with the current HTML 5.0 is still just a hack.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 May 2011 15:32:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew Ozz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 5/11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10001";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/RKOOeKbLQp4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1728:"

New plugins

\n

Multisite Dashboard Feed Widget shows the latest posts from the main site of a multisite install in the top of the Dashboard of the sites hanging under the multisite install.

\n

Slick Contact Forms creates a widget, which adds a contact form using either a floating, drop down button or a sticky, sliding tab.

\n

WCS Custom Permalinks Hotfix is a hotfix for permalink issues encountered with WordPress installations after upgrading to 3.1.x.

\n

WCS QR Code Generator is a QR Code (Quick Response) generator for mobile tagging. It allows you to create one of the ever-popular QR Codes anywhere on a page/post or in a text widget.

\n

WP Users Page uses a shortcode to display a list of users under a specific role.

\n

Updated plugins

\n

OSM displays maps in your WordPress blog using the OpenLayers technology – no API key is needed.

\n

Page.ly MultiEdit uses custom fields to create simple tinyMCE editable regions on page templates.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 May 2011 13:00:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"Weblog Tools Collection: Finding WordPress Jobs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9997";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/AFlyCWezn4g/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2289:"

WordPress jobs are starting to come in high demand again. Automattic is looking for talented folks in a variety of fields, and Crowd Favorite is looking for PHP developers, but you won’t be able to walk into just any office and apply for a WordPress-related position. You’ll need to know where to look first.

\n

Elance seems to be the way to go these days, and it’s definitely worth noticing that “WordPress” is their most in-demand skill set. I used Elance for a few jobs in the past, and it’s incredibly easy. Just signup for an account, pick your client, and they’ll either take care of or walk you through the rest. They even have some nice arbitration options if a client stiffs you on the bill.

\n

Another great place to look is the official WordPress Jobs board. In fact, that’s how I found my job here. The concept is pretty straight-forward. Just find a job posting that catches your eye, contact the poster, and proceed from there. Make sure that you subscribe to the site’s RSS feeds too. You don’t want to miss out on a great job just because someone else saw it before you did.

\n

The most important bit of advice that I can offer is that you need to make yourself known and make an effort to contact potential clients. Don’t expect them to come to you. By all means, set up a site to advertise your services, but don’t expect to anyone to find it without word of mouth references, and don’t expect such references without satisfied clients.

\n

Disclaimer: I work for Weblog Tools Collection (found via WordPress Jobs) and Automattic (found via their site), so you can too! Now, get out there and find a job that you enjoy doing!

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 May 2011 13:00:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"Alex King: Hiring: PHP Developers in Denver, CO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=5826";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://alexking.org/blog/2011/05/09/hiring-sr-php-developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2131:"

Want a fun and challenging work environment? Want to build stuff on the cutting edge with and for WordPress? At Crowd Favorite we build cool things for the web. We get to play with the entire web stack, from back-end API architecture to advanced front-end HTML5, CSS and jQuery interfaces.

\n

Crowd Favorite is Hiring

\n

We are hiring immediately for 2 PHP developers to join our team. You should have the following core qualities and experience:

\n\n

This position is available immediately in our Denver office, and we are only considering local candidates1 at this time.

\n

All of this sound good? I hope so, and I look forward to hearing from you.

\n
    \n
  1. We are willing to consider candidates who wish to relocate to Denver. [back]
  2. \n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 May 2011 03:59:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"Weblog Tools Collection: WordPress Theme Releases for 5/9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9991";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/wHuGKLMcFe0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1224:"

\n

Boldly Moody simulates looking through frosted glass to beautiful, colorful fabric or a painting.

\n

\n

Shadows has a very clean and minimal design enhanced with some great CSS3 shadows.

\n

\n

Widodo is based on the 960.gs framework and integrated with Twitter and Flickr, Post Thumbnail, Post Format, Gallery and more.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 May 2011 13:00:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:26 GMT";s:12:"content-type";s:15:"application/xml";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Tue, 31 May 2011 16:30:14 GMT";s:14:"content-length";s:6:"169313";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no'); +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(234, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1306903625', 'no'), +(232, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1306903625', 'no'), +(233, 0, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 16:35:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Shahnur Alam on "Support Ticket System"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/support-ticket-system/#post-25966";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 Apr 2011 16:35:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25966@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:62:"This plugin will help you to create and manage support tickets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Shahnur Alam on "Quick Tabs"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/quick-tabs/#post-26192";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Apr 2011 07:54:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26192@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:51:"This plugin will help you to create and manage tabs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Marco Constancio on "Post Category Index Generator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/post-category-index-generator/#post-26216";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 30 Apr 2011 14:58:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26216@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:71:"Allows the user to insert a index of posts and categories on page/post.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Marco Constancio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Frederick Townes on "Real Estate Pro by Placester"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/placester/#post-25470";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 28 Mar 2011 02:56:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25470@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:64:"Easily create and manage real estate sites powered by WordPress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Shahnur Alam on "Easy Google Analytics for Wordpress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wordpress.org/extend/plugins/easy-google-analytics-for-wordpress/#post-15811";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 06 Feb 2010 18:09:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"15811@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:88:"Easy google analytics plugin will embed the google analytics code in you wordpress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Shahnur Alam on "Wordpress Shout Box / Chat"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/wordpress-shout-box-chat/#post-17462";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Apr 2010 22:25:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17462@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:83:"This plugin can be used to communicate among the online visitor on a wordpress site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"leo_wallentin on "Säsongsmat"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/sasongsmat/#post-26599";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 08:03:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26599@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"Connects recipes with the food database at Säsongsmat.nu, adding semantic micro data and information about seasonality.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"leo_wallentin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt Martz on "Shadowbox JS"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/shadowbox-js/#post-4519";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 Feb 2008 21:01:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"4519@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Matt Martz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"insite_bar on "InsiteBar Plugin for Wordpress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/insitebar/#post-23674";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Jan 2011 14:49:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23674@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:171:"Juice up your website or blog with over 1,000+ Social applications.\nFor more information see http://www.insitebar.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"insite_bar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Poco on "Google Calendar Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-calendar-widget/#post-14154";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Nov 2009 16:06:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14154@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:100:"This plugin installs a sidebar widget that can show the upcoming events from a Google Calendar feed.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Poco";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"jigowatt on "Jigoshop - WordPress eCommerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/jigoshop/#post-25749";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Apr 2011 09:12:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25749@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customisability.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"jigowatt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"gopiplus on "graphical statistics report"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/graphical-statistics-report/#post-12113";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Aug 2009 12:08:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12113@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:119:"This plug-in will display the graphical report for admin about post count, user registration, comments posted activity.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gopiplus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"frisno on "Remove WP version everywhere"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/remove-wp-version-everywhere/#post-25929";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 17 Apr 2011 13:07:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25929@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Removes Wordpress and version from post, pages and RSS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"frisno";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"gopiplus on "Vertical scroll slideshow gallery v2"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/vertical-scroll-slideshow-gallery-v2/#post-14242";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Nov 2009 05:38:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14242@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:124:"Vertical scroll slideshow gallery plugin will create the vertical scrolling image slideshow gallery on the wordpress widget.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gopiplus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"anewholm on "NineCarrots"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/ninecarrots/#post-26104";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2011 08:41:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26104@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:80:"NineCarrots embeds the local business mapping system in to your WordPress system";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"anewholm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:28 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-04-19 16:35:35";s:14:"content-length";s:4:"7914";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'), +(138, 0, '_transient_timeout_plugin_slugs', '1307396263', 'no'), +(139, 0, '_transient_plugin_slugs', 'a:5:{i:0;s:23:"facethumb/facethumb.php";i:1;s:46:"mimetypes-link-icons/mime_type_link_images.php";i:2;s:25:"qtranslate/qtranslate.php";i:3;s:45:"simple-local-avatars/simple-local-avatars.php";i:4;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'no'), +(222, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1306903623', 'no'), +(223, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1306860423', 'no'), +(224, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1306903623', 'no'), +(225, 0, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 16:39:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Takayuki Miyoshi on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"edo888 on "GTranslate"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/gtranslate/#post-14437";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Nov 2009 17:35:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14437@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"Get translations with a single click between 58 languages (more than 98% of internet users) on your website!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"edo888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"uberdose on "All in One SEO Pack"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Frederick Townes on "W3 Total Cache"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/w3-total-cache/#post-12073";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jul 2009 18:46:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12073@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:135:"Improve site performance and user experience via caching: browser, page, object, database, minify and content delivery network support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"joostdevalk on "Google Analytics for WordPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"joostdevalk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Brian Colinger on "WordPress Importer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Arne on "Google XML Sitemaps"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"132@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Arne";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"casibus on "ourSTATS Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 29 May 2010 14:16:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18282@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:51:"create a widget for the ourstats.de counter service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"casibus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:96:"nicashmu on "Post video players, slideshow albums, photo galleries and music / podcast playlist"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Jan 2011 16:16:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23415@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"Post your videos, photo galleries/flash slideshows easily and in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"nicashmu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"micropat on "AddToAny: Share/Bookmark/Email Buttons"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Mar 2007 23:08:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"498@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, StumbleUpon, Digg and many more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"micropat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"joostdevalk on "WordPress SEO by Yoast"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8321@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:135:"Yoast's all in one SEO solution for your WordPress blog: SEO titles, meta descriptions, XML sitemaps, breadcrumbs & much more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"joostdevalk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Alex Rabe on "NextGEN Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1169@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"flash gallery on "1 Flash Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 03 Feb 2011 14:02:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24163@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"flash gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"BraveNewCode Inc. on "WPtouch"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Disqus on "Disqus Comment System"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/disqus-comment-system/#post-6808";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Aug 2008 01:22:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"6808@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:113:"The Disqus comment system replaces your WordPress comment system with your comments hosted and powered by Disqus.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Disqus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:26 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-08-02 12:45:03";s:14:"content-length";s:4:"8038";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'), +(226, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1306903623', 'no'), +(227, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1306860423', 'no'), +(220, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1306903623', 'no'); +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(221, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 May 2011 15:52:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.2-beta2-18055";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WordPress 3.1.3 (and WordPress 3.2 Beta 2)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/05/wordpress-3-1-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/05/wordpress-3-1-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 18:43:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1838";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:408:"WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements: Various security hardening by Alexander Concha. Taxonomy query hardening by John Lamansky. Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros. Media security fixes by Richard Lundeen of Microsoft, Jesse Ou [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3497:"

WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:

\n\n

Consult the change log for more details.

\n

Download WordPress 3.1.3 or update automatically from the Dashboard → Updates menu in your site’s admin area.

\n
\n

WordPress 3.2 Beta 2 also available

\n

In other news, our development of WordPress 3.2 development continues right on schedule. We released Beta 1 thirteen days ago, and today we’re putting out Beta 2 for your testing pleasure.

\n

This is still beta software, so we don’t recommend that you use it on production sites. But if you’re a plugin developer, a theme developer, or a site administrator, you should be running this on your test environments and reporting any bugs you find. If you’re a WordPress user who wants to open your presents early, take advantage of WordPress’ famous 5-minute install and spin up a secondary test site. Let us know what you think!

\n

The plan is to start putting out release candidates in early June, and to release WordPress 3.2 by the end of the month. The more you help us iron out issues during the beta period, the more likely we are to hit those dates. To misappropriate and mangle a quote from Mahatma Gandhi: “Be the punctuality you want to see in the WordPress.” In other words, test now!

\n

Here are some of the things that changed since Beta 1:

\n\n

Download WordPress 3.2 Beta 2

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/05/wordpress-3-1-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"WordPress 3.2, Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 May 2011 08:22:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1816";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:351:"It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers! As always, this is software still in development and we don’t recommend that you run it on [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4230:"

It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!

\n

As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.

\n

If all goes well, we hope to release WordPress 3.2 by the end of June, though that is (again, as always) subject to change depending on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on how to report bugs.

\n

Here’s some of what’s new:

\n\n
\n
Be Aware:
\n
\n\n
\n
\n
Known Issues:
\n
\n\n
\n

Remember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)

\n

Theme and plugin authors, if you haven’t been following the 3.2 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.

\n

Note to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.

\n

Download WordPress 3.2 Beta 1

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.1.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/04/wordpress-3-1-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/04/wordpress-3-1-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2011 19:00:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1801";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:376:"WordPress 3.1.2 is now available and is a security release for all previous WordPress versions. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter. We suggest you update to 3.1.2 promptly, especially if [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:980:"

WordPress 3.1.2 is now available and is a security release for all previous WordPress versions.

\n

This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.

\n

The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.

\n

We suggest you update to 3.1.2 promptly, especially if you allow users to register as contributors or if you have untrusted users. This release also fixes a few bugs that missed the boat for version 3.1.1.

\n

Download 3.1.2 or update automatically from the Dashboard → Updates menu in your site’s admin area.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/wordpress-3-1-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Summer WordCamps 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/summer-wordcamps-201/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/04/summer-wordcamps-201/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 16 Apr 2011 23:06:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1785";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:379:"Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6113:"

Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners there as well. Here are the WordCamps that have been approved so far for the summer:

\n

April 16: WordCamp Seattle in Seattle, WA. This weekend! After taking a year off, WordCamp Seattle is back with tracks for bloggers, designers, and developers. This year they’ll feature a lineup including presentations by both local speakers and visitors like core committer Andrew Nacin, as well as an Ignite session of lightning talks at the end of the day.

\n

May 5: WordCamp Vancouver (Developer Edition) in Vancouver, BC. This one-day WordCamp is aimed purely at developers working on the WordPress platform, and will not have content aimed at bloggers (as previous Vancouver WordCamps have). I predict we will start seeing more of these types of niche WordCamps moving forward, because they will mean smaller, more intimate events that allow more collaboration (and make it easier to find venues!). Note that we’re working with the organizers to get the tickets to a more reasonable price, so keep your eyes open this week if you’ve held off on buying a ticket because of the price tag.

\n

May 7: WordCamp Switzerland in Brugg, Switzerland. This one will cover a wide range of topics, including getting started with WordPress, advanced development topics, BuddyPress, and an inside look at running a WordPress-based business.

\n

May 14: WordCamp Orange County in Orange, CA. Already sold out! Orange County had their first WordCamp last year, and the organizers have put together another great event this time around.

\n

May 14: WordCamp Paris in Paris, France. One of the last true unconference-style WordCamps, the Paris group will plan their schedule the morning of the event like they do at BarCamps. WordCamp Paris had one of the best WordCamp t-shirts ever a couple of years ago. And it’s in Paris in the spring.

\n

May 21–22: WordCamp Raleigh in Raleigh, NC. Repeat organizers from the Raleigh WordPress Meetup Group are just starting to select speakers and put together their plans, but if it is anything like last year, the venue will be packed with WordPress professionals (and maybe there will be cookies). I’ll be attending this one, as will Nacin.

\n

June 4–5: WordCamp Reno-Lake Tahoe in Reno, NV. Organized by a WordPress core UI group contributor, WordCamp Reno-Lake Tahoe is taking place in Reno and has a packed schedule full of visiting experts.

\n

June 11–12: WordCamp Kansas City in Overland Park, KS. With publisher, designer, and developer tracks, Kansas City’s WordCamp will have a little something for everyone, presented in large part by local speakers.

\n

June 17–19: WordCamp Columbus in Columbus, OH. WordCamp Columbus has a new organizer this year and is bringing the focus more firmly onto WordPress (and less on social media). Their 3-day event includes an entire day for newbies, and another for non-profits, a nice addition to the usual blogger/developer tracks.

\n

July 9–10: WordCamp Montreal in Montreal, Quebec. This group consistently puts on a great every year. If you register now, you can still get a $10 discount and get both days for only $30 (with sessions in both English and French to reflect the bilingual nature of the city). Montreal plays host to a number of festivals throughout the year, and this weekend is no different, including festivals for the arts, comedy, tango, and even circus arts.

\n

July 16: WordCamp San Diego in San Diego, CA. First WordCamp in San Diego! They have talking about this for over a year, and are now starting to really ramp up the planning. They’re finalizing their venue right now, and I would expect a great roster of speakers.

\n

July 16-17: WordCamp Portsmouth in Portsmouth, UK. The annual WordCamp UK that moves from city to city each year alights this year in Portsmouth. This one is notable because Mike Little, co-founder of WordPress, is part of the organizing team.

\n

July 23–24: WordCamp Boston in Boston, MA. Another one just about to lock down some details and get starting with speaker selection, etc. An easy train ride from so many places, and not in the middle of winter this year!

\n

July 30-31: WordCamp Chicago has new organizers and is a new venue this year. A call for speakers, supporters, and volunteers will likely be posted sometime next week.

\n

WordCamp Portland is looking for a venue before deciding on a date this year, as it has outgrown the space it’s used the past two years, but hopes to happen in September. If you would be interested in donating a venue to this popular event, please contact them.

\n

We’ll hold off on posting fall events until later in the summer since there a lot in the planning stages now. To get the most up-to-date information, visit WordCamp Central.

\n

Hope to see you at a WordCamp soon!

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/04/summer-wordcamps-201/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/04/wordpress-3-1-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/04/wordpress-3-1-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Apr 2011 15:10:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1762";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:397:"WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including: Some security hardening to media uploads Performance improvements Fixes for IIS6 support Fixes for taxonomy and PATHINFO (/index.php/) permalinks Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues Version 3.1.1 also addresses three [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1395:"

WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including:

\n\n

Version 3.1.1 also addresses three security issues discovered by WordPress core developers Jon Cave and Peter Westwood, of our security team. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.

\n

We suggest you update to 3.1.1 promptly. Download 3.1.1 or update automatically from the Dashboard → Updates menu in your site’s admin area.

\n

Our release haiku:

\n

Only the geeks know
\nWhat half this stuff even means
\nDon’t worry — update

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/wordpress-3-1-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"WordPress Summer of Code 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 30 Mar 2011 15:57:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"GSoC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1756";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:361:"For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2993:"

For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently being accepted, and the deadline to apply is April 8. Are you a college student/developer looking for a summer challenge (or do you know one)? If so, read on to find out how you (or your friend) can make $5,000 developing for WordPress this summer. (Best. Summer. Job. Ever.)

\n

GSoC Logistics:

\n\n

WordPress logistics:

\n\n

If you’re a college student/developer, we encourage you to apply. If you’re a professor or a teacher of graduating high school seniors, encourage your students! If you just want to help us spread the word, download the WordPress GSoC flyer and post it on campus bulletin boards in your town. Remember, April 8 is the deadline to apply!

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Live from South by Southwest 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/03/sxsw2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/03/sxsw2011/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Mar 2011 11:24:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"genius bar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"sxsw";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1746";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:322:"If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place. On Friday the 11th, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2105:"

If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place.

\n

On Friday the 11th, Matt was interviewed by John Battelle of Federated Media in front of a packed ballroom, talking about the future of WordPress. That night, the annual SxSW WordPress BBQ party played host to hundreds of WordPress users, developers, and businesspeople, and attendees got an extra treat this year in the form of a t-shirt made especially to commemorate WordPress and its Texas roots.

\n

On Saturday the 12th, a second party co-hosted by the Austin WordPress Meetup Group and GeekAustin (and co-sponsored by the WordPress Foundation and WPEngine) brought together a similar crowd but with the addition of local WordPress community members who were not registered for the SxSW conference.

\n

Starting today, the South by Southwest trade show opens, and this year for the first time it will feature an official WordPress Genius Bar. Staffed by professional WordPress support staff, developers, advanced users, theme designers, and even some of the core contributors and project leaders, the booth will be open from 11am-6pm each day to answer questions and help people with any WordPress problems they might have. If you are at South by Southwest this year, consider stopping by to say hello and pick up a WordPress button or sticker. We’ll also have a limited supply of the special WordPress/Texas shirts that we’ll be giving away at the booth, so if you’re at SxSW between now and Thursday, stop by.  Hope to see you there!

\n

Location: The WordPress booth will be in trade show stand numbers 829, 831, 928, and 930 (it’s an endcap booth that combines those four spaces). You can find us in those spaces by following the numbered banners hanging from the ceiling.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/news/2011/03/sxsw2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress 3.1, lots of fun";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/02/threeone/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/02/threeone/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 23 Feb 2011 14:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1704";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard. This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:17146:"

The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard.

\n

This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an admin bar so you’re never more than a click away from your most-used dashboard pages, a streamlined writing interface that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a refreshed blue admin scheme available for selection under your personal options.

\n

There’s a bucket of candy for developers as well, including our new Post Formats support which makes it easy for themes to create portable tumblelogs with different styling for different types of posts, new CMS capabilities like archive pages for custom content types, a new Network Admin, an overhaul of the import and export system, and the ability to perform advanced taxonomy and custom fields queries.

\n

With the 3.1 release, WordPress is more of a CMS than ever before. The only limit to what you can build is your imagination.

\n

(No video yet for 3.1, we’re going to add it later.)

\n

By the Numbers

\n

There were over two thousand commits to the codebase in the 3.1 cycle! For a more comprehensive look at everything that has improved in 3.1, check out 3.1’s Codex page or the more than 820 closed issues in Trac.

\n

Now is the time to drop by our development channels if you are interested in being involved with 3.2, as the agenda will be under discussion shortly. We’re hoping to get the 3.2 release out in a shorter development cycle (3.1 took too long) and include some fun improvements around plugins and the speed of the admin. (Don’t worry, we’re still planning on using PHP.)

\n

We’re All in This Together

\n

WordPress is the result of the combined effort of people from all over the world united with a common goal: to make the best darn web software for publishing your story on the web and sharing it with the world. Here is a list of the more than 180 people who helped out with development during the 3.1 cycle:

\n

Aaron Campbell (aaroncampbell), Adam Backstrom (adambackstrom), John Ford (aldenta), Alex Dunae (alexdunae), Alex King (alexkingorg), Amanda French (amandafrench), Will Anderson (anderswc), Andrea Rennick (andrea_r), Andrew Ozz (azaozz), Andy Skelton (andy/skeltoac), Andy Blackwell (andyblackwell), André Renaut (arena), Andrei Vereha (avereha), Azizur Rahman (azizur), Barry Abrahamson (barry), Mohammad Jangda (batmoo), Beau Lebens (beaulebens), Ben Ward (benward), Matthew G. Richmond (bigdawggi), Rowan Rodrik van der Molen (bigsmoke), Glenn Ansley (blepoxp), blt4, bobbyblade, Boone B. Gorges (boonebgorges), Brian Colinger (briancolinger), Brian Layman (brianlayman), Caesar Schinas (caesarsgrunt), Ben Casey (casben79), Chip Bennett (chipbennett), Chris Sfanos, Chris Jean (chrisbliss18), Marco Cimmino (cimmo), Scott Reilly (coffee2code), Dylan Kuhn (cyberhobo), Darren Meehan (darrenmeehan), Dion Hulse (dd32), Dean Robinson (deanjrobinson), Demetris Kikizas, Δημήτρης Κίκιζας (demetris), Denis-de-Bernardy, djzone, Доктор Бро (doktorbro), Donal MacArthur (donalmacarthur), Dougal Campbell (dougal), Dre Armeda (dremeda), Jon Cave (duck_), Doug Provencio (dougwrites), Edward Hevlund (edward mindreantre), Einar Egilsson (einare), Eric Mann (ericmann), Austin Matzko (filosofo), Gil Rutkowski (flashingcursor), foofy, Francesco Laffi (francescolaffi), Gary Cao (garyc40), Justin Tadlock (greenshady), Reuben Gunday (greuben), hakre, Hui Chen (huichen), Ben Huson (husobj), Matt Thomas (iammattthomas), Ian Stewart (iandstewart), indie-ulf, Jacob Santos (jacobsantos), Jakub Míšek (jakub.misek), James Collins (jamescollins), Jane Wells (jane/janeforshort), jayjdk, Jason Penney (jczorkmid), Jeff Farthing (jfarthing84), Josh Kearney (jk0), joelhardi, John Blackbourn (johnbillion), John James Jacoby (johnjamesjacoby/jjj), John O’Nolan (johnonolan), John Bloch (JohnPBloch), Joost de Valk (joostdevalk/yoast), Aaron Jorbin (jorbin), Joseph Scott (josephscott), Justin Rainbow, Kapeel Sable (kapeels), Adam Harley (kawauso), Jorge Bernal (koke), Daryl Koopersmith (koopersmith), Lance Willett (lancewillett), Lutz Schroeer (latz), Lew Ayotte (layotte), linguasite, Lloyd Budd (lloydbudd), loushou, mailnew2ster, mako09, Mark Jaquith (markjaquith), Mark McWilliams (markmcwilliams), MattyRob, Mauro Gentile, Michael Adams (mdawaffe), Chris Meller (mellertime), Michael Fields (mfields), MichaelH, Mike Schinkel (mikeschinkel), Robert Chapin (miqrogroove), Michael “Mitcho” Erlewine (mitchoyoshitaka), David McFarlane (mrmist), mrwok, John Havlik (mtekk), Martin Widmann (mwidmann), Andrew Nacin (nacin), Nikolay Bachiyski (nbachiyski), Nathan Rice (nathanrice), Niall Kennedy (niallkennedy), Bernhard Riedl (neoxx), Nick Momrik (nickmomrik), Nils Juenemannn, Nicolas Kuttler (nkuttler), nootron, norbertm, Dominik Schilling (ocean90), ohanesian, Samuel Wood (Otto42), Ozh Richard (ozh), Pádraic Brady, Franklin Tse (peaceablewhale), Pete Mall (PeteMall), Phill Brown (phill_brown), Phill Kenoyer (PhillKenoyer), phrostypoison, Michael Pretty (prettyboymp), Simon Prosser (pross), Ptah Dunbar (ptahdunbar), Harsh J. Chouraria (qwertymaniac), Ran Yaniv Hartstein (RanYanivHartstein), Rasheed Bydousi (rasheed), Daniel Jalkut (redsweater), rfw, Rasmus Lerdorf (rlerdorf), Ryan McCue (rmccue), Roger Theriault (rogertheriault), ronbme, rovo89, Ryan Boren (ryan), Sara Cannon (saracannon), Scott Bressler (sbressler), Scott Kingsley Clark (sc0ttkclark), ScottMac, Silviu Cristian Burca (scribu), Sergey Biryukov, Сергей Бирюков (SergeyBiryukov), Alex Petrescu (SeyelentEco), Shawn Parker (shawnparker), shidouhikari, Simon Wheatley (simonwheatley), Matt Martz (sivel), Samir Shah (solarissmoke), sorich87, Mitch Canter (studionashvegas), t31os_, Tracy Cannon (TECannon), tech163, Aaron Brazell (technosailor), TheDeadMedic, Tim Moore (tmoorewp), Tobias Bäthge (TobiasBg), Tom Lany (tomthewebmaster), tonyf12, Utkarsh Kukreti (Utkarsh), Zé Fontainhas (vanillalounge), John Hawkins (vegasgeek), Michael Stewart (vericgar), Alex Mills (Viper007Bond), Vladimir Kolesnikov (vladimir_kolesnikov), wahgnube, wedsxcrfv, Peter Westwood (westi), whoismanu, Will Norris (wnorris), Wojtek Szkutnik (wojtek.szkutnik), wpcanyon, William P. Davis (wpdavis), Ron Rennick (wpmuguru), Kenneth Newman (WraithKenny), Yoav Farhi (yoavf), and Safirul Alfreda (zeo).

\n

Bonus: Don’t forget to check out the latest on WordPress.tv to see all the cool WordCamp sessions you may have missed.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/news/2011/02/threeone/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"WordPress 3.0.5 (and 3.1 Release Candidate 4)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/02/wordpress-3-0-5/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/02/wordpress-3-0-5/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Feb 2011 23:29:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1683";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:366:"WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions. This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update. Three point oh point five Enhances security Three point [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3674:"

WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions.

\n

This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update.

\n

Three point oh point five
\nEnhances security
\nThree point one comes soon

\n

The release addresses a number of issues and provides two additional enhancements:

\n

Two moderate security issues were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.

\n

One information disclosure issue was addressed that could have allowed an Author-level user to view contents of posts they should not be able to see, such as draft or private posts.

\n

Two security enhancements were added. One improved the security of any plugins which were not properly leveraging our security API. The other offers additional defense in depth against a vulnerability that was fixed in previous release.

\n

Thanks to Nils Jueneman and Saddy for their private and responsible disclosures to security@wordpress.org for two of the issues. The others were reported or repaired by our security team.

\n

Download 3.0.5 or update automatically from the Dashboard > Updates menu in your site’s admin area. Please update immediately.

\n
\n

WordPress 3.1 Release Candidate 4 is also now available.

\n

The Release Candidate 4 build includes the security fixes and enhancements included in 3.0.5 and addresses about two dozen additional bugs. This includes fixes for:

\n\n

As outlined in previous RC posts, if you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:

\n\n

To test WordPress 3.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If any new issues become known, you’ll be able to find them here.

\n

After nearly five months of development and testing, we think we’re very close to a final release. Users and developers, please test your themes and plugins.

\n

Download WordPress 3.1 RC4 or WordPress 3.0.5 now.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/02/wordpress-3-0-5/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"The Annual WordPress Conference: WordCamp SF 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Jan 2011 22:57:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1674";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:368:"Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1450:"

Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry conferences. This year the program will be expanded to three days, with programming for publishers, bloggers, and developers. There will also be related activities, like core team summits, workshops  for contributors, designers, and local organizers, and various professional and networking events. The planning is just beginning, so save the date on your calendar and keep an eye on the WordCamp SF 2011 site (and/or follow the @wordcampsf twitter account) for updates as details become available.

\n

*For people who attended WordCamp SF last year who thought the annual event this year would be called WordCon, with WordCamp SF becoming a more locally-oriented event, you can read my long-winded explanation of why we didn’t go that route over the on the WordCamp Central blog.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:25 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 26 May 2011 15:52:05 GMT";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'); +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(518, 0, '_site_transient_timeout_wporg_theme_feature_list', '1307312933', 'yes'), +(519, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'), +(364, 0, 'theme_mods_twentyten', 'a:1:{i:0;b:0;}', 'yes'), +(148, 0, 'theme_mods_bloggingstream', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:12:"primary-menu";i:3;}}', 'yes'), +(434, 0, 'woo_themename', 'LQDVI', 'yes'), +(435, 0, 'woo_shortname', 'woo', 'yes'), +(436, 0, 'woo_custom_template', 'a:2:{s:5:"image";a:5:{s:4:"name";s:5:"image";s:7:"default";s:0:"";s:5:"label";s:5:"Image";s:4:"type";s:6:"upload";s:4:"desc";s:49:"Enter the URL for image to be shown in your post.";}s:5:"embed";a:6:{s:4:"name";s:5:"embed";s:7:"default";s:0:"";s:5:"label";s:16:"Video Embed Code";s:4:"type";s:8:"textarea";s:4:"desc";s:176:"Paste the embed code for your video here. Video will be resized automatically. Note: You need to tag this post with ''video'' in order to work with the Woo - Video Player widget.";s:5:"input";s:8:"textarea";}}', 'yes'), +(437, 0, 'woo_custom_seo_template', 'a:3:{i:0;a:5:{s:4:"name";s:10:"seo_info_1";s:3:"std";s:0:"";s:5:"label";s:4:"SEO ";s:4:"type";s:4:"info";s:4:"desc";s:226:"Additional SEO custom fields available: Custom Page Titles, Custom Descriptions, Custom Keywords. Go to SEO Settings page to activate.";}i:1;a:5:{s:4:"name";s:10:"seo_follow";s:3:"std";s:5:"false";s:5:"label";s:16:"SEO - Set follow";s:4:"type";s:8:"checkbox";s:4:"desc";s:77:"Make links from this post/page followable by search engines.";}i:2;a:5:{s:4:"name";s:11:"seo_noindex";s:3:"std";s:5:"false";s:5:"label";s:13:"SEO - Noindex";s:4:"type";s:8:"checkbox";s:4:"desc";s:56:"Set the Page/Post to not be indexed by a search engines.";}}', 'yes'), +(438, 0, 'woo_logo', 'http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif', 'yes'), +(439, 0, 'woo_custom_favicon', '', 'yes'), +(440, 0, 'woo_google_analytics', '', 'yes'), +(441, 0, 'woo_feedburner_url', '', 'yes'), +(442, 0, 'woo_custom_css', '', 'yes'), +(443, 0, 'woo_header_layout', 'about.php', 'yes'), +(444, 0, 'woo_about_bio', 'sadasdas as\nas \ndas\ndasdsadassada sd s', 'yes'), +(445, 0, 'woo_about_gravatar', 'asda@dsdds.com', 'yes'), +(446, 0, 'woo_about_readmore', 'www.google.es', 'yes'), +(447, 0, 'woo_ad_header_adsense', '', 'yes'), +(448, 0, 'woo_ad_header_image', 'http://www.woothemes.com/ads/468x60b.jpg', 'yes'), +(449, 0, 'woo_ad_header_url', 'http://www.woothemes.com', 'yes'), +(450, 0, 'woo_exclude_pages_main', '', 'yes'), +(451, 0, 'woo_blog_subnavigation', 'false', 'yes'), +(452, 0, 'woo_exclude_pages_footer', '', 'yes'), +(453, 0, 'woo_featured_layout', 'small_with_ad.php', 'yes'), +(454, 0, 'woo_ad_block_adsense', '', 'yes'), +(455, 0, 'woo_ad_block_image', 'http://www.woothemes.com/ads/300x250b.jpg', 'yes'), +(456, 0, 'woo_ad_block_url', 'http://www.woothemes.com', 'yes'), +(457, 0, 'woo_related', 'true', 'yes'), +(458, 0, 'woo_content_archives', 'false', 'yes'), +(459, 0, 'woo_post_image_support', 'true', 'yes'), +(460, 0, 'woo_pis_resize', 'true', 'yes'), +(461, 0, 'woo_pis_hard_crop', 'true', 'yes'), +(462, 0, 'woo_resize', 'true', 'yes'), +(463, 0, 'woo_auto_img', 'false', 'yes'), +(464, 0, 'woo_image_width', '430', 'yes'), +(465, 0, 'woo_image_height', '170', 'yes'), +(466, 0, 'woo_feat_alt_width', '130', 'yes'), +(467, 0, 'woo_feat_alt_height', '85', 'yes'), +(468, 0, 'woo_thumb_width', '64', 'yes'), +(469, 0, 'woo_thumb_height', '64', 'yes'), +(470, 0, 'woo_image_single', 'false', 'yes'), +(471, 0, 'woo_single_width', '180', 'yes'), +(472, 0, 'woo_single_height', '120', 'yes'), +(473, 0, 'woo_ad_content_enable', 'false', 'yes'), +(474, 0, 'woo_ad_content_adsense', '', 'yes'), +(475, 0, 'woo_ad_content_image', 'http://www.woothemes.com/ads/468x60b.jpg', 'yes'), +(476, 0, 'woo_ad_content_url', 'http://www.woothemes.com', 'yes'), +(477, 0, 'woo_ads_rotate', 'true', 'yes'), +(478, 0, 'woo_ad_image_1', 'http://www.woothemes.com/ads/125x125b.jpg', 'yes'), +(479, 0, 'woo_ad_url_1', 'http://www.woothemes.com', 'yes'), +(480, 0, 'woo_ad_image_2', 'http://www.woothemes.com/ads/125x125b.jpg', 'yes'), +(481, 0, 'woo_ad_url_2', 'http://www.woothemes.com', 'yes'), +(482, 0, 'woo_ad_image_3', 'http://www.woothemes.com/ads/125x125b.jpg', 'yes'), +(483, 0, 'woo_ad_url_3', 'http://www.woothemes.com', 'yes'), +(484, 0, 'woo_ad_image_4', 'http://www.woothemes.com/ads/125x125b.jpg', 'yes'), +(485, 0, 'woo_ad_url_4', 'http://www.woothemes.com', 'yes'), +(486, 0, 'woo_body_color', '#0079bc', 'yes'), +(487, 0, 'woo_body_img', '', 'yes'), +(488, 0, 'woo_body_repeat', 'no-repeat', 'yes'), +(489, 0, 'woo_body_pos', 'top left', 'yes'), +(490, 0, 'woo_text_color', '#d9f1ff', 'yes'), +(491, 0, 'woo_link_color', '#f2ca05', 'yes'), +(492, 0, 'woo_link_hover_color', '#f0de82', 'yes'), +(493, 0, 'woo_button_color', '#583', 'yes'), +(494, 0, 'woo_top_menu_back_color', '#0079bc', 'yes'), +(495, 0, 'woo_top_menu_active_color', '#4f9fd0', 'yes'), +(496, 0, 'woo_typography', 'true', 'yes'), +(497, 0, 'woo_font_body', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'), +(498, 0, 'woo_font_nav', 'a:5:{s:4:"size";s:2:"14";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}', 'yes'), +(499, 0, 'woo_font_post_title', 'a:5:{s:4:"size";s:2:"24";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}', 'yes'), +(500, 0, 'woo_font_post_meta', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'), +(501, 0, 'woo_font_post_entry', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'), +(502, 0, 'woo_font_widget_titles', 'a:5:{s:4:"size";s:2:"16";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}', 'yes'), +(503, 0, 'woo_options', 'a:68:{s:8:"woo_logo";s:64:"http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif";s:18:"woo_custom_favicon";s:0:"";s:20:"woo_google_analytics";s:0:"";s:18:"woo_feedburner_url";s:0:"";s:14:"woo_custom_css";s:0:"";s:17:"woo_header_layout";s:9:"about.php";s:13:"woo_about_bio";s:38:"sadasdas as\nas \ndas\ndasdsadassada sd s";s:18:"woo_about_gravatar";s:14:"asda@dsdds.com";s:18:"woo_about_readmore";s:13:"www.google.es";s:21:"woo_ad_header_adsense";s:0:"";s:19:"woo_ad_header_image";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:17:"woo_ad_header_url";s:24:"http://www.woothemes.com";s:22:"woo_exclude_pages_main";s:0:"";s:22:"woo_blog_subnavigation";s:5:"false";s:24:"woo_exclude_pages_footer";s:0:"";s:19:"woo_featured_layout";s:17:"small_with_ad.php";s:20:"woo_ad_block_adsense";s:0:"";s:18:"woo_ad_block_image";s:41:"http://www.woothemes.com/ads/300x250b.jpg";s:16:"woo_ad_block_url";s:24:"http://www.woothemes.com";s:11:"woo_related";s:4:"true";s:20:"woo_content_archives";s:5:"false";s:22:"woo_post_image_support";s:4:"true";s:14:"woo_pis_resize";s:4:"true";s:17:"woo_pis_hard_crop";s:4:"true";s:10:"woo_resize";s:4:"true";s:12:"woo_auto_img";s:5:"false";s:15:"woo_image_width";s:3:"430";s:16:"woo_image_height";s:3:"170";s:18:"woo_feat_alt_width";s:3:"130";s:19:"woo_feat_alt_height";s:2:"85";s:15:"woo_thumb_width";s:2:"64";s:16:"woo_thumb_height";s:2:"64";s:16:"woo_image_single";s:5:"false";s:16:"woo_single_width";s:3:"180";s:17:"woo_single_height";s:3:"120";s:21:"woo_ad_content_enable";s:5:"false";s:22:"woo_ad_content_adsense";s:0:"";s:20:"woo_ad_content_image";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:18:"woo_ad_content_url";s:24:"http://www.woothemes.com";s:14:"woo_ads_rotate";s:4:"true";s:14:"woo_ad_image_1";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_1";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_2";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_2";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_3";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_3";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_4";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_4";s:24:"http://www.woothemes.com";s:14:"woo_body_color";s:7:"#0079bc";s:12:"woo_body_img";s:0:"";s:15:"woo_body_repeat";s:9:"no-repeat";s:12:"woo_body_pos";s:8:"top left";s:14:"woo_text_color";s:7:"#d9f1ff";s:14:"woo_link_color";s:7:"#f2ca05";s:20:"woo_link_hover_color";s:7:"#f0de82";s:16:"woo_button_color";s:4:"#583";s:23:"woo_top_menu_back_color";s:7:"#0079bc";s:26:"woo_top_submenu_back_color";s:7:"#004971";s:24:"woo_top_menu_hover_color";s:4:"#583";s:25:"woo_top_menu_active_color";s:7:"#4f9fd0";s:14:"woo_typography";s:4:"true";s:13:"woo_font_body";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:14:"woo_font_title";a:5:{s:4:"size";s:1:"9";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}s:12:"woo_font_nav";a:5:{s:4:"size";s:2:"14";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}s:19:"woo_font_post_title";a:5:{s:4:"size";s:2:"24";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}s:18:"woo_font_post_meta";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:19:"woo_font_post_entry";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:22:"woo_font_widget_titles";a:5:{s:4:"size";s:2:"16";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}}', 'yes'), +(504, 0, 'woo_settings_encode', 'PHVsPjxsaT48c3Ryb25nPndvb19sb2dvPC9zdHJvbmc+IC0gaHR0cDovL2xvY2FsaG9zdC9scWR2aS93cC1jb250ZW50L3VwbG9hZHMvMjAxMS8wNS9Mb2dvLUxRRFZJLmdpZjwvbGk+PGxpPjxzdHJvbmc+d29vX2N1c3RvbV9mYXZpY29uPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fZ29vZ2xlX2FuYWx5dGljczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlZWRidXJuZXJfdXJsPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fY3VzdG9tX2Nzczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2hlYWRlcl9sYXlvdXQ8L3N0cm9uZz4gLSBhYm91dC5waHA8L2xpPjxsaT48c3Ryb25nPndvb19hYm91dF9iaW88L3N0cm9uZz4gLSBzYWRhc2RhcyBhcwphcyAKZGFzCmRhc2RzYWRhc3NhZGEgc2QgczwvbGk+PGxpPjxzdHJvbmc+d29vX2Fib3V0X2dyYXZhdGFyPC9zdHJvbmc+IC0gYXNkYUBkc2Rkcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19hYm91dF9yZWFkbW9yZTwvc3Ryb25nPiAtIHd3dy5nb29nbGUuZXM8L2xpPjxsaT48c3Ryb25nPndvb19hZF9oZWFkZXJfYWRzZW5zZTwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2hlYWRlcl9pbWFnZTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvNDY4eDYwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9oZWFkZXJfdXJsPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tPC9saT48bGk+PHN0cm9uZz53b29fZXhjbHVkZV9wYWdlc19tYWluPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYmxvZ19zdWJuYXZpZ2F0aW9uPC9zdHJvbmc+IC0gZmFsc2U8L2xpPjxsaT48c3Ryb25nPndvb19leGNsdWRlX3BhZ2VzX2Zvb3Rlcjwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlYXR1cmVkX2xheW91dDwvc3Ryb25nPiAtIHNtYWxsX3dpdGhfYWQucGhwPC9saT48bGk+PHN0cm9uZz53b29fYWRfYmxvY2tfYWRzZW5zZTwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2Jsb2NrX2ltYWdlPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tL2Fkcy8zMDB4MjUwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9ibG9ja191cmw8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19yZWxhdGVkPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX2NvbnRlbnRfYXJjaGl2ZXM8L3N0cm9uZz4gLSBmYWxzZTwvbGk+PGxpPjxzdHJvbmc+d29vX3Bvc3RfaW1hZ2Vfc3VwcG9ydDwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19waXNfcmVzaXplPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX3Bpc19oYXJkX2Nyb3A8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fcmVzaXplPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX2F1dG9faW1nPC9zdHJvbmc+IC0gZmFsc2U8L2xpPjxsaT48c3Ryb25nPndvb19pbWFnZV93aWR0aDwvc3Ryb25nPiAtIDQzMDwvbGk+PGxpPjxzdHJvbmc+d29vX2ltYWdlX2hlaWdodDwvc3Ryb25nPiAtIDE3MDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlYXRfYWx0X3dpZHRoPC9zdHJvbmc+IC0gMTMwPC9saT48bGk+PHN0cm9uZz53b29fZmVhdF9hbHRfaGVpZ2h0PC9zdHJvbmc+IC0gODU8L2xpPjxsaT48c3Ryb25nPndvb190aHVtYl93aWR0aDwvc3Ryb25nPiAtIDY0PC9saT48bGk+PHN0cm9uZz53b29fdGh1bWJfaGVpZ2h0PC9zdHJvbmc+IC0gNjQ8L2xpPjxsaT48c3Ryb25nPndvb19pbWFnZV9zaW5nbGU8L3N0cm9uZz4gLSBmYWxzZTwvbGk+PGxpPjxzdHJvbmc+d29vX3NpbmdsZV93aWR0aDwvc3Ryb25nPiAtIDE4MDwvbGk+PGxpPjxzdHJvbmc+d29vX3NpbmdsZV9oZWlnaHQ8L3N0cm9uZz4gLSAxMjA8L2xpPjxsaT48c3Ryb25nPndvb19hZF9jb250ZW50X2VuYWJsZTwvc3Ryb25nPiAtIGZhbHNlPC9saT48bGk+PHN0cm9uZz53b29fYWRfY29udGVudF9hZHNlbnNlPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYWRfY29udGVudF9pbWFnZTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvNDY4eDYwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9jb250ZW50X3VybDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbTwvbGk+PGxpPjxzdHJvbmc+d29vX2Fkc19yb3RhdGU8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fYWRfaW1hZ2VfMTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvMTI1eDEyNWIuanBnPC9saT48bGk+PHN0cm9uZz53b29fYWRfdXJsXzE8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19hZF9pbWFnZV8yPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tL2Fkcy8xMjV4MTI1Yi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF91cmxfMjwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbTwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2ltYWdlXzM8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb20vYWRzLzEyNXgxMjViLmpwZzwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX3VybF8zPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tPC9saT48bGk+PHN0cm9uZz53b29fYWRfaW1hZ2VfNDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvMTI1eDEyNWIuanBnPC9saT48bGk+PHN0cm9uZz53b29fYWRfdXJsXzQ8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19ib2R5X2NvbG9yPC9zdHJvbmc+IC0gIzAwNzliYzwvbGk+PGxpPjxzdHJvbmc+d29vX2JvZHlfaW1nPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYm9keV9yZXBlYXQ8L3N0cm9uZz4gLSBuby1yZXBlYXQ8L2xpPjxsaT48c3Ryb25nPndvb19ib2R5X3Bvczwvc3Ryb25nPiAtIHRvcCBsZWZ0PC9saT48bGk+PHN0cm9uZz53b29fdGV4dF9jb2xvcjwvc3Ryb25nPiAtICNkOWYxZmY8L2xpPjxsaT48c3Ryb25nPndvb19saW5rX2NvbG9yPC9zdHJvbmc+IC0gI2YyY2EwNTwvbGk+PGxpPjxzdHJvbmc+d29vX2xpbmtfaG92ZXJfY29sb3I8L3N0cm9uZz4gLSAjZjBkZTgyPC9saT48bGk+PHN0cm9uZz53b29fYnV0dG9uX2NvbG9yPC9zdHJvbmc+IC0gIzU4MzwvbGk+PGxpPjxzdHJvbmc+d29vX3RvcF9tZW51X2JhY2tfY29sb3I8L3N0cm9uZz4gLSAjMDA3OWJjPC9saT48bGk+PHN0cm9uZz53b29fdG9wX3N1Ym1lbnVfYmFja19jb2xvcjwvc3Ryb25nPiAtICMwMDQ5NzE8L2xpPjxsaT48c3Ryb25nPndvb190b3BfbWVudV9ob3Zlcl9jb2xvcjwvc3Ryb25nPiAtICM1ODM8L2xpPjxsaT48c3Ryb25nPndvb190b3BfbWVudV9hY3RpdmVfY29sb3I8L3N0cm9uZz4gLSAjNGY5ZmQwPC9saT48bGk+PHN0cm9uZz53b29fdHlwb2dyYXBoeTwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19mb250X2JvZHk8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfdGl0bGU8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfbmF2PC9zdHJvbmc+IC0gQXJyYXk8L2xpPjxsaT48c3Ryb25nPndvb19mb250X3Bvc3RfdGl0bGU8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfcG9zdF9tZXRhPC9zdHJvbmc+IC0gQXJyYXk8L2xpPjxsaT48c3Ryb25nPndvb19mb250X3Bvc3RfZW50cnk8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfd2lkZ2V0X3RpdGxlczwvc3Ryb25nPiAtIEFycmF5PC9saT48L3VsPg==', 'yes'), +(155, 0, 'pagenavi_options', 'a:11:{s:12:"current_text";s:13:"%PAGE_NUMBER%";s:9:"page_text";s:13:"%PAGE_NUMBER%";s:10:"first_text";s:13:"« First";s:9:"last_text";s:12:"Last »";s:9:"next_text";s:7:"»";s:9:"prev_text";s:7:"«";s:13:"dotright_text";s:3:"...";s:12:"dotleft_text";s:3:"...";s:5:"style";i:1;s:9:"num_pages";i:5;s:11:"always_show";i:0;}', 'yes'), +(432, 0, 'woo_framework_version', '4.1.0', 'yes'), +(433, 0, 'woo_template', 'a:74:{i:0;a:3:{s:4:"name";s:16:"General Settings";s:4:"icon";s:7:"general";s:4:"type";s:7:"heading";}i:1;a:5:{s:4:"name";s:11:"Custom Logo";s:4:"desc";s:63:"Upload a logo for your theme, or specify an image URL directly.";s:2:"id";s:8:"woo_logo";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:2;a:5:{s:4:"name";s:14:"Custom Favicon";s:4:"desc";s:113:"Upload a 16px x 16px ico image that will represent your website''s favicon.";s:2:"id";s:18:"woo_custom_favicon";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:3;a:5:{s:4:"name";s:13:"Tracking Code";s:4:"desc";s:117:"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.";s:2:"id";s:20:"woo_google_analytics";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:4;a:5:{s:4:"name";s:7:"RSS URL";s:4:"desc";s:51:"Enter your preferred RSS URL. (Feedburner or other)";s:2:"id";s:18:"woo_feedburner_url";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:5;a:5:{s:4:"name";s:10:"Custom CSS";s:4:"desc";s:62:"Quickly add some CSS to your theme by adding it to this block.";s:2:"id";s:14:"woo_custom_css";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:6;a:3:{s:4:"name";s:15:"Header Settings";s:4:"icon";s:6:"header";s:4:"type";s:7:"heading";}i:7;a:6:{s:4:"name";s:13:"Header Layout";s:4:"desc";s:38:"Select the layout of your header here.";s:2:"id";s:17:"woo_header_layout";s:3:"std";s:9:"about.php";s:4:"type";s:6:"select";s:7:"options";a:2:{i:0;s:9:"about.php";i:1;s:12:"ad468x60.php";}}i:8;a:5:{s:4:"name";s:11:"About - Bio";s:4:"desc";s:118:"Include a short biography of yourself here, which will be displayed if you selected the about.php header layout above.";s:2:"id";s:13:"woo_about_bio";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:9;a:5:{s:4:"name";s:16:"About - Gravatar";s:4:"desc";s:169:"Type your e-mail address here, associated with your Gravatar. This will be displayed if you selected the about.php header layout above.";s:2:"id";s:18:"woo_about_gravatar";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:10;a:5:{s:4:"name";s:28:"About - Read More (Optional)";s:4:"desc";s:118:"Include a read more URL for the bio section. This will be displayed if you selected the about.php header layout above.";s:2:"id";s:18:"woo_about_readmore";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:11;a:5:{s:4:"name";s:31:"468x60 Banner Ad - Adsense code";s:4:"desc";s:108:"Enter your adsense code here. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:21:"woo_ad_header_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:12;a:5:{s:4:"name";s:41:"468x60 Banner Ad Content - Image Location";s:4:"desc";s:112:"Enter the URL for this banner ad. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:19:"woo_ad_header_image";s:3:"std";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:4:"type";s:4:"text";}i:13;a:5:{s:4:"name";s:38:"468x60 Banner Ad Content - Destination";s:4:"desc";s:124:"Enter the URL where this banner ad points to. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:17:"woo_ad_header_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:14;a:3:{s:4:"name";s:19:"Navigation Settings";s:4:"icon";s:3:"nav";s:4:"type";s:7:"heading";}i:15;a:5:{s:4:"name";s:33:"Exclude pages from top navigation";s:4:"desc";s:171:"Enter a comma-separated list of the Page ID''s that you''d like to exclude from the main / top navigation (e.g. 1,2,3,4).";s:2:"id";s:22:"woo_exclude_pages_main";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:16;a:5:{s:4:"name";s:58:"Add blog categories as a drop-down to top navigation link?";s:4:"desc";s:127:"If checked, this option will add a drop-down menu - with all your blog categories - to a Categories link in the top navigation.";s:2:"id";s:22:"woo_blog_subnavigation";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:17;a:5:{s:4:"name";s:36:"Exclude pages from footer navigation";s:4:"desc";s:167:"Enter a comma-separated list of the Page ID''s that you''d like to exclude from the footer navigation (e.g. 1,2,3,4).";s:2:"id";s:24:"woo_exclude_pages_footer";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:18;a:3:{s:4:"name";s:17:"Homepage Settings";s:4:"icon";s:8:"homepage";s:4:"type";s:7:"heading";}i:19;a:6:{s:4:"name";s:15:"Featured Layout";s:4:"desc";s:38:"Select the layout of your header here.";s:2:"id";s:19:"woo_featured_layout";s:3:"std";s:15:"large_no_ad.php";s:4:"type";s:6:"select";s:7:"options";a:2:{i:0;s:15:"large_no_ad.php";i:1;s:17:"small_with_ad.php";}}i:20;a:5:{s:4:"name";s:31:"300x250 Block Ad - Adsense code";s:4:"desc";s:115:"Enter your adsense code here. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:20:"woo_ad_block_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:21;a:5:{s:4:"name";s:33:"300x250 Block Ad - Image Location";s:4:"desc";s:119:"Enter the URL for this banner ad. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:18:"woo_ad_block_image";s:3:"std";s:41:"http://www.woothemes.com/ads/300x250b.jpg";s:4:"type";s:4:"text";}i:22;a:5:{s:4:"name";s:30:"300x250 Block Ad - Destination";s:4:"desc";s:131:"Enter the URL where this banner ad points to. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:16:"woo_ad_block_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:23;a:3:{s:4:"name";s:21:"General Post Settings";s:4:"icon";s:4:"main";s:4:"type";s:7:"heading";}i:24;a:5:{s:4:"name";s:19:"Show related posts?";s:4:"desc";s:71:"Check this to display to display related articles on a single post page";s:2:"id";s:11:"woo_related";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:25;a:5:{s:4:"name";s:13:"Archive Posts";s:4:"desc";s:107:"If checked, this section will display the full post content. If unchecked it will display the excerpt only.";s:2:"id";s:20:"woo_content_archives";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:26;a:3:{s:4:"name";s:14:"Dynamic Images";s:4:"type";s:7:"heading";s:4:"icon";s:5:"image";}i:27;a:6:{s:4:"name";s:39:"Enable WordPress Post Thumbnail Support";s:4:"desc";s:64:"Use WordPress post thumbnail support to assign a post thumbnail.";s:2:"id";s:22:"woo_post_image_support";s:3:"std";s:4:"true";s:5:"class";s:9:"collapsed";s:4:"type";s:8:"checkbox";}i:28;a:6:{s:4:"name";s:33:"Dynamically Resize Post Thumbnail";s:4:"desc";s:113:"The post thumbnail will be dynamically resized using native WP resize functionality. (Requires PHP 5.2+)";s:2:"id";s:14:"woo_pis_resize";s:3:"std";s:4:"true";s:5:"class";s:6:"hidden";s:4:"type";s:8:"checkbox";}i:29;a:6:{s:4:"name";s:24:"Hard Crop Post Thumbnail";s:4:"desc";s:59:"The image will be cropped to match the target aspect ratio.";s:2:"id";s:17:"woo_pis_hard_crop";s:3:"std";s:4:"true";s:5:"class";s:11:"hidden last";s:4:"type";s:8:"checkbox";}i:30;a:5:{s:4:"name";s:28:"Enable Dynamic Image Resizer";s:4:"desc";s:84:"This will enable the thumb.php script which dynamically resizes images on your site.";s:2:"id";s:10:"woo_resize";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:31;a:5:{s:4:"name";s:22:"Automatic Image Thumbs";s:4:"desc";s:96:"If no image is specified in the ''image'' custom field then the first uploaded post image is used.";s:2:"id";s:12:"woo_auto_img";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:32;a:5:{s:4:"name";s:15:"Featured Images";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:15:"woo_image_width";s:4:"type";s:4:"text";s:3:"std";i:430;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:16:"woo_image_height";s:4:"type";s:4:"text";s:3:"std";i:170;s:4:"meta";s:6:"Height";}}}i:33;a:5:{s:4:"name";s:28:"Featured (Alt Layout) Images";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:18:"woo_feat_alt_width";s:4:"type";s:4:"text";s:3:"std";i:130;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:19:"woo_feat_alt_height";s:4:"type";s:4:"text";s:3:"std";i:85;s:4:"meta";s:6:"Height";}}}i:34;a:5:{s:4:"name";s:15:"Post Thumbnails";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:15:"woo_thumb_width";s:4:"type";s:4:"text";s:3:"std";i:64;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:16:"woo_thumb_height";s:4:"type";s:4:"text";s:3:"std";i:64;s:4:"meta";s:6:"Height";}}}i:35;a:5:{s:4:"name";s:19:"Disable Single Post";s:4:"desc";s:74:"Check this if you don''t want to display the thumbnail on the single posts.";s:2:"id";s:16:"woo_image_single";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:36;a:5:{s:4:"name";s:22:"Single Post Thumbnails";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:16:"woo_single_width";s:4:"type";s:4:"text";s:3:"std";i:180;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:17:"woo_single_height";s:4:"type";s:4:"text";s:3:"std";i:120;s:4:"meta";s:6:"Height";}}}i:37;a:3:{s:4:"name";s:28:"Banner Ad Content (468x60px)";s:4:"icon";s:3:"ads";s:4:"type";s:7:"heading";}i:38;a:5:{s:4:"name";s:9:"Enable Ad";s:4:"desc";s:19:"Enable the ad space";s:2:"id";s:21:"woo_ad_content_enable";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:39;a:5:{s:4:"name";s:12:"Adsense code";s:4:"desc";s:29:"Enter your adsense code here.";s:2:"id";s:22:"woo_ad_content_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:40;a:5:{s:4:"name";s:34:"Banner Ad Content - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:20:"woo_ad_content_image";s:3:"std";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:4:"type";s:4:"text";}i:41;a:5:{s:4:"name";s:31:"Banner Ad Content - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:18:"woo_ad_content_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:42;a:3:{s:4:"name";s:37:"Banner Ads Sidebar - Widget (125x125)";s:4:"icon";s:3:"ads";s:4:"type";s:7:"heading";}i:43;a:5:{s:4:"name";s:15:"Rotate banners?";s:4:"desc";s:45:"Check this to randomly rotate the banner ads.";s:2:"id";s:14:"woo_ads_rotate";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:44;a:5:{s:4:"name";s:29:"Banner Ad #1 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_1";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:45;a:5:{s:4:"name";s:26:"Banner Ad #1 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_1";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:46;a:5:{s:4:"name";s:29:"Banner Ad #2 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_2";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:47;a:5:{s:4:"name";s:26:"Banner Ad #2 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_2";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:48;a:5:{s:4:"name";s:29:"Banner Ad #3 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_3";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:49;a:5:{s:4:"name";s:26:"Banner Ad #3 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_3";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:50;a:5:{s:4:"name";s:29:"Banner Ad #4 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_4";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:51;a:5:{s:4:"name";s:26:"Banner Ad #4 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_4";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:52;a:3:{s:4:"name";s:15:"Styling Options";s:4:"type";s:7:"heading";s:4:"icon";s:7:"styling";}i:53;a:5:{s:4:"name";s:21:"Body Background Color";s:4:"desc";s:66:"Pick a custom color for background color of the theme e.g. #697e09";s:2:"id";s:14:"woo_body_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:54;a:5:{s:4:"name";s:21:"Body background image";s:4:"desc";s:42:"Upload an image for the theme''s background";s:2:"id";s:12:"woo_body_img";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:55;a:6:{s:4:"name";s:23:"Background image repeat";s:4:"desc";s:56:"Select how you would like to repeat the background-image";s:2:"id";s:15:"woo_body_repeat";s:3:"std";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"options";a:4:{i:0;s:9:"no-repeat";i:1;s:8:"repeat-x";i:2;s:8:"repeat-y";i:3;s:6:"repeat";}}i:56;a:6:{s:4:"name";s:25:"Background image position";s:4:"desc";s:52:"Select how you would like to position the background";s:2:"id";s:12:"woo_body_pos";s:3:"std";s:3:"top";s:4:"type";s:6:"select";s:7:"options";a:9:{i:0;s:8:"top left";i:1;s:10:"top center";i:2;s:9:"top right";i:3;s:11:"center left";i:4;s:13:"center center";i:5;s:12:"center right";i:6;s:11:"bottom left";i:7;s:13:"bottom center";i:8;s:12:"bottom right";}}i:57;a:5:{s:4:"name";s:10:"Text Color";s:4:"desc";s:72:"Pick a custom color for normal text or add a hex color code e.g. #697e09";s:2:"id";s:14:"woo_text_color";s:3:"std";s:7:"#807c79";s:4:"type";s:5:"color";}i:58;a:5:{s:4:"name";s:10:"Link Color";s:4:"desc";s:66:"Pick a custom color for links or add a hex color code e.g. #697e09";s:2:"id";s:14:"woo_link_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:59;a:5:{s:4:"name";s:16:"Link Hover Color";s:4:"desc";s:72:"Pick a custom color for links hover or add a hex color code e.g. #697e09";s:2:"id";s:20:"woo_link_hover_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:60;a:5:{s:4:"name";s:12:"Button Color";s:4:"desc";s:68:"Pick a custom color for buttons or add a hex color code e.g. #697e09";s:2:"id";s:16:"woo_button_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:61;a:5:{s:4:"name";s:25:"Top Menu Background Color";s:4:"desc";s:32:"Color de fondo del men', 'yes'), +(276, 0, 'framework_woo_backend_header_image', '', 'yes'), +(277, 0, 'framework_woo_backend_icon', '', 'yes'), +(278, 0, 'framework_woo_custom_login_logo', '', 'yes'), +(267, 0, 'framework_woo_super_user', 'rodax', 'yes'), +(268, 0, 'framework_woo_seo_disable', 'false', 'yes'), +(269, 0, 'framework_woo_sbm_disable', 'false', 'yes'), +(270, 0, 'framework_woo_buy_themes_disable', 'true', 'yes'), +(271, 0, 'framework_woo_woonav', 'false', 'yes'), +(272, 0, 'framework_woo_theme_version_checker', 'false', 'yes'), +(273, 0, 'framework_woo_disable_shortcodes', 'false', 'yes'), +(274, 0, 'framework_woo_disable_generator', 'false', 'yes'), +(275, 0, 'framework_woo_default_image', '', 'yes'), +(210, 0, '_transient_timeout_feed_15f9ff259c5787469fbae2919ab14d9b', '1306822682', 'no'); +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(211, 0, '_transient_feed_15f9ff259c5787469fbae2919ab14d9b', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:1:" ";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:101:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:24:"http://www.woothemes.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:24:"Premium WordPress Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 13:49:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:2:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.1.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.1.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:94:{i:0;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Briefed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2011/05/briefed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2011/05/briefed/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 May 2011 14:32:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.woothemes.com/?p=11286";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:934:" Preview - Briefed

Briefed

Designed by Cameron Moll, Briefed is for all types of designers & creatives thanks to it’s modular layout and clean, minimal design. The home page is completely customizable with a portfolio powered by custom post types, optional Dribbble feed, and jsMasonry for an adaptive layout.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:934:" Preview - Briefed

Briefed

Designed by Cameron Moll, Briefed is for all types of designers & creatives thanks to it’s modular layout and clean, minimal design. The home page is completely customizable with a portfolio powered by custom post types, optional Dribbble feed, and jsMasonry for an adaptive layout.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2011/05/briefed/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:11:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"Canvas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://www.woothemes.com/2011/05/canvas/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2011/05/canvas/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 May 2011 07:17:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=5398";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:971:" Preview - Canvas

Canvas

Canvas is our most ambitious theme to date! Every element of Canvas is highly customizable through our options panel, so you can make the design, layout and typography exactly like you want. If you are after a highly customizable blog design or just a starter theme for your next client project, then Canvas will most definitely work for you!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:971:" Preview - Canvas

Canvas

Canvas is our most ambitious theme to date! Every element of Canvas is highly customizable through our options panel, so you can make the design, layout and typography exactly like you want. If you are after a highly customizable blog design or just a starter theme for your next client project, then Canvas will most definitely work for you!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2011/05/canvas/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"FaultPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2011/05/faultpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2011/05/faultpress/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 May 2011 09:09:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:10:"Enterprise";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.woothemes.com/?p=10957";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1092:" Preview - FaultPress

FaultPress

Transform a WordPress install into a full fledged ticketing application. Upon activation FaultPress totally transforms your install, empowering you and your team to refine your product by engaging the community, requesting bug reports and ticket submission. You can then delegate tasks amongst team members, assign bug fixes to milestones or version releases and discuss any issues via the built-in messages system.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1092:" Preview - FaultPress

FaultPress

Transform a WordPress install into a full fledged ticketing application. Upon activation FaultPress totally transforms your install, empowering you and your team to refine your product by engaging the community, requesting bug reports and ticket submission. You can then delegate tasks amongst team members, assign bug fixes to milestones or version releases and discuss any issues via the built-in messages system.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2011/05/faultpress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Kaboodle";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2011/04/kaboodle/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2011/04/kaboodle/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Apr 2011 12:57:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.woothemes.com/?p=10704";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:906:" Preview - Kaboodle

Kaboodle

Kaboodle is a trendy, pixel-perfect, customizable business theme with a clean layout, featured home page slider, and custom post types for testimonials, portfolio items, mini-features and slides. Every new business can do with a spiffy design like this!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:906:" Preview - Kaboodle

Kaboodle

Kaboodle is a trendy, pixel-perfect, customizable business theme with a clean layout, featured home page slider, and custom post types for testimonials, portfolio items, mini-features and slides. Every new business can do with a spiffy design like this!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2011/04/kaboodle/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Saving Grace";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2011/04/saving-grace/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:55:"http://www.woothemes.com/2011/04/saving-grace/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2011 11:15:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.woothemes.com/?p=10706";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1027:" Preview - Saving Grace

Saving Grace

Saving Grace is a theme specifically for charities & non-profit organizations. Designed by Matthew Smith, the theme features stunning typography and attention to detail. We’ve also included donation functionality so you can accept donations through PayPal and let visitors see the progress of donations in the theme.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1027:" Preview - Saving Grace

Saving Grace

Saving Grace is a theme specifically for charities & non-profit organizations. Designed by Matthew Smith, the theme features stunning typography and attention to detail. We’ve also included donation functionality so you can accept donations through PayPal and let visitors see the progress of donations in the theme.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2011/04/saving-grace/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:11:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Premiere";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2011/03/premiere/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2011/03/premiere/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 30 Mar 2011 09:04:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:16:"custom post type";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:11:"sacha greif";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"video theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.woothemes.com/?p=10556";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1021:" Preview - Premiere

Premiere

Premiere is a powerful video-based theme that is custom post driven, separating your video posts from your blog content. With a custom single video page template with great social sharing links, the option for your site visitors to recommend videos and a featured home page slider this theme helps videographers, and movie fans alike – with great custom-ability.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1021:" Preview - Premiere

Premiere

Premiere is a powerful video-based theme that is custom post driven, separating your video posts from your blog content. With a custom single video page template with great social sharing links, the option for your site visitors to recommend videos and a featured home page slider this theme helps videographers, and movie fans alike – with great custom-ability.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2011/03/premiere/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:12:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"Simplicity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2011/03/simplicity/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2011/03/simplicity/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Mar 2011 14:25:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:10:"chris rowe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:6:"slider";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:12:"testimonials";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.woothemes.com/?p=10422";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:945:" Preview - Simplicity

Simplicity

Simplicity is a business theme that is hugely customizable with a clean layout, featured home page slider, and custom post types for testimonials, portfolio items, mini-features and slides. Make this theme your own and completely configure your home page how you want.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:945:" Preview - Simplicity

Simplicity

Simplicity is a business theme that is hugely customizable with a clean layout, featured home page slider, and custom post types for testimonials, portfolio items, mini-features and slides. Make this theme your own and completely configure your home page how you want.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2011/03/simplicity/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Delicious Magazine";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2011/02/delicious-magazine/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://www.woothemes.com/2011/02/delicious-magazine/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 22 Feb 2011 08:48:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://www.woothemes.com/?p=10096";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1080:" Preview - Delicious Magazine

Delicious Magazine

Delicious Magazine is versatile enough to be used for a variety of purposes, like a food website as we’ve demonstrated on our preview. It includes a big featured area that captivates the user with large images, and also a sub featured spotlight area that makes your homepage look like more than a blog.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1080:" Preview - Delicious Magazine

Delicious Magazine

Delicious Magazine is versatile enough to be used for a variety of purposes, like a food website as we’ve demonstrated on our preview. It includes a big featured area that captivates the user with large images, and also a sub featured spotlight area that makes your homepage look like more than a blog.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://www.woothemes.com/2011/02/delicious-magazine/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:12:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Bookclub";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2011/02/bookclub/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2011/02/bookclub/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Feb 2011 13:02:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:12:"Child Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"Enterprise";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:14:"book directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:11:"child theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"listings";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=9879";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:958:" Preview - Bookclub

Bookclub

Bookclub is a child theme for Listings offering the ability to showcase a directory of books that you as a book publisher, bookworm, affiliate advertiser or book club will benefit from. The themes offers a featured books carousel, and custom book author archive pages packaged in a clean and crisp layout.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Cobus Bester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:958:" Preview - Bookclub

Bookclub

Bookclub is a child theme for Listings offering the ability to showcase a directory of books that you as a book publisher, bookworm, affiliate advertiser or book club will benefit from. The themes offers a featured books carousel, and custom book author archive pages packaged in a clean and crisp layout.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2011/02/bookclub/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"Fresh News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2011/01/fresh-news/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2011/01/fresh-news/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Jan 2011 04:44:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://www.woothemes.com/?p=39";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:980:" Preview - Fresh News

Fresh News

Fresh News is one of our oldest and best selling themes, but has now been completely overhauled in version 3.0 to compete with the best themes of today. In the updated version you’ll find updated options to control the look, layout and fonts, and also some new features like a featured post slider.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:980:" Preview - Fresh News

Fresh News

Fresh News is one of our oldest and best selling themes, but has now been completely overhauled in version 3.0 to compete with the best themes of today. In the updated version you’ll find updated options to control the look, layout and fonts, and also some new features like a featured post slider.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2011/01/fresh-news/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"BoldNews";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2011/01/boldnews/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2011/01/boldnews/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Jan 2011 14:16:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=9602";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:921:" Preview - BoldNews

BoldNews

Bold News is a clean, well defined magazine theme design with a unique featured post slider to highlight noteworthy content. With 4 widgetized regions and the customization functionality of the WooFramework, this theme really paves the way in the magazine theme space.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:921:" Preview - BoldNews

BoldNews

Bold News is a clean, well defined magazine theme design with a unique featured post slider to highlight noteworthy content. With 4 widgetized regions and the customization functionality of the WooFramework, this theme really paves the way in the magazine theme space.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2011/01/boldnews/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Placeholder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2011/01/placeholder/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2011/01/placeholder/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Jan 2011 11:57:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=9540";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:854:" Preview - Placeholder

Placeholder

This theme is perfect if you have a website in development and you simply need to let your visitors know how to get in touch and how long until the site will launch.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:854:" Preview - Placeholder

Placeholder

This theme is perfect if you have a website in development and you simply need to let your visitors know how to get in touch and how long until the site will launch.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2011/01/placeholder/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Biznizz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2011/01/biznizz/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2011/01/biznizz/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Jan 2011 10:51:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=9375";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:893:" Preview - Biznizz

Biznizz

Built on our winning formula, Biznizz will give your website a fresh new look. It’s integrated slider and custom homepage layout, in addition to the optional portfolio page template, makes Biznizz a great candidate for your next business website.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:893:" Preview - Biznizz

Biznizz

Built on our winning formula, Biznizz will give your website a fresh new look. It’s integrated slider and custom homepage layout, in addition to the optional portfolio page template, makes Biznizz a great candidate for your next business website.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2011/01/biznizz/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:4:"Auld";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://www.woothemes.com/2010/12/auld/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/12/auld/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Dec 2010 11:32:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=9308";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:820:" Preview - Auld

Auld

Designed by James McDonald, and boasting tumblog functionality with a quick publishing form on the dashboard, Auld is perfect for lazy bloggers who want a colorful, vibrant looking site with Tumblr-like ease-of-use.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:820:" Preview - Auld

Auld

Designed by James McDonald, and boasting tumblog functionality with a quick publishing form on the dashboard, Auld is perfect for lazy bloggers who want a colorful, vibrant looking site with Tumblr-like ease-of-use.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2010/12/auld/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:12:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Listings";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/12/listings/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2010/12/listings/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 21 Dec 2010 09:04:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:10:"Enterprise";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"content builder";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"listings";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:21:"niche directory theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:25:"upload a listing template";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=9224";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1011:" Preview - Listings

Listings

Listings is one of our most powerful themes that allows any niche to create a listings/directory based website thanks to a Woo-powered content builder for custom post type, taxonomy and custom field generation. The theme showcases your listings in a minimilistic style with advanced search capabilities and the ability to upload a listing from the front end.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1011:" Preview - Listings

Listings

Listings is one of our most powerful themes that allows any niche to create a listings/directory based website thanks to a Woo-powered content builder for custom post type, taxonomy and custom field generation. The theme showcases your listings in a minimilistic style with advanced search capabilities and the ability to upload a listing from the front end.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/12/listings/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:10:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Elefolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/11/elefolio/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2010/11/elefolio/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Nov 2010 06:18:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=8921";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:891:" Preview - Elefolio

Elefolio

Elefolio combines easy Tumblog publishing and a Portfolio to showcase your work and posts. The portfolio uses custom post types and can also stream from your Dribbble account. It will impress any visitor with its simple yet detailed look.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:891:" Preview - Elefolio

Elefolio

Elefolio combines easy Tumblog publishing and a Portfolio to showcase your work and posts. The portfolio uses custom post types and can also stream from your Dribbble account. It will impress any visitor with its simple yet detailed look.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/11/elefolio/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Chapters";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/11/chapters/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2010/11/chapters/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Nov 2010 10:43:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=8869";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:902:" Preview - Chapters

Chapters

Chapters was originally designed by uber-designer, Tim van Damme, and was used to to promote the book “Rockstar Business”. It is a perfect match for anyone wanting a unique design for their blog, and also a perfect way to promote a book.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:902:" Preview - Chapters

Chapters

Chapters was originally designed by uber-designer, Tim van Damme, and was used to to promote the book “Rockstar Business”. It is a perfect match for anyone wanting a unique design for their blog, and also a perfect way to promote a book.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/11/chapters/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Continuum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2010/10/continuum/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2010/10/continuum/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 25 Oct 2010 10:56:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=8525";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:885:" Preview - Continuum

Continuum

Continuum is designed by Simon Collison and is a Magazine theme which features a custom homepage, custom typography and some extra custom widgets, all to help your news/magazine website get a stylish and functional look.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:885:" Preview - Continuum

Continuum

Continuum is designed by Simon Collison and is a Magazine theme which features a custom homepage, custom typography and some extra custom widgets, all to help your news/magazine website get a stylish and functional look.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2010/10/continuum/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:12:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Diner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2010/10/diner/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2010/10/diner/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Oct 2010 14:09:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:5:"diner";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:9:"food menu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:10:"restaurant";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=8324";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:869:" Preview - Diner

Diner

The perfect WP theme for restaurant/bar owners showcasing your food menu, your location and allowing for online reservations all the while presented in a slick and spacious layout, powered by custom post types and some additional WooFramework features.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:869:" Preview - Diner

Diner

The perfect WP theme for restaurant/bar owners showcasing your food menu, your location and allowing for online reservations all the while presented in a slick and spacious layout, powered by custom post types and some additional WooFramework features.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2010/10/diner/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Skeptical";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2010/09/skeptical/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2010/09/skeptical/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Sep 2010 15:06:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=8168";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1020:" Preview - Skeptical

Skeptical

Skeptical’s layout is very flexible in the sense that you can display “related posts” next to your latest posts on the home page, OR have a completely widgetized sidebar. Not only that, you can also add your Flickr stream to the footer region and showcase three noteworthy blog posts tagged with a specific tag that you declare in the theme options.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1020:" Preview - Skeptical

Skeptical

Skeptical’s layout is very flexible in the sense that you can display “related posts” next to your latest posts on the home page, OR have a completely widgetized sidebar. Not only that, you can also add your Flickr stream to the footer region and showcase three noteworthy blog posts tagged with a specific tag that you declare in the theme options.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2010/09/skeptical/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Caffeinated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2010/09/caffeinated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2010/09/caffeinated/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 09 Sep 2010 09:19:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=7979";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:971:" Preview - Caffeinated

Caffeinated

This personal portfolio theme by Ryan Downie’s was originally designed for his own personal use – fueled by his passion for Coffee, Red Bull and lunchtime pot of noodles according to his Twitter stream. It’s perfect for anyone wanting a bold design to show off their work.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:971:" Preview - Caffeinated

Caffeinated

This personal portfolio theme by Ryan Downie’s was originally designed for his own personal use – fueled by his passion for Coffee, Red Bull and lunchtime pot of noodles according to his Twitter stream. It’s perfect for anyone wanting a bold design to show off their work.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2010/09/caffeinated/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:11:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Crisp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2010/08/crisp/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2010/08/crisp/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Aug 2010 14:18:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:12:"tyler galpin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=7797";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:840:" Preview - Crisp

Crisp

Designed by Tyler Galpin, and boasting all-new tumblog functionality with a quick publishing form on the dashboard Crisp is perfect for lazy bloggers who want a professional, slick looking site with Tumblr-like ease-of-use.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:840:" Preview - Crisp

Crisp

Designed by Tyler Galpin, and boasting all-new tumblog functionality with a quick publishing form on the dashboard Crisp is perfect for lazy bloggers who want a professional, slick looking site with Tumblr-like ease-of-use.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2010/08/crisp/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Sealight";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/08/sealight/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2010/08/sealight/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Aug 2010 15:29:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=7635";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:844:" Preview - Sealight

Sealight

Sealight is a slick and colorful business theme that helps showcase your product/services using custom post types to highlight key features, testimonials and featured slides on the home page.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:844:" Preview - Sealight

Sealight

Sealight is a slick and colorful business theme that helps showcase your product/services using custom post types to highlight key features, testimonials and featured slides on the home page.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/08/sealight/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Unite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2010/07/unite/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2010/07/unite/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Jul 2010 14:17:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=7288";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:892:" Preview - Unite

Unite

Unite is the perfect personal blog, or microblogging theme, for unifying all the conversation & interaction on your blog. Featuring a fancy pants & unique commenting system, Unite aims to increase reader interaction and make your blog more fun & more valuable.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:892:" Preview - Unite

Unite

Unite is the perfect personal blog, or microblogging theme, for unifying all the conversation & interaction on your blog. Featuring a fancy pants & unique commenting system, Unite aims to increase reader interaction and make your blog more fun & more valuable.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2010/07/unite/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"Estate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://www.woothemes.com/2010/07/estate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2010/07/estate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Jul 2010 14:18:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"Enterprise";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=7196";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:999:" Preview - Estate

Estate

Estate is a hugely powerful, yet simple to manage business “theme” built specifically for real estate agencies. Making use of Wordpress 3.0′s custom post types and taxonomies the theme unleashes a new “Properties” management facility when installed – proving it’s far more than just a WordPress theme, it’s a web solution.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:999:" Preview - Estate

Estate

Estate is a hugely powerful, yet simple to manage business “theme” built specifically for real estate agencies. Making use of Wordpress 3.0′s custom post types and taxonomies the theme unleashes a new “Properties” management facility when installed – proving it’s far more than just a WordPress theme, it’s a web solution.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2010/07/estate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"The Morning After";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2010/06/themorningafter/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:58:"http://www.woothemes.com/2010/06/themorningafter/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 30 Jun 2010 08:29:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=6940";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1045:" Preview - The Morning After

The Morning After

The Morning After was the original magazine theme in the WordPress community and after more than a 100 000 downloads, it now has a place in our themes collection. It may be “old”, but this amazing theme is not yet dated! A definite download and one that you will thoroughly enjoy!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1045:" Preview - The Morning After

The Morning After

The Morning After was the original magazine theme in the WordPress community and after more than a 100 000 downloads, it now has a place in our themes collection. It may be “old”, but this amazing theme is not yet dated! A definite download and one that you will thoroughly enjoy!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2010/06/themorningafter/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:10:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:4:"Coda";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://www.woothemes.com/2010/06/coda/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/06/coda/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 Jun 2010 09:30:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"elegant";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:12:"kirstin pauk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=6787";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:915:" Preview - Coda

Coda

Coda is an elegant and feature-rich magazine template with a neat home page js scroller, and an otherwise completely widget based home page design. With a custom styled Twitter module, a “Share this” module and a “Like this” popularity-based post feature this theme will surely woo you.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Fischer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:915:" Preview - Coda

Coda

Coda is an elegant and feature-rich magazine template with a neat home page js scroller, and an otherwise completely widget based home page design. With a custom styled Twitter module, a “Share this” module and a “Like this” popularity-based post feature this theme will surely woo you.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2010/06/coda/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Inspire";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2010/05/inspire/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2010/05/inspire/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 May 2010 13:22:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=6587";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:905:" Preview - Inspire

Inspire

Inspire is a highly functional theme that has a custom homepage with a featured area powered by jQuery, and lovely mini-featured area. This along with the included portfolio page template makes it perfect to use for your business to show off your work or products.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:905:" Preview - Inspire

Inspire

Inspire is a highly functional theme that has a custom homepage with a featured area powered by jQuery, and lovely mini-featured area. This along with the included portfolio page template makes it perfect to use for your business to show off your work or products.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2010/05/inspire/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:3:"Apz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://www.woothemes.com/2010/05/apz/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2010/05/apz/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 May 2010 10:52:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=6506";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:825:" Preview - Apz

Apz

Finally a theme to promote or sell your apps, either for iPhone or other platforms. This theme will show the features of your app in a featured slider, and also make it possible to promote it further via the modular homepage layout.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:825:" Preview - Apz

Apz

Finally a theme to promote or sell your apps, either for iPhone or other platforms. This theme will show the features of your app in a featured slider, and also make it possible to promote it further via the modular homepage layout.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/05/apz/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Spectrum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/05/spectrum/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2010/05/spectrum/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 May 2010 12:33:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=6329";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:943:" Preview - Spectrum

Spectrum

Spectrum is a visually rich magazine theme for content rich sites showcasing their content with beautiful imagery. It’s packed with 7 widgetized regions and lots of custom woo widgets, like a video player, Flickr and Twitter streams, to customize huge amounts of the theme on the fly.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:943:" Preview - Spectrum

Spectrum

Spectrum is a visually rich magazine theme for content rich sites showcasing their content with beautiful imagery. It’s packed with 7 widgetized regions and lots of custom woo widgets, like a video player, Flickr and Twitter streams, to customize huge amounts of the theme on the fly.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/05/spectrum/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Diarise";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2010/04/diarise/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2010/04/diarise/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Apr 2010 10:36:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=6185";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:987:" Preview - Diarise

Diarise

Diarise showcases your company/organisation’s events in a neat home page tabber, along with past events, or featured posts in a slick scroller. Easily add events straight to your calendar application and link your events to booking forms. The possibilities are limitless for churches, event organizing companies, sports clubs, schools, etc.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:987:" Preview - Diarise

Diarise

Diarise showcases your company/organisation’s events in a neat home page tabber, along with past events, or featured posts in a slick scroller. Easily add events straight to your calendar application and link your events to booking forms. The possibilities are limitless for churches, event organizing companies, sports clubs, schools, etc.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2010/04/diarise/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Boast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2010/04/boast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2010/04/boast/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 15 Apr 2010 13:13:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=6165";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:893:" Preview - Boast

Boast

Boast is a modern business design with a lot of shine & gloss. The theme includes some nifty jQuery touches, which is especially present in the awesome slider on the homepage, as well as the scrolling widget boxes. This is a definite contender for your business makeover.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:893:" Preview - Boast

Boast

Boast is a modern business design with a lot of shine & gloss. The theme includes some nifty jQuery touches, which is especially present in the awesome slider on the homepage, as well as the scrolling widget boxes. This is a definite contender for your business makeover.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2010/04/boast/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:11:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Retreat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2010/03/retreat/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2010/03/retreat/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 31 Mar 2010 11:55:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:17:"woo on the slopes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=5997";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1033:" Preview - Retreat

Retreat

Based on our hugely successful ‘Woo on the Slopes’ tumblog theme that we used to live blog our company retreat to the Austrian Alps, the aptly named ‘Retreat’ theme is packed full of easy to use quickpress publishing tools, unique to WooThemes. It also comes with a AJAX-based Twitter widget that updates every few minutes, and can track keywords mentioned on Twitter.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1033:" Preview - Retreat

Retreat

Based on our hugely successful ‘Woo on the Slopes’ tumblog theme that we used to live blog our company retreat to the Austrian Alps, the aptly named ‘Retreat’ theme is packed full of easy to use quickpress publishing tools, unique to WooThemes. It also comes with a AJAX-based Twitter widget that updates every few minutes, and can track keywords mentioned on Twitter.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2010/03/retreat/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:11:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"City Guide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2010/03/cityguide/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2010/03/cityguide/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Mar 2010 12:27:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:14:"city directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:11:"google maps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:9:"sam brown";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=5852";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:967:" Preview - City Guide

City Guide

We’ve developed this theme to cater for directory-based wordpress sites. For example, a guide to a city with shops, restaurants and other places of interest all archived in posts with geo-tags, custom content about the locations, and well presented in this killer theme designed by Sam Brown.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:967:" Preview - City Guide

City Guide

We’ve developed this theme to cater for directory-based wordpress sites. For example, a guide to a city with shops, restaurants and other places of interest all archived in posts with geo-tags, custom content about the locations, and well presented in this killer theme designed by Sam Brown.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2010/03/cityguide/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Cinch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2010/03/cinch/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2010/03/cinch/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Mar 2010 14:05:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=5625";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:890:" Preview - Cinch

Cinch

Cinch is a classy & feature-rich tumblog theme built for WordPress. Incorporating awesome advanced QuickPress functionality (exclusive to WooThemes) and an amazing design (with added jQuery awesomeness), Cinch is most definitely the tumblog theme that you want to use!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:890:" Preview - Cinch

Cinch

Cinch is a classy & feature-rich tumblog theme built for WordPress. Incorporating awesome advanced QuickPress functionality (exclusive to WooThemes) and an amazing design (with added jQuery awesomeness), Cinch is most definitely the tumblog theme that you want to use!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2010/03/cinch/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Slanted";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2010/03/slanted/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2010/03/slanted/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Mar 2010 14:05:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Tumblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=5624";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:907:" Preview - Slanted

Slanted

Slanted is a tumblog theme with an extremely unique – and should we say “slanted” – design. Using some progressive CSS3 attributes and jQuery wizardry, this tumblog theme (built for WordPress) is perfect for the more experimental tumbloggers.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:907:" Preview - Slanted

Slanted

Slanted is a tumblog theme with an extremely unique – and should we say “slanted” – design. Using some progressive CSS3 attributes and jQuery wizardry, this tumblog theme (built for WordPress) is perfect for the more experimental tumbloggers.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2010/03/slanted/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Postcard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/01/postcard/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2010/01/postcard/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 28 Jan 2010 11:45:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:11:"google maps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:13:"image gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:14:"mark forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:15:"travel blogging";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=5158";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:949:" Preview - Postcard

Postcard

Postcard is a beautiful travel-blogging theme with neat Google Maps integration allowing you to geo-tag posts with locations and display your recent travels on widgetized maps. Its packed full of all the functionality a traveller needs to publish news and photos for friends and family back home.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:949:" Preview - Postcard

Postcard

Postcard is a beautiful travel-blogging theme with neat Google Maps integration allowing you to geo-tag posts with locations and display your recent travels on widgetized maps. Its packed full of all the functionality a traveller needs to publish news and photos for friends and family back home.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/01/postcard/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Delegate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/01/delegate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2010/01/delegate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 21 Jan 2010 06:58:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=5087";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:890:" Preview - Delegate

Delegate

Delegate is a shiny and feature-packed business theme that should appeal to the funky companies out there. Packed with all the goodness of a proper WordPress business theme, Delegate will most definitely make the impact you need from it!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"İlker Utlu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:890:" Preview - Delegate

Delegate

Delegate is a shiny and feature-packed business theme that should appeal to the funky companies out there. Packed with all the goodness of a proper WordPress business theme, Delegate will most definitely make the impact you need from it!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/01/delegate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"MyStream";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2010/01/mystream/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2010/01/mystream/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Jan 2010 10:33:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=4942";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:899:" Preview - MyStream

MyStream

MyStream is a flexible and extremely customizable personal blog theme with massive social media & lifestreaming influences. Change the background to your visual identity, move the many available widgets around and VOILA: you have YourStream.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:899:" Preview - MyStream

MyStream

MyStream is a flexible and extremely customizable personal blog theme with massive social media & lifestreaming influences. Change the background to your visual identity, move the many available widgets around and VOILA: you have YourStream.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2010/01/mystream/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Optimize";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2009/12/optimize/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/12/optimize/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Dec 2009 08:32:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=4727";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:945:" Preview - Optimize

Optimize

Optimize builds on the popularity of Coffee Break theme, with stunning looks and super functionality built in to the brand spanking new WooFramework. The customizable front page will showcase your work or product in a sexy fashion. Impress visitors of your site with this optimized theme now!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:945:" Preview - Optimize

Optimize

Optimize builds on the popularity of Coffee Break theme, with stunning looks and super functionality built in to the brand spanking new WooFramework. The customizable front page will showcase your work or product in a sexy fashion. Impress visitors of your site with this optimized theme now!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2009/12/optimize/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Backstage";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2009/12/backstage/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2009/12/backstage/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Dec 2009 08:15:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=4677";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:935:" Preview - Backstage

Backstage

Backstage is a powerful niche theme design for musicians and artists showcasing their media, upcoming shows and music using hugely flexible custom widgets and audio players. This beautifully crafted layout was designed by Elliot Jay Stocks and boasts 7 alternate styles.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:935:" Preview - Backstage

Backstage

Backstage is a powerful niche theme design for musicians and artists showcasing their media, upcoming shows and music using hugely flexible custom widgets and audio players. This beautifully crafted layout was designed by Elliot Jay Stocks and boasts 7 alternate styles.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/12/backstage/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"SophisticatedFolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2009/12/sophisticatedfolio/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://www.woothemes.com/2009/12/sophisticatedfolio/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Dec 2009 10:01:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=4577";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:954:" Preview - SophisticatedFolio

SophisticatedFolio

SophisticatedFolio is a great theme for web/graphic designers to showcase their portfolio and blog, but can be used for many other purposes if you just put your imagination to work.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"İlker Utlu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:954:" Preview - SophisticatedFolio

SophisticatedFolio

SophisticatedFolio is a great theme for web/graphic designers to showcase their portfolio and blog, but can be used for many other purposes if you just put your imagination to work.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://www.woothemes.com/2009/12/sophisticatedfolio/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Bueno";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2009/11/bueno/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/11/bueno/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Nov 2009 10:15:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=4523";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:931:" Preview - Bueno

Bueno

Bueno is a clean, minimalistic design which just oozes sophistication in both it’s typography & structure. Stripped of all fancy design elements; the reader’s focus should be on the great content that you produce. Bueno is perfect for the regular (and not-so-regular) blogger. Get it for free now!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:931:" Preview - Bueno

Bueno

Bueno is a clean, minimalistic design which just oozes sophistication in both it’s typography & structure. Stripped of all fancy design elements; the reader’s focus should be on the great content that you produce. Bueno is perfect for the regular (and not-so-regular) blogger. Get it for free now!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2009/11/bueno/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Digital Farm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2009/11/digitalfarm/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2009/11/digitalfarm/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Nov 2009 13:25:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:12:"digital farm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:14:"mark forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"personal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:6:"slider";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=4463";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1052:" Preview - Digital Farm

Digital Farm

This previous, vibrant blog design of Mark Forrester’s personal site was well received and showcased in many CSS galleries so boasts a solid track record. Bundled with a fully customizable header space, optional sidebar slider and a dedicated portfolio page, together with some minimal corporate alternate styles this theme caters for a wide market.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"İlker Utlu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1052:" Preview - Digital Farm

Digital Farm

This previous, vibrant blog design of Mark Forrester’s personal site was well received and showcased in many CSS galleries so boasts a solid track record. Bundled with a fully customizable header space, optional sidebar slider and a dedicated portfolio page, together with some minimal corporate alternate styles this theme caters for a wide market.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2009/11/digitalfarm/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Headlines";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2009/11/headlines/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2009/11/headlines/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Nov 2009 07:55:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=4230";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:940:" Preview - Headlines

Headlines

Headlines continues where our old magazine themes left off. It has tons of requested features like featured area, social bookmarks, author highlighting, flexible layout to name a few. It’s the perfect platform to launch your magazine or blog and reach out to the world!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:940:" Preview - Headlines

Headlines

Headlines continues where our old magazine themes left off. It has tons of requested features like featured area, social bookmarks, author highlighting, flexible layout to name a few. It’s the perfect platform to launch your magazine or blog and reach out to the world!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/11/headlines/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"f0101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2009/10/f0101/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/10/f0101/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Oct 2009 14:21:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=3977";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:952:" Preview - f0101

f0101

f0101 was designed by Veerle Pieters during Breast Cancer Awareness month with the default style especially for the ladies. Never fear though the beautifully illustrated figure can be changed to a male figure or removed completely. Packed full of widgetized goodness and slickly presenting your blog posts this theme is pure eye candy.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:952:" Preview - f0101

f0101

f0101 was designed by Veerle Pieters during Breast Cancer Awareness month with the default style especially for the ladies. Never fear though the beautifully illustrated figure can be changed to a male figure or removed completely. Packed full of widgetized goodness and slickly presenting your blog posts this theme is pure eye candy.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2009/10/f0101/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Royalle";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2009/10/royalle/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2009/10/royalle/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Oct 2009 14:17:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=3967";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:941:" Preview - Royalle

Royalle

Released during Breast Cancer Awareness Month, Royalle is a beautiful pink personal blog theme designed by the equally beautiful Sarah Parmenter, rest assured the theme comes packaged with 4 other equally tasty colour schemes. Packed full with 10 widgets, and a unique social profiles header section.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:941:" Preview - Royalle

Royalle

Released during Breast Cancer Awareness Month, Royalle is a beautiful pink personal blog theme designed by the equally beautiful Sarah Parmenter, rest assured the theme comes packaged with 4 other equally tasty colour schemes. Packed full with 10 widgets, and a unique social profiles header section.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2009/10/royalle/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Exposure";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2009/10/exposure/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/10/exposure/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 12 Oct 2009 08:51:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=3742";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:937:" Preview - Exposure

Exposure

Exposure is revolutionary photo blogging theme with extreme control over image gallery displays in your posts and a completely widgetized home page with each blog post being a widget allowing them to be arranged however you please. One of those themes you just have to see to believe.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"İlker Utlu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:937:" Preview - Exposure

Exposure

Exposure is revolutionary photo blogging theme with extreme control over image gallery displays in your posts and a completely widgetized home page with each blog post being a widget allowing them to be arranged however you please. One of those themes you just have to see to believe.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2009/10/exposure/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Therapy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2009/10/therapy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2009/10/therapy/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 08 Oct 2009 12:17:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"izuddin helmi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=3640";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:874:" Preview - Therapy

Therapy

A powerful, feature-rich & flexible personal blog theme with Izuddin’s signature, vibrant and bubbly design style. This theme showcases your social media profiles neatly, whilst elegantly showcasing your latest blog posts.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:874:" Preview - Therapy

Therapy

A powerful, feature-rich & flexible personal blog theme with Izuddin’s signature, vibrant and bubbly design style. This theme showcases your social media profiles neatly, whilst elegantly showcasing your latest blog posts.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2009/10/therapy/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2009/09/rockstar/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/09/rockstar/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 30 Sep 2009 11:30:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=3518";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:900:" Preview - Rockstar

Rockstar

Adii’s previous custom design for his successful personal blog is now available as a free theme. It’s simple layout, and clean colour palette means easy customizations to this neatly coded theme on the ever-popular WooThemes framework.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"İlker Utlu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:900:" Preview - Rockstar

Rockstar

Adii’s previous custom design for his successful personal blog is now available as a free theme. It’s simple layout, and clean colour palette means easy customizations to this neatly coded theme on the ever-popular WooThemes framework.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2009/09/rockstar/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:50;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"Daily Edition";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2009/09/daily-edition/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:56:"http://www.woothemes.com/2009/09/daily-edition/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Sep 2009 04:20:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=3127";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:942:" Preview - Daily Edition

Daily Edition

Daily Edition is a clean, spacious newspaper/magazine theme designed by Liam McKay. With loads of home page modules to enable/disable and a unique javascript-based featured scroller and video player the theme oozes sophistication.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:942:" Preview - Daily Edition

Daily Edition

Daily Edition is a clean, spacious newspaper/magazine theme designed by Liam McKay. With loads of home page modules to enable/disable and a unique javascript-based featured scroller and video player the theme oozes sophistication.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2009/09/daily-edition/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:51;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"Object";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://www.woothemes.com/2009/09/object/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2009/09/object/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Sep 2009 07:56:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=3171";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:877:" Preview - Object

Object

Object is a supremely flexible theme designed to publish your photos and videos perfectly. The design sports 1 – 5 column layout options, 15 amazing colour schemes and one of the sexiest jQuery image galleries you’ve seen in a WP theme.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:877:" Preview - Object

Object

Object is a supremely flexible theme designed to publish your photos and videos perfectly. The design sports 1 – 5 column layout options, 15 amazing colour schemes and one of the sexiest jQuery image galleries you’ve seen in a WP theme.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2009/09/object/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:52;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"Antisocial";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2009/08/antisocial/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2009/08/antisocial/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 12:23:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=3043";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:906:" Preview - Antisocial

Antisocial

Antisocial was one of our most anticipated themes yet. Designed by Tim Van Damme Antisocial is the perfect online business card and personal blog theme to aggregate all your online profiles in a beautiful slick and unique design.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:906:" Preview - Antisocial

Antisocial

Antisocial was one of our most anticipated themes yet. Designed by Tim Van Damme Antisocial is the perfect online business card and personal blog theme to aggregate all your online profiles in a beautiful slick and unique design.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2009/08/antisocial/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:53;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Coffee Break";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2009/08/coffee-break/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:55:"http://www.woothemes.com/2009/08/coffee-break/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Aug 2009 12:55:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=2798";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:960:" Preview - Coffee Break

Coffee Break

Coffee Break is a professional theme built specifically to showcase your business, services or products. Heavily influenced by our recent WooThemes re-design, and packed with loads of options, you have complete control over what pages display on the home page.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:960:" Preview - Coffee Break

Coffee Break

Coffee Break is a professional theme built specifically to showcase your business, services or products. Heavily influenced by our recent WooThemes re-design, and packed with loads of options, you have complete control over what pages display on the home page.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/08/coffee-break/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:54;a:6:{s:4:"data";s:10:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"Mortar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://www.woothemes.com/2009/08/mortar/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2009/08/mortar/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Aug 2009 14:13:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=2671";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:880:" Preview - Mortar

Mortar

A hugely flexible theme built on a neat JQuery layout plugin that arranges your posts vertically than horizontally with complete control over the number of columns on the home and archive page. Ideal for magazine, portfolio and gallery based websites.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:880:" Preview - Mortar

Mortar

A hugely flexible theme built on a neat JQuery layout plugin that arranges your posts vertically than horizontally with complete control over the number of columns on the home and archive page. Ideal for magazine, portfolio and gallery based websites.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2009/08/mortar/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:55;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Big Easy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2009/07/big-easy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/07/big-easy/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jul 2009 13:12:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=2585";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:875:" Preview - Big Easy

Big Easy

A very neatly coded, pixel sharp portfolio-based theme designed by the UK based web legend Dan Rubin. This theme boasts an impressive widgetized home page, custom typography, and impressive portfolio handling functionality.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:875:" Preview - Big Easy

Big Easy

A very neatly coded, pixel sharp portfolio-based theme designed by the UK based web legend Dan Rubin. This theme boasts an impressive widgetized home page, custom typography, and impressive portfolio handling functionality.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2009/07/big-easy/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:56;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"Mainstream";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2009/07/mainstream/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2009/07/mainstream/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Jul 2009 13:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=2517";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:862:" Preview - Mainstream

Mainstream

A vibrant personal blog theme with a colourful selection of styles, built on WooThemes flexible theme framework, boasting a selection of theme options, most importantly it’s FREE!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:862:" Preview - Mainstream

Mainstream

A vibrant personal blog theme with a colourful selection of styles, built on WooThemes flexible theme framework, boasting a selection of theme options, most importantly it’s FREE!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2009/07/mainstream/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:57;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Groovy Photo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2009/07/groovy-photo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:55:"http://www.woothemes.com/2009/07/groovy-photo/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Jul 2009 12:19:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=2372";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:975:" Preview - Groovy Photo

Groovy Photo

Groovy Photo is the third in the 3 part Groovy series. This one is aimed at photobloggers, and joins the growing number of photoblogging themes at WooThemes HQ. A vibrant, fun colour palette set in a neat layout with tons of neat features – what more could you ask for?

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:975:" Preview - Groovy Photo

Groovy Photo

Groovy Photo is the third in the 3 part Groovy series. This one is aimed at photobloggers, and joins the growing number of photoblogging themes at WooThemes HQ. A vibrant, fun colour palette set in a neat layout with tons of neat features – what more could you ask for?

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/07/groovy-photo/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:58;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Groovy Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2009/07/groovy-blog/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2009/07/groovy-blog/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Jul 2009 12:19:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=2365";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:926:" Preview - Groovy Blog

Groovy Blog

Groovy Blog is part of the Groovy Series and is another colourful, funky theme this time aimed at personal bloggers. The customizable home page showcases your blog posts in a neat tabber and your uploaded images in a js gallery component.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:926:" Preview - Groovy Blog

Groovy Blog

Groovy Blog is part of the Groovy Series and is another colourful, funky theme this time aimed at personal bloggers. The customizable home page showcases your blog posts in a neat tabber and your uploaded images in a js gallery component.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2009/07/groovy-blog/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:59;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"Feature Pitch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2009/06/featurepitch/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:55:"http://www.woothemes.com/2009/06/featurepitch/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Jun 2009 10:53:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=2225";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1104:" Preview - Feature Pitch

Feature Pitch

Feature Pitch is a niche theme with one purpose: selling whatever you want to sell online (and thus making you money). The homepage sports a very functional design, which highlights all the great things about your products and / or services, whilst it’s a great experience reading more in-depth information on the inner pages. If you want to sell your stuff, then Feature Pitch is for you.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1104:" Preview - Feature Pitch

Feature Pitch

Feature Pitch is a niche theme with one purpose: selling whatever you want to sell online (and thus making you money). The homepage sports a very functional design, which highlights all the great things about your products and / or services, whilst it’s a great experience reading more in-depth information on the inner pages. If you want to sell your stuff, then Feature Pitch is for you.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/06/featurepitch/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:60;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Suit and Tie";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2009/06/suitandtie/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2009/06/suitandtie/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 10 Jun 2009 08:49:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1833";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1080:" Preview - Suit and Tie

Suit and Tie

Suit & Tie is a stylish business theme by top designer, Bryan Veloso. The clean & trendy style inherit in the design will definitely keep your business up-to-date with current online trends, whilst the attractive homepage slider will be woo-ing most of your customers. Top that off with 13 diverse colour schemes and you’ve got your next business website design right here.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1080:" Preview - Suit and Tie

Suit and Tie

Suit & Tie is a stylish business theme by top designer, Bryan Veloso. The clean & trendy style inherit in the design will definitely keep your business up-to-date with current online trends, whilst the attractive homepage slider will be woo-ing most of your customers. Top that off with 13 diverse colour schemes and you’ve got your next business website design right here.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2009/06/suitandtie/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:61;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"The Journal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2009/06/the-journal/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2009/06/the-journal/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Jun 2009 13:58:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1552";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1092:" Preview - The Journal

The Journal

A neat online newspaper design perfect for web publishers. The Journal places special emphasis on its neat typography and clean grid structure, and not template imagery, making customizing this theme a breeze and showcasing post content and its imagery top priority. With a neat tag based “Highlights” section and a recent posts carousel the home page is completely adaptable to your content.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1092:" Preview - The Journal

The Journal

A neat online newspaper design perfect for web publishers. The Journal places special emphasis on its neat typography and clean grid structure, and not template imagery, making customizing this theme a breeze and showcasing post content and its imagery top priority. With a neat tag based “Highlights” section and a recent posts carousel the home page is completely adaptable to your content.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2009/06/the-journal/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:62;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"myweblog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2009/05/myweblog/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/05/myweblog/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 May 2009 11:36:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1464";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:913:" Preview - myweblog

myweblog

myweblog is personal blog in the same vein as our most popular themes – Busy Bee & Fresh News. The style is modern and funky, whilst the colour-coded categories are sure to provide you with a little bit of extra fun when crafting that next blog post!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:913:" Preview - myweblog

myweblog

myweblog is personal blog in the same vein as our most popular themes – Busy Bee & Fresh News. The style is modern and funky, whilst the colour-coded categories are sure to provide you with a little bit of extra fun when crafting that next blog post!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2009/05/myweblog/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:63;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Aperture";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2009/04/aperture/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/04/aperture/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Apr 2009 13:54:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1373";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1014:" Preview - Aperture

Aperture

Aperture is a multi-functional photo-blogging theme with a unique home page, consisting of a latest posts slider, a visual category display, a blog module and lots of stylish widgetized spaces. With 12 alternate styles and a very visual archive system you should be able to house your photos/portfolio proudly in a theme that caters specifically for your needs.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1014:" Preview - Aperture

Aperture

Aperture is a multi-functional photo-blogging theme with a unique home page, consisting of a latest posts slider, a visual category display, a blog module and lots of stylish widgetized spaces. With 12 alternate styles and a very visual archive system you should be able to house your photos/portfolio proudly in a theme that caters specifically for your needs.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2009/04/aperture/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:64;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Meta-Morphosis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/04/meta-morphosis/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"http://www.woothemes.com/2009/04/meta-morphosis/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Apr 2009 10:11:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1340";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:988:" Preview - Meta-Morphosis

Meta-Morphosis

Meta-Morphosis is a visually-rich personal blog, with a magazine layout approach. Incorporating some nifty javascript font replacement and javascript widget slider in the footer, Meta-Morphosis should meet all of your personal blogging needs. Best of all its FREE!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:988:" Preview - Meta-Morphosis

Meta-Morphosis

Meta-Morphosis is a visually-rich personal blog, with a magazine layout approach. Incorporating some nifty javascript font replacement and javascript widget slider in the footer, Meta-Morphosis should meet all of your personal blogging needs. Best of all its FREE!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2009/04/meta-morphosis/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:65;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Bloggingstream";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/04/bloggingstream/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"http://www.woothemes.com/2009/04/bloggingstream/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Apr 2009 15:53:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1296";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1066:" Preview - Bloggingstream

Bloggingstream

Bloggingstream caters to both those irregular personal bloggers, as well as the more serious publishers. The theme, which sports a nifty, integrated lifestream and sidebar video player, can be used for personal blogs, whilst also satisfying your online magazine needs. The 7 ad spaces definitely contributes to the bottom line as well…

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1066:" Preview - Bloggingstream

Bloggingstream

Bloggingstream caters to both those irregular personal bloggers, as well as the more serious publishers. The theme, which sports a nifty, integrated lifestream and sidebar video player, can be used for personal blogs, whilst also satisfying your online magazine needs. The 7 ad spaces definitely contributes to the bottom line as well…

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2009/04/bloggingstream/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:66;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"The Station";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2009/03/the-station/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2009/03/the-station/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Mar 2009 12:40:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1245";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:946:" Preview - The Station

The Station

The Station is a super business theme with loads of different options for navigation spaces, widgetized sidebars and custom widgets. Everything has been designed for your user in mind and all of your most important content will stand out within this Station.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:946:" Preview - The Station

The Station

The Station is a super business theme with loads of different options for navigation spaces, widgetized sidebars and custom widgets. Everything has been designed for your user in mind and all of your most important content will stand out within this Station.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2009/03/the-station/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:67;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Groovy Video";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2009/03/groovy-video/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:55:"http://www.woothemes.com/2009/03/groovy-video/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Mar 2009 12:38:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1131";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:949:" Preview - Groovy Video

Groovy Video

Groovy Video is a colourful, funky video blogging theme, which is sure to put you at the top of the pile. Video blogging (vlogging) is trendy right now (all the cool kids are doing it), so do get your groove on with this theme! Get it? Got it? Good!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:949:" Preview - Groovy Video

Groovy Video

Groovy Video is a colourful, funky video blogging theme, which is sure to put you at the top of the pile. Video blogging (vlogging) is trendy right now (all the cool kids are doing it), so do get your groove on with this theme! Get it? Got it? Good!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/03/groovy-video/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:68;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Productum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2009/03/productum/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2009/03/productum/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Mar 2009 10:12:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.woothemes.com/?p=1041";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1001:" Preview - Productum

Productum

Productum is a business theme designed to help market your products or services. A custom home page making good use of prime real estate and a nifty image switcher that stylishly advertises your latest offerings, bundled with a feature rich theme options panel means you should be able to brand this theme to your liking with no hassle.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1001:" Preview - Productum

Productum

Productum is a business theme designed to help market your products or services. A custom home page making good use of prime real estate and a nifty image switcher that stylishly advertises your latest offerings, bundled with a feature rich theme options panel means you should be able to brand this theme to your liking with no hassle.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/03/productum/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:69;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Newsport";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2009/02/newsport/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/02/newsport/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Feb 2009 13:18:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=973";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:929:" Preview - Newsport

Newsport

Newsport is a stylish magazine theme aimed at those who want a more professional feel to their site. It includes a well laid out front page that showcases all your news with images, and also a cool category news feed on the side so that all content of your site gets to shine.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Magnus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:929:" Preview - Newsport

Newsport

Newsport is a stylish magazine theme aimed at those who want a more professional feel to their site. It includes a well laid out front page that showcases all your news with images, and also a cool category news feed on the side so that all content of your site gets to shine.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2009/02/newsport/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:70;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Irresistible";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2009/02/irresistible/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:55:"http://www.woothemes.com/2009/02/irresistible/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Feb 2009 10:38:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=904";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:936:" Preview - Irresistible

Irresistible

Irresistible is a visually-rich personal blog, with a little bit of a multimedia focus. Incorporating some nifty video-options and widgets, Irresistible should meet all of your personal blogging needs. Just add your content to the mix.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:936:" Preview - Irresistible

Irresistible

Irresistible is a visually-rich personal blog, with a little bit of a multimedia focus. Incorporating some nifty video-options and widgets, Irresistible should meet all of your personal blogging needs. Just add your content to the mix.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/02/irresistible/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:71;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Cushy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2009/02/cushy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/02/cushy/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 04 Feb 2009 11:13:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=845";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:868:" Preview - Cushy

Cushy

Cushy is a flexible and stylish business theme, perfectly suited to showcase your products and services, whilst showcasing your business to the world. Incorporating some nifty jQuery and an integrated blog, Cushy is a must for serious business owners.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:868:" Preview - Cushy

Cushy

Cushy is a flexible and stylish business theme, perfectly suited to showcase your products and services, whilst showcasing your business to the world. Incorporating some nifty jQuery and an integrated blog, Cushy is a must for serious business owners.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2009/02/cushy/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:72;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"WooTube";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2009/01/wootube/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2009/01/wootube/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Jan 2009 14:00:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:10:"Multimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=821";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:921:" Preview - WooTube

WooTube

WooTube is a video player. Need we say more? Based on the same style that has made Busy Bee & Fresh News so popular, WooTube offers you some amazing multimedia goodness. Why not get cracking straight away… All you need is a camera, a nice smile and obviously this theme!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:921:" Preview - WooTube

WooTube

WooTube is a video player. Need we say more? Based on the same style that has made Busy Bee & Fresh News so popular, WooTube offers you some amazing multimedia goodness. Why not get cracking straight away… All you need is a camera, a nice smile and obviously this theme!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2009/01/wootube/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:73;a:6:{s:4:"data";s:10:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"Foreword Thinking";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2009/01/foreword-thinking/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"http://www.woothemes.com/2009/01/foreword-thinking/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Jan 2009 16:15:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=751";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1050:" Preview - Foreword Thinking

Foreword Thinking

Foreword Thinking is a neat 3 column design with a “table of content” magazine-styled home page. This theme comes bundled with a moveable sidebar, a customizable featured posts section, 10 theme styles and the ability to set alternating colours for specific areas of the design.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1050:" Preview - Foreword Thinking

Foreword Thinking

Foreword Thinking is a neat 3 column design with a “table of content” magazine-styled home page. This theme comes bundled with a moveable sidebar, a customizable featured posts section, 10 theme styles and the ability to set alternating colours for specific areas of the design.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:56:"http://www.woothemes.com/2009/01/foreword-thinking/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:74;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Geometric";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2009/01/geometric/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2009/01/geometric/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Jan 2009 06:01:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=595";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:928:" Preview - Geometric

Geometric

Geometric takes a structured approach to showcasing two rather non-structured things: blogs & design portfolios. The modifications made possible by the widgetized spaces however, takes all of the rigidness out of this template and enables you to be you…

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:928:" Preview - Geometric

Geometric

Geometric takes a structured approach to showcasing two rather non-structured things: blogs & design portfolios. The modifications made possible by the widgetized spaces however, takes all of the rigidness out of this template and enables you to be you…

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2009/01/geometric/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:75;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Abstract";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2008/12/abstract/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2008/12/abstract/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Dec 2008 11:14:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=389";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:897:" Preview - Abstract

Abstract

Abstract is a beautifully illustrated and colourful theme that we collaborated with the fabulous Veerle Pieters on. Abstract sports a fun yet professional layout that is flexible enough to be used as either a business theme or a personal theme.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:897:" Preview - Abstract

Abstract

Abstract is a beautifully illustrated and colourful theme that we collaborated with the fabulous Veerle Pieters on. Abstract sports a fun yet professional layout that is flexible enough to be used as either a business theme or a personal theme.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2008/12/abstract/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:76;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Busy Bee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2008/12/busy-bee/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2008/12/busy-bee/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 08 Dec 2008 09:20:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=372";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:929:" Preview - Busy Bee

Busy Bee

Busy Bee sports a stylish design that will support large amounts of multimedia content. You can definitely use it for a magazine / news site or just for your personal blog, since the out-of-box features allows you to truly make this theme your own and adapt it to your content.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:929:" Preview - Busy Bee

Busy Bee

Busy Bee sports a stylish design that will support large amounts of multimedia content. You can definitely use it for a magazine / news site or just for your personal blog, since the out-of-box features allows you to truly make this theme your own and adapt it to your content.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2008/12/busy-bee/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:77;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"BlogTheme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2008/11/blogtheme/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2008/11/blogtheme/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Nov 2008 09:10:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=353";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:914:" Preview - BlogTheme

BlogTheme

BlogTheme does the simple things well and therein lies to power of this personal blog theme: great structure, trendy style and some nifty jQuery effects in the sidebar. So what’s left for you to do? Well, you can start by adding content…

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:914:" Preview - BlogTheme

BlogTheme

BlogTheme does the simple things well and therein lies to power of this personal blog theme: great structure, trendy style and some nifty jQuery effects in the sidebar. So what’s left for you to do? Well, you can start by adding content…

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2008/11/blogtheme/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:78;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Gotham News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2008/11/gotham-news/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2008/11/gotham-news/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Nov 2008 06:21:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=342";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:919:" Preview - Gotham News

Gotham News

Gotham News is a clean and elegant news theme with a focus on creating a blank canvas with a strong structure to display your own personalized news; and broadcast it to the world. What more do you need from a news / magazine theme?

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:919:" Preview - Gotham News

Gotham News

Gotham News is a clean and elegant news theme with a focus on creating a blank canvas with a strong structure to display your own personalized news; and broadcast it to the world. What more do you need from a news / magazine theme?

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2008/11/gotham-news/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:79;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"THiCK";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://www.woothemes.com/2008/11/thick/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2008/11/thick/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Nov 2008 13:30:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=327";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:906:" Preview - THiCK

THiCK

THiCK is a super-personal theme that focuses on you: the blog owner. With both clean & grunge, dark & light styles, as well as 5 colour schemes for each, you’re sure to find one you like. The theme also includes a bunch of custom widgets to make it a truly unique experience!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:906:" Preview - THiCK

THiCK

THiCK is a super-personal theme that focuses on you: the blog owner. With both clean & grunge, dark & light styles, as well as 5 colour schemes for each, you’re sure to find one you like. The theme also includes a bunch of custom widgets to make it a truly unique experience!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2008/11/thick/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:80;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Typebased";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2008/11/typebased/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2008/11/typebased/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Nov 2008 15:01:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=309";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:917:" Preview - Typebased

Typebased

Typebased is a free, personal blog design, with a very clean and elegant style. Along with the great design, we’ve also included all of the other Woo goodies in the backend i.e. custom widgets, integrated banner ad management etc. Gotta love Woo!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:917:" Preview - Typebased

Typebased

Typebased is a free, personal blog design, with a very clean and elegant style. Along with the great design, we’ve also included all of the other Woo goodies in the backend i.e. custom widgets, integrated banner ad management etc. Gotta love Woo!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2008/11/typebased/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:81;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Over Easy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2008/10/overeasy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2008/10/overeasy/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Oct 2008 10:17:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=281";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:964:" Preview - Over Easy

Over Easy

Over Easy is a minimalistically-elegant theme aimed at companies who’d like a serious, all-in-one online web presence. The homepage is perfectly suited for sales, whilst the inner pages & blog has been hand-crafted to publish important info efficiently and promote engagement through the blog.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:964:" Preview - Over Easy

Over Easy

Over Easy is a minimalistically-elegant theme aimed at companies who’d like a serious, all-in-one online web presence. The homepage is perfectly suited for sales, whilst the inner pages & blog has been hand-crafted to publish important info efficiently and promote engagement through the blog.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2008/10/overeasy/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:82;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Ambience";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2008/10/ambience/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2008/10/ambience/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Oct 2008 10:24:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=267";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:884:" Preview - Ambience

Ambience

Ambience is a simple, yet elegant, theme designed for personal bloggers. With the customized lifestreaming widget and prominent Twitter status message, the theme is perfect for aggregating all of your online content into one place.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:884:" Preview - Ambience

Ambience

Ambience is a simple, yet elegant, theme designed for personal bloggers. With the customized lifestreaming widget and prominent Twitter status message, the theme is perfect for aggregating all of your online content into one place.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2008/10/ambience/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:83;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Snapshot";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2008/10/snapshot/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2008/10/snapshot/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 13 Oct 2008 14:57:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=249";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:973:" Preview - Snapshot

Snapshot

Snapshot is the framework-equivalent of our very own WooThemes Showcase – so that already guarantees you an awesome experience! Snapshot is also flexible and can be used for either a photo showcase, portfolio or design gallery.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:973:" Preview - Snapshot

Snapshot

Snapshot is the framework-equivalent of our very own WooThemes Showcase – so that already guarantees you an awesome experience! Snapshot is also flexible and can be used for either a photo showcase, portfolio or design gallery.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2008/10/snapshot/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:84;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Open Air";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2008/10/open-air/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2008/10/open-air/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Oct 2008 15:45:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=224";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:907:" Preview - Open Air

Open Air

Open Air can serve as both a magazine-style design or a stylish personal blog. The subtle use of gradients, borders and separating lines gives the theme a very polished and stylish feel, whilst the built-in video player is sure to be a hit for most users.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:907:" Preview - Open Air

Open Air

Open Air can serve as both a magazine-style design or a stylish personal blog. The subtle use of gradients, borders and separating lines gives the theme a very polished and stylish feel, whilst the built-in video player is sure to be a hit for most users.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2008/10/open-air/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:85;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Fresh Folio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2008/09/fresh-folio/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2008/09/fresh-folio/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Sep 2008 12:42:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=190";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1060:" Preview - Fresh Folio

Fresh Folio

Fresh Folio is the second in our portfolio based themes created to help you promote your skills on a clean, sophisticated design. With a Fresh News influence by default it boasts 7 other diverse styles to choose from.  We are confident you will be wooing new clients in no time.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1060:" Preview - Fresh Folio

Fresh Folio

Fresh Folio is the second in our portfolio based themes created to help you promote your skills on a clean, sophisticated design. With a Fresh News influence by default it boasts 7 other diverse styles to choose from.  We are confident you will be wooing new clients in no time.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2008/09/fresh-folio/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:86;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Papercut";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://www.woothemes.com/2008/08/papercut/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:51:"http://www.woothemes.com/2008/08/papercut/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Aug 2008 13:26:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.woothemes.com/?p=168";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:959:" Preview - Papercut

Papercut

Papercut is a grungy news theme with beautiful alternating stylesheets, built-in widgets, and layout control via a hand crafted theme options page. It’s the perfect out-of-the-box solution to give your website a stylish new look. Irrespective of your preferred style; Papercut will have one you like.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Mark Forrester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:959:" Preview - Papercut

Papercut

Papercut is a grungy news theme with beautiful alternating stylesheets, built-in widgets, and layout control via a hand crafted theme options page. It’s the perfect out-of-the-box solution to give your website a stylish new look. Irrespective of your preferred style; Papercut will have one you like.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://www.woothemes.com/2008/08/papercut/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:87;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"ProudFolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2008/06/proudfolio/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2008/06/proudfolio/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 Jun 2008 12:32:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://www.woothemes.com/?p=43";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:978:" Preview - ProudFolio

ProudFolio

ProudFolio is most definitely aimed at aspiring designers, developers, artists and photographers who’d like a framework theme which incorporates both a great-looking portfolio and a feature-rich blog. The best thing about this theme – is that you can manage your everything from one place!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:978:" Preview - ProudFolio

ProudFolio

ProudFolio is most definitely aimed at aspiring designers, developers, artists and photographers who’d like a framework theme which incorporates both a great-looking portfolio and a feature-rich blog. The best thing about this theme – is that you can manage your everything from one place!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2008/06/proudfolio/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:88;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"VibrantCMS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2008/06/vibrantcms/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2008/06/vibrantcms/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 Jun 2008 12:29:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://www.woothemes.com/?p=42";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:951:" Preview - VibrantCMS

VibrantCMS

VibrantCMS is our first theme targeted at businesses. The design incorporates some recently popular usability trends (like the featured info scroller on the homepage), which should propell your business into the new online space, whilst creating a new market for your goods.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:951:" Preview - VibrantCMS

VibrantCMS

VibrantCMS is our first theme targeted at businesses. The design incorporates some recently popular usability trends (like the featured info scroller on the homepage), which should propell your business into the new online space, whilst creating a new market for your goods.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2008/06/vibrantcms/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:89;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Live Wire";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2008/03/live-wire/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2008/03/live-wire/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Mar 2008 13:40:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://www.woothemes.com/?p=33";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:971:" Preview - Live Wire

Live Wire

Live Wire is a magazine-type Wordpress theme that is packaged with an impressive variety of designs and colour options that should make it appealing to just about any type of web publisher. It’s theme option’s panel entitles even the most novice of users to customize it’s flexible layout.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:971:" Preview - Live Wire

Live Wire

Live Wire is a magazine-type Wordpress theme that is packaged with an impressive variety of designs and colour options that should make it appealing to just about any type of web publisher. It’s theme option’s panel entitles even the most novice of users to customize it’s flexible layout.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2008/03/live-wire/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:90;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"Flash News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://www.woothemes.com/2008/02/flash-news/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:53:"http://www.woothemes.com/2008/02/flash-news/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Feb 2008 11:39:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Personal Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://www.woothemes.com/?p=30";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:969:" Preview - Flash News

Flash News

Flash News is a firm favourite amongst our users and it is easy to see why… Using a beautiful, clean rounded corner layout this theme incorporates all the best blogging features. And its unique colour scheme picker allows you to mix & match the colours until you are perfectly happy!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:969:" Preview - Flash News

Flash News

Flash News is a firm favourite amongst our users and it is easy to see why… Using a beautiful, clean rounded corner layout this theme incorporates all the best blogging features. And its unique colour scheme picker allows you to mix & match the colours until you are perfectly happy!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://www.woothemes.com/2008/02/flash-news/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:91;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"The Gazette Edition";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://www.woothemes.com/2008/02/gazette/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2008/02/gazette/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Feb 2008 11:36:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://www.woothemes.com/?p=27";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1035:" Preview - The Gazette Edition

The Gazette Edition

Gazette Edition is arguably our most sophisticated-looking theme to date, whilst the trendy featured scroller makes it very unique. The clean, white layout with professionally designed content areas are perfect for users that’d like to run a community newspaper website or a product showcase.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1035:" Preview - The Gazette Edition

The Gazette Edition

Gazette Edition is arguably our most sophisticated-looking theme to date, whilst the trendy featured scroller makes it very unique. The clean, white layout with professionally designed content areas are perfect for users that’d like to run a community newspaper website or a product showcase.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:46:"http://www.woothemes.com/2008/02/gazette/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:92;a:6:{s:4:"data";s:8:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"NewsPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://www.woothemes.com/2007/12/newspress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://www.woothemes.com/2007/12/newspress/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Dec 2007 11:35:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://www.woothemes.com/?p=25";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:940:" Preview - NewsPress

NewsPress

NewsPress can be classified as some kind of mashup between a personal blog and a more content-heavy magazine-style layout. The sophistication of the layout can thus offer immeasurable value to ambitious bloggers that would like to display their content in a professional way.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:940:" Preview - NewsPress

NewsPress

NewsPress can be classified as some kind of mashup between a personal blog and a more content-heavy magazine-style layout. The sophistication of the layout can thus offer immeasurable value to ambitious bloggers that would like to display their content in a professional way.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://www.woothemes.com/2007/12/newspress/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:93;a:6:{s:4:"data";s:9:" ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"The Original Premium News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://www.woothemes.com/2007/11/premiumnews/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://www.woothemes.com/2007/11/premiumnews/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 02 Nov 2007 11:31:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:4:"Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"Magazine / News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://www.woothemes.com/?p=24";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1106:" Preview - The Original Premium News

The Original Premium News

The Original Premium News Theme, was the very first premium theme that we ever released. This theme may be a bit rough around the edges (in terms of its looks), but we’ve used the same solid base for all our subsequent themes. Enjoy this themes’ minimalistic beauty and make it your own today!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Adii Rockstar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1106:" Preview - The Original Premium News

The Original Premium News

The Original Premium News Theme, was the very first premium theme that we ever released. This theme may be a bit rough around the edges (in terms of its looks), but we’ve used the same solid base for all our subsequent themes. Enjoy this themes’ minimalistic beauty and make it your own today!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://www.woothemes.com/2007/11/premiumnews/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:42:"http://www.woothemes.com/?feed=more_themes";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:4:"date";s:29:"Mon, 30 May 2011 18:18:23 GMT";s:6:"server";s:9:"LiteSpeed";s:10:"connection";s:5:"close";s:12:"x-powered-by";s:9:"PHP/5.3.2";s:4:"etag";s:34:""faebc43d53789b854fca49ab304ad340"";s:13:"last-modified";s:29:"Mon, 30 May 2011 13:49:08 GMT";s:4:"vary";a:2:{i:0;s:6:"Cookie";i:1;s:10:"User-Agent";}s:10:"x-pingback";s:35:"http://www.woothemes.com/xmlrpc.php";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20090627192103";}', 'no'); +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(212, 0, '_transient_timeout_feed_mod_15f9ff259c5787469fbae2919ab14d9b', '1306822682', 'no'), +(213, 0, '_transient_feed_mod_15f9ff259c5787469fbae2919ab14d9b', '1306779482', 'no'), +(238, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1306903625', 'no'), +(239, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1306860425', 'no'), +(240, 0, 'recently_activated', 'a:0:{}', 'yes'), +(311, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1306948122', 'yes'), +(312, 0, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"2385";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1634";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1431";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1209";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1185";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1165";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"856";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"797";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"733";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"728";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"691";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"669";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"652";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"576";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"520";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"510";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"430";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"430";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"423";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"413";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"399";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"372";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"365";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"354";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"350";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"350";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"349";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"335";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"335";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"334";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"333";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"331";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"325";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"316";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"306";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"298";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"296";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"281";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"280";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"280";}}', 'yes'), +(244, 0, 'plugin_db_version', '', 'yes'), +(245, 0, 'facethumb_column', '3', 'yes'), +(246, 0, 'facethumb_line', '5', 'yes'), +(247, 0, 'facethumb_widget', 'last', 'yes'), +(248, 0, 'facethumb_link', 'gallery', 'yes'), +(262, 0, '_transient_random_seed', '03d402475c47b654eddb610b58d9402b', 'yes'), +(280, 0, 'framework_woo_admin_bar_disable', 'false', 'yes'), +(281, 0, 'framework_woo_admin_bar_enhancements', 'false', 'yes'), +(282, 0, 'seo_woo_use_third_party_data', 'false', 'yes'), +(283, 0, 'seo_woo_hide_fields', 'false', 'yes'), +(284, 0, 'seo_woo_seperator', '|', 'yes'), +(285, 0, 'seo_woo_wp_title', 'false', 'yes'), +(286, 0, 'seo_woo_wp_custom_field_title', 'false', 'yes'), +(287, 0, 'seo_woo_paged_var', 'Page', 'yes'), +(288, 0, 'seo_woo_paged_var_pos', 'before', 'yes'), +(289, 0, 'seo_woo_home_layout', 'a', 'yes'), +(290, 0, 'seo_woo_single_layout', 'a', 'yes'), +(291, 0, 'seo_woo_page_layout', 'a', 'yes'), +(292, 0, 'seo_woo_archive_layout', 'a', 'yes'), +(293, 0, 'seo_woo_meta_indexing_category', 'true', 'yes'), +(294, 0, 'seo_woo_meta_indexing_tag', 'false', 'yes'), +(295, 0, 'seo_woo_meta_indexing_author', 'false', 'yes'), +(296, 0, 'seo_woo_meta_indexing_search', 'false', 'yes'), +(297, 0, 'seo_woo_meta_indexing_date', 'false', 'yes'), +(298, 0, 'seo_woo_meta_single_follow', 'false', 'yes'), +(299, 0, 'seo_woo_meta_home_desc', 'a', 'yes'), +(300, 0, 'seo_woo_meta_home_desc_custom', '', 'yes'), +(301, 0, 'seo_woo_meta_single_desc', 'a', 'yes'), +(302, 0, 'seo_woo_meta_single_desc_sitewide', 'false', 'yes'), +(303, 0, 'seo_woo_meta_single_desc_custom', '', 'yes'), +(304, 0, 'seo_woo_meta_home_key', 'a', 'yes'), +(305, 0, 'seo_woo_meta_home_key_custom', '', 'yes'), +(306, 0, 'seo_woo_meta_single_key', 'a', 'yes'), +(307, 0, 'seo_woo_meta_single_key_sitewide', 'false', 'yes'), +(308, 0, 'seo_woo_meta_single_key_custom', '', 'yes'), +(309, 0, 'sbm_woo_sbm_options', 'a:2:{s:8:"sidebars";a:0:{}s:8:"settings";a:1:{s:7:"infobox";s:4:"show";}}', 'yes'), +(310, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'), +(314, 0, 'qtranslate_next_update_mo', '1307543397', 'yes'), +(315, 0, 'widget_qtranslate', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(317, 0, 'qtranslate_language_names', 'a:15:{s:2:"de";s:7:"Deutsch";s:2:"en";s:7:"English";s:2:"zh";s:6:"中文";s:2:"fi";s:5:"suomi";s:2:"fr";s:9:"Français";s:2:"nl";s:10:"Nederlands";s:2:"sv";s:7:"Svenska";s:2:"it";s:8:"Italiano";s:2:"ro";s:8:"Română";s:2:"hu";s:6:"Magyar";s:2:"ja";s:9:"日本語";s:2:"es";s:8:"Español";s:2:"vi";s:14:"Tiếng Việt";s:2:"ar";s:14:"العربية";s:2:"pt";s:10:"Português";}', 'yes'), +(316, 0, '_transient_plugins_delete_result_1', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:23:"could_not_remove_plugin";a:1:{i:0;s:57:"Could not fully remove the plugin(s) akismet/akismet.php.";}}s:10:"error_data";a:0:{}}', 'yes'), +(318, 0, 'qtranslate_enabled_languages', 'a:2:{i:0;s:2:"es";i:1;s:2:"en";}', 'yes'), +(319, 0, 'qtranslate_default_language', 'es', 'yes'), +(320, 0, 'qtranslate_flag_location', 'plugins/qtranslate/flags/', 'yes'), +(321, 0, 'qtranslate_flags', 'a:15:{s:2:"en";s:6:"gb.png";s:2:"de";s:6:"de.png";s:2:"zh";s:6:"cn.png";s:2:"fi";s:6:"fi.png";s:2:"fr";s:6:"fr.png";s:2:"nl";s:6:"nl.png";s:2:"sv";s:6:"se.png";s:2:"it";s:6:"it.png";s:2:"ro";s:6:"ro.png";s:2:"hu";s:6:"hu.png";s:2:"ja";s:6:"jp.png";s:2:"es";s:6:"es.png";s:2:"vi";s:6:"vn.png";s:2:"ar";s:8:"arle.png";s:2:"pt";s:6:"br.png";}', 'yes'), +(322, 0, 'qtranslate_locales', 'a:15:{s:2:"de";s:5:"de_DE";s:2:"en";s:5:"en_US";s:2:"zh";s:5:"zh_CN";s:2:"fi";s:2:"fi";s:2:"fr";s:5:"fr_FR";s:2:"nl";s:5:"nl_NL";s:2:"se";s:5:"sv_SE";s:2:"it";s:5:"it_IT";s:2:"ro";s:5:"ro_RO";s:2:"hu";s:5:"hu_HU";s:2:"ja";s:2:"ja";s:2:"es";s:5:"es_ES";s:2:"vi";s:2:"vi";s:2:"ar";s:2:"ar";s:2:"pt";s:5:"pt_BR";}', 'yes'), +(323, 0, 'qtranslate_na_messages', 'a:15:{s:2:"de";s:58:"Leider ist der Eintrag nur auf %LANG:, : und % verfügbar.";s:2:"en";s:55:"Sorry, this entry is only available in %LANG:, : and %.";s:2:"zh";s:50:"对不起,此内容只适用于%LANG:,:和%。";s:2:"fi";s:92:"Anteeksi, mutta tämä kirjoitus on saatavana ainoastaan näillä kielillä: %LANG:, : ja %.";s:2:"fr";s:65:"Désolé, cet article est seulement disponible en %LANG:, : et %.";s:2:"nl";s:78:"Onze verontschuldigingen, dit bericht is alleen beschikbaar in %LANG:, : en %.";s:2:"sv";s:66:"Tyvärr är denna artikel enbart tillgänglig på %LANG:, : och %.";s:2:"it";s:71:"Ci spiace, ma questo articolo è disponibile soltanto in %LANG:, : e %.";s:2:"ro";s:67:"Din păcate acest articol este disponibil doar în %LANG:, : și %.";s:2:"hu";s:73:"Sajnos ennek a bejegyzésnek csak %LANG:, : és % nyelvű változata van.";s:2:"ja";s:97:"申し訳ありません、このコンテンツはただ今 %LANG:、 :と % のみです。";s:2:"es";s:68:"Disculpa, pero esta entrada está disponible sólo en %LANG:, : y %.";s:2:"vi";s:63:"Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %.";s:2:"ar";s:73:"عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %.";s:2:"pt";s:70:"Desculpe-nos, mas este texto esta apenas disponível em %LANG:, : y %.";}', 'yes'), +(324, 0, 'qtranslate_date_formats', 'a:15:{s:2:"en";s:14:"%A %B %e%q, %Y";s:2:"de";s:17:"%A, der %e. %B %Y";s:2:"zh";s:5:"%x %A";s:2:"fi";s:8:"%e.&m.%C";s:2:"fr";s:11:"%A %e %B %Y";s:2:"nl";s:8:"%d/%m/%y";s:2:"sv";s:8:"%Y/%m/%d";s:2:"it";s:8:"%e %B %Y";s:2:"ro";s:12:"%A, %e %B %Y";s:2:"hu";s:12:"%Y %B %e, %A";s:2:"ja";s:15:"%Y年%m月%d日";s:2:"es";s:14:"%d de %B de %Y";s:2:"vi";s:8:"%d/%m/%Y";s:2:"ar";s:8:"%d/%m/%Y";s:2:"pt";s:14:"%d de %B de %Y";}', 'yes'), +(325, 0, 'qtranslate_time_formats', 'a:15:{s:2:"en";s:8:"%I:%M %p";s:2:"de";s:5:"%H:%M";s:2:"zh";s:7:"%I:%M%p";s:2:"fi";s:5:"%H:%M";s:2:"fr";s:5:"%H:%M";s:2:"nl";s:5:"%H:%M";s:2:"sv";s:5:"%H:%M";s:2:"it";s:5:"%H:%M";s:2:"ro";s:5:"%H:%M";s:2:"hu";s:5:"%H:%M";s:2:"ja";s:5:"%H:%M";s:2:"es";s:10:"%H:%M hrs.";s:2:"vi";s:5:"%H:%M";s:2:"ar";s:5:"%H:%M";s:2:"pt";s:10:"%H:%M hrs.";}', 'yes'), +(326, 0, 'qtranslate_ignore_file_types', 'gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js', 'yes'), +(327, 0, 'qtranslate_url_mode', '1', 'yes'), +(328, 0, 'qtranslate_term_name', 'a:0:{}', 'yes'), +(329, 0, 'qtranslate_use_strftime', '3', 'yes'), +(330, 0, 'qtranslate_detect_browser_language', '1', 'yes'), +(331, 0, 'qtranslate_hide_untranslated', '0', 'yes'), +(332, 0, 'qtranslate_auto_update_mo', '1', 'yes'), +(333, 0, 'qtranslate_hide_default_language', '1', 'yes'), +(334, 0, 'qtranslate_qtranslate_services', '0', 'yes'), +(337, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1307309862;s:7:"checked";a:5:{s:23:"facethumb/facethumb.php";s:5:"0.0.4";s:46:"mimetypes-link-icons/mime_type_link_images.php";s:5:"1.0.6";s:25:"qtranslate/qtranslate.php";s:6:"2.5.20";s:45:"simple-local-avatars/simple-local-avatars.php";s:5:"1.2.3";s:49:"vipers-video-quicktags/vipers-video-quicktags.php";s:5:"6.3.0";}s:8:"response";a:1:{s:25:"qtranslate/qtranslate.php";O:8:"stdClass":5:{s:2:"id";s:4:"2446";s:4:"slug";s:10:"qtranslate";s:11:"new_version";s:6:"2.5.21";s:3:"url";s:47:"http://wordpress.org/extend/plugins/qtranslate/";s:7:"package";s:59:"http://downloads.wordpress.org/plugin/qtranslate.2.5.21.zip";}}}', 'yes'), +(336, 0, 'vvq_options', 'a:18:{i:0;b:0;s:7:"version";s:5:"6.3.0";s:7:"youtube";a:4:{s:6:"button";i:1;s:5:"width";i:425;s:6:"height";i:344;s:11:"aspectratio";i:1;}s:11:"googlevideo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:326;s:11:"aspectratio";i:1;}s:5:"vimeo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:1;}s:11:"dailymotion";a:4:{s:6:"button";i:0;s:5:"width";i:480;s:6:"height";i:221;s:11:"aspectratio";i:1;}s:4:"veoh";a:4:{s:6:"button";i:0;s:5:"width";i:540;s:6:"height";i:438;s:11:"aspectratio";i:1;}s:7:"viddler";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}s:8:"metacafe";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:345;s:11:"aspectratio";i:1;}s:6:"bliptv";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:330;s:11:"aspectratio";i:1;}s:7:"wpvideo";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}s:11:"flickrvideo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:1;}s:5:"spike";a:4:{s:6:"button";i:0;s:5:"width";i:448;s:6:"height";i:365;s:11:"aspectratio";i:1;}s:7:"myspace";a:4:{s:6:"button";i:0;s:5:"width";i:425;s:6:"height";i:360;s:11:"aspectratio";i:1;}s:3:"flv";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:320;s:11:"aspectratio";i:0;}s:9:"quicktime";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:0;}s:9:"videofile";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:0;}s:5:"flash";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}}', 'yes'), +(338, 0, 'uninstall_plugins', 'a:2:{i:0;b:0;s:45:"simple-local-avatars/simple-local-avatars.php";s:30:"simple_local_avatars_uninstall";}', 'yes'), +(339, 0, 'mimetype_link_icon_options', 'a:16:{s:16:"internal_domains";s:9:"localhost";s:10:"image_size";s:2:"48";s:10:"image_type";s:3:"gif";s:10:"enable_pdf";b:1;s:10:"enable_doc";b:1;s:11:"enable_docx";b:1;s:10:"enable_xls";b:1;s:11:"enable_xlsx";b:1;s:10:"enable_csv";b:1;s:10:"enable_zip";b:1;s:10:"enable_ppt";b:1;s:10:"enable_dwg";b:1;s:10:"enable_dwf";b:1;s:10:"enable_skp";b:1;s:10:"enable_jpg";b:0;s:12:"enable_async";b:0;}', 'yes'), +(511, 0, 'category_children', 'a:0:{}', 'yes'), +(523, 0, 'woo_custom_upload_tracking', 'a:0:{}', 'yes'), +(520, 0, 'woo_font_title', 'a:5:{s:4:"size";s:1:"9";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}', 'yes'), +(524, 0, 'woo_top_menu_hover_color', '#583', 'yes'), +(525, 0, 'woo_top_submenu_back_color', '#004971', 'yes'); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_postmeta` +-- + +CREATE TABLE IF NOT EXISTS `wp_postmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext, + PRIMARY KEY (`meta_id`), + KEY `post_id` (`post_id`), + KEY `meta_key` (`meta_key`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=138 ; + +-- +-- Volcar la base de datos para la tabla `wp_postmeta` +-- + +INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES +(1, 2, '_wp_page_template', 'default'), +(2, 2, '_edit_lock', '1306779582:1'), +(3, 11, '_edit_last', '1'), +(4, 11, '_edit_lock', '1307308682:1'), +(5, 11, '_wp_page_template', 'default'), +(6, 11, 'image', ''), +(7, 11, 'seo_follow', 'false'), +(8, 11, 'seo_noindex', 'false'), +(9, 17, '_edit_last', '1'), +(10, 17, '_edit_lock', '1306936716:1'), +(11, 17, '_wp_page_template', 'default'), +(12, 17, 'image', ''), +(13, 17, 'seo_follow', 'false'), +(14, 17, 'seo_noindex', 'false'), +(15, 22, '_edit_last', '1'), +(16, 22, '_edit_lock', '1306936724:1'), +(17, 22, '_wp_page_template', 'default'), +(18, 22, 'image', ''), +(19, 22, 'seo_follow', 'false'), +(20, 22, 'seo_noindex', 'false'), +(21, 24, '_edit_last', '1'), +(22, 24, '_wp_page_template', 'default'), +(23, 24, 'image', ''), +(24, 24, 'seo_follow', 'false'), +(25, 24, 'seo_noindex', 'false'), +(26, 24, '_edit_lock', '1306936731:1'), +(27, 29, '_edit_last', '1'), +(28, 29, '_wp_page_template', 'default'), +(29, 29, 'image', ''), +(30, 29, 'seo_follow', 'false'), +(31, 29, 'seo_noindex', 'false'), +(32, 29, '_edit_lock', '1306936692:1'), +(33, 35, '_edit_last', '1'), +(34, 35, '_wp_page_template', 'default'), +(35, 35, 'image', ''), +(36, 35, 'seo_follow', 'false'), +(37, 35, 'seo_noindex', 'false'), +(38, 35, '_edit_lock', '1307308675:1'), +(39, 39, '_menu_item_type', 'post_type'), +(40, 39, '_menu_item_menu_item_parent', '0'), +(41, 39, '_menu_item_object_id', '35'), +(42, 39, '_menu_item_object', 'page'), +(43, 39, '_menu_item_target', ''), +(44, 39, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(45, 39, '_menu_item_xfn', ''), +(46, 39, '_menu_item_url', ''), +(58, 41, '_menu_item_menu_item_parent', '0'), +(48, 40, '_menu_item_type', 'post_type'), +(49, 40, '_menu_item_menu_item_parent', '0'), +(50, 40, '_menu_item_object_id', '29'), +(51, 40, '_menu_item_object', 'page'), +(52, 40, '_menu_item_target', ''), +(53, 40, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(54, 40, '_menu_item_xfn', ''), +(55, 40, '_menu_item_url', ''), +(57, 41, '_menu_item_type', 'custom'), +(59, 41, '_menu_item_object_id', '41'), +(60, 41, '_menu_item_object', 'custom'), +(61, 41, '_menu_item_target', ''), +(62, 41, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(63, 41, '_menu_item_xfn', ''), +(64, 41, '_menu_item_url', 'http://localhost/lqdvi/'), +(65, 41, '_menu_item_orphaned', '1306937269'), +(76, 48, '_wp_attached_file', '2011/05/Logo-LQDVI.gif'), +(77, 48, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"117";s:14:"hwstring_small";s:23:"height=''49'' width=''128''";s:4:"file";s:22:"2011/05/Logo-LQDVI.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"Logo-LQDVI-150x117.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"117";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), +(68, 43, '_wp_attached_file', '2011/05/favicon.ico'), +(69, 43, '_wp_attachment_metadata', 'a:0:{}'), +(78, 49, '_edit_last', '1'), +(79, 49, '_edit_lock', '1307309874:1'), +(80, 49, '_wp_page_template', 'default'), +(81, 49, 'image', ''), +(82, 49, 'seo_follow', 'false'), +(83, 49, 'seo_noindex', 'false'), +(84, 51, '_menu_item_type', 'post_type'), +(85, 51, '_menu_item_menu_item_parent', '0'), +(86, 51, '_menu_item_object_id', '49'), +(87, 51, '_menu_item_object', 'page'), +(88, 51, '_menu_item_target', ''), +(89, 51, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(90, 51, '_menu_item_xfn', ''), +(91, 51, '_menu_item_url', ''), +(93, 52, '_menu_item_type', 'post_type'), +(94, 52, '_menu_item_menu_item_parent', '0'), +(95, 52, '_menu_item_object_id', '35'), +(96, 52, '_menu_item_object', 'page'), +(97, 52, '_menu_item_target', ''), +(98, 52, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(99, 52, '_menu_item_xfn', ''), +(100, 52, '_menu_item_url', ''), +(101, 52, '_menu_item_orphaned', '1307309905'), +(102, 53, '_menu_item_type', 'post_type'), +(103, 53, '_menu_item_menu_item_parent', '40'), +(104, 53, '_menu_item_object_id', '24'), +(105, 53, '_menu_item_object', 'page'), +(106, 53, '_menu_item_target', ''), +(107, 53, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(108, 53, '_menu_item_xfn', ''), +(109, 53, '_menu_item_url', ''), +(111, 54, '_menu_item_type', 'post_type'), +(112, 54, '_menu_item_menu_item_parent', '40'), +(113, 54, '_menu_item_object_id', '22'), +(114, 54, '_menu_item_object', 'page'), +(115, 54, '_menu_item_target', ''), +(116, 54, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(117, 54, '_menu_item_xfn', ''), +(118, 54, '_menu_item_url', ''), +(120, 55, '_menu_item_type', 'post_type'), +(121, 55, '_menu_item_menu_item_parent', '40'), +(122, 55, '_menu_item_object_id', '17'), +(123, 55, '_menu_item_object', 'page'), +(124, 55, '_menu_item_target', ''), +(125, 55, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(126, 55, '_menu_item_xfn', ''), +(127, 55, '_menu_item_url', ''), +(129, 56, '_menu_item_type', 'post_type'), +(130, 56, '_menu_item_menu_item_parent', '39'), +(131, 56, '_menu_item_object_id', '11'), +(132, 56, '_menu_item_object', 'page'), +(133, 56, '_menu_item_target', ''), +(134, 56, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), +(135, 56, '_menu_item_xfn', ''), +(136, 56, '_menu_item_url', ''); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_posts` +-- + +CREATE TABLE IF NOT EXISTS `wp_posts` ( + `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', + `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content` longtext NOT NULL, + `post_title` text NOT NULL, + `post_excerpt` text NOT NULL, + `post_status` varchar(20) NOT NULL DEFAULT 'publish', + `comment_status` varchar(20) NOT NULL DEFAULT 'open', + `ping_status` varchar(20) NOT NULL DEFAULT 'open', + `post_password` varchar(20) NOT NULL DEFAULT '', + `post_name` varchar(200) NOT NULL DEFAULT '', + `to_ping` text NOT NULL, + `pinged` text NOT NULL, + `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content_filtered` text NOT NULL, + `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', + `guid` varchar(255) NOT NULL DEFAULT '', + `menu_order` int(11) NOT NULL DEFAULT '0', + `post_type` varchar(20) NOT NULL DEFAULT 'post', + `post_mime_type` varchar(100) NOT NULL DEFAULT '', + `comment_count` bigint(20) NOT NULL DEFAULT '0', + PRIMARY KEY (`ID`), + KEY `post_name` (`post_name`), + KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), + KEY `post_parent` (`post_parent`), + KEY `post_author` (`post_author`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=57 ; + +-- +-- Volcar la base de datos para la tabla `wp_posts` +-- + +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(1, 1, '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2011-05-30 18:00:38', '2011-05-30 18:00:38', '', 0, 'http://localhost/lqdvi/?p=1', 0, 'post', '', 1), +(2, 1, '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Esta es una página de ejemplo, Es diferente a una entrada de un blog porque se mantiene estática y, en la mayoría de temas, se mostrará en la barra de navegación. Casi todo el mundo comienza con una página Sobre mí para presentarse a los potenciales visitantes. Puede decir algo así:\n\n
¡Hola!: Soy físico durante el día, lector de manga por las noches y este es mi blog. Vivo en Albacete y tengo un gato llamado Alex. Me encantan los mojitos (y mirar a la gente corriendo en los parques)
\n\nO algo así:\n\n
La empresa Calcetines XYC se fundó en 1973, y ha estado produciendo calcetines de calidad para sus clientes desde entonces. Se encuentra en Vetusta, tiene unos 2.000 empleados e intenta ayudar en lo que puede para mejorar la vida en Vestusta
\n\nDeberías ir a tu escritorio, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!', 'Página de ejemplo', '', 'publish', 'open', 'open', '', 'pagina-ejemplo', '', '', '2011-05-30 18:00:38', '2011-05-30 18:00:38', '', 0, 'http://localhost/lqdvi/?page_id=2', 0, 'page', '', 0), +(3, 1, '2011-05-30 18:00:55', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-05-30 18:00:55', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=3', 0, 'post', '', 0), +(4, 1, '2011-05-30 18:15:51', '0000-00-00 00:00:00', '', 'Woo Logo', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_logo', '', '', '2011-05-30 18:15:51', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=4', 0, 'wooframework', '', 0), +(5, 1, '2011-05-30 18:15:51', '0000-00-00 00:00:00', '', 'Woo Custom Favicon', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_custom_favicon', '', '', '2011-05-30 18:15:51', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=5', 0, 'wooframework', '', 0), +(6, 1, '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 'Framework Woo Default Image', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_default_image', '', '', '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=6', 0, 'wooframework', '', 0), +(7, 1, '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 'Framework Woo Backend Header Image', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_backend_header_image', '', '', '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=7', 0, 'wooframework', '', 0), +(8, 1, '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 'Framework Woo Backend Icon', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_backend_icon', '', '', '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=8', 0, 'wooframework', '', 0), +(9, 1, '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 'Framework Woo Custom Login Logo', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_custom_login_logo', '', '', '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=9', 0, 'wooframework', '', 0), +(10, 1, '2011-05-31 16:47:58', '2011-05-31 16:47:58', '[FaceThumb WordPress MNTT]', 'FaceThumb Gallery', '', 'publish', 'closed', 'closed', '', 'facethumb-gallery', '', '', '2011-05-31 16:47:58', '2011-05-31 16:47:58', '', 0, 'http://localhost/lqdvi/?page_id=10', 0, 'page', '', 0), +(11, 1, '2011-06-01 11:57:08', '2011-06-01 11:57:08', '

¿Qué es la Fundación ‘Lo que de verdad importa’?

\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n

Líneas de actuación

\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n

Actividades educativas/formativas

\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n

Actividades destinadas a empresas

\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'publish', 'open', 'closed', '', 'mision-y-vision', '', '', '2011-06-01 15:01:57', '2011-06-01 14:01:57', '', 35, 'http://localhost/lqdvi/?page_id=11', 0, 'page', '', 0), +(12, 1, '2011-06-01 11:56:55', '2011-06-01 11:56:55', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision', '', '', '2011-06-01 11:56:55', '2011-06-01 11:56:55', '', 11, 'http://localhost/lqdvi/?p=12', 0, 'revision', '', 0), +(13, 1, '2011-06-05 22:19:04', '2011-06-05 21:19:04', '

¿Qué es la Fundación ‘Lo que de verdad importa’?

\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\n\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\n\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\n

Líneas de actuación

\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\n

Actividades educativas/formativas

\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\n\n

Actividades destinadas a empresas

\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-autosave', '', '', '2011-06-05 22:19:04', '2011-06-05 21:19:04', '', 11, 'http://localhost/lqdvi/?p=13', 0, 'revision', '', 0), +(14, 1, '2011-06-01 11:57:08', '2011-06-01 11:57:08', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-2', '', '', '2011-06-01 11:57:08', '2011-06-01 11:57:08', '', 11, 'http://localhost/lqdvi/?p=14', 0, 'revision', '', 0), +(15, 1, '2011-06-01 11:57:21', '2011-06-01 11:57:21', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-3', '', '', '2011-06-01 11:57:21', '2011-06-01 11:57:21', '', 11, 'http://localhost/lqdvi/?p=15', 0, 'revision', '', 0), +(16, 1, '2011-06-01 11:59:50', '2011-06-01 11:59:50', 'La Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-4', '', '', '2011-06-01 11:59:50', '2011-06-01 11:59:50', '', 11, 'http://localhost/lqdvi/?p=16', 0, 'revision', '', 0), +(17, 1, '2011-06-01 12:12:50', '2011-06-01 12:12:50', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S;  Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’;  Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son  Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista  Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\n

Congresos ‘Lo que de verdad importa’ en 2011

\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n ', 'Congresos "Lo que de verdad importa"', '', 'publish', 'open', 'closed', '', 'congresos-lo-que-de-verdad-importa', '', '', '2011-06-01 13:58:36', '2011-06-01 13:58:36', '', 29, 'http://localhost/lqdvi/?page_id=17', 0, 'page', '', 0), +(18, 1, '2011-06-01 12:10:36', '2011-06-01 12:10:36', '', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision', '', '', '2011-06-01 12:10:36', '2011-06-01 12:10:36', '', 17, 'http://localhost/lqdvi/?p=18', 0, 'revision', '', 0), +(19, 1, '2011-06-01 13:33:32', '2011-06-01 13:33:32', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\n\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S;  Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’;  Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\n\nOtros participantes son  Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista  Leopoldo Abadía, en la edición de Barcelona, entre otros.\n\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\n

Congresos ‘Lo que de verdad importa’ en 2011

\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\n\nEntre los meses de octubre y noviembre se celebrará en:\n\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-autosave', '', '', '2011-06-01 13:33:32', '2011-06-01 13:33:32', '', 17, 'http://localhost/lqdvi/?p=19', 0, 'revision', '', 0), +(20, 1, '2011-06-01 12:12:50', '2011-06-01 12:12:50', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S;  Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’;  Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son  Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las\r\ndrogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es\r\nla presidenta de honor en la edición de Madrid; o el economista  Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision-2', '', '', '2011-06-01 12:12:50', '2011-06-01 12:12:50', '', 17, 'http://localhost/lqdvi/?p=20', 0, 'revision', '', 0), +(21, 1, '2011-06-01 12:16:05', '2011-06-01 12:16:05', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S;  Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’;  Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son  Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista  Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision-3', '', '', '2011-06-01 12:16:05', '2011-06-01 12:16:05', '', 17, 'http://localhost/lqdvi/?p=21', 0, 'revision', '', 0), +(22, 1, '2011-06-01 13:44:14', '2011-06-01 13:44:14', '

Kliquers, proyecto de educación en valores

\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\n

Kliquers en 2011

\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'publish', 'open', 'closed', '', 'kliquers', '', '', '2011-06-01 13:58:44', '2011-06-01 13:58:44', '', 29, 'http://localhost/lqdvi/?page_id=22', 0, 'page', '', 0), +(23, 1, '2011-06-01 13:42:01', '2011-06-01 13:42:01', 'Kliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\nasertividad.\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\n

Kliquers en 2011

\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\nDurante el año 2011 se ha celebrado en las ciudades de:\nAlcobendas (II Edición)\nPozuelo de Alarcón (I Edición)\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'inherit', 'open', 'open', '', '22-revision', '', '', '2011-06-01 13:42:01', '2011-06-01 13:42:01', '', 22, 'http://localhost/lqdvi/?p=23', 0, 'revision', '', 0), +(24, 1, '2011-06-01 13:45:25', '2011-06-01 13:45:25', '

Guinea Ecuatorial

\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'publish', 'open', 'closed', '', 'voluntariado-con-valores', '', '', '2011-06-01 13:58:51', '2011-06-01 13:58:51', '', 29, 'http://localhost/lqdvi/?page_id=24', 0, 'page', '', 0), +(25, 1, '2011-06-01 13:45:19', '2011-06-01 13:45:19', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '24-revision', '', '', '2011-06-01 13:45:19', '2011-06-01 13:45:19', '', 24, 'http://localhost/lqdvi/?p=25', 0, 'revision', '', 0), +(26, 1, '2011-06-01 13:45:26', '2011-06-01 13:45:26', '', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-2', '', '', '2011-06-01 13:45:26', '2011-06-01 13:45:26', '', 24, 'http://localhost/lqdvi/?p=26', 0, 'revision', '', 0), +(27, 1, '2011-06-01 13:56:23', '2011-06-01 13:56:23', 'Voluntariado con valores\r\nGUINEA ECUATORIAL\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\nConstrucción de un pozo de agua potable\r\nConstrucción de un aula para los alumnos de preescolar\r\nCampamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.\r\nLlevar un grupo electrógeno y un equipo de audio con amplificador y altavoces\r\nHacerles llegar un container con material escolar, ropa, etc.\r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-3', '', '', '2011-06-01 13:56:23', '2011-06-01 13:56:23', '', 24, 'http://localhost/lqdvi/?p=27', 0, 'revision', '', 0), +(28, 1, '2011-06-01 13:57:10', '2011-06-01 13:57:10', '

Guinea Ecuatorial

\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-4', '', '', '2011-06-01 13:57:10', '2011-06-01 13:57:10', '', 24, 'http://localhost/lqdvi/?p=28', 0, 'revision', '', 0), +(29, 1, '2011-06-01 13:58:11', '2011-06-01 13:58:11', '', 'Proyectos', '', 'publish', 'open', 'open', '', 'proyectos', '', '', '2011-06-01 13:58:11', '2011-06-01 13:58:11', '', 0, 'http://localhost/lqdvi/?page_id=29', 0, 'page', '', 0), +(30, 1, '2011-06-01 13:58:03', '2011-06-01 13:58:03', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '29-revision', '', '', '2011-06-01 13:58:03', '2011-06-01 13:58:03', '', 29, 'http://localhost/lqdvi/?p=30', 0, 'revision', '', 0), +(31, 1, '2011-06-01 13:32:29', '2011-06-01 13:32:29', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S;  Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’;  Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son  Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista  Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\n

Congresos ‘Lo que de verdad importa’ en 2011

\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision-4', '', '', '2011-06-01 13:32:29', '2011-06-01 13:32:29', '', 17, 'http://localhost/lqdvi/?p=31', 0, 'revision', '', 0), +(32, 1, '2011-06-01 13:44:14', '2011-06-01 13:44:14', '

Kliquers, proyecto de educación en valores

\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\n

Kliquers en 2011

\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'inherit', 'open', 'open', '', '22-revision-2', '', '', '2011-06-01 13:44:14', '2011-06-01 13:44:14', '', 22, 'http://localhost/lqdvi/?p=32', 0, 'revision', '', 0), +(33, 1, '2011-06-01 13:57:32', '2011-06-01 13:57:32', '

Guinea Ecuatorial

\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-5', '', '', '2011-06-01 13:57:32', '2011-06-01 13:57:32', '', 24, 'http://localhost/lqdvi/?p=33', 0, 'revision', '', 0), +(34, 1, '2011-06-01 12:02:49', '2011-06-01 12:02:49', '

¿Qué es la Fundación ‘Lo que de verdad importa’?

\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n

Líneas de actuación

\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n

Actividades educativas/formativas

\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n

Actividades destinadas a empresas

\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-5', '', '', '2011-06-01 12:02:49', '2011-06-01 12:02:49', '', 11, 'http://localhost/lqdvi/?p=34', 0, 'revision', '', 0), +(35, 1, '2011-06-01 13:59:12', '2011-06-01 13:59:12', '', 'Presentación', '', 'publish', 'open', 'open', '', 'presentacion', '', '', '2011-06-01 13:59:12', '2011-06-01 13:59:12', '', 0, 'http://localhost/lqdvi/?page_id=35', 0, 'page', '', 0), +(36, 1, '2011-06-01 13:59:06', '2011-06-01 13:59:06', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '35-revision', '', '', '2011-06-01 13:59:06', '2011-06-01 13:59:06', '', 35, 'http://localhost/lqdvi/?p=36', 0, 'revision', '', 0), +(37, 1, '2011-06-01 13:59:04', '2011-06-01 13:59:04', '

¿Qué es la Fundación ‘Lo que de verdad importa’?

\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n

Líneas de actuación

\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n

Actividades educativas/formativas

\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n

Actividades destinadas a empresas

\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-revision-6', '', '', '2011-06-01 13:59:04', '2011-06-01 13:59:04', '', 11, 'http://localhost/lqdvi/?p=37', 0, 'revision', '', 0), +(38, 1, '2011-06-01 13:59:25', '2011-06-01 13:59:25', '

¿Qué es la Fundación ‘Lo que de verdad importa’?

\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n

Líneas de actuación

\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n

Actividades educativas/formativas

\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n

Actividades destinadas a empresas

\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-revision-7', '', '', '2011-06-01 13:59:25', '2011-06-01 13:59:25', '', 11, 'http://localhost/lqdvi/?p=38', 0, 'revision', '', 0), +(39, 1, '2011-06-01 15:07:32', '2011-06-01 14:07:32', ' ', '', '', 'publish', 'closed', 'open', '', '39', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=39', 1, 'nav_menu_item', '', 0), +(40, 1, '2011-06-01 15:07:32', '2011-06-01 14:07:32', ' ', '', '', 'publish', 'closed', 'open', '', '40', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=40', 3, 'nav_menu_item', '', 0), +(41, 1, '2011-06-01 15:07:49', '0000-00-00 00:00:00', '', 'Inicio', '', 'draft', 'closed', 'open', '', '', '', '', '2011-06-01 15:07:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=41', 1, 'nav_menu_item', '', 0), +(48, 1, '2011-06-01 18:47:29', '2011-06-01 17:47:29', '', 'Logo-LQDVI', '', 'inherit', 'closed', 'open', '', 'logo-lqdvi', '', '', '2011-06-01 18:47:29', '2011-06-01 17:47:29', '', 4, 'http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif', 0, 'attachment', 'image/gif', 0), +(43, 1, '2011-06-01 16:19:01', '2011-06-01 15:19:01', '', 'favicon', '', 'inherit', 'closed', 'open', '', 'favicon', '', '', '2011-06-01 16:19:01', '2011-06-01 15:19:01', '', 5, 'http://localhost/lqdvi/wp-content/uploads/2011/05/favicon.ico', 0, 'attachment', 'image/x-icon', 0), +(44, 1, '2011-06-01 16:51:20', '0000-00-00 00:00:00', '', 'Woo Body Img', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_body_img', '', '', '2011-06-01 16:51:20', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=44', 0, 'wooframework', '', 0), +(49, 1, '2011-06-05 22:37:53', '2011-06-05 21:37:53', '', 'Contacto', '', 'publish', 'closed', 'open', '', 'contacto', '', '', '2011-06-05 22:37:53', '2011-06-05 21:37:53', '', 0, 'http://localhost/lqdvi/?page_id=49', 0, 'page', '', 0), +(50, 1, '2011-06-05 22:37:41', '2011-06-05 21:37:41', '', 'Contacto', '', 'inherit', 'closed', 'open', '', '49-revision', '', '', '2011-06-05 22:37:41', '2011-06-05 21:37:41', '', 49, 'http://localhost/lqdvi/?p=50', 0, 'revision', '', 0), +(51, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', ' ', '', '', 'publish', 'closed', 'open', '', '51', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=51', 7, 'nav_menu_item', '', 0), +(52, 1, '2011-06-05 22:38:25', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2011-06-05 22:38:25', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=52', 1, 'nav_menu_item', '', 0), +(53, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'Guinea Ecuatorial\r\nTras cinco años de celebración de los Congresos “Lo que de verdad importa”, la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n Construcción de un pozo de agua potable\r\n Construcción de un aula para los alumnos de preescolar\r\n Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.\r\n Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces\r\n Hacerles llegar un container con material escolar, ropa, etc.\r\n\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', '', '', 'publish', 'closed', 'open', '', '53', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=53', 6, 'nav_menu_item', '', 0); +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(54, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'Kliquers, proyecto de educación en valores\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como “Hermano Mayor” o “El Campamento”. La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', '', '', 'publish', 'closed', 'open', '', '54', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=54', 5, 'nav_menu_item', '', 0), +(55, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S;  Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’;  Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son  Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista  Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n Palma de Mallorca (I Edición)\r\n A Coruña (II Edición)\r\n\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n Bilbao (III Edición)\r\n Zaragoza (II Edición)\r\n Valencia (III Edición)\r\n Barcelona (III Edición)\r\n Sevilla (IV Edición)\r\n Madrid (V Edición)\r\n\r\n ', 'Congresos "Lo que de verdad importa"', '', 'publish', 'closed', 'open', '', 'congresos-lo-que-de-verdad-importa', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=55', 4, 'nav_menu_item', '', 0), +(56, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', '¿Qué es la Fundación ‘Lo que de verdad importa’?\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n Congreso de Jóvenes ‘Lo que de verdad importa’\r\n Kliquers\r\n Voluntariado con valores (Guinea Ecuatorial)\r\n\r\nActividades destinadas a empresas\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', '', '', 'publish', 'closed', 'open', '', '56', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 35, 'http://localhost/lqdvi/?p=56', 2, 'nav_menu_item', '', 0); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_terms` +-- + +CREATE TABLE IF NOT EXISTS `wp_terms` ( + `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(200) NOT NULL DEFAULT '', + `slug` varchar(200) NOT NULL DEFAULT '', + `term_group` bigint(10) NOT NULL DEFAULT '0', + PRIMARY KEY (`term_id`), + UNIQUE KEY `slug` (`slug`), + KEY `name` (`name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; + +-- +-- Volcar la base de datos para la tabla `wp_terms` +-- + +INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES +(1, 'Sin categoría', 'sin-categoria', 0), +(2, 'Sitios de interés', 'sitios-de-interes', 0), +(3, 'Menú principal', 'menu-principal', 0); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_term_relationships` +-- + +CREATE TABLE IF NOT EXISTS `wp_term_relationships` ( + `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', + `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', + `term_order` int(11) NOT NULL DEFAULT '0', + PRIMARY KEY (`object_id`,`term_taxonomy_id`), + KEY `term_taxonomy_id` (`term_taxonomy_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- Volcar la base de datos para la tabla `wp_term_relationships` +-- + +INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES +(1, 2, 0), +(2, 2, 0), +(3, 2, 0), +(4, 2, 0), +(5, 2, 0), +(6, 2, 0), +(7, 2, 0), +(1, 1, 0), +(39, 3, 0), +(40, 3, 0), +(56, 3, 0), +(55, 3, 0), +(54, 3, 0), +(53, 3, 0), +(51, 3, 0); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_term_taxonomy` +-- + +CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` ( + `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', + `taxonomy` varchar(32) NOT NULL DEFAULT '', + `description` longtext NOT NULL, + `parent` bigint(20) unsigned NOT NULL DEFAULT '0', + `count` bigint(20) NOT NULL DEFAULT '0', + PRIMARY KEY (`term_taxonomy_id`), + UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), + KEY `taxonomy` (`taxonomy`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; + +-- +-- Volcar la base de datos para la tabla `wp_term_taxonomy` +-- + +INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES +(1, 1, 'category', '', 0, 1), +(2, 2, 'link_category', '', 0, 7), +(3, 3, 'nav_menu', '', 0, 7); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_usermeta` +-- + +CREATE TABLE IF NOT EXISTS `wp_usermeta` ( + `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext, + PRIMARY KEY (`umeta_id`), + KEY `user_id` (`user_id`), + KEY `meta_key` (`meta_key`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=26 ; + +-- +-- Volcar la base de datos para la tabla `wp_usermeta` +-- + +INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES +(1, 1, 'first_name', ''), +(2, 1, 'last_name', ''), +(3, 1, 'nickname', 'rodax'), +(4, 1, 'description', ''), +(5, 1, 'rich_editing', 'true'), +(6, 1, 'comment_shortcuts', 'false'), +(7, 1, 'admin_color', 'fresh'), +(8, 1, 'use_ssl', '0'), +(9, 1, 'show_admin_bar_front', 'true'), +(10, 1, 'show_admin_bar_admin', 'false'), +(11, 1, 'aim', ''), +(12, 1, 'yim', ''), +(13, 1, 'jabber', ''), +(14, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'), +(15, 1, 'wp_user_level', '10'), +(16, 1, 'wp_dashboard_quick_press_last_post_id', '3'), +(17, 1, 'closedpostboxes_dashboard', 'a:0:{}'), +(18, 1, 'metaboxhidden_dashboard', 'a:3:{i:0;s:17:"dashboard_plugins";i:1;s:17:"dashboard_primary";i:2;s:19:"dashboard_secondary";}'), +(19, 1, 'wp_user-settings', 'm6=o&hidetb=1&editor=tinymce&m10=o&m5=o'), +(20, 1, 'wp_user-settings-time', '1306937016'), +(21, 1, 'closedpostboxes_page', 'a:0:{}'), +(22, 1, 'metaboxhidden_page', 'a:5:{i:0;s:10:"postcustom";i:1;s:16:"commentstatusdiv";i:2;s:11:"commentsdiv";i:3;s:7:"slugdiv";i:4;s:12:"revisionsdiv";}'), +(23, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'), +(24, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'), +(25, 1, 'nav_menu_recently_edited', '3'); + +-- -------------------------------------------------------- + +-- +-- Estructura de tabla para la tabla `wp_users` +-- + +CREATE TABLE IF NOT EXISTS `wp_users` ( + `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_login` varchar(60) NOT NULL DEFAULT '', + `user_pass` varchar(64) NOT NULL DEFAULT '', + `user_nicename` varchar(50) NOT NULL DEFAULT '', + `user_email` varchar(100) NOT NULL DEFAULT '', + `user_url` varchar(100) NOT NULL DEFAULT '', + `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `user_activation_key` varchar(60) NOT NULL DEFAULT '', + `user_status` int(11) NOT NULL DEFAULT '0', + `display_name` varchar(250) NOT NULL DEFAULT '', + PRIMARY KEY (`ID`), + KEY `user_login_key` (`user_login`), + KEY `user_nicename` (`user_nicename`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; + +-- +-- Volcar la base de datos para la tabla `wp_users` +-- + +INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES +(1, 'rodax', '$P$Bj6LDD2lQh.Kt12iu3lht2IVjGI1T/0', 'rodax', 'darranz@rodax-software.com', '', '2011-05-30 18:00:37', '', 0, 'rodax'); diff --git a/información/LQDVI-congresos.jpg b/información/LQDVI-congresos.jpg new file mode 100644 index 00000000..5e140d63 Binary files /dev/null and b/información/LQDVI-congresos.jpg differ diff --git a/información/LQDVI-nadal.JPG b/información/LQDVI-nadal.JPG new file mode 100644 index 00000000..76878fa2 Binary files /dev/null and b/información/LQDVI-nadal.JPG differ diff --git a/información/Logo LQDVI.psd b/información/Logo LQDVI.psd new file mode 100644 index 00000000..a4ee9109 Binary files /dev/null and b/información/Logo LQDVI.psd differ diff --git a/información/Logo-LQDVI.gif b/información/Logo-LQDVI.gif new file mode 100644 index 00000000..cdeeb001 Binary files /dev/null and b/información/Logo-LQDVI.gif differ diff --git a/información/favicon.ico b/información/favicon.ico new file mode 100644 index 00000000..94a9db91 Binary files /dev/null and b/información/favicon.ico differ diff --git a/información/lqdvi_logo_corazon.gif b/información/lqdvi_logo_corazon.gif new file mode 100644 index 00000000..a09a76fc Binary files /dev/null and b/información/lqdvi_logo_corazon.gif differ diff --git a/referencia/plantillas/featuredbg.psd b/referencia/plantillas/featuredbg.psd new file mode 100644 index 00000000..ecf7d5dd Binary files /dev/null and b/referencia/plantillas/featuredbg.psd differ diff --git a/referencia/plantillas/glowbg.psd b/referencia/plantillas/glowbg.psd new file mode 100644 index 00000000..0cd0c627 Binary files /dev/null and b/referencia/plantillas/glowbg.psd differ diff --git a/referencia/plantillas/nav_active.psd b/referencia/plantillas/nav_active.psd new file mode 100644 index 00000000..b25444ff Binary files /dev/null and b/referencia/plantillas/nav_active.psd differ diff --git a/referencia/plantillas/singlecontentbg.psd b/referencia/plantillas/singlecontentbg.psd new file mode 100644 index 00000000..9b0d458d Binary files /dev/null and b/referencia/plantillas/singlecontentbg.psd differ diff --git a/src/nbproject/private/private.xml b/src/nbproject/private/private.xml new file mode 100644 index 00000000..dae2efe1 --- /dev/null +++ b/src/nbproject/private/private.xml @@ -0,0 +1,9 @@ + + + + + wp-content/themes/bloggingstream/includes/theme-options.php + 412 + + + diff --git a/src/wp-content/plugins/akismet/admin.php b/src/wp-content/plugins/akismet/admin.php deleted file mode 100644 index 91cedb29..00000000 --- a/src/wp-content/plugins/akismet/admin.php +++ /dev/null @@ -1,750 +0,0 @@ -

".sprintf(__('Akismet %s requires WordPress 3.0 or higher.'), AKISMET_VERSION) ." ".sprintf(__('Please upgrade WordPress to a current version, or downgrade to version 2.4 of the Akismet plugin.'), 'http://codex.wordpress.org/Upgrading_WordPress', 'http://wordpress.org/extend/plugins/akismet/download/'). "

- "; - } - add_action('admin_notices', 'akismet_version_warning'); - - return; - } - - if ( function_exists( 'get_plugin_page_hook' ) ) - $hook = get_plugin_page_hook( 'akismet-stats-display', 'index.php' ); - else - $hook = 'dashboard_page_akismet-stats-display'; - add_action('admin_head-'.$hook, 'akismet_stats_script'); - add_meta_box('akismet-status', __('Comment History'), 'akismet_comment_status_meta_box', 'comment', 'normal'); - wp_register_style('akismet.css', AKISMET_PLUGIN_URL . 'akismet.css'); - wp_enqueue_style('akismet.css'); - wp_register_script('akismet.js', AKISMET_PLUGIN_URL . 'akismet.js', array('jquery')); - wp_enqueue_script('akismet.js'); -} -add_action('admin_init', 'akismet_admin_init'); - -function akismet_nonce_field($action = -1) { return wp_nonce_field($action); } -$akismet_nonce = 'akismet-update-key'; - -function akismet_config_page() { - if ( function_exists('add_submenu_page') ) - add_submenu_page('plugins.php', __('Akismet Configuration'), __('Akismet Configuration'), 'manage_options', 'akismet-key-config', 'akismet_conf'); -} - -function akismet_plugin_action_links( $links, $file ) { - if ( $file == plugin_basename( dirname(__FILE__).'/akismet.php' ) ) { - $links[] = ''.__('Settings').''; - } - - return $links; -} - -add_filter( 'plugin_action_links', 'akismet_plugin_action_links', 10, 2 ); - -function akismet_conf() { - global $akismet_nonce, $wpcom_api_key; - - if ( isset($_POST['submit']) ) { - if ( function_exists('current_user_can') && !current_user_can('manage_options') ) - die(__('Cheatin’ uh?')); - - check_admin_referer( $akismet_nonce ); - $key = preg_replace( '/[^a-h0-9]/i', '', $_POST['key'] ); - $home_url = parse_url( get_bloginfo('url') ); - - if ( empty($key) ) { - $key_status = 'empty'; - $ms[] = 'new_key_empty'; - delete_option('wordpress_api_key'); - } elseif ( empty($home_url['host']) ) { - $key_status = 'empty'; - $ms[] = 'bad_home_url'; - } else { - $key_status = akismet_verify_key( $key ); - } - - if ( $key_status == 'valid' ) { - update_option('wordpress_api_key', $key); - $ms[] = 'new_key_valid'; - } else if ( $key_status == 'invalid' ) { - $ms[] = 'new_key_invalid'; - } else if ( $key_status == 'failed' ) { - $ms[] = 'new_key_failed'; - } - - if ( isset( $_POST['akismet_discard_month'] ) ) - update_option( 'akismet_discard_month', 'true' ); - else - update_option( 'akismet_discard_month', 'false' ); - - if ( isset( $_POST['akismet_show_user_comments_approved'] ) ) - update_option( 'akismet_show_user_comments_approved', 'true' ); - else - update_option( 'akismet_show_user_comments_approved', 'false' ); - - } elseif ( isset($_POST['check']) ) { - akismet_get_server_connectivity(0); - } - - if ( empty( $key_status) || $key_status != 'valid' ) { - $key = get_option('wordpress_api_key'); - if ( empty( $key ) ) { - if ( empty( $key_status ) || $key_status != 'failed' ) { - if ( akismet_verify_key( '1234567890ab' ) == 'failed' ) - $ms[] = 'no_connection'; - else - $ms[] = 'key_empty'; - } - $key_status = 'empty'; - } else { - $key_status = akismet_verify_key( $key ); - } - if ( $key_status == 'valid' ) { - $ms[] = 'key_valid'; - } else if ( $key_status == 'invalid' ) { - delete_option('wordpress_api_key'); - $ms[] = 'key_empty'; - } else if ( !empty($key) && $key_status == 'failed' ) { - $ms[] = 'key_failed'; - } - } - - $messages = array( - 'new_key_empty' => array('color' => 'aa0', 'text' => __('Your key has been cleared.')), - 'new_key_valid' => array('color' => '4AB915', 'text' => __('Your key has been verified. Happy blogging!')), - 'new_key_invalid' => array('color' => '888', 'text' => __('The key you entered is invalid. Please double-check it.')), - 'new_key_failed' => array('color' => '888', 'text' => __('The key you entered could not be verified because a connection to akismet.com could not be established. Please check your server configuration.')), - 'no_connection' => array('color' => '888', 'text' => __('There was a problem connecting to the Akismet server. Please check your server configuration.')), - 'key_empty' => array('color' => 'aa0', 'text' => sprintf(__('Please enter an API key. (Get your key.)'), 'http://akismet.com/get/')), - 'key_valid' => array('color' => '4AB915', 'text' => __('This key is valid.')), - 'key_failed' => array('color' => 'aa0', 'text' => __('The key below was previously validated but a connection to akismet.com can not be established at this time. Please check your server configuration.')), - 'bad_home_url' => array('color' => '888', 'text' => sprintf( __('Your WordPress home URL %s is invalid. Please fix the home option.'), esc_html( get_bloginfo('url') ), admin_url('options.php#home') ) ), - ); -?> - -

- -
-

- -

Sign up success! Please check your email for your Akismet API Key and enter it below.' ); ?>

- -
-
- -

Akismet will greatly reduce or even completely eliminate the comment and trackback spam you get on your site. If one does happen to get through, simply mark it as "spam" on the moderation screen and Akismet will learn from the mistakes. If you don\'t have an API key yet, you can get one at Akismet.com.'), 'http://akismet.com/', 'http://akismet.com/get/'); ?>

- -

- -

- -

(What is this?'); ?>)

- -

-

- - - -

-

-

-
- -
- -

- -

-

fsockopen or gethostbynamel functions. Akismet cannot work correctly until this is fixed. Please contact your web host or firewall administrator and give them this information about Akismet\'s system requirements.'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?>

- 0 ) { - // some connections work, some fail - if ( $fail_count > 0 && $fail_count < count($servers) ) { ?> -

-

this information about Akismet and firewalls.'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?>

- 0 ) { ?> -

-

Akismet cannot work correctly until this is fixed. Please contact your web host or firewall administrator and give them this information about Akismet and firewalls.'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?>

- -

-

- -

-

Akismet cannot work correctly until this is fixed. Please contact your web host or firewall administrator and give them this information about Akismet and firewalls.'), 'http://blog.akismet.com/akismet-hosting-faq/'); ?>

- - - - - $status ) { - $color = ( $status ? '#4AB915' : '#888'); - ?> - - - - - - -
-

-

-

Click here to confirm that Akismet.com is up.'), 'http://status.automattic.com/9931/136079/Akismet-API', 'http://status.automattic.com/9931/136079/Akismet-API' ); ?>

-
- -
-
- - -
- -
- ' . _x( 'Spam', 'comments' ) . ''; - global $submenu; - if ( isset( $submenu['edit-comments.php'] ) ) - $link = 'edit-comments.php'; - else - $link = 'edit.php'; - echo '

'.sprintf( _n( 'Akismet has protected your site from %3$s spam comments.', 'Akismet has protected your site from %3$s spam comments.', $count ), 'http://akismet.com/', clean_url("$link?page=akismet-admin"), number_format_i18n($count) ).'

'; -} -add_action('activity_box_end', 'akismet_stats'); - -function akismet_admin_warnings() { - global $wpcom_api_key; - if ( !get_option('wordpress_api_key') && !$wpcom_api_key && !isset($_POST['submit']) ) { - function akismet_warning() { - echo " -

".__('Akismet is almost ready.')." ".sprintf(__('You must enter your Akismet API key for it to work.'), "plugins.php?page=akismet-key-config")."

- "; - } - add_action('admin_notices', 'akismet_warning'); - return; - } elseif ( ( empty($_SERVER['SCRIPT_FILENAME']) || basename($_SERVER['SCRIPT_FILENAME']) == 'edit-comments.php' ) && wp_next_scheduled('akismet_schedule_cron_recheck') ) { - function akismet_warning() { - global $wpdb; - $waiting = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->commentmeta WHERE meta_key = 'akismet_error'" ) ); - $next_check = human_time_diff( wp_next_scheduled('akismet_schedule_cron_recheck') ); - if ( $waiting > 0 ) - echo " -

".__('Akismet has detected a problem.')." ".sprintf(_n('A server or network problem prevented Akismet from checking %d comment. It has been temporarily held for moderation and will be automatically re-checked in %s.', 'A server or network problem prevented Akismet from checking %d comments. They have been temporarily held for moderation and will be automatically re-checked in %s.', $waiting), number_format_i18n( $waiting ), $next_check)."

- "; - } - add_action('admin_notices', 'akismet_warning'); - return; - } -} - -// FIXME placeholder - -function akismet_comment_row_action( $a, $comment ) { - - // failsafe for old WP versions - if ( !function_exists('add_comment_meta') ) - return $a; - - $akismet_result = get_comment_meta( $comment->comment_ID, 'akismet_result', true ); - $user_result = get_comment_meta( $comment->comment_ID, 'akismet_user_result', true); - $comment_status = wp_get_comment_status( $comment->comment_ID ); - $desc = null; - if ( !$user_result || $user_result == $akismet_result ) { - // Show the original Akismet result if the user hasn't overridden it, or if their decision was the same - if ( $akismet_result == 'true' && $comment_status != 'spam' && $comment_status != 'trash' ) - $desc = __( 'Flagged as spam by Akismet' ); - elseif ( $akismet_result == 'false' && $comment_status == 'spam' ) - $desc = __( 'Cleared by Akismet' ); - } else { - $who = get_comment_meta( $comment->comment_ID, 'akismet_user', true ); - if ( $user_result == 'true' ) - $desc = sprintf( __('Flagged as spam by %s'), $who ); - else - $desc = sprintf( __('Un-spammed by %s'), $who ); - } - - // add a History item to the hover links, just after Edit - if ( $akismet_result ) { - $b = array(); - foreach ( $a as $k => $item ) { - $b[ $k ] = $item; - if ( $k == 'edit' ) - $b['history'] = ' '. __('History') . ''; - } - - $a = $b; - } - - if ( $desc ) - echo ''.htmlspecialchars($desc).''; - - if ( apply_filters( 'akismet_show_user_comments_approved', get_option('akismet_show_user_comments_approved') ) == 'true' ) { - $comment_count = akismet_get_user_comments_approved( $comment->user_id, $comment->comment_author_email, $comment->comment_author, $comment->comment_author_url ); - $comment_count = intval( $comment_count ); - echo ''; - } - - return $a; -} - -add_filter( 'comment_row_actions', 'akismet_comment_row_action', 10, 2 ); - -function akismet_comment_status_meta_box($comment) { - $history = akismet_get_comment_history( $comment->comment_ID ); - - if ( $history ) { - echo '
'; - foreach ( $history as $row ) { - $time = date( 'D d M Y @ h:i:m a', $row['time'] ) . ' GMT'; - echo '
' . sprintf( __('%s ago'), human_time_diff( $row['time'] ) ) . ' - '; - echo htmlspecialchars( $row['message'] ) . '
'; - } - - echo '
'; - - } -} - - -// add an extra column header to the comments screen -function akismet_comments_columns( $columns ) { - $columns[ 'akismet' ] = __( 'Akismet' ); - return $columns; -} - -#add_filter( 'manage_edit-comments_columns', 'akismet_comments_columns' ); - -// Show stuff in the extra column -function akismet_comment_column_row( $column, $comment_id ) { - if ( $column != 'akismet' ) - return; - - $history = akismet_get_comment_history( $comment_id ); - - if ( $history ) { - echo '
'; - foreach ( $history as $row ) { - echo '
' . sprintf( __('%s ago'), human_time_diff( $row['time'] ) ) . '
'; - echo '
' . htmlspecialchars( $row['message'] ) . '
'; - } - - echo '
'; - } -} - -#add_action( 'manage_comments_custom_column', 'akismet_comment_column_row', 10, 2 ); - -// END FIXME - -// call out URLS in comments -function akismet_text_add_link_callback( $m ) { - - // bare link? - if ( $m[4] == $m[2] ) - return ''.$m[4].''; - else - return ''.$m[4].''; -} - -function akismet_text_add_link_class( $comment_text ) { - - return preg_replace_callback( '#]*)href="([^"]+)"([^>]*)>(.*?)#i', 'akismet_text_add_link_callback', $comment_text ); -} - -add_filter('comment_text', 'akismet_text_add_link_class'); - - -// WP 2.5+ -function akismet_rightnow() { - global $submenu, $wp_db_version; - - // clean_url was deprecated in WP 3.0 - $esc_url = 'clean_url'; - if ( function_exists( 'esc_url' ) ) - $esc_url = 'esc_url'; - - if ( 8645 < $wp_db_version ) // 2.7 - $link = 'edit-comments.php?comment_status=spam'; - elseif ( isset( $submenu['edit-comments.php'] ) ) - $link = 'edit-comments.php?page=akismet-admin'; - else - $link = 'edit.php?page=akismet-admin'; - - if ( $count = get_option('akismet_spam_count') ) { - $intro = sprintf( _n( - 'Akismet has protected your site from %2$s spam comment already. ', - 'Akismet has protected your site from %2$s spam comments already. ', - $count - ), 'http://akismet.com/', number_format_i18n( $count ) ); - } else { - $intro = sprintf( __('Akismet blocks spam from getting to your blog. '), 'http://akismet.com/' ); - } - - if ( $queue_count = akismet_spam_count() ) { - $queue_text = sprintf( _n( - 'There\'s %1$s comment in your spam queue right now.', - 'There are %1$s comments in your spam queue right now.', - $queue_count - ), number_format_i18n( $queue_count ), $esc_url($link) ); - } else { - $queue_text = sprintf( __( "There's nothing in your spam queue at the moment." ), $esc_url($link) ); - } - - $text = $intro . '
' . $queue_text; - echo "

$text

\n"; -} - -add_action('rightnow_end', 'akismet_rightnow'); - - -// For WP >= 2.5 -function akismet_check_for_spam_button($comment_status) { - if ( 'approved' == $comment_status ) - return; - if ( function_exists('plugins_url') ) - $link = 'admin.php?action=akismet_recheck_queue'; - else - $link = 'edit-comments.php?page=akismet-admin&recheckqueue=true&noheader=true'; - echo "
" . __('Check for Spam') . ""; -} -add_action('manage_comments_nav', 'akismet_check_for_spam_button'); - -function akismet_submit_nonspam_comment ( $comment_id ) { - global $wpdb, $akismet_api_host, $akismet_api_port, $current_user, $current_site; - $comment_id = (int) $comment_id; - - $comment = $wpdb->get_row("SELECT * FROM $wpdb->comments WHERE comment_ID = '$comment_id'"); - if ( !$comment ) // it was deleted - return; - - // use the original version stored in comment_meta if available - $as_submitted = get_comment_meta( $comment_id, 'akismet_as_submitted', true); - if ( $as_submitted && is_array($as_submitted) && isset($as_submitted['comment_content']) ) { - $comment = (object) array_merge( (array)$comment, $as_submitted ); - } - - $comment->blog = get_bloginfo('url'); - $comment->blog_lang = get_locale(); - $comment->blog_charset = get_option('blog_charset'); - $comment->permalink = get_permalink($comment->comment_post_ID); - $comment->reporter_ip = $_SERVER['REMOTE_ADDR']; - if ( is_object($current_user) ) { - $comment->reporter = $current_user->user_login; - } - if ( is_object($current_site) ) { - $comment->site_domain = $current_site->domain; - } - - $comment->user_role = ''; - if ( isset( $comment->user_ID ) ) - $comment->user_role = akismet_get_user_roles($comment->user_ID); - - if ( akismet_test_mode() ) - $comment->is_test = 'true'; - - $query_string = ''; - foreach ( $comment as $key => $data ) - $query_string .= $key . '=' . urlencode( stripslashes($data) ) . '&'; - - $response = akismet_http_post($query_string, $akismet_api_host, "/1.1/submit-ham", $akismet_api_port); - if ( $comment->reporter ) { - akismet_update_comment_history( $comment_id, sprintf( __('%s reported this comment as not spam'), $comment->reporter ), 'report-ham' ); - update_comment_meta( $comment_id, 'akismet_user_result', 'false' ); - update_comment_meta( $comment_id, 'akismet_user', $comment->reporter ); - } - - do_action('akismet_submit_nonspam_comment', $comment_id, $response[1]); -} - -function akismet_submit_spam_comment ( $comment_id ) { - global $wpdb, $akismet_api_host, $akismet_api_port, $current_user, $current_site; - $comment_id = (int) $comment_id; - - $comment = $wpdb->get_row("SELECT * FROM $wpdb->comments WHERE comment_ID = '$comment_id'"); - if ( !$comment ) // it was deleted - return; - if ( 'spam' != $comment->comment_approved ) - return; - - // use the original version stored in comment_meta if available - $as_submitted = get_comment_meta( $comment_id, 'akismet_as_submitted', true); - if ( $as_submitted && is_array($as_submitted) && isset($as_submitted['comment_content']) ) { - $comment = (object) array_merge( (array)$comment, $as_submitted ); - } - - $comment->blog = get_bloginfo('url'); - $comment->blog_lang = get_locale(); - $comment->blog_charset = get_option('blog_charset'); - $comment->permalink = get_permalink($comment->comment_post_ID); - $comment->reporter_ip = $_SERVER['REMOTE_ADDR']; - if ( is_object($current_user) ) { - $comment->reporter = $current_user->user_login; - } - if ( is_object($current_site) ) { - $comment->site_domain = $current_site->domain; - } - - $comment->user_role = ''; - if ( isset( $comment->user_ID ) ) - $comment->user_role = akismet_get_user_roles($comment->user_ID); - - if ( akismet_test_mode() ) - $comment->is_test = 'true'; - - $query_string = ''; - foreach ( $comment as $key => $data ) - $query_string .= $key . '=' . urlencode( stripslashes($data) ) . '&'; - - $response = akismet_http_post($query_string, $akismet_api_host, "/1.1/submit-spam", $akismet_api_port); - if ( $comment->reporter ) { - akismet_update_comment_history( $comment_id, sprintf( __('%s reported this comment as spam'), $comment->reporter ), 'report-spam' ); - update_comment_meta( $comment_id, 'akismet_user_result', 'true' ); - update_comment_meta( $comment_id, 'akismet_user', $comment->reporter ); - } - do_action('akismet_submit_spam_comment', $comment_id, $response[1]); -} - -// For WP 2.7+ -function akismet_transition_comment_status( $new_status, $old_status, $comment ) { - if ( $new_status == $old_status ) - return; - - # we don't need to record a history item for deleted comments - if ( $new_status == 'delete' ) - return; - - if ( !is_admin() ) - return; - - if ( !current_user_can( 'edit_post', $comment->comment_post_ID ) && !current_user_can( 'moderate_comments' ) ) - return; - - if ( defined('WP_IMPORTING') && WP_IMPORTING == true ) - return; - - global $current_user; - $reporter = ''; - if ( is_object( $current_user ) ) - $reporter = $current_user->user_login; - - // Assumption alert: - // We want to submit comments to Akismet only when a moderator explicitly spams or approves it - not if the status - // is changed automatically by another plugin. Unfortunately WordPress doesn't provide an unambiguous way to - // determine why the transition_comment_status action was triggered. And there are several different ways by which - // to spam and unspam comments: bulk actions, ajax, links in moderation emails, the dashboard, and perhaps others. - // We'll assume that this is an explicit user action if POST or GET has an 'action' key. - if ( isset($_POST['action']) || isset($_GET['action']) ) { - if ( $new_status == 'spam' && ( $old_status == 'approved' || $old_status == 'unapproved' || !$old_status ) ) { - return akismet_submit_spam_comment( $comment->comment_ID ); - } elseif ( $old_status == 'spam' && ( $new_status == 'approved' || $new_status == 'unapproved' ) ) { - return akismet_submit_nonspam_comment( $comment->comment_ID ); - } - } - - if ( !get_comment_meta( $comment->comment_ID, 'akismet_rechecking' ) ) - akismet_update_comment_history( $comment->comment_ID, sprintf( __('%s changed the comment status to %s'), $reporter, $new_status ), 'status-' . $new_status ); -} - -add_action( 'transition_comment_status', 'akismet_transition_comment_status', 10, 3 ); - -// Total spam in queue -// get_option( 'akismet_spam_count' ) is the total caught ever -function akismet_spam_count( $type = false ) { - global $wpdb; - - if ( !$type ) { // total - $count = wp_cache_get( 'akismet_spam_count', 'widget' ); - if ( false === $count ) { - if ( function_exists('wp_count_comments') ) { - $count = wp_count_comments(); - $count = $count->spam; - } else { - $count = (int) $wpdb->get_var("SELECT COUNT(comment_ID) FROM $wpdb->comments WHERE comment_approved = 'spam'"); - } - wp_cache_set( 'akismet_spam_count', $count, 'widget', 3600 ); - } - return $count; - } elseif ( 'comments' == $type || 'comment' == $type ) { // comments - $type = ''; - } else { // pingback, trackback, ... - $type = $wpdb->escape( $type ); - } - - return (int) $wpdb->get_var("SELECT COUNT(comment_ID) FROM $wpdb->comments WHERE comment_approved = 'spam' AND comment_type='$type'"); -} - - -function akismet_recheck_queue() { - global $wpdb, $akismet_api_host, $akismet_api_port; - - if ( ! ( isset( $_GET['recheckqueue'] ) || ( isset( $_REQUEST['action'] ) && 'akismet_recheck_queue' == $_REQUEST['action'] ) ) ) - return; - - $moderation = $wpdb->get_results( "SELECT * FROM $wpdb->comments WHERE comment_approved = '0'", ARRAY_A ); - foreach ( (array) $moderation as $c ) { - $c['user_ip'] = $c['comment_author_IP']; - $c['user_agent'] = $c['comment_agent']; - $c['referrer'] = ''; - $c['blog'] = get_bloginfo('url'); - $c['blog_lang'] = get_locale(); - $c['blog_charset'] = get_option('blog_charset'); - $c['permalink'] = get_permalink($c['comment_post_ID']); - - $c['user_role'] = ''; - if ( isset( $c['user_ID'] ) ) - $c['user_role'] = akismet_get_user_roles($c['user_ID']); - - if ( akismet_test_mode() ) - $c['is_test'] = 'true'; - - $id = (int) $c['comment_ID']; - - $query_string = ''; - foreach ( $c as $key => $data ) - $query_string .= $key . '=' . urlencode( stripslashes($data) ) . '&'; - - $response = akismet_http_post($query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port); - if ( 'true' == $response[1] ) { - wp_set_comment_status($c['comment_ID'], 'spam'); - update_comment_meta( $c['comment_ID'], 'akismet_result', 'true' ); - akismet_update_comment_history( $c['comment_ID'], __('Akismet re-checked and caught this comment as spam'), 'check-spam' ); - - } elseif ( 'false' == $response[1] ) { - update_comment_meta( $c['comment_ID'], 'akismet_result', 'false' ); - akismet_update_comment_history( $c['comment_ID'], __('Akismet re-checked and cleared this comment'), 'check-ham' ); - // abnormal result: error - } else { - update_comment_meta( $c['comment_ID'], 'akismet_result', 'error' ); - akismet_update_comment_history( $c['comment_ID'], sprintf( __('Akismet was unable to re-check this comment (response: %s)'), $response[1]), 'check-error' ); - } - - } - wp_redirect( $_SERVER['HTTP_REFERER'] ); - exit; -} - -add_action('admin_action_akismet_recheck_queue', 'akismet_recheck_queue'); - -// Check connectivity between the WordPress blog and Akismet's servers. -// Returns an associative array of server IP addresses, where the key is the IP address, and value is true (available) or false (unable to connect). -function akismet_check_server_connectivity() { - global $akismet_api_host, $akismet_api_port, $wpcom_api_key; - - $test_host = 'rest.akismet.com'; - - // Some web hosts may disable one or both functions - if ( !function_exists('fsockopen') || !function_exists('gethostbynamel') ) - return array(); - - $ips = gethostbynamel($test_host); - if ( !$ips || !is_array($ips) || !count($ips) ) - return array(); - - $servers = array(); - foreach ( $ips as $ip ) { - $response = akismet_verify_key( akismet_get_key(), $ip ); - // even if the key is invalid, at least we know we have connectivity - if ( $response == 'valid' || $response == 'invalid' ) - $servers[$ip] = true; - else - $servers[$ip] = false; - } - - return $servers; -} - -// Check the server connectivity and store the results in an option. -// Cached results will be used if not older than the specified timeout in seconds; use $cache_timeout = 0 to force an update. -// Returns the same associative array as akismet_check_server_connectivity() -function akismet_get_server_connectivity( $cache_timeout = 86400 ) { - $servers = get_option('akismet_available_servers'); - if ( (time() - get_option('akismet_connectivity_time') < $cache_timeout) && $servers !== false ) - return $servers; - - // There's a race condition here but the effect is harmless. - $servers = akismet_check_server_connectivity(); - update_option('akismet_available_servers', $servers); - update_option('akismet_connectivity_time', time()); - return $servers; -} - -// Returns true if server connectivity was OK at the last check, false if there was a problem that needs to be fixed. -function akismet_server_connectivity_ok() { - // skip the check on WPMU because the status page is hidden - global $wpcom_api_key; - if ( $wpcom_api_key ) - return true; - $servers = akismet_get_server_connectivity(); - return !( empty($servers) || !count($servers) || count( array_filter($servers) ) < count($servers) ); -} - diff --git a/src/wp-content/plugins/akismet/akismet.css b/src/wp-content/plugins/akismet/akismet.css deleted file mode 100644 index 6bc84587..00000000 --- a/src/wp-content/plugins/akismet/akismet.css +++ /dev/null @@ -1,7 +0,0 @@ -#submitted-on { position: relative; } -#the-comment-list .author .akismet-user-comment-count { display: inline; } -#dashboard_recent_comments .akismet-status { display: none; } /* never show the flagged by text on the dashboard */ -.akismet-status { float: right; } -.akismet-status a { color: #AAA; font-style: italic; } -span.comment-link a { text-decoration: underline; } -span.comment-link:after { content: " " attr(title) " "; color: #aaa; text-decoration: none; } diff --git a/src/wp-content/plugins/akismet/akismet.gif b/src/wp-content/plugins/akismet/akismet.gif deleted file mode 100644 index 0b93a89b..00000000 Binary files a/src/wp-content/plugins/akismet/akismet.gif and /dev/null differ diff --git a/src/wp-content/plugins/akismet/akismet.js b/src/wp-content/plugins/akismet/akismet.js deleted file mode 100644 index 39089351..00000000 --- a/src/wp-content/plugins/akismet/akismet.js +++ /dev/null @@ -1,10 +0,0 @@ -jQuery(document).ready(function () { - jQuery('.akismet-status').each(function () { - var thisId = jQuery(this).attr('commentid'); - jQuery(this).prependTo('#comment-' + thisId + ' .column-comment div:first-child'); - }); - jQuery('.akismet-user-comment-count').each(function () { - var thisId = jQuery(this).attr('commentid'); - jQuery(this).insertAfter('#comment-' + thisId + ' .author strong:first').show(); - }); -}); diff --git a/src/wp-content/plugins/akismet/akismet.php b/src/wp-content/plugins/akismet/akismet.php deleted file mode 100644 index f4537450..00000000 --- a/src/wp-content/plugins/akismet/akismet.php +++ /dev/null @@ -1,512 +0,0 @@ -protect your blog from comment and trackback spam. It keeps your site protected from spam even while you sleep. To get started: 1) Click the "Activate" link to the left of this description, 2) Sign up for an Akismet API key, and 3) Go to your Akismet configuration page, and save your API key. -Version: 2.5.3 -Author: Automattic -Author URI: http://automattic.com/wordpress-plugins/ -License: GPLv2 or later -*/ - -/* -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*/ - -define('AKISMET_VERSION', '2.5.3'); -define('AKISMET_PLUGIN_URL', plugin_dir_url( __FILE__ )); - -/** If you hardcode a WP.com API key here, all key config screens will be hidden */ -if ( defined('WPCOM_API_KEY') ) - $wpcom_api_key = constant('WPCOM_API_KEY'); -else - $wpcom_api_key = ''; - -// Make sure we don't expose any info if called directly -if ( !function_exists( 'add_action' ) ) { - echo "Hi there! I'm just a plugin, not much I can do when called directly."; - exit; -} - -if ( isset($wp_db_version) && $wp_db_version <= 9872 ) - include_once dirname( __FILE__ ) . '/legacy.php'; - -include_once dirname( __FILE__ ) . '/widget.php'; - -if ( is_admin() ) - require_once dirname( __FILE__ ) . '/admin.php'; - -function akismet_init() { - global $wpcom_api_key, $akismet_api_host, $akismet_api_port; - - if ( $wpcom_api_key ) - $akismet_api_host = $wpcom_api_key . '.rest.akismet.com'; - else - $akismet_api_host = get_option('wordpress_api_key') . '.rest.akismet.com'; - - $akismet_api_port = 80; -} -add_action('init', 'akismet_init'); - -function akismet_get_key() { - global $wpcom_api_key; - if ( !empty($wpcom_api_key) ) - return $wpcom_api_key; - return get_option('wordpress_api_key'); -} - -function akismet_verify_key( $key, $ip = null ) { - global $akismet_api_host, $akismet_api_port, $wpcom_api_key; - $blog = urlencode( get_option('home') ); - if ( $wpcom_api_key ) - $key = $wpcom_api_key; - $response = akismet_http_post("key=$key&blog=$blog", 'rest.akismet.com', '/1.1/verify-key', $akismet_api_port, $ip); - if ( !is_array($response) || !isset($response[1]) || $response[1] != 'valid' && $response[1] != 'invalid' ) - return 'failed'; - return $response[1]; -} - -// if we're in debug or test modes, use a reduced service level so as not to polute training or stats data -function akismet_test_mode() { - if ( defined('AKISMET_TEST_MODE') && AKISMET_TEST_MODE ) - return true; - return false; -} - -// return a comma-separated list of role names for the given user -function akismet_get_user_roles($user_id ) { - $roles = false; - - if ( !class_exists('WP_User') ) - return false; - - if ( $user_id > 0 ) { - $comment_user = new WP_User($user_id); - if ( isset($comment_user->roles) ) - $roles = join(',', $comment_user->roles); - } - - if ( is_multisite() && is_super_admin( $user_id ) ) { - if ( empty( $roles ) ) { - $roles = 'super_admin'; - } else { - $comment_user->roles[] = 'super_admin'; - $roles = join( ',', $comment_user->roles ); - } - } - - return $roles; -} - -// Returns array with headers in $response[0] and body in $response[1] -function akismet_http_post($request, $host, $path, $port = 80, $ip=null) { - global $wp_version; - - $akismet_ua = "WordPress/{$wp_version} | "; - $akismet_ua .= 'Akismet/' . constant( 'AKISMET_VERSION' ); - - $content_length = strlen( $request ); - - $http_host = $host; - // use a specific IP if provided - // needed by akismet_check_server_connectivity() - if ( $ip && long2ip( ip2long( $ip ) ) ) { - $http_host = $ip; - } else { - $http_host = $host; - } - - // use the WP HTTP class if it is available - if ( function_exists( 'wp_remote_post' ) ) { - $http_args = array( - 'body' => $request, - 'headers' => array( - 'Content-Type' => 'application/x-www-form-urlencoded; ' . - 'charset=' . get_option( 'blog_charset' ), - 'Host' => $host, - 'User-Agent' => $akismet_ua - ), - 'httpversion' => '1.0', - 'timeout' => 15 - ); - $akismet_url = "http://{$http_host}{$path}"; - $response = wp_remote_post( $akismet_url, $http_args ); - if ( is_wp_error( $response ) ) - return ''; - - return array( $response['headers'], $response['body'] ); - } else { - $http_request = "POST $path HTTP/1.0\r\n"; - $http_request .= "Host: $host\r\n"; - $http_request .= 'Content-Type: application/x-www-form-urlencoded; charset=' . get_option('blog_charset') . "\r\n"; - $http_request .= "Content-Length: {$content_length}\r\n"; - $http_request .= "User-Agent: {$akismet_ua}\r\n"; - $http_request .= "\r\n"; - $http_request .= $request; - - $response = ''; - if( false != ( $fs = @fsockopen( $http_host, $port, $errno, $errstr, 10 ) ) ) { - fwrite( $fs, $http_request ); - - while ( !feof( $fs ) ) - $response .= fgets( $fs, 1160 ); // One TCP-IP packet - fclose( $fs ); - $response = explode( "\r\n\r\n", $response, 2 ); - } - return $response; - } -} - -// filter handler used to return a spam result to pre_comment_approved -function akismet_result_spam( $approved ) { - // bump the counter here instead of when the filter is added to reduce the possibility of overcounting - if ( $incr = apply_filters('akismet_spam_count_incr', 1) ) - update_option( 'akismet_spam_count', get_option('akismet_spam_count') + $incr ); - // this is a one-shot deal - remove_filter( 'pre_comment_approved', 'akismet_result_spam' ); - return 'spam'; -} - -function akismet_result_hold( $approved ) { - // once only - remove_filter( 'pre_comment_approved', 'akismet_result_hold' ); - return '0'; -} - -// how many approved comments does this author have? -function akismet_get_user_comments_approved( $user_id, $comment_author_email, $comment_author, $comment_author_url ) { - global $wpdb; - - if ( !empty($user_id) ) - return $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->comments WHERE user_id = %d AND comment_approved = 1", $user_id ) ); - - if ( !empty($comment_author_email) ) - return $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->comments WHERE comment_author_email = %s AND comment_author = %s AND comment_author_url = %s AND comment_approved = 1", $comment_author_email, $comment_author, $comment_author_url ) ); - - return 0; -} - -function akismet_microtime() { - $mtime = explode( ' ', microtime() ); - return $mtime[1] + $mtime[0]; -} - -// log an event for a given comment, storing it in comment_meta -function akismet_update_comment_history( $comment_id, $message, $event=null ) { - global $current_user; - - // failsafe for old WP versions - if ( !function_exists('add_comment_meta') ) - return false; - - $user = ''; - if ( is_object($current_user) && isset($current_user->user_login) ) - $user = $current_user->user_login; - - $event = array( - 'time' => akismet_microtime(), - 'message' => $message, - 'event' => $event, - 'user' => $user, - ); - - // $unique = false so as to allow multiple values per comment - $r = add_comment_meta( $comment_id, 'akismet_history', $event, false ); -} - -// get the full comment history for a given comment, as an array in reverse chronological order -function akismet_get_comment_history( $comment_id ) { - - // failsafe for old WP versions - if ( !function_exists('add_comment_meta') ) - return false; - - $history = get_comment_meta( $comment_id, 'akismet_history', false ); - usort( $history, 'akismet_cmp_time' ); - return $history; -} - -function akismet_cmp_time( $a, $b ) { - return $a['time'] > $b['time'] ? -1 : 1; -} - -// this fires on wp_insert_comment. we can't update comment_meta when akismet_auto_check_comment() runs -// because we don't know the comment ID at that point. -function akismet_auto_check_update_meta( $id, $comment ) { - global $akismet_last_comment; - - // failsafe for old WP versions - if ( !function_exists('add_comment_meta') ) - return false; - - // wp_insert_comment() might be called in other contexts, so make sure this is the same comment - // as was checked by akismet_auto_check_comment - if ( is_object($comment) && !empty($akismet_last_comment) && is_array($akismet_last_comment) ) { - if ( intval($akismet_last_comment['comment_post_ID']) == intval($comment->comment_post_ID) - && $akismet_last_comment['comment_author'] == $comment->comment_author - && $akismet_last_comment['comment_author_email'] == $comment->comment_author_email ) { - // normal result: true or false - if ( $akismet_last_comment['akismet_result'] == 'true' ) { - update_comment_meta( $comment->comment_ID, 'akismet_result', 'true' ); - akismet_update_comment_history( $comment->comment_ID, __('Akismet caught this comment as spam'), 'check-spam' ); - if ( $comment->comment_approved != 'spam' ) - akismet_update_comment_history( $comment->comment_ID, sprintf( __('Comment status was changed to %s'), $comment->comment_approved), 'status-changed'.$comment->comment_approved ); - } elseif ( $akismet_last_comment['akismet_result'] == 'false' ) { - update_comment_meta( $comment->comment_ID, 'akismet_result', 'false' ); - akismet_update_comment_history( $comment->comment_ID, __('Akismet cleared this comment'), 'check-ham' ); - if ( $comment->comment_approved == 'spam' ) { - if ( wp_blacklist_check($comment->comment_author, $comment->comment_author_email, $comment->comment_author_url, $comment->comment_content, $comment->comment_author_IP, $comment->comment_agent) ) - akismet_update_comment_history( $comment->comment_ID, __('Comment was caught by wp_blacklist_check'), 'wp-blacklisted' ); - else - akismet_update_comment_history( $comment->comment_ID, sprintf( __('Comment status was changed to %s'), $comment->comment_approved), 'status-changed-'.$comment->comment_approved ); - } - // abnormal result: error - } else { - update_comment_meta( $comment->comment_ID, 'akismet_error', time() ); - akismet_update_comment_history( $comment->comment_ID, sprintf( __('Akismet was unable to check this comment (response: %s), will automatically retry again later.'), $akismet_last_comment['akismet_result']), 'check-error' ); - } - - // record the complete original data as submitted for checking - if ( isset($akismet_last_comment['comment_as_submitted']) ) - update_comment_meta( $comment->comment_ID, 'akismet_as_submitted', $akismet_last_comment['comment_as_submitted'] ); - } - } -} - -add_action( 'wp_insert_comment', 'akismet_auto_check_update_meta', 10, 2 ); - - -function akismet_auto_check_comment( $commentdata ) { - global $akismet_api_host, $akismet_api_port, $akismet_last_comment; - - $comment = $commentdata; - $comment['user_ip'] = $_SERVER['REMOTE_ADDR']; - $comment['user_agent'] = $_SERVER['HTTP_USER_AGENT']; - $comment['referrer'] = $_SERVER['HTTP_REFERER']; - $comment['blog'] = get_option('home'); - $comment['blog_lang'] = get_locale(); - $comment['blog_charset'] = get_option('blog_charset'); - $comment['permalink'] = get_permalink($comment['comment_post_ID']); - - $comment['user_role'] = akismet_get_user_roles($comment['user_ID']); - - $akismet_nonce_option = apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' ) ); - $comment['akismet_comment_nonce'] = 'inactive'; - if ( $akismet_nonce_option == 'true' || $akismet_nonce_option == '' ) { - $comment['akismet_comment_nonce'] = 'failed'; - if ( isset( $_POST['akismet_comment_nonce'] ) && wp_verify_nonce( $_POST['akismet_comment_nonce'], 'akismet_comment_nonce_' . $comment['comment_post_ID'] ) ) - $comment['akismet_comment_nonce'] = 'passed'; - - // comment reply in wp-admin - if ( isset( $_POST['_ajax_nonce-replyto-comment'] ) && check_ajax_referer( 'replyto-comment', '_ajax_nonce-replyto-comment' ) ) - $comment['akismet_comment_nonce'] = 'passed'; - - } - - if ( akismet_test_mode() ) - $comment['is_test'] = 'true'; - - foreach ($_POST as $key => $value ) { - if ( is_string($value) ) - $comment["POST_{$key}"] = $value; - } - - $ignore = array( 'HTTP_COOKIE', 'HTTP_COOKIE2', 'PHP_AUTH_PW' ); - - foreach ( $_SERVER as $key => $value ) { - if ( !in_array( $key, $ignore ) && is_string($value) ) - $comment["$key"] = $value; - else - $comment["$key"] = ''; - } - - $query_string = ''; - foreach ( $comment as $key => $data ) - $query_string .= $key . '=' . urlencode( stripslashes($data) ) . '&'; - - $commentdata['comment_as_submitted'] = $comment; - - $response = akismet_http_post($query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port); - $commentdata['akismet_result'] = $response[1]; - if ( 'true' == $response[1] ) { - // akismet_spam_count will be incremented later by akismet_result_spam() - add_filter('pre_comment_approved', 'akismet_result_spam'); - - do_action( 'akismet_spam_caught' ); - - $post = get_post( $comment['comment_post_ID'] ); - $last_updated = strtotime( $post->post_modified_gmt ); - $diff = time() - $last_updated; - $diff = $diff / 86400; - - if ( $post->post_type == 'post' && $diff > 30 && get_option( 'akismet_discard_month' ) == 'true' && empty($comment['user_ID']) ) { - // akismet_result_spam() won't be called so bump the counter here - if ( $incr = apply_filters('akismet_spam_count_incr', 1) ) - update_option( 'akismet_spam_count', get_option('akismet_spam_count') + $incr ); - wp_redirect( $_SERVER['HTTP_REFERER'] ); - die(); - } - } - - // if the response is neither true nor false, hold the comment for moderation and schedule a recheck - if ( 'true' != $response[1] && 'false' != $response[1] ) { - add_filter('pre_comment_approved', 'akismet_result_hold'); - wp_schedule_single_event( time() + 1200, 'akismet_schedule_cron_recheck' ); - } - - if ( function_exists('wp_next_scheduled') && function_exists('wp_schedule_event') ) { - // WP 2.1+: delete old comments daily - if ( !wp_next_scheduled('akismet_scheduled_delete') ) - wp_schedule_event(time(), 'daily', 'akismet_scheduled_delete'); - } elseif ( (mt_rand(1, 10) == 3) ) { - // WP 2.0: run this one time in ten - akismet_delete_old(); - } - $akismet_last_comment = $commentdata; - return $commentdata; -} - -add_action('preprocess_comment', 'akismet_auto_check_comment', 1); - -function akismet_delete_old() { - global $wpdb; - $now_gmt = current_time('mysql', 1); - $comment_ids = $wpdb->get_col("SELECT comment_id FROM $wpdb->comments WHERE DATE_SUB('$now_gmt', INTERVAL 15 DAY) > comment_date_gmt AND comment_approved = 'spam'"); - if ( empty( $comment_ids ) ) - return; - - $comma_comment_ids = implode( ', ', array_map('intval', $comment_ids) ); - - do_action( 'delete_comment', $comment_ids ); - $wpdb->query("DELETE FROM $wpdb->comments WHERE comment_id IN ( $comma_comment_ids )"); - $wpdb->query("DELETE FROM $wpdb->commentmeta WHERE comment_id IN ( $comma_comment_ids )"); - clean_comment_cache( $comment_ids ); - $n = mt_rand(1, 5000); - if ( apply_filters('akismet_optimize_table', ($n == 11)) ) // lucky number - $wpdb->query("OPTIMIZE TABLE $wpdb->comments"); - -} - -add_action('akismet_scheduled_delete', 'akismet_delete_old'); - -function akismet_check_db_comment( $id, $recheck_reason = 'recheck_queue' ) { - global $wpdb, $akismet_api_host, $akismet_api_port; - - $id = (int) $id; - $c = $wpdb->get_row( "SELECT * FROM $wpdb->comments WHERE comment_ID = '$id'", ARRAY_A ); - if ( !$c ) - return; - - $c['user_ip'] = $c['comment_author_IP']; - $c['user_agent'] = $c['comment_agent']; - $c['referrer'] = ''; - $c['blog'] = get_option('home'); - $c['blog_lang'] = get_locale(); - $c['blog_charset'] = get_option('blog_charset'); - $c['permalink'] = get_permalink($c['comment_post_ID']); - $id = $c['comment_ID']; - if ( akismet_test_mode() ) - $c['is_test'] = 'true'; - $c['recheck_reason'] = $recheck_reason; - - $query_string = ''; - foreach ( $c as $key => $data ) - $query_string .= $key . '=' . urlencode( stripslashes($data) ) . '&'; - - $response = akismet_http_post($query_string, $akismet_api_host, '/1.1/comment-check', $akismet_api_port); - return $response[1]; -} - -function akismet_cron_recheck() { - global $wpdb; - - delete_option('akismet_available_servers'); - - $comment_errors = $wpdb->get_col( " - SELECT comment_id - FROM {$wpdb->prefix}commentmeta - WHERE meta_key = 'akismet_error' - LIMIT 100 - " ); - - foreach ( (array) $comment_errors as $comment_id ) { - // if the comment no longer exists, remove the meta entry from the queue to avoid getting stuck - if ( !get_comment( $comment_id ) ) { - delete_comment_meta( $comment_id, 'akismet_error' ); - continue; - } - - add_comment_meta( $comment_id, 'akismet_rechecking', true ); - $status = akismet_check_db_comment( $comment_id, 'retry' ); - - $msg = ''; - if ( $status == 'true' ) { - $msg = __( 'Akismet caught this comment as spam during an automatic retry.' ); - } elseif ( $status == 'false' ) { - $msg = __( 'Akismet cleared this comment during an automatic retry.' ); - } - - // If we got back a legit response then update the comment history - // other wise just bail now and try again later. No point in - // re-trying all the comments once we hit one failure. - if ( !empty( $msg ) ) { - delete_comment_meta( $comment_id, 'akismet_error' ); - akismet_update_comment_history( $comment_id, $msg, 'cron-retry' ); - update_comment_meta( $comment_id, 'akismet_result', $status ); - // make sure the comment status is still pending. if it isn't, that means the user has already moved it elsewhere. - $comment = get_comment( $comment_id ); - if ( $comment && 'unapproved' == wp_get_comment_status( $comment_id ) ) { - if ( $status == 'true' ) { - wp_spam_comment( $comment_id ); - } elseif ( $status == 'false' ) { - // comment is good, but it's still in the pending queue. depending on the moderation settings - // we may need to change it to approved. - if ( check_comment($comment->comment_author, $comment->comment_author_email, $comment->comment_author_url, $comment->comment_content, $comment->comment_author_IP, $comment->comment_agent, $comment->comment_type) ) - wp_set_comment_status( $comment_id, 1 ); - } - } - } else { - delete_comment_meta( $comment_id, 'akismet_rechecking' ); - wp_schedule_single_event( time() + 1200, 'akismet_schedule_cron_recheck' ); - return; - } - } - - $remaining = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->commentmeta WHERE meta_key = 'akismet_error'" ) ); - if ( $remaining && !wp_next_scheduled('akismet_schedule_cron_recheck') ) { - wp_schedule_single_event( time() + 1200, 'akismet_schedule_cron_recheck' ); - } -} -add_action( 'akismet_schedule_cron_recheck', 'akismet_cron_recheck' ); - -function akismet_add_comment_nonce( $post_id ) { - echo '

'; - wp_nonce_field( 'akismet_comment_nonce_' . $post_id, 'akismet_comment_nonce', FALSE ); - echo '

'; -} - -$akismet_comment_nonce_option = apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' ) ); - -if ( $akismet_comment_nonce_option == 'true' || $akismet_comment_nonce_option == '' ) - add_action( 'comment_form', 'akismet_add_comment_nonce' ); - -if ( '3.0.5' == $wp_version ) { - remove_filter( 'comment_text', 'wp_kses_data' ); - if ( is_admin() ) - add_filter( 'comment_text', 'wp_kses_post' ); -} diff --git a/src/wp-content/plugins/akismet/legacy.php b/src/wp-content/plugins/akismet/legacy.php deleted file mode 100644 index d5d53b08..00000000 --- a/src/wp-content/plugins/akismet/legacy.php +++ /dev/null @@ -1,396 +0,0 @@ -escape( $type ); - return $wpdb->get_results( "SELECT * FROM $wpdb->comments WHERE comment_approved = 'spam' AND comment_type='$type' ORDER BY comment_date DESC LIMIT $start, $end"); - } - - // All - return $wpdb->get_results( "SELECT * FROM $wpdb->comments WHERE comment_approved = 'spam' ORDER BY comment_date DESC LIMIT $start, $end"); -} - -// Totals for each comment type -// returns array( type => count, ... ) -function akismet_spam_totals() { - global $wpdb; - $totals = $wpdb->get_results( "SELECT comment_type, COUNT(*) AS cc FROM $wpdb->comments WHERE comment_approved = 'spam' GROUP BY comment_type" ); - $return = array(); - foreach ( $totals as $total ) - $return[$total->comment_type ? $total->comment_type : 'comment'] = $total->cc; - return $return; -} - -function akismet_manage_page() { - global $wpdb, $submenu, $wp_db_version; - - // WP 2.7 has its own spam management page - if ( 8645 <= $wp_db_version ) - return; - - $count = sprintf(__('Akismet Spam (%s)'), akismet_spam_count()); - if ( isset( $submenu['edit-comments.php'] ) ) - add_submenu_page('edit-comments.php', __('Akismet Spam'), $count, 'moderate_comments', 'akismet-admin', 'akismet_caught' ); - elseif ( function_exists('add_management_page') ) - add_management_page(__('Akismet Spam'), $count, 'moderate_comments', 'akismet-admin', 'akismet_caught'); -} - -function akismet_caught() { - global $wpdb, $comment, $akismet_caught, $akismet_nonce; - - akismet_recheck_queue(); - if (isset($_POST['submit']) && 'recover' == $_POST['action'] && ! empty($_POST['not_spam'])) { - check_admin_referer( $akismet_nonce ); - if ( function_exists('current_user_can') && !current_user_can('moderate_comments') ) - die(__('You do not have sufficient permission to moderate comments.')); - - $i = 0; - foreach ($_POST['not_spam'] as $comment): - $comment = (int) $comment; - if ( function_exists('wp_set_comment_status') ) - wp_set_comment_status($comment, 'approve'); - else - $wpdb->query("UPDATE $wpdb->comments SET comment_approved = '1' WHERE comment_ID = '$comment'"); - akismet_submit_nonspam_comment($comment); - ++$i; - endforeach; - $to = add_query_arg( 'recovered', $i, $_SERVER['HTTP_REFERER'] ); - wp_redirect( $to ); - exit; - } - if ('delete' == $_POST['action']) { - check_admin_referer( $akismet_nonce ); - if ( function_exists('current_user_can') && !current_user_can('moderate_comments') ) - die(__('You do not have sufficient permission to moderate comments.')); - - $delete_time = $wpdb->escape( $_POST['display_time'] ); - $comment_ids = $wpdb->get_col( "SELECT comment_id FROM $wpdb->comments WHERE comment_approved = 'spam' AND '$delete_time' > comment_date_gmt" ); - if ( !empty( $comment_ids ) ) { - do_action( 'delete_comment', $comment_ids ); - $wpdb->query( "DELETE FROM $wpdb->comments WHERE comment_id IN ( " . implode( ', ', $comment_ids ) . " )"); - wp_cache_delete( 'akismet_spam_count', 'widget' ); - } - $to = add_query_arg( 'deleted', 'all', $_SERVER['HTTP_REFERER'] ); - wp_redirect( $to ); - exit; - } - -if ( isset( $_GET['recovered'] ) ) { - $i = (int) $_GET['recovered']; - echo '

' . sprintf(__('%1$s comments recovered.'), $i) . "

"; -} - -if (isset( $_GET['deleted'] ) ) - echo '

' . __('All spam deleted.') . '

'; - -if ( isset( $GLOBALS['submenu']['edit-comments.php'] ) ) - $link = 'edit-comments.php'; -else - $link = 'edit.php'; -?> - -
-

- -

%1$s spam for you since you first installed it.'), number_format_i18n($count) ); ?>

-'.__('You have no spam currently in the queue. Must be your lucky day. :)').'

'; - echo '
'; -} else { - echo '

'.__('You can delete all of the spam from your database with a single click. This operation cannot be undone, so you may wish to check to ensure that no legitimate comments got through first. Spam is automatically deleted after 15 days, so don’t sweat it.').'

'; -?> - -
- - -    - -
- -
-
- -

- -'.__('These are the latest comments identified as spam by Akismet. If you see any mistakes, simply mark the comment as "not spam" and Akismet will learn from the submission. If you wish to recover a comment from spam, simply select the comment, and click Not Spam. After 15 days we clean out the junk for you.').'

'; ?> - -escape($_POST['s']); - $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE - (comment_author LIKE '%$s%' OR - comment_author_email LIKE '%$s%' OR - comment_author_url LIKE ('%$s%') OR - comment_author_IP LIKE ('%$s%') OR - comment_content LIKE ('%$s%') ) AND - comment_approved = 'spam' - ORDER BY comment_date DESC"); -} else { - if ( isset( $_GET['apage'] ) ) - $page = (int) $_GET['apage']; - else - $page = 1; - - if ( $page < 2 ) - $page = 1; - - $current_type = false; - if ( isset( $_GET['ctype'] ) ) - $current_type = preg_replace( '|[^a-z]|', '', $_GET['ctype'] ); - - $comments = akismet_spam_comments( $current_type, $page ); - $total = akismet_spam_count( $current_type ); - $totals = akismet_spam_totals(); -?> - - -
" id="akismetsearch"> -

-

-
- 50 ) { -$total_pages = ceil( $total / 50 ); -$r = ''; -if ( 1 < $page ) { - $args['apage'] = ( 1 == $page - 1 ) ? '' : $page - 1; - $r .= '' . "\n"; -} -if ( ( $total_pages = ceil( $total / 50 ) ) > 1 ) { - for ( $page_num = 1; $page_num <= $total_pages; $page_num++ ) : - if ( $page == $page_num ) : - $r .= "$page_num\n"; - else : - $p = false; - if ( $page_num < 3 || ( $page_num >= $page - 3 && $page_num <= $page + 3 ) || $page_num > $total_pages - 3 ) : - $args['apage'] = ( 1 == $page_num ) ? '' : $page_num; - $r .= '' . ( $page_num ) . "\n"; - $in = true; - elseif ( $in == true ) : - $r .= "...\n"; - $in = false; - endif; - endif; - endfor; -} -if ( ( $page ) * 50 < $total || -1 == $total ) { - $args['apage'] = $page + 1; - $r .= '' . "\n"; -} -echo "

$r

"; -?> - - -
- - - - 50 ) { -$total_pages = ceil( $total / 50 ); -$r = ''; -if ( 1 < $page ) { - $args['apage'] = ( 1 == $page - 1 ) ? '' : $page - 1; - $r .= '' . "\n"; -} -if ( ( $total_pages = ceil( $total / 50 ) ) > 1 ) { - for ( $page_num = 1; $page_num <= $total_pages; $page_num++ ) : - if ( $page == $page_num ) : - $r .= "$page_num\n"; - else : - $p = false; - if ( $page_num < 3 || ( $page_num >= $page - 3 && $page_num <= $page + 3 ) || $page_num > $total_pages - 3 ) : - $args['apage'] = ( 1 == $page_num ) ? '' : $page_num; - $r .= '' . ( $page_num ) . "\n"; - $in = true; - elseif ( $in == true ) : - $r .= "...\n"; - $in = false; - endif; - endif; - endfor; -} -if ( ( $page ) * 50 < $total || -1 == $total ) { - $args['apage'] = $page + 1; - $r .= '' . "\n"; -} -echo "

$r

"; -} -?> -

- -

-

-
- -

- - - -
- -

-    -

-
- -
-" . __('Recheck Queue for Spam') . ""; - $page = str_replace( '
', '
' . $button, $page ); - return $page; - } - - if ( $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '0'" ) ) - ob_start( 'akismet_recheck_button' ); -} - -// This option causes tons of FPs, was removed in 2.1 -function akismet_kill_proxy_check( $option ) { return 0; } -add_filter('option_open_proxy_check', 'akismet_kill_proxy_check'); diff --git a/src/wp-content/plugins/akismet/readme.txt b/src/wp-content/plugins/akismet/readme.txt deleted file mode 100644 index fbd3513b..00000000 --- a/src/wp-content/plugins/akismet/readme.txt +++ /dev/null @@ -1,130 +0,0 @@ -=== Akismet === -Contributors: matt, ryan, andy, mdawaffe, tellyworth, josephscott, lessbloat, automattic -Tags: akismet, comments, spam -Requires at least: 3.0 -Tested up to: 3.1 -Stable tag: 2.5.3 -License: GPLv2 or later - -Akismet checks your comments against the Akismet web service to see if they look like spam or not. - -== Description == - -Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you -review the spam it catches under your blog's "Comments" admin screen. - -Major new features in Akismet 2.5 include: - -* A comment status history, so you can easily see which comments were caught or cleared by Akismet, and which were spammed or unspammed by a moderator -* Links are highlighted in the comment body, to reveal hidden or misleading links -* If your web host is unable to reach Akismet's servers, the plugin will automatically retry when your connection is back up -* Moderators can see the number of approved comments for each user -* Spam and Unspam reports now include more information, to help improve accuracy - -PS: You'll need an [Akismet.com API key](http://akismet.com/get/) to use it. Keys are free for personal blogs, with paid subscriptions available for businesses and commercial sites. - -== Installation == - -Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/). - -1, 2, 3: You're done! - -== Changelog == - -= 2.5.3 = -* Specify the license is GPL v2 or later -* Fix a bug that could result in orphaned commentmeta entries -* Include hotfix for WordPress 3.0.5 filter issue - -= 2.5.2 = - -* Properly format the comment count for author counts -* Look for super admins on multisite installs when looking up user roles -* Increase the HTTP request timeout -* Removed padding for author approved count -* Fix typo in function name -* Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side. - -= 2.5.1 = - -* Fix a bug that caused the "Auto delete" option to fail to discard comments correctly -* Remove the comment nonce form field from the 'Akismet Configuration' page in favor of using a filter, akismet_comment_nonce -* Fixed padding bug in "author" column of posts screen -* Added margin-top to "cleared by ..." badges on dashboard -* Fix possible error when calling akismet_cron_recheck() -* Fix more PHP warnings -* Clean up XHTML warnings for comment nonce -* Fix for possible condition where scheduled comment re-checks could get stuck -* Clean up the comment meta details after deleting a comment -* Only show the status badge if the comment status has been changed by someone/something other than Akismet -* Show a 'History' link in the row-actions -* Translation fixes -* Reduced font-size on author name -* Moved "flagged by..." notification to top right corner of comment container and removed heavy styling -* Hid "flagged by..." notification while on dashboard - -= 2.5.0 = - -* Track comment actions under 'Akismet Status' on the edit comment screen -* Fix a few remaining deprecated function calls ( props Mike Glendinning ) -* Use HTTPS for the stats IFRAME when wp-admin is using HTTPS -* Use the WordPress HTTP class if available -* Move the admin UI code to a separate file, only loaded when needed -* Add cron retry feature, to replace the old connectivity check -* Display Akismet status badge beside each comment -* Record history for each comment, and display it on the edit page -* Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham -* Highlight links in comment content -* New option, "Show the number of comments you've approved beside each comment author." -* New option, "Use a nonce on the comment form." - -= 2.4.0 = - -* Spell out that the license is GPLv2 -* Fix PHP warnings -* Fix WordPress deprecated function calls -* Fire the delete_comment action when deleting comments -* Move code specific for older WP versions to legacy.php -* General code clean up - -= 2.3.0 = - -* Fix "Are you sure" nonce message on config screen in WPMU -* Fix XHTML compliance issue in sidebar widget -* Change author link; remove some old references to WordPress.com accounts -* Localize the widget title (core ticket #13879) - -= 2.2.9 = - -* Eliminate a potential conflict with some plugins that may cause spurious reports - -= 2.2.8 = - -* Fix bug in initial comment check for ipv6 addresses -* Report comments as ham when they are moved from spam to moderation -* Report comments as ham when clicking undo after spam -* Use transition_comment_status action when available instead of older actions for spam/ham submissions -* Better diagnostic messages when PHP network functions are unavailable -* Better handling of comments by logged-in users - -= 2.2.7 = - -* Add a new AKISMET_VERSION constant -* Reduce the possibility of over-counting spam when another spam filter plugin is in use -* Disable the connectivity check when the API key is hard-coded for WPMU - -= 2.2.6 = - -* Fix a global warning introduced in 2.2.5 -* Add changelog and additional readme.txt tags -* Fix an array conversion warning in some versions of PHP -* Support a new WPCOM_API_KEY constant for easier use with WordPress MU - -= 2.2.5 = - -* Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls - -= 2.2.4 = - -* Fixed a key problem affecting the stats feature in WordPress MU -* Provide additional blog information in Akismet API calls diff --git a/src/wp-content/plugins/akismet/widget.php b/src/wp-content/plugins/akismet/widget.php deleted file mode 100644 index e9a3f626..00000000 --- a/src/wp-content/plugins/akismet/widget.php +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - -

- - - -
', '
', $count ), number_format_i18n( $count ) ); -} diff --git a/src/wp-content/plugins/qtranslate/arrowdown.png b/src/wp-content/plugins/qtranslate/arrowdown.png deleted file mode 100644 index 8684c680..00000000 Binary files a/src/wp-content/plugins/qtranslate/arrowdown.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/arrowup.png b/src/wp-content/plugins/qtranslate/arrowup.png deleted file mode 100644 index 1ffc3a23..00000000 Binary files a/src/wp-content/plugins/qtranslate/arrowup.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ad.alt.png b/src/wp-content/plugins/qtranslate/flags/ad.alt.png deleted file mode 100644 index 549c69bd..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ad.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ad.png b/src/wp-content/plugins/qtranslate/flags/ad.png deleted file mode 100644 index 854f31b2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ad.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ae.png b/src/wp-content/plugins/qtranslate/flags/ae.png deleted file mode 100644 index cdd69749..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ae.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/af.png b/src/wp-content/plugins/qtranslate/flags/af.png deleted file mode 100644 index 65c8a055..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/af.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ag.png b/src/wp-content/plugins/qtranslate/flags/ag.png deleted file mode 100644 index 84cd0818..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ag.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ai.alt.png b/src/wp-content/plugins/qtranslate/flags/ai.alt.png deleted file mode 100644 index 756dbd0b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ai.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ai.png b/src/wp-content/plugins/qtranslate/flags/ai.png deleted file mode 100644 index 9c284496..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ai.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/al.png b/src/wp-content/plugins/qtranslate/flags/al.png deleted file mode 100644 index 468af2ff..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/al.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/am.png b/src/wp-content/plugins/qtranslate/flags/am.png deleted file mode 100644 index 1a5afaaf..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/am.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/an.png b/src/wp-content/plugins/qtranslate/flags/an.png deleted file mode 100644 index b69a20f2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/an.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ao.png b/src/wp-content/plugins/qtranslate/flags/ao.png deleted file mode 100644 index 519ebe74..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ao.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/aq.png b/src/wp-content/plugins/qtranslate/flags/aq.png deleted file mode 100644 index 30388140..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/aq.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ar.alt.png b/src/wp-content/plugins/qtranslate/flags/ar.alt.png deleted file mode 100644 index 14eb6c96..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ar.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ar.png b/src/wp-content/plugins/qtranslate/flags/ar.png deleted file mode 100644 index f20b48a0..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ar.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/arle.png b/src/wp-content/plugins/qtranslate/flags/arle.png deleted file mode 100644 index b0553086..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/arle.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/as.png b/src/wp-content/plugins/qtranslate/flags/as.png deleted file mode 100644 index d3c76f2d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/as.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/at.alt.png b/src/wp-content/plugins/qtranslate/flags/at.alt.png deleted file mode 100644 index 1bf0bcfd..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/at.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/at.png b/src/wp-content/plugins/qtranslate/flags/at.png deleted file mode 100644 index 91b3164e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/at.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/au.png b/src/wp-content/plugins/qtranslate/flags/au.png deleted file mode 100644 index 6d744e87..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/au.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/aw.png b/src/wp-content/plugins/qtranslate/flags/aw.png deleted file mode 100644 index 90f27dbb..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/aw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ax.png b/src/wp-content/plugins/qtranslate/flags/ax.png deleted file mode 100644 index 46882df1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ax.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/az.png b/src/wp-content/plugins/qtranslate/flags/az.png deleted file mode 100644 index 94f6a802..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/az.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ba.png b/src/wp-content/plugins/qtranslate/flags/ba.png deleted file mode 100644 index 6ccf43bd..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ba.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bb.png b/src/wp-content/plugins/qtranslate/flags/bb.png deleted file mode 100644 index ad179343..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bb.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bd.png b/src/wp-content/plugins/qtranslate/flags/bd.png deleted file mode 100644 index 50b7ab1a..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bd.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/be.png b/src/wp-content/plugins/qtranslate/flags/be.png deleted file mode 100644 index 391f297f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/be.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bf.png b/src/wp-content/plugins/qtranslate/flags/bf.png deleted file mode 100644 index e4a475c1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bf.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bg.png b/src/wp-content/plugins/qtranslate/flags/bg.png deleted file mode 100644 index 86b40958..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bh.png b/src/wp-content/plugins/qtranslate/flags/bh.png deleted file mode 100644 index b69137b9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bh.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bi.alt.png b/src/wp-content/plugins/qtranslate/flags/bi.alt.png deleted file mode 100644 index bb792ecb..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bi.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bi.png b/src/wp-content/plugins/qtranslate/flags/bi.png deleted file mode 100644 index 63eaa64a..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bi.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bj.png b/src/wp-content/plugins/qtranslate/flags/bj.png deleted file mode 100644 index 7f8ab792..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bj.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bm.png b/src/wp-content/plugins/qtranslate/flags/bm.png deleted file mode 100644 index 75f07c47..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bn.png b/src/wp-content/plugins/qtranslate/flags/bn.png deleted file mode 100644 index 0bf4bc8c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bo.png b/src/wp-content/plugins/qtranslate/flags/bo.png deleted file mode 100644 index 738fb066..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bo.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/br.png b/src/wp-content/plugins/qtranslate/flags/br.png deleted file mode 100644 index e761b6f2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/br.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bs.png b/src/wp-content/plugins/qtranslate/flags/bs.png deleted file mode 100644 index fbc906d9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bs.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bt.png b/src/wp-content/plugins/qtranslate/flags/bt.png deleted file mode 100644 index 4c2ca86e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bv.png b/src/wp-content/plugins/qtranslate/flags/bv.png deleted file mode 100644 index 16ba1d80..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bv.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bw.png b/src/wp-content/plugins/qtranslate/flags/bw.png deleted file mode 100644 index 06eb019d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/by.png b/src/wp-content/plugins/qtranslate/flags/by.png deleted file mode 100644 index 147a6321..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/by.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/bz.png b/src/wp-content/plugins/qtranslate/flags/bz.png deleted file mode 100644 index c7609e6b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/bz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ca.alt.png b/src/wp-content/plugins/qtranslate/flags/ca.alt.png deleted file mode 100644 index 41f6f600..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ca.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ca.png b/src/wp-content/plugins/qtranslate/flags/ca.png deleted file mode 100644 index 616d3c2c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ca.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cc.alt.png b/src/wp-content/plugins/qtranslate/flags/cc.alt.png deleted file mode 100644 index 5d930a2d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cc.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cc.png b/src/wp-content/plugins/qtranslate/flags/cc.png deleted file mode 100644 index 6d744e87..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cc.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cd.png b/src/wp-content/plugins/qtranslate/flags/cd.png deleted file mode 100644 index cdfdc6f8..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cd.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cf.png b/src/wp-content/plugins/qtranslate/flags/cf.png deleted file mode 100644 index b4616290..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cf.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cg.png b/src/wp-content/plugins/qtranslate/flags/cg.png deleted file mode 100644 index bf355663..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ch.png b/src/wp-content/plugins/qtranslate/flags/ch.png deleted file mode 100644 index f538dc98..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ch.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ci.png b/src/wp-content/plugins/qtranslate/flags/ci.png deleted file mode 100644 index 9d02883c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ci.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ck.png b/src/wp-content/plugins/qtranslate/flags/ck.png deleted file mode 100644 index cf7dca9d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ck.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cl.png b/src/wp-content/plugins/qtranslate/flags/cl.png deleted file mode 100644 index 48cef7e7..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cl.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cm.png b/src/wp-content/plugins/qtranslate/flags/cm.png deleted file mode 100644 index 3e7adb8c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cn.png b/src/wp-content/plugins/qtranslate/flags/cn.png deleted file mode 100644 index 1cc62eb7..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/co.png b/src/wp-content/plugins/qtranslate/flags/co.png deleted file mode 100644 index f8ca2e62..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/co.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cr.alt.png b/src/wp-content/plugins/qtranslate/flags/cr.alt.png deleted file mode 100644 index 502955df..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cr.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cr.png b/src/wp-content/plugins/qtranslate/flags/cr.png deleted file mode 100644 index afd28799..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cs.png b/src/wp-content/plugins/qtranslate/flags/cs.png deleted file mode 100644 index 8864e328..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cs.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cu.png b/src/wp-content/plugins/qtranslate/flags/cu.png deleted file mode 100644 index 62d57ade..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cv.png b/src/wp-content/plugins/qtranslate/flags/cv.png deleted file mode 100644 index 684647b9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cv.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cx.png b/src/wp-content/plugins/qtranslate/flags/cx.png deleted file mode 100644 index c2c94c72..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cx.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cy.png b/src/wp-content/plugins/qtranslate/flags/cy.png deleted file mode 100644 index cb65ebb8..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cy.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/cz.png b/src/wp-content/plugins/qtranslate/flags/cz.png deleted file mode 100644 index 241427b8..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/cz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/de.png b/src/wp-content/plugins/qtranslate/flags/de.png deleted file mode 100644 index cbc046f7..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/de.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/dj.png b/src/wp-content/plugins/qtranslate/flags/dj.png deleted file mode 100644 index a9fc74a6..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/dj.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/dk.png b/src/wp-content/plugins/qtranslate/flags/dk.png deleted file mode 100644 index 8edd11f5..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/dk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/dm.png b/src/wp-content/plugins/qtranslate/flags/dm.png deleted file mode 100644 index 79819ddc..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/dm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/do.png b/src/wp-content/plugins/qtranslate/flags/do.png deleted file mode 100644 index f76e8b33..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/do.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/dz.png b/src/wp-content/plugins/qtranslate/flags/dz.png deleted file mode 100644 index 44ca81ce..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/dz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ec.alt.png b/src/wp-content/plugins/qtranslate/flags/ec.alt.png deleted file mode 100644 index ab2bd483..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ec.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ec.png b/src/wp-content/plugins/qtranslate/flags/ec.png deleted file mode 100644 index 16ba8324..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ec.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ee.png b/src/wp-content/plugins/qtranslate/flags/ee.png deleted file mode 100644 index 0dc18aae..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ee.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/eg.png b/src/wp-content/plugins/qtranslate/flags/eg.png deleted file mode 100644 index c96f3e8c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/eg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/eh.alt.png b/src/wp-content/plugins/qtranslate/flags/eh.alt.png deleted file mode 100644 index ed824890..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/eh.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/eh.png b/src/wp-content/plugins/qtranslate/flags/eh.png deleted file mode 100644 index 989d0f87..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/eh.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/er.png b/src/wp-content/plugins/qtranslate/flags/er.png deleted file mode 100644 index 041652a4..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/er.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/es.alt.png b/src/wp-content/plugins/qtranslate/flags/es.alt.png deleted file mode 100644 index 34103187..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/es.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/es.png b/src/wp-content/plugins/qtranslate/flags/es.png deleted file mode 100644 index b88229b1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/es.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/et.alt.png b/src/wp-content/plugins/qtranslate/flags/et.alt.png deleted file mode 100644 index 9282a073..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/et.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/et.png b/src/wp-content/plugins/qtranslate/flags/et.png deleted file mode 100644 index 993c85c4..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/et.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/eu.png b/src/wp-content/plugins/qtranslate/flags/eu.png deleted file mode 100644 index 49dfe59d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/eu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/fi.png b/src/wp-content/plugins/qtranslate/flags/fi.png deleted file mode 100644 index 63de3b68..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/fi.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/fj.png b/src/wp-content/plugins/qtranslate/flags/fj.png deleted file mode 100644 index cb5d6ddf..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/fj.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/fk.png b/src/wp-content/plugins/qtranslate/flags/fk.png deleted file mode 100644 index 30c8d5e9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/fk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/fm.png b/src/wp-content/plugins/qtranslate/flags/fm.png deleted file mode 100644 index 7cbc1481..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/fm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/fo.png b/src/wp-content/plugins/qtranslate/flags/fo.png deleted file mode 100644 index 32e8d810..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/fo.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/fr.png b/src/wp-content/plugins/qtranslate/flags/fr.png deleted file mode 100644 index b70610c1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/fr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ga.png b/src/wp-content/plugins/qtranslate/flags/ga.png deleted file mode 100644 index d2ea33fa..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ga.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gb.png b/src/wp-content/plugins/qtranslate/flags/gb.png deleted file mode 100644 index 9afcef05..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gb.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gd.png b/src/wp-content/plugins/qtranslate/flags/gd.png deleted file mode 100644 index 5b7ddbd2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gd.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ge.png b/src/wp-content/plugins/qtranslate/flags/ge.png deleted file mode 100644 index 81a1a566..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ge.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gf.png b/src/wp-content/plugins/qtranslate/flags/gf.png deleted file mode 100644 index 965d154d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gf.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gg.png b/src/wp-content/plugins/qtranslate/flags/gg.png deleted file mode 100644 index 2c4bf64c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gh.png b/src/wp-content/plugins/qtranslate/flags/gh.png deleted file mode 100644 index 7d308f0b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gh.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gi.png b/src/wp-content/plugins/qtranslate/flags/gi.png deleted file mode 100644 index 8799ce8b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gi.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gl.png b/src/wp-content/plugins/qtranslate/flags/gl.png deleted file mode 100644 index b74f4dea..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gl.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gm.png b/src/wp-content/plugins/qtranslate/flags/gm.png deleted file mode 100644 index cff19177..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gn.png b/src/wp-content/plugins/qtranslate/flags/gn.png deleted file mode 100644 index 9d7923c9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gp.png b/src/wp-content/plugins/qtranslate/flags/gp.png deleted file mode 100644 index 965d154d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gp.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gq.png b/src/wp-content/plugins/qtranslate/flags/gq.png deleted file mode 100644 index 784ae06a..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gq.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gr.png b/src/wp-content/plugins/qtranslate/flags/gr.png deleted file mode 100644 index d6e4caef..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gs.png b/src/wp-content/plugins/qtranslate/flags/gs.png deleted file mode 100644 index f8cd9547..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gs.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gt.alt.png b/src/wp-content/plugins/qtranslate/flags/gt.alt.png deleted file mode 100644 index ac90233f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gt.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gt.png b/src/wp-content/plugins/qtranslate/flags/gt.png deleted file mode 100644 index 6232dc98..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gu.png b/src/wp-content/plugins/qtranslate/flags/gu.png deleted file mode 100644 index b9afa18a..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gw.png b/src/wp-content/plugins/qtranslate/flags/gw.png deleted file mode 100644 index 2808ec77..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/gy.png b/src/wp-content/plugins/qtranslate/flags/gy.png deleted file mode 100644 index d2334ce6..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/gy.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/hk.png b/src/wp-content/plugins/qtranslate/flags/hk.png deleted file mode 100644 index 0bb8cebf..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/hk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/hm.png b/src/wp-content/plugins/qtranslate/flags/hm.png deleted file mode 100644 index e78c4545..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/hm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/hn.png b/src/wp-content/plugins/qtranslate/flags/hn.png deleted file mode 100644 index c7e8f784..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/hn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/hr.png b/src/wp-content/plugins/qtranslate/flags/hr.png deleted file mode 100644 index 197ac97c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/hr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ht.alt.png b/src/wp-content/plugins/qtranslate/flags/ht.alt.png deleted file mode 100644 index cc46032c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ht.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ht.png b/src/wp-content/plugins/qtranslate/flags/ht.png deleted file mode 100644 index 968b331a..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ht.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/hu.png b/src/wp-content/plugins/qtranslate/flags/hu.png deleted file mode 100644 index 2f7aec3b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/hu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/id.png b/src/wp-content/plugins/qtranslate/flags/id.png deleted file mode 100644 index 3e066382..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/id.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ie.png b/src/wp-content/plugins/qtranslate/flags/ie.png deleted file mode 100644 index 67cc759b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ie.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/il.png b/src/wp-content/plugins/qtranslate/flags/il.png deleted file mode 100644 index 097a5173..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/il.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/im.png b/src/wp-content/plugins/qtranslate/flags/im.png deleted file mode 100644 index f23f043e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/im.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/in.png b/src/wp-content/plugins/qtranslate/flags/in.png deleted file mode 100644 index 9e696532..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/in.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/io.png b/src/wp-content/plugins/qtranslate/flags/io.png deleted file mode 100644 index 7792b415..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/io.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/iq.png b/src/wp-content/plugins/qtranslate/flags/iq.png deleted file mode 100644 index 44e76f94..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/iq.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ir.png b/src/wp-content/plugins/qtranslate/flags/ir.png deleted file mode 100644 index 960e8e54..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ir.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/is.png b/src/wp-content/plugins/qtranslate/flags/is.png deleted file mode 100644 index a3f7ec61..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/is.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/it.png b/src/wp-content/plugins/qtranslate/flags/it.png deleted file mode 100644 index 18edfe43..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/it.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/je.png b/src/wp-content/plugins/qtranslate/flags/je.png deleted file mode 100644 index 3823105e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/je.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/jm.png b/src/wp-content/plugins/qtranslate/flags/jm.png deleted file mode 100644 index eb742b42..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/jm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/jo.png b/src/wp-content/plugins/qtranslate/flags/jo.png deleted file mode 100644 index 71f219b8..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/jo.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/jp.png b/src/wp-content/plugins/qtranslate/flags/jp.png deleted file mode 100644 index f49fbadb..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/jp.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ke.png b/src/wp-content/plugins/qtranslate/flags/ke.png deleted file mode 100644 index 3e581b17..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ke.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/kg.png b/src/wp-content/plugins/qtranslate/flags/kg.png deleted file mode 100644 index b500a177..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/kg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/kh.png b/src/wp-content/plugins/qtranslate/flags/kh.png deleted file mode 100644 index 56323bd2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/kh.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ki.png b/src/wp-content/plugins/qtranslate/flags/ki.png deleted file mode 100644 index d838b313..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ki.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/km.png b/src/wp-content/plugins/qtranslate/flags/km.png deleted file mode 100644 index 6988d7db..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/km.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/kn.png b/src/wp-content/plugins/qtranslate/flags/kn.png deleted file mode 100644 index 4b102432..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/kn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/kp.png b/src/wp-content/plugins/qtranslate/flags/kp.png deleted file mode 100644 index 70a166b6..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/kp.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/kr.png b/src/wp-content/plugins/qtranslate/flags/kr.png deleted file mode 100644 index 4b5be36e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/kr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/kw.png b/src/wp-content/plugins/qtranslate/flags/kw.png deleted file mode 100644 index dd51256f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/kw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ky.png b/src/wp-content/plugins/qtranslate/flags/ky.png deleted file mode 100644 index fb7cbe82..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ky.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/kz.png b/src/wp-content/plugins/qtranslate/flags/kz.png deleted file mode 100644 index 61fe983a..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/kz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/la.png b/src/wp-content/plugins/qtranslate/flags/la.png deleted file mode 100644 index 572491f7..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/la.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/lb.png b/src/wp-content/plugins/qtranslate/flags/lb.png deleted file mode 100644 index f95124a9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/lb.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/lc.png b/src/wp-content/plugins/qtranslate/flags/lc.png deleted file mode 100644 index 4264fb9d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/lc.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/li.png b/src/wp-content/plugins/qtranslate/flags/li.png deleted file mode 100644 index 68183e7e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/li.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/lk.png b/src/wp-content/plugins/qtranslate/flags/lk.png deleted file mode 100644 index eee913f6..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/lk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/lr.png b/src/wp-content/plugins/qtranslate/flags/lr.png deleted file mode 100644 index ea4c5468..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/lr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ls.png b/src/wp-content/plugins/qtranslate/flags/ls.png deleted file mode 100644 index 2a67458b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ls.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/lt.png b/src/wp-content/plugins/qtranslate/flags/lt.png deleted file mode 100644 index 9a4cb934..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/lt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/lu.png b/src/wp-content/plugins/qtranslate/flags/lu.png deleted file mode 100644 index c7320ba9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/lu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/lv.png b/src/wp-content/plugins/qtranslate/flags/lv.png deleted file mode 100644 index af056c4b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/lv.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ly.png b/src/wp-content/plugins/qtranslate/flags/ly.png deleted file mode 100644 index 94310ec3..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ly.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ma.png b/src/wp-content/plugins/qtranslate/flags/ma.png deleted file mode 100644 index 4cd45158..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ma.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mc.png b/src/wp-content/plugins/qtranslate/flags/mc.png deleted file mode 100644 index d18e8470..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mc.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/md.png b/src/wp-content/plugins/qtranslate/flags/md.png deleted file mode 100644 index 71f82f89..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/md.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/me.png b/src/wp-content/plugins/qtranslate/flags/me.png deleted file mode 100644 index 427f5b16..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/me.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mg.png b/src/wp-content/plugins/qtranslate/flags/mg.png deleted file mode 100644 index 912d61eb..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mh.png b/src/wp-content/plugins/qtranslate/flags/mh.png deleted file mode 100644 index 17fe5717..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mh.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mk.png b/src/wp-content/plugins/qtranslate/flags/mk.png deleted file mode 100644 index 91badb40..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ml.png b/src/wp-content/plugins/qtranslate/flags/ml.png deleted file mode 100644 index c7264170..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ml.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mm.png b/src/wp-content/plugins/qtranslate/flags/mm.png deleted file mode 100644 index f7d114e2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mn.png b/src/wp-content/plugins/qtranslate/flags/mn.png deleted file mode 100644 index 87db0fa1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mo.png b/src/wp-content/plugins/qtranslate/flags/mo.png deleted file mode 100644 index 615e8d40..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mo.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mp.png b/src/wp-content/plugins/qtranslate/flags/mp.png deleted file mode 100644 index 1a0c3a33..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mp.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mq.png b/src/wp-content/plugins/qtranslate/flags/mq.png deleted file mode 100644 index b70610c1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mq.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mr.png b/src/wp-content/plugins/qtranslate/flags/mr.png deleted file mode 100644 index e5d6d543..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ms.png b/src/wp-content/plugins/qtranslate/flags/ms.png deleted file mode 100644 index 62c06e8c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ms.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mt.png b/src/wp-content/plugins/qtranslate/flags/mt.png deleted file mode 100644 index abb043c4..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mu.png b/src/wp-content/plugins/qtranslate/flags/mu.png deleted file mode 100644 index ff084e2c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mv.png b/src/wp-content/plugins/qtranslate/flags/mv.png deleted file mode 100644 index e4edb89c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mv.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mw.png b/src/wp-content/plugins/qtranslate/flags/mw.png deleted file mode 100644 index 07e7f7d9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mx.png b/src/wp-content/plugins/qtranslate/flags/mx.png deleted file mode 100644 index 563457ff..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mx.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/my.png b/src/wp-content/plugins/qtranslate/flags/my.png deleted file mode 100644 index 3875e9e2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/my.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/mz.png b/src/wp-content/plugins/qtranslate/flags/mz.png deleted file mode 100644 index 7a83aa7d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/mz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/na.png b/src/wp-content/plugins/qtranslate/flags/na.png deleted file mode 100644 index 7c06080c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/na.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/nc.png b/src/wp-content/plugins/qtranslate/flags/nc.png deleted file mode 100644 index 6258268f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/nc.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ne.png b/src/wp-content/plugins/qtranslate/flags/ne.png deleted file mode 100644 index 7d2299ec..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ne.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/nf.png b/src/wp-content/plugins/qtranslate/flags/nf.png deleted file mode 100644 index e229c9d5..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/nf.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ng.png b/src/wp-content/plugins/qtranslate/flags/ng.png deleted file mode 100644 index e62540d4..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ng.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ni.alt.png b/src/wp-content/plugins/qtranslate/flags/ni.alt.png deleted file mode 100644 index 1890f257..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ni.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ni.png b/src/wp-content/plugins/qtranslate/flags/ni.png deleted file mode 100644 index 39af7b9f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ni.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/nl.png b/src/wp-content/plugins/qtranslate/flags/nl.png deleted file mode 100644 index 3d7afb2a..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/nl.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/no.png b/src/wp-content/plugins/qtranslate/flags/no.png deleted file mode 100644 index 3042d521..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/no.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/np.png b/src/wp-content/plugins/qtranslate/flags/np.png deleted file mode 100644 index 610bff11..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/np.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/nr.png b/src/wp-content/plugins/qtranslate/flags/nr.png deleted file mode 100644 index 6764c3ad..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/nr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/nu.png b/src/wp-content/plugins/qtranslate/flags/nu.png deleted file mode 100644 index 6e43a394..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/nu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/nz.png b/src/wp-content/plugins/qtranslate/flags/nz.png deleted file mode 100644 index 600bfefb..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/nz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/om.png b/src/wp-content/plugins/qtranslate/flags/om.png deleted file mode 100644 index 6fc2b3ea..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/om.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pa.png b/src/wp-content/plugins/qtranslate/flags/pa.png deleted file mode 100644 index d37c3ad3..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pa.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pe.png b/src/wp-content/plugins/qtranslate/flags/pe.png deleted file mode 100644 index 46a37d80..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pe.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pf.alt.png b/src/wp-content/plugins/qtranslate/flags/pf.alt.png deleted file mode 100644 index 5ae8dea9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pf.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pf.png b/src/wp-content/plugins/qtranslate/flags/pf.png deleted file mode 100644 index 598bf570..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pf.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pg.png b/src/wp-content/plugins/qtranslate/flags/pg.png deleted file mode 100644 index c8abf5c5..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ph.png b/src/wp-content/plugins/qtranslate/flags/ph.png deleted file mode 100644 index e00ea473..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ph.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pk.png b/src/wp-content/plugins/qtranslate/flags/pk.png deleted file mode 100644 index 782fe944..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pl.png b/src/wp-content/plugins/qtranslate/flags/pl.png deleted file mode 100644 index e35d6333..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pl.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pm.png b/src/wp-content/plugins/qtranslate/flags/pm.png deleted file mode 100644 index 598bf570..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pn.png b/src/wp-content/plugins/qtranslate/flags/pn.png deleted file mode 100644 index ea7618b6..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pr.png b/src/wp-content/plugins/qtranslate/flags/pr.png deleted file mode 100644 index 0b083368..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ps.png b/src/wp-content/plugins/qtranslate/flags/ps.png deleted file mode 100644 index ec4bca38..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ps.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pt.png b/src/wp-content/plugins/qtranslate/flags/pt.png deleted file mode 100644 index 0843f332..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/pw.png b/src/wp-content/plugins/qtranslate/flags/pw.png deleted file mode 100644 index ee9188fa..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/pw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/py.png b/src/wp-content/plugins/qtranslate/flags/py.png deleted file mode 100644 index 45f1273c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/py.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/qa.png b/src/wp-content/plugins/qtranslate/flags/qa.png deleted file mode 100644 index ecd80332..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/qa.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/re.png b/src/wp-content/plugins/qtranslate/flags/re.png deleted file mode 100644 index 598bf570..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/re.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ro.png b/src/wp-content/plugins/qtranslate/flags/ro.png deleted file mode 100644 index 5ea03309..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ro.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/rs.png b/src/wp-content/plugins/qtranslate/flags/rs.png deleted file mode 100644 index 17436e00..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/rs.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ru.png b/src/wp-content/plugins/qtranslate/flags/ru.png deleted file mode 100644 index 4efd00c4..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ru.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/rw.png b/src/wp-content/plugins/qtranslate/flags/rw.png deleted file mode 100644 index 5ccb913e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/rw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sa.png b/src/wp-content/plugins/qtranslate/flags/sa.png deleted file mode 100644 index 93b753da..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sa.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sb.png b/src/wp-content/plugins/qtranslate/flags/sb.png deleted file mode 100644 index 6da8c86b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sb.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sc.png b/src/wp-content/plugins/qtranslate/flags/sc.png deleted file mode 100644 index 832aaeb1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sc.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sd.png b/src/wp-content/plugins/qtranslate/flags/sd.png deleted file mode 100644 index 0783a250..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sd.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/se.png b/src/wp-content/plugins/qtranslate/flags/se.png deleted file mode 100644 index 4736ec4f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/se.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sg.png b/src/wp-content/plugins/qtranslate/flags/sg.png deleted file mode 100644 index 4534fe40..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sh.png b/src/wp-content/plugins/qtranslate/flags/sh.png deleted file mode 100644 index aba66cf8..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sh.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/si.png b/src/wp-content/plugins/qtranslate/flags/si.png deleted file mode 100644 index 8238515d..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/si.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sj.png b/src/wp-content/plugins/qtranslate/flags/sj.png deleted file mode 100644 index 3042d521..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sj.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sk.png b/src/wp-content/plugins/qtranslate/flags/sk.png deleted file mode 100644 index 92c6fd5e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sl.png b/src/wp-content/plugins/qtranslate/flags/sl.png deleted file mode 100644 index be8f6eff..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sl.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sm.png b/src/wp-content/plugins/qtranslate/flags/sm.png deleted file mode 100644 index 3230cfb0..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sn.png b/src/wp-content/plugins/qtranslate/flags/sn.png deleted file mode 100644 index bdff9dd5..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/so.png b/src/wp-content/plugins/qtranslate/flags/so.png deleted file mode 100644 index d75b71e8..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/so.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sr.png b/src/wp-content/plugins/qtranslate/flags/sr.png deleted file mode 100644 index 87bfc1c8..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/st.png b/src/wp-content/plugins/qtranslate/flags/st.png deleted file mode 100644 index b28733d1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/st.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sv.alt.png b/src/wp-content/plugins/qtranslate/flags/sv.alt.png deleted file mode 100644 index 767a24e1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sv.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sv.png b/src/wp-content/plugins/qtranslate/flags/sv.png deleted file mode 100644 index d1d047a3..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sv.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sy.png b/src/wp-content/plugins/qtranslate/flags/sy.png deleted file mode 100644 index cfafea5b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sy.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/sz.png b/src/wp-content/plugins/qtranslate/flags/sz.png deleted file mode 100644 index ec5dfe26..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/sz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tc.png b/src/wp-content/plugins/qtranslate/flags/tc.png deleted file mode 100644 index 5ce2c4d4..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tc.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/td.png b/src/wp-content/plugins/qtranslate/flags/td.png deleted file mode 100644 index b836b07c..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/td.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tf.png b/src/wp-content/plugins/qtranslate/flags/tf.png deleted file mode 100644 index 6258268f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tf.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tg.png b/src/wp-content/plugins/qtranslate/flags/tg.png deleted file mode 100644 index c4856f85..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/th.png b/src/wp-content/plugins/qtranslate/flags/th.png deleted file mode 100644 index 230fc6b5..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/th.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tj.png b/src/wp-content/plugins/qtranslate/flags/tj.png deleted file mode 100644 index 6913f85e..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tj.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tk.png b/src/wp-content/plugins/qtranslate/flags/tk.png deleted file mode 100644 index 0a7f86b4..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tl.png b/src/wp-content/plugins/qtranslate/flags/tl.png deleted file mode 100644 index a82ff8a1..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tl.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tm.png b/src/wp-content/plugins/qtranslate/flags/tm.png deleted file mode 100644 index ebc4f80f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tn.png b/src/wp-content/plugins/qtranslate/flags/tn.png deleted file mode 100644 index 49db0c3b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/to.png b/src/wp-content/plugins/qtranslate/flags/to.png deleted file mode 100644 index 6a2e2632..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/to.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tr.png b/src/wp-content/plugins/qtranslate/flags/tr.png deleted file mode 100644 index 0e1a4fd6..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tr.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tt.png b/src/wp-content/plugins/qtranslate/flags/tt.png deleted file mode 100644 index 6dc67947..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tv.png b/src/wp-content/plugins/qtranslate/flags/tv.png deleted file mode 100644 index 2c596eb2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tv.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tw.png b/src/wp-content/plugins/qtranslate/flags/tw.png deleted file mode 100644 index a0c6cb29..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/tz.png b/src/wp-content/plugins/qtranslate/flags/tz.png deleted file mode 100644 index 2cb8a4d6..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/tz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ua.png b/src/wp-content/plugins/qtranslate/flags/ua.png deleted file mode 100644 index 0c167c96..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ua.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ug.png b/src/wp-content/plugins/qtranslate/flags/ug.png deleted file mode 100644 index 2b1370a0..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ug.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/uk.png b/src/wp-content/plugins/qtranslate/flags/uk.png deleted file mode 100644 index 9afcef05..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/uk.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/um.png b/src/wp-content/plugins/qtranslate/flags/um.png deleted file mode 100644 index a7b1c5b9..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/um.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/us.png b/src/wp-content/plugins/qtranslate/flags/us.png deleted file mode 100644 index df0bff2b..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/us.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/uy.png b/src/wp-content/plugins/qtranslate/flags/uy.png deleted file mode 100644 index fb030732..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/uy.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/uz.png b/src/wp-content/plugins/qtranslate/flags/uz.png deleted file mode 100644 index 61fa0720..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/uz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/va.png b/src/wp-content/plugins/qtranslate/flags/va.png deleted file mode 100644 index aa63a6de..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/va.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/vc.png b/src/wp-content/plugins/qtranslate/flags/vc.png deleted file mode 100644 index d698edf7..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/vc.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ve.png b/src/wp-content/plugins/qtranslate/flags/ve.png deleted file mode 100644 index 80a5837a..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ve.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/vg.png b/src/wp-content/plugins/qtranslate/flags/vg.png deleted file mode 100644 index 9312c745..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/vg.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/vi.png b/src/wp-content/plugins/qtranslate/flags/vi.png deleted file mode 100644 index a0ad3ed5..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/vi.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/vn.png b/src/wp-content/plugins/qtranslate/flags/vn.png deleted file mode 100644 index 41c79929..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/vn.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/vu.png b/src/wp-content/plugins/qtranslate/flags/vu.png deleted file mode 100644 index de3f3a05..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/vu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/wf.alt.png b/src/wp-content/plugins/qtranslate/flags/wf.alt.png deleted file mode 100644 index 1b84d7fc..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/wf.alt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/wf.png b/src/wp-content/plugins/qtranslate/flags/wf.png deleted file mode 100644 index 6258268f..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/wf.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ws.png b/src/wp-content/plugins/qtranslate/flags/ws.png deleted file mode 100644 index b04789e3..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ws.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/ye.png b/src/wp-content/plugins/qtranslate/flags/ye.png deleted file mode 100644 index eb2cc9c6..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/ye.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/yt.png b/src/wp-content/plugins/qtranslate/flags/yt.png deleted file mode 100644 index 598bf570..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/yt.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/yu.png b/src/wp-content/plugins/qtranslate/flags/yu.png deleted file mode 100644 index 8864e328..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/yu.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/za.png b/src/wp-content/plugins/qtranslate/flags/za.png deleted file mode 100644 index b647b0fd..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/za.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/zm.png b/src/wp-content/plugins/qtranslate/flags/zm.png deleted file mode 100644 index 2d6470d8..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/zm.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/zw.png b/src/wp-content/plugins/qtranslate/flags/zw.png deleted file mode 100644 index 42a300e2..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/zw.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/flags/zz.png b/src/wp-content/plugins/qtranslate/flags/zz.png deleted file mode 100644 index b4c51910..00000000 Binary files a/src/wp-content/plugins/qtranslate/flags/zz.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-az_AZ.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-az_AZ.mo deleted file mode 100644 index 53c1752d..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-az_AZ.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-bg_BG.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-bg_BG.mo deleted file mode 100644 index 6e4d5f80..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-bg_BG.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-cs_CZ.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-cs_CZ.mo deleted file mode 100644 index cb66543a..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-cs_CZ.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-da_DK.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-da_DK.mo deleted file mode 100644 index 88e89641..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-da_DK.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-de_DE.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-de_DE.mo deleted file mode 100644 index 7aa0c8d3..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-de_DE.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-es_CA.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-es_CA.mo deleted file mode 100644 index 231b643d..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-es_CA.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-es_ES.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-es_ES.mo deleted file mode 100644 index 74229c17..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-es_ES.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-fr_FR.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-fr_FR.mo deleted file mode 100644 index ccac30bc..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-fr_FR.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-hu_HU.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-hu_HU.mo deleted file mode 100644 index 554871be..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-hu_HU.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-id_ID.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-id_ID.mo deleted file mode 100644 index ff7bbab0..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-id_ID.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-it_IT.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-it_IT.mo deleted file mode 100644 index a37e6e69..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-it_IT.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-ja_JP.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-ja_JP.mo deleted file mode 100644 index 4cbf5505..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-ja_JP.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-mk_MK.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-mk_MK.mo deleted file mode 100644 index f698bf49..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-mk_MK.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-ms_MY.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-ms_MY.mo deleted file mode 100644 index 749a7946..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-ms_MY.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-nl_NL.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-nl_NL.mo deleted file mode 100644 index f8688285..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-nl_NL.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-pl_PL.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-pl_PL.mo deleted file mode 100644 index fb8bfaa0..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-pl_PL.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-pt_PT.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-pt_PT.mo deleted file mode 100644 index 4d47e8bf..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-pt_PT.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-tr_TR.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-tr_TR.mo deleted file mode 100644 index 2adaa573..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-tr_TR.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate-zh_CN.mo b/src/wp-content/plugins/qtranslate/lang/qtranslate-zh_CN.mo deleted file mode 100644 index a1c360ac..00000000 Binary files a/src/wp-content/plugins/qtranslate/lang/qtranslate-zh_CN.mo and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/lang/qtranslate.pot b/src/wp-content/plugins/qtranslate/lang/qtranslate.pot deleted file mode 100644 index 7b56bc7b..00000000 --- a/src/wp-content/plugins/qtranslate/lang/qtranslate.pot +++ /dev/null @@ -1,836 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Qian Qin -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: http://wordpress.org/tag/qtranslate\n" -"POT-Creation-Date: 2009-10-11 12:35+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: qtranslate_configuration.php:25 -msgid "Language Management" -msgstr "" - -#: qtranslate_configuration.php:25 qtranslate_configuration.php:582 -#: qtranslate_hooks.php:168 -msgid "Languages" -msgstr "" - -#: qtranslate_configuration.php:35 -msgid "language_name" -msgstr "" - -#: qtranslate_configuration.php:45 -msgid "Language Code" -msgstr "" - -#: qtranslate_configuration.php:47 -msgid "" -"2-Letter ISO " -"Language Code for the Language you want to insert. (Example: en)" -msgstr "" - -#: qtranslate_configuration.php:50 -msgid "Flag" -msgstr "" - -#: qtranslate_configuration.php:75 -msgid "Incorrect Flag Image Path! Please correct it!" -msgstr "" - -#: qtranslate_configuration.php:78 -msgid "Choose the corresponding country flag for language. (Example: gb.png)" -msgstr "" - -#: qtranslate_configuration.php:91 qtranslate_configuration.php:180 -msgid "Name" -msgstr "" - -#: qtranslate_configuration.php:93 -msgid "" -"The Name of the language, which will be displayed on the site. (Example: " -"English)" -msgstr "" - -#: qtranslate_configuration.php:96 -msgid "Locale" -msgstr "" - -#: qtranslate_configuration.php:99 -msgid "PHP and Wordpress Locale for the language. (Example: en_US)" -msgstr "" - -#: qtranslate_configuration.php:100 -msgid "You will need to install the .mo file for this language." -msgstr "" - -#: qtranslate_configuration.php:104 -msgid "Date Format" -msgstr "" - -#: qtranslate_configuration.php:106 -msgid "" -"Depending on your Date / Time Conversion Mode, you can either enter a strftime (use %" -"q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B " -"%e%q, %Y)" -msgstr "" - -#: qtranslate_configuration.php:109 -msgid "Time Format" -msgstr "" - -#: qtranslate_configuration.php:111 -msgid "" -"Depending on your Date / Time Conversion Mode, you can either enter a strftime or date format. This " -"field is optional. (Example: %I:%M %p)" -msgstr "" - -#: qtranslate_configuration.php:114 -msgid "Not Available Message" -msgstr "" - -#: qtranslate_configuration.php:117 -msgid "" -"Message to display if post is not available in the requested language. " -"(Example: Sorry, this entry is only available in %LANG:, : and %.)" -msgstr "" - -#: qtranslate_configuration.php:118 -msgid "" -"%LANG:<normal_seperator>:<last_seperator>% generates a list of " -"languages seperated by <normal_seperator> except for the last one, " -"where <last_seperator> will be used instead." -msgstr "" - -#: qtranslate_configuration.php:181 qtranslate_services.php:306 -msgid "Action" -msgstr "" - -#: qtranslate_configuration.php:207 -msgid "qTranslate has been reset." -msgstr "" - -#: qtranslate_configuration.php:220 -msgid "Gettext databases updated." -msgstr "" - -#: qtranslate_configuration.php:225 -msgid "The Language must have a Not-Available Message!" -msgstr "" - -#: qtranslate_configuration.php:226 -msgid "The Language must have a Locale!" -msgstr "" - -#: qtranslate_configuration.php:227 -msgid "The Language must have a name!" -msgstr "" - -#: qtranslate_configuration.php:228 -msgid "Language Code has to be 2 characters long!" -msgstr "" - -#: qtranslate_configuration.php:232 qtranslate_configuration.php:238 -msgid "There is already a language with the same Language Code!" -msgstr "" - -#: qtranslate_configuration.php:339 -msgid "Language is already enabled or invalid!" -msgstr "" - -#: qtranslate_configuration.php:344 -msgid "Cannot disable Default Language!" -msgstr "" - -#: qtranslate_configuration.php:347 qtranslate_configuration.php:354 -#: qtranslate_configuration.php:370 -msgid "No such language!" -msgstr "" - -#: qtranslate_configuration.php:350 -msgid "Language is already disabled!" -msgstr "" - -#: qtranslate_configuration.php:358 -msgid "Language is already first!" -msgstr "" - -#: qtranslate_configuration.php:364 qtranslate_configuration.php:380 -msgid "New order saved." -msgstr "" - -#: qtranslate_configuration.php:374 -msgid "Language is already last!" -msgstr "" - -#: qtranslate_configuration.php:391 -msgid "Options saved." -msgstr "" - -#: qtranslate_configuration.php:396 -#, php-format -msgid "Could not write to \"%s\", Gettext Databases could not be downloaded!" -msgstr "" - -#: qtranslate_configuration.php:418 -msgid "Edit Language" -msgstr "" - -#: qtranslate_configuration.php:421 -msgid "Save Changes »" -msgstr "" - -#: qtranslate_configuration.php:426 -msgid "Language Management (qTranslate Configuration)" -msgstr "" - -#: qtranslate_configuration.php:427 -#, php-format -msgid "" -"For help on how to configure qTranslate correctly, take a look at the qTranslate FAQ and the Support Forum." -msgstr "" - -#: qtranslate_configuration.php:429 -msgid "General Settings" -msgstr "" - -#: qtranslate_configuration.php:432 -msgid "Default Language / Order" -msgstr "" - -#: qtranslate_configuration.php:434 -msgid "Default Language" -msgstr "" - -#: qtranslate_configuration.php:450 -#, php-format -msgid "" -"Choose the default language of your blog. This is the language which will be " -"shown on %s. You can also change the order the languages by clicking on the " -"arrows above." -msgstr "" - -#: qtranslate_configuration.php:455 -msgid "Hide Untranslated Content" -msgstr "" - -#: qtranslate_configuration.php:457 -msgid "Hide Content which is not available for the selected language." -msgstr "" - -#: qtranslate_configuration.php:459 -msgid "" -"When checked, posts will be hidden if the content is not available for the " -"selected language. If unchecked, a message will appear showing all the " -"languages the content is available in." -msgstr "" - -#: qtranslate_configuration.php:460 -msgid "" -"This function will not work correctly if you installed qTranslate on a blog " -"with existing entries. In this case you will need to take a look at " -"\"Convert Database\" under \"Advanced Settings\"." -msgstr "" - -#: qtranslate_configuration.php:464 -msgid "Detect Browser Language" -msgstr "" - -#: qtranslate_configuration.php:466 -msgid "Detect the language of the browser and redirect accordingly." -msgstr "" - -#: qtranslate_configuration.php:468 -msgid "" -"When the frontpage is visited via bookmark/external link/type-in, the " -"visitor will be forwarded to the correct URL for the language specified by " -"his browser." -msgstr "" - -#: qtranslate_configuration.php:472 -msgid "Advanced Settings" -msgstr "" - -#: qtranslate_configuration.php:472 qtranslate_services.php:313 -msgid "Show" -msgstr "" - -#: qtranslate_configuration.php:475 qtranslate_configuration.php:477 -msgid "URL Modification Mode" -msgstr "" - -#: qtranslate_configuration.php:478 -msgid "Use Query Mode (?lang=en)" -msgstr "" - -#: qtranslate_configuration.php:479 -msgid "Use Pre-Path Mode (Default, puts /en/ in front of URL)" -msgstr "" - -#: qtranslate_configuration.php:480 -msgid "Use Pre-Domain Mode (uses http://en.yoursite.com)" -msgstr "" - -#: qtranslate_configuration.php:482 -msgid "" -"Pre-Path and Pre-Domain mode will only work with mod_rewrite/pretty " -"permalinks. Additional Configuration is needed for Pre-Domain mode!" -msgstr "" - -#: qtranslate_configuration.php:483 -msgid "Hide URL language information for default language." -msgstr "" - -#: qtranslate_configuration.php:487 -msgid "Flag Image Path" -msgstr "" - -#: qtranslate_configuration.php:491 -msgid "" -"Path to the flag images under wp-content, with trailing slash. (Default: " -"plugins/qtranslate/flags/)" -msgstr "" - -#: qtranslate_configuration.php:495 -msgid "Ignore Links" -msgstr "" - -#: qtranslate_configuration.php:499 -msgid "" -"Don't convert Links to files of the given file types. (Default: gif,jpg,jpeg," -"png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js)" -msgstr "" - -#: qtranslate_configuration.php:503 -msgid "Update Gettext Databases" -msgstr "" - -#: qtranslate_configuration.php:505 -msgid "Automatically check for .mo-Database Updates of installed languages." -msgstr "" - -#: qtranslate_configuration.php:507 -msgid "Update Gettext databases now." -msgstr "" - -#: qtranslate_configuration.php:509 -msgid "" -"qTranslate will query the Wordpress Localisation Repository every week and " -"download the latest Gettext Databases (.mo Files)." -msgstr "" - -#: qtranslate_configuration.php:513 -msgid "Date / Time Conversion" -msgstr "" - -#: qtranslate_configuration.php:515 -msgid "Use emulated date function." -msgstr "" - -#: qtranslate_configuration.php:516 -msgid "" -"Use emulated date function and replace formats with the predefined formats " -"for each language." -msgstr "" - -#: qtranslate_configuration.php:517 -msgid "Use strftime instead of date." -msgstr "" - -#: qtranslate_configuration.php:518 -msgid "" -"Use strftime instead of date and replace formats with the predefined formats " -"for each language." -msgstr "" - -#: qtranslate_configuration.php:519 -msgid "" -"Depending on the mode selected, additional customizations of the theme may " -"be needed." -msgstr "" - -#: qtranslate_configuration.php:523 -msgid "Reset qTranslate" -msgstr "" - -#: qtranslate_configuration.php:525 -msgid "Check this box and click Save Changes to reset all qTranslate settings." -msgstr "" - -#: qtranslate_configuration.php:527 -msgid "Yes, I really want to reset qTranslate." -msgstr "" - -#: qtranslate_configuration.php:529 -msgid "Also delete Translations for Categories/Tags/Link Categories." -msgstr "" - -#: qtranslate_configuration.php:531 -msgid "" -"If something isn't working correctly, you can always try to reset all " -"qTranslate settings. A Reset won't delete any posts but will remove all " -"settings (including all languages added)." -msgstr "" - -#: qtranslate_configuration.php:535 -msgid "Convert Database" -msgstr "" - -#: qtranslate_configuration.php:537 -#, php-format -msgid "" -"If you are updating from qTranslate 1.x or Polyglot, click " -"here to convert posts to the new language tag format." -msgstr "" - -#: qtranslate_configuration.php:538 -#, php-format -msgid "" -"If you have installed qTranslate for the first time on a Wordpress with " -"existing posts, you can either go through all your posts manually and save " -"them in the correct language or click here to mark all " -"existing posts as written in the default language." -msgstr "" - -#: qtranslate_configuration.php:539 -msgid "" -"Both processes are irreversible! Be sure to make a full database " -"backup before clicking one of the links." -msgstr "" - -#: qtranslate_configuration.php:543 -msgid "Debugging Information" -msgstr "" - -#: qtranslate_configuration.php:545 -#, php-format -msgid "" -"If you encounter any problems and you are unable to solve them yourself, you " -"can visit the Support Forum. Posting the following " -"Content will help other detect any misconfigurations." -msgstr "" - -#: qtranslate_configuration.php:575 -msgid "Save Changes" -msgstr "" - -#: qtranslate_configuration.php:606 -msgid "Disable" -msgstr "" - -#: qtranslate_configuration.php:606 -msgid "Enable" -msgstr "" - -#: qtranslate_configuration.php:607 -msgid "Edit" -msgstr "" - -#: qtranslate_configuration.php:608 -msgid "Default" -msgstr "" - -#: qtranslate_configuration.php:608 -msgid "Delete" -msgstr "" - -#: qtranslate_configuration.php:613 -msgid "" -"Enabling a language will cause qTranslate to update the Gettext-Database for " -"the language, which can take a while depending on your server's connection " -"speed." -msgstr "" - -#: qtranslate_configuration.php:620 -msgid "Add Language" -msgstr "" - -#: qtranslate_configuration.php:623 -msgid "Add Language »" -msgstr "" - -#: qtranslate_hooks.php:155 -msgid "Settings" -msgstr "" - -#: qtranslate_services.php:47 -msgid "The language/s do not have a valid ISO 639-1 representation." -msgstr "" - -#: qtranslate_services.php:48 -msgid "The language/s you used are not supported by the service." -msgstr "" - -#: qtranslate_services.php:49 -msgid "There is no such service." -msgstr "" - -#: qtranslate_services.php:50 -msgid "The system could not process your order." -msgstr "" - -#: qtranslate_services.php:51 -msgid "There has been an error with the selected service." -msgstr "" - -#: qtranslate_services.php:52 -msgid "An unknown error occured with the selected service." -msgstr "" - -#: qtranslate_services.php:53 -msgid "The server returned a debugging message." -msgstr "" - -#: qtranslate_services.php:154 -#, php-format -msgid "
Translate to %s
" -msgstr "" - -#: qtranslate_services.php:185 qtranslate_services.php:186 -msgid "Translate to" -msgstr "" - -#: qtranslate_services.php:273 -msgid "Order deleted." -msgstr "" - -#: qtranslate_services.php:277 -msgid "Status updated for all open orders." -msgstr "" - -#: qtranslate_services.php:302 -msgid "Post Title" -msgstr "" - -#: qtranslate_services.php:303 -msgid "Service" -msgstr "" - -#: qtranslate_services.php:304 -msgid "Source Language" -msgstr "" - -#: qtranslate_services.php:305 -msgid "Target Language" -msgstr "" - -#: qtranslate_services.php:313 -msgid "qTranslate Services Settings" -msgstr "" - -#: qtranslate_services.php:316 qtranslate_services.php:587 -#: qtranslate_services.php:597 qtranslate_services.php:621 -msgid "qTranslate Services" -msgstr "" - -#: qtranslate_services.php:318 -#, php-format -msgid "" -"

qTranslate Services could not " -"load OpenSSL!

" -msgstr "" - -#: qtranslate_services.php:319 -msgid "Enable qTranslate Services" -msgstr "" - -#: qtranslate_services.php:321 -msgid "" -"With qTranslate Services, you will be able to use professional human " -"translation services with a few clicks. (Requires OpenSSL)" -msgstr "" - -#: qtranslate_services.php:322 -msgid "Save after enabling to see more Configuration options." -msgstr "" - -#: qtranslate_services.php:332 -msgid "Open Orders" -msgstr "" - -#: qtranslate_services.php:354 -#, php-format -msgid "Edit %s" -msgstr "" - -#: qtranslate_services.php:355 qtranslate_services.php:392 -#: qtranslate_services.php:688 qtranslate_services.php:695 -msgid "Website" -msgstr "" - -#: qtranslate_services.php:365 -#, php-format -msgid "Current Status: %s" -msgstr "" - -#: qtranslate_services.php:373 -#, php-format -msgid "" -"qTranslate Services will automatically check every hour whether the " -"translations are finished and update your posts accordingly. You can always " -"check manually." -msgstr "" - -#: qtranslate_services.php:374 -msgid "" -"Deleting an open order doesn't cancel it. You will have to logon to the " -"service homepage and cancel it there." -msgstr "" - -#: qtranslate_services.php:376 -msgid "No open orders." -msgstr "" - -#: qtranslate_services.php:382 -msgid "Service Configuration" -msgstr "" - -#: qtranslate_services.php:383 -msgid "" -"Below, you will find configuration settings for qTranslate Service " -"Providers, which are required for them to operate." -msgstr "" - -#: qtranslate_services.php:392 -msgid "service_name" -msgstr "" - -#: qtranslate_services.php:393 -msgid "service_description" -msgstr "" - -#: qtranslate_services.php:476 -#, php-format -msgid "" -"To translate a post, please go to the edit posts overview." -msgstr "" - -#: qtranslate_services.php:488 -#, php-format -msgid "Post with id \"%s\" not found!" -msgstr "" - -#: qtranslate_services.php:496 -msgid "The requested Post has no content, no Translation possible." -msgstr "" - -#: qtranslate_services.php:505 -msgid "" -"The Post already has content for the selected target language. If a " -"translation request is send, the current text for the target language will " -"be overwritten." -msgstr "" - -#: qtranslate_services.php:566 -#, php-format -msgid "An error occured: %s" -msgstr "" - -#: qtranslate_services.php:568 -#, php-format -msgid "Additional information: %s" -msgstr "" - -#: qtranslate_services.php:589 -#, php-format -msgid "" -"An serious error occured and qTranslate Services cannot proceed. For help, " -"please visit the Support Forum" -msgstr "" - -#: qtranslate_services.php:598 -msgid "Order successfully sent." -msgstr "" - -#: qtranslate_services.php:599 -msgid "" -"Your translation order has been successfully transfered to the selected " -"service." -msgstr "" - -#: qtranslate_services.php:603 -#, php-format -msgid "The service returned this message: %s" -msgstr "" - -#: qtranslate_services.php:607 -msgid "Feel free to choose an action:" -msgstr "" - -#: qtranslate_services.php:609 -msgid "Translate this post to another language." -msgstr "" - -#: qtranslate_services.php:610 -msgid "Translate a different post." -msgstr "" - -#: qtranslate_services.php:611 -msgid "View all open orders." -msgstr "" - -#: qtranslate_services.php:612 -msgid "Let qTranslate Services check if any open orders are finished." -msgstr "" - -#: qtranslate_services.php:613 -msgid "View this post." -msgstr "" - -#: qtranslate_services.php:638 -#, php-format -msgid "" -"Your article is available in multiple languages. If you do not want to " -"translate from %1$s, you can switch to one of the following languages: %2$s" -msgstr "" - -#: qtranslate_services.php:646 -msgid "Please choose the language you want to translate to:" -msgstr "" - -#: qtranslate_services.php:658 -msgid "Continue" -msgstr "" - -#: qtranslate_services.php:663 -#, php-format -msgid "Please review your article and edit it if needed." -msgstr "" - -#: qtranslate_services.php:669 -msgid "" -"ERROR: Could not connect to qTranslate Services. Please try again later." -msgstr "" - -#: qtranslate_services.php:675 -msgid "Use the following Translation Service:" -msgstr "" - -#: qtranslate_services.php:689 -#, php-format -msgid "" -"Cannot use this service, not all required fields filled " -"in for this service." -msgstr "" - -#: qtranslate_services.php:701 -msgid "" -"Your article will be SSL encrypted and securly sent to qTranslate Services, " -"which will forward your text to the chosen Translation Service. Once " -"qTranslate Services receives the translated text, it will automatically " -"appear on your blog." -msgstr "" - -#: qtranslate_services.php:704 -msgid "Request Translation" -msgstr "" - -#: qtranslate_services.php:717 -msgid "Translate" -msgstr "" - -#: qtranslate_widget.php:24 -msgid "Allows your visitors to choose a Language." -msgstr "" - -#: qtranslate_widget.php:25 -msgid "qTranslate Language Chooser" -msgstr "" - -#: qtranslate_widget.php:32 -msgid "Language" -msgstr "" - -#: qtranslate_widget.php:57 -msgid "Title:" -msgstr "" - -#: qtranslate_widget.php:58 -msgid "Hide Title:" -msgstr "" - -#: qtranslate_widget.php:59 -msgid "Display:" -msgstr "" - -#: qtranslate_widget.php:60 -msgid "Text only" -msgstr "" - -#: qtranslate_widget.php:61 -msgid "Image only" -msgstr "" - -#: qtranslate_widget.php:62 -msgid "Text and Image" -msgstr "" - -#: qtranslate_widget.php:63 -msgid "Dropdown Box" -msgstr "" - -#: qtranslate_wphacks.php:46 qtranslate_wphacks.php:54 -msgid "Category Name" -msgstr "" - -#: qtranslate_wphacks.php:50 -msgid "Tag Name" -msgstr "" - -#: qtranslate_wphacks.php:63 -msgid "" -"This version of qTranslate has not been tested with your Wordpress version. " -"To prevent Wordpress from malfunctioning, the qTranslate Editor has been " -"disabled. You can reenable it by clicking here (may " -"cause data loss!). To remove this message, please update qTranslate " -"to the corresponding " -"version." -msgstr "" - -#: qtranslate_wphacks.php:320 -msgid "Title" -msgstr "" - -#. Plugin Name of an extension -msgid "qTranslate" -msgstr "" - -#. Plugin URI of an extension -msgid "http://www.qianqin.de/qtranslate/" -msgstr "" - -#. Description of an extension -msgid "" -"Adds userfriendly multilingual content support into Wordpress. For Problems " -"visit the Support Forum." -msgstr "" - -#. Author of an extension -msgid "Qian Qin" -msgstr "" - -#. Author URI of an extension -msgid "http://www.qianqin.de" -msgstr "" - -#. Tags of an extension -msgid "" -"multilingual, multi, language, admin, tinymce, qTranslate, Polyglot, " -"bilingual, widget, switcher, professional, human, translation, service" -msgstr "" diff --git a/src/wp-content/plugins/qtranslate/license.txt b/src/wp-content/plugins/qtranslate/license.txt deleted file mode 100644 index 818433ec..00000000 --- a/src/wp-content/plugins/qtranslate/license.txt +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/src/wp-content/plugins/qtranslate/qtranslate.php b/src/wp-content/plugins/qtranslate/qtranslate.php deleted file mode 100644 index 42d188db..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate.php +++ /dev/null @@ -1,443 +0,0 @@ -Support Forum. -Version: 2.5.20 -Author: Qian Qin -Author URI: http://www.qianqin.de -Tags: multilingual, multi, language, admin, tinymce, qTranslate, Polyglot, bilingual, widget, switcher, professional, human, translation, service -*/ -/* - Flags in flags directory are made by Luc Balemans and downloaded from - FOTW Flags Of The World website at http://flagspot.net/flags/ - (http://www.crwflags.com/FOTW/FLAGS/wflags.html) -*/ -/* Copyright 2008 Qian Qin (email : mail@qianqin.de) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ -/* - Default Language Contributers - ============================= - en, de by Qian Qin - zh by Junyan Chen - fi by Tatu Siltanen - fr by Damien Choizit - nl by RobV - sv by bear3556, johdah - it by Lorenzo De Tomasi - ro, hu by Jani Monoses - ja by Brian Parker - es by June - vi by hathhai - ar by Mohamed Magdy - pt by netolazaro - - Plugin Translation Contributers - =============================== - en, de by Qian Qin - es_ES by Alejandro Urrutia - fr by eriath - tr by freeuser - it by shecky - nl by BlackDex - id by Masino Sinaga - pt by claudiotereso - az by evlenirikbiz - bg by Dimitar Mitev - da by meviper - mk by Pavle Boskoski - cz by bengo - ja by dapperdanman1400 - ms by webgrrrl - es_CA by CarlosSanz - hu by nb000 - zh_CN by silverfox - - Sponsored Features - ================== - Excerpt Translation by bastiaan van rooden (www.nothing.ch) - - Specials thanks - =============== - All Supporters! Thanks for all the gifts, cards and donations! -*/ -/* DEFAULT CONFIGURATION PART BEGINS HERE */ - -/* There is no need to edit anything here! */ - -// qTranslate Editor will only activated for the given version of Wordpress. -// Can be changed to use with other versions but might cause problems and/or data loss! -define('QT_SUPPORTED_WP_VERSION', '3.1.2'); -define('QT_STRING', 1); -define('QT_BOOLEAN', 2); -define('QT_INTEGER', 3); -define('QT_URL', 4); -define('QT_LANGUAGE', 5); -define('QT_URL_QUERY', 1); -define('QT_URL_PATH', 2); -define('QT_URL_DOMAIN', 3); -define('QT_STRFTIME_OVERRIDE', 1); -define('QT_DATE_OVERRIDE', 2); -define('QT_DATE', 3); -define('QT_STRFTIME', 4); - -// enable the use of following languages (order=>language) -$q_config['enabled_languages'] = array( - '0' => 'de', - '1' => 'en', - '2' => 'zh' - ); - -// sets default language -$q_config['default_language'] = 'en'; - -// enables browser language detection -$q_config['detect_browser_language'] = true; - -// hide pages without content -$q_config['hide_untranslated'] = false; - -// automatically update .mo files -$q_config['auto_update_mo'] = true; - -// hide language tag for default language -$q_config['hide_default_language'] = true; - -// sets default url mode -// QT_URL_QUERY - query (questionmark) -// QT_URL_PATH - pre-path -// QT_URL_DOMAIN - pre-domain -$q_config['url_mode'] = QT_URL_PATH; - -// pre-Domain Endings - for future use -$q_config['pre_domain']['de'] = "de"; -$q_config['pre_domain']['en'] = "en"; -$q_config['pre_domain']['zh'] = "zh"; -$q_config['pre_domain']['fi'] = "fs"; -$q_config['pre_domain']['fr'] = "fr"; -$q_config['pre_domain']['nl'] = "nl"; -$q_config['pre_domain']['sv'] = "sv"; -$q_config['pre_domain']['it'] = "it"; -$q_config['pre_domain']['ro'] = "ro"; -$q_config['pre_domain']['hu'] = "hu"; -$q_config['pre_domain']['ja'] = "ja"; -$q_config['pre_domain']['es'] = "es"; -$q_config['pre_domain']['vi'] = "vi"; -$q_config['pre_domain']['ar'] = "ar"; -$q_config['pre_domain']['pt'] = "pt"; - -// Names for languages in the corresponding language, add more if needed -$q_config['language_name']['de'] = "Deutsch"; -$q_config['language_name']['en'] = "English"; -$q_config['language_name']['zh'] = "中文"; -$q_config['language_name']['fi'] = "suomi"; -$q_config['language_name']['fr'] = "Français"; -$q_config['language_name']['nl'] = "Nederlands"; -$q_config['language_name']['sv'] = "Svenska"; -$q_config['language_name']['it'] = "Italiano"; -$q_config['language_name']['ro'] = "Română"; -$q_config['language_name']['hu'] = "Magyar"; -$q_config['language_name']['ja'] = "日本語"; -$q_config['language_name']['es'] = "Español"; -$q_config['language_name']['vi'] = "Tiếng Việt"; -$q_config['language_name']['ar'] = "العربية"; -$q_config['language_name']['pt'] = "Português"; - -// Locales for languages -// see locale -a for available locales -$q_config['locale']['de'] = "de_DE"; -$q_config['locale']['en'] = "en_US"; -$q_config['locale']['zh'] = "zh_CN"; -$q_config['locale']['fi'] = "fi"; -$q_config['locale']['fr'] = "fr_FR"; -$q_config['locale']['nl'] = "nl_NL"; -$q_config['locale']['se'] = "sv_SE"; -$q_config['locale']['it'] = "it_IT"; -$q_config['locale']['ro'] = "ro_RO"; -$q_config['locale']['hu'] = "hu_HU"; -$q_config['locale']['ja'] = "ja"; -$q_config['locale']['es'] = "es_ES"; -$q_config['locale']['vi'] = "vi"; -$q_config['locale']['ar'] = "ar"; -$q_config['locale']['pt'] = "pt_BR"; - -// Language not available messages -// %LANG::% generates a list of languages seperated by except for the last one, where will be used instead. -$q_config['not_available']['de'] = "Leider ist der Eintrag nur auf %LANG:, : und % verfügbar."; -$q_config['not_available']['en'] = "Sorry, this entry is only available in %LANG:, : and %."; -$q_config['not_available']['zh'] = "对不起,此内容只适用于%LANG:,:和%。"; -$q_config['not_available']['fi'] = "Anteeksi, mutta tämä kirjoitus on saatavana ainoastaan näillä kielillä: %LANG:, : ja %."; -$q_config['not_available']['fr'] = "Désolé, cet article est seulement disponible en %LANG:, : et %."; -$q_config['not_available']['nl'] = "Onze verontschuldigingen, dit bericht is alleen beschikbaar in %LANG:, : en %."; -$q_config['not_available']['sv'] = "Tyvärr är denna artikel enbart tillgänglig på %LANG:, : och %."; -$q_config['not_available']['it'] = "Ci spiace, ma questo articolo è disponibile soltanto in %LANG:, : e %."; -$q_config['not_available']['ro'] = "Din păcate acest articol este disponibil doar în %LANG:, : și %."; -$q_config['not_available']['hu'] = "Sajnos ennek a bejegyzésnek csak %LANG:, : és % nyelvű változata van."; -$q_config['not_available']['ja'] = "申し訳ありません、このコンテンツはただ今 %LANG:、 :と % のみです。"; -$q_config['not_available']['es'] = "Disculpa, pero esta entrada está disponible sólo en %LANG:, : y %."; -$q_config['not_available']['vi'] = "Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %."; -$q_config['not_available']['ar'] = "عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %."; -$q_config['not_available']['pt'] = "Desculpe-nos, mas este texto esta apenas disponível em %LANG:, : y %."; - -// qTranslate Services -$q_config['qtranslate_services'] = false; - -// strftime usage (backward compability) -$q_config['use_strftime'] = QT_DATE; - -// Date Configuration -$q_config['date_format']['en'] = '%A %B %e%q, %Y'; -$q_config['date_format']['de'] = '%A, der %e. %B %Y'; -$q_config['date_format']['zh'] = '%x %A'; -$q_config['date_format']['fi'] = '%e.&m.%C'; -$q_config['date_format']['fr'] = '%A %e %B %Y'; -$q_config['date_format']['nl'] = '%d/%m/%y'; -$q_config['date_format']['sv'] = '%Y/%m/%d'; -$q_config['date_format']['it'] = '%e %B %Y'; -$q_config['date_format']['ro'] = '%A, %e %B %Y'; -$q_config['date_format']['hu'] = '%Y %B %e, %A'; -$q_config['date_format']['ja'] = '%Y年%m月%d日'; -$q_config['date_format']['es'] = '%d de %B de %Y'; -$q_config['date_format']['vi'] = '%d/%m/%Y'; -$q_config['date_format']['ar'] = '%d/%m/%Y'; -$q_config['date_format']['pt'] = '%d de %B de %Y'; - -$q_config['time_format']['en'] = '%I:%M %p'; -$q_config['time_format']['de'] = '%H:%M'; -$q_config['time_format']['zh'] = '%I:%M%p'; -$q_config['time_format']['fi'] = '%H:%M'; -$q_config['time_format']['fr'] = '%H:%M'; -$q_config['time_format']['nl'] = '%H:%M'; -$q_config['time_format']['sv'] = '%H:%M'; -$q_config['time_format']['it'] = '%H:%M'; -$q_config['time_format']['ro'] = '%H:%M'; -$q_config['time_format']['hu'] = '%H:%M'; -$q_config['time_format']['ja'] = '%H:%M'; -$q_config['time_format']['es'] = '%H:%M hrs.'; -$q_config['time_format']['vi'] = '%H:%M'; -$q_config['time_format']['ar'] = '%H:%M'; -$q_config['time_format']['pt'] = '%H:%M hrs.'; - -// Flag images configuration -// Look in /flags/ directory for a huge list of flags for usage -$q_config['flag']['en'] = 'gb.png'; -$q_config['flag']['de'] = 'de.png'; -$q_config['flag']['zh'] = 'cn.png'; -$q_config['flag']['fi'] = 'fi.png'; -$q_config['flag']['fr'] = 'fr.png'; -$q_config['flag']['nl'] = 'nl.png'; -$q_config['flag']['sv'] = 'se.png'; -$q_config['flag']['it'] = 'it.png'; -$q_config['flag']['ro'] = 'ro.png'; -$q_config['flag']['hu'] = 'hu.png'; -$q_config['flag']['ja'] = 'jp.png'; -$q_config['flag']['es'] = 'es.png'; -$q_config['flag']['vi'] = 'vn.png'; -$q_config['flag']['ar'] = 'arle.png'; -$q_config['flag']['pt'] = 'br.png'; - -// Location of flags (needs trailing slash!) -$q_config['flag_location'] = 'plugins/qtranslate/flags/'; - -// Don't convert URLs to this file types -$q_config['ignore_file_types'] = 'gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js'; - -/* DEFAULT CONFIGURATION PART ENDS HERE */ - -$q_config['term_name'] = array(); - -// Full country names as locales for Windows systems -$q_config['windows_locale']['aa'] = "Afar"; -$q_config['windows_locale']['ab'] = "Abkhazian"; -$q_config['windows_locale']['ae'] = "Avestan"; -$q_config['windows_locale']['af'] = "Afrikaans"; -$q_config['windows_locale']['am'] = "Amharic"; -$q_config['windows_locale']['ar'] = "Arabic"; -$q_config['windows_locale']['as'] = "Assamese"; -$q_config['windows_locale']['ay'] = "Aymara"; -$q_config['windows_locale']['az'] = "Azerbaijani"; -$q_config['windows_locale']['ba'] = "Bashkir"; -$q_config['windows_locale']['be'] = "Belarusian"; -$q_config['windows_locale']['bg'] = "Bulgarian"; -$q_config['windows_locale']['bh'] = "Bihari"; -$q_config['windows_locale']['bi'] = "Bislama"; -$q_config['windows_locale']['bn'] = "Bengali"; -$q_config['windows_locale']['bo'] = "Tibetan"; -$q_config['windows_locale']['br'] = "Breton"; -$q_config['windows_locale']['bs'] = "Bosnian"; -$q_config['windows_locale']['ca'] = "Catalan"; -$q_config['windows_locale']['ce'] = "Chechen"; -$q_config['windows_locale']['ch'] = "Chamorro"; -$q_config['windows_locale']['co'] = "Corsican"; -$q_config['windows_locale']['cs'] = "Czech"; -$q_config['windows_locale']['cu'] = "Church Slavic"; -$q_config['windows_locale']['cv'] = "Chuvash"; -$q_config['windows_locale']['cy'] = "Welsh"; -$q_config['windows_locale']['da'] = "Danish"; -$q_config['windows_locale']['de'] = "German"; -$q_config['windows_locale']['dz'] = "Dzongkha"; -$q_config['windows_locale']['el'] = "Greek"; -$q_config['windows_locale']['en'] = "English"; -$q_config['windows_locale']['eo'] = "Esperanto"; -$q_config['windows_locale']['es'] = "Spanish"; -$q_config['windows_locale']['et'] = "Estonian"; -$q_config['windows_locale']['eu'] = "Basque"; -$q_config['windows_locale']['fa'] = "Persian"; -$q_config['windows_locale']['fi'] = "Finnish"; -$q_config['windows_locale']['fj'] = "Fijian"; -$q_config['windows_locale']['fo'] = "Faeroese"; -$q_config['windows_locale']['fr'] = "French"; -$q_config['windows_locale']['fy'] = "Frisian"; -$q_config['windows_locale']['ga'] = "Irish"; -$q_config['windows_locale']['gd'] = "Gaelic (Scots)"; -$q_config['windows_locale']['gl'] = "Gallegan"; -$q_config['windows_locale']['gn'] = "Guarani"; -$q_config['windows_locale']['gu'] = "Gujarati"; -$q_config['windows_locale']['gv'] = "Manx"; -$q_config['windows_locale']['ha'] = "Hausa"; -$q_config['windows_locale']['he'] = "Hebrew"; -$q_config['windows_locale']['hi'] = "Hindi"; -$q_config['windows_locale']['ho'] = "Hiri Motu"; -$q_config['windows_locale']['hr'] = "Croatian"; -$q_config['windows_locale']['hu'] = "Hungarian"; -$q_config['windows_locale']['hy'] = "Armenian"; -$q_config['windows_locale']['hz'] = "Herero"; -$q_config['windows_locale']['ia'] = "Interlingua"; -$q_config['windows_locale']['id'] = "Indonesian"; -$q_config['windows_locale']['ie'] = "Interlingue"; -$q_config['windows_locale']['ik'] = "Inupiaq"; -$q_config['windows_locale']['is'] = "Icelandic"; -$q_config['windows_locale']['it'] = "Italian"; -$q_config['windows_locale']['iu'] = "Inuktitut"; -$q_config['windows_locale']['ja'] = "Japanese"; -$q_config['windows_locale']['jw'] = "Javanese"; -$q_config['windows_locale']['ka'] = "Georgian"; -$q_config['windows_locale']['ki'] = "Kikuyu"; -$q_config['windows_locale']['kj'] = "Kuanyama"; -$q_config['windows_locale']['kk'] = "Kazakh"; -$q_config['windows_locale']['kl'] = "Kalaallisut"; -$q_config['windows_locale']['km'] = "Khmer"; -$q_config['windows_locale']['kn'] = "Kannada"; -$q_config['windows_locale']['ko'] = "Korean"; -$q_config['windows_locale']['ks'] = "Kashmiri"; -$q_config['windows_locale']['ku'] = "Kurdish"; -$q_config['windows_locale']['kv'] = "Komi"; -$q_config['windows_locale']['kw'] = "Cornish"; -$q_config['windows_locale']['ky'] = "Kirghiz"; -$q_config['windows_locale']['la'] = "Latin"; -$q_config['windows_locale']['lb'] = "Letzeburgesch"; -$q_config['windows_locale']['ln'] = "Lingala"; -$q_config['windows_locale']['lo'] = "Lao"; -$q_config['windows_locale']['lt'] = "Lithuanian"; -$q_config['windows_locale']['lv'] = "Latvian"; -$q_config['windows_locale']['mg'] = "Malagasy"; -$q_config['windows_locale']['mh'] = "Marshall"; -$q_config['windows_locale']['mi'] = "Maori"; -$q_config['windows_locale']['mk'] = "Macedonian"; -$q_config['windows_locale']['ml'] = "Malayalam"; -$q_config['windows_locale']['mn'] = "Mongolian"; -$q_config['windows_locale']['mo'] = "Moldavian"; -$q_config['windows_locale']['mr'] = "Marathi"; -$q_config['windows_locale']['ms'] = "Malay"; -$q_config['windows_locale']['mt'] = "Maltese"; -$q_config['windows_locale']['my'] = "Burmese"; -$q_config['windows_locale']['na'] = "Nauru"; -$q_config['windows_locale']['nb'] = "Norwegian Bokmal"; -$q_config['windows_locale']['nd'] = "Ndebele, North"; -$q_config['windows_locale']['ne'] = "Nepali"; -$q_config['windows_locale']['ng'] = "Ndonga"; -$q_config['windows_locale']['nl'] = "Dutch"; -$q_config['windows_locale']['nn'] = "Norwegian Nynorsk"; -$q_config['windows_locale']['no'] = "Norwegian"; -$q_config['windows_locale']['nr'] = "Ndebele, South"; -$q_config['windows_locale']['nv'] = "Navajo"; -$q_config['windows_locale']['ny'] = "Chichewa; Nyanja"; -$q_config['windows_locale']['oc'] = "Occitan (post 1500)"; -$q_config['windows_locale']['om'] = "Oromo"; -$q_config['windows_locale']['or'] = "Oriya"; -$q_config['windows_locale']['os'] = "Ossetian; Ossetic"; -$q_config['windows_locale']['pa'] = "Panjabi"; -$q_config['windows_locale']['pi'] = "Pali"; -$q_config['windows_locale']['pl'] = "Polish"; -$q_config['windows_locale']['ps'] = "Pushto"; -$q_config['windows_locale']['pt'] = "Portuguese"; -$q_config['windows_locale']['qu'] = "Quechua"; -$q_config['windows_locale']['rm'] = "Rhaeto-Romance"; -$q_config['windows_locale']['rn'] = "Rundi"; -$q_config['windows_locale']['ro'] = "Romanian"; -$q_config['windows_locale']['ru'] = "Russian"; -$q_config['windows_locale']['rw'] = "Kinyarwanda"; -$q_config['windows_locale']['sa'] = "Sanskrit"; -$q_config['windows_locale']['sc'] = "Sardinian"; -$q_config['windows_locale']['sd'] = "Sindhi"; -$q_config['windows_locale']['se'] = "Sami"; -$q_config['windows_locale']['sg'] = "Sango"; -$q_config['windows_locale']['si'] = "Sinhalese"; -$q_config['windows_locale']['sk'] = "Slovak"; -$q_config['windows_locale']['sl'] = "Slovenian"; -$q_config['windows_locale']['sm'] = "Samoan"; -$q_config['windows_locale']['sn'] = "Shona"; -$q_config['windows_locale']['so'] = "Somali"; -$q_config['windows_locale']['sq'] = "Albanian"; -$q_config['windows_locale']['sr'] = "Serbian"; -$q_config['windows_locale']['ss'] = "Swati"; -$q_config['windows_locale']['st'] = "Sotho"; -$q_config['windows_locale']['su'] = "Sundanese"; -$q_config['windows_locale']['sv'] = "Swedish"; -$q_config['windows_locale']['sw'] = "Swahili"; -$q_config['windows_locale']['ta'] = "Tamil"; -$q_config['windows_locale']['te'] = "Telugu"; -$q_config['windows_locale']['tg'] = "Tajik"; -$q_config['windows_locale']['th'] = "Thai"; -$q_config['windows_locale']['ti'] = "Tigrinya"; -$q_config['windows_locale']['tk'] = "Turkmen"; -$q_config['windows_locale']['tl'] = "Tagalog"; -$q_config['windows_locale']['tn'] = "Tswana"; -$q_config['windows_locale']['to'] = "Tonga"; -$q_config['windows_locale']['tr'] = "Turkish"; -$q_config['windows_locale']['ts'] = "Tsonga"; -$q_config['windows_locale']['tt'] = "Tatar"; -$q_config['windows_locale']['tw'] = "Twi"; -$q_config['windows_locale']['ug'] = "Uighur"; -$q_config['windows_locale']['uk'] = "Ukrainian"; -$q_config['windows_locale']['ur'] = "Urdu"; -$q_config['windows_locale']['uz'] = "Uzbek"; -$q_config['windows_locale']['vi'] = "Vietnamese"; -$q_config['windows_locale']['vo'] = "Volapuk"; -$q_config['windows_locale']['wo'] = "Wolof"; -$q_config['windows_locale']['xh'] = "Xhosa"; -$q_config['windows_locale']['yi'] = "Yiddish"; -$q_config['windows_locale']['yo'] = "Yoruba"; -$q_config['windows_locale']['za'] = "Zhuang"; -$q_config['windows_locale']['zh'] = "Chinese"; -$q_config['windows_locale']['zu'] = "Zulu"; - -// Load qTranslate -require_once(dirname(__FILE__)."/qtranslate_javascript.php"); -require_once(dirname(__FILE__)."/qtranslate_utils.php"); -require_once(dirname(__FILE__)."/qtranslate_core.php"); -require_once(dirname(__FILE__)."/qtranslate_wphacks.php"); -require_once(dirname(__FILE__)."/qtranslate_widget.php"); -require_once(dirname(__FILE__)."/qtranslate_configuration.php"); - -// load qTranslate Services if available -if(file_exists(dirname(__FILE__)."/qtranslate_services.php")) - require_once(dirname(__FILE__)."/qtranslate_services.php"); - -// set hooks at the end -require_once(dirname(__FILE__)."/qtranslate_hooks.php"); -?> \ No newline at end of file diff --git a/src/wp-content/plugins/qtranslate/qtranslate_configuration.php b/src/wp-content/plugins/qtranslate/qtranslate_configuration.php deleted file mode 100644 index ffc774b3..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate_configuration.php +++ /dev/null @@ -1,649 +0,0 @@ - $language) { - $link = add_query_arg('lang', $language); - $link = (strpos($link, "wp-admin/") === false) ? preg_replace('#[^?&]*/#i', '', $link) : preg_replace('#[^?&]*wp-admin/#i', '', $link); - if(strpos($link, "?")===0||strpos($link, "index.php?")===0) { - if(current_user_can('manage_options')) - $link = 'options-general.php?page=qtranslate&godashboard=1&lang='.$language; - else - $link = 'edit.php?lang='.$language; - } - add_menu_page(__($q_config['language_name'][$language], 'qtranslate'), __($q_config['language_name'][$language], 'qtranslate'), 'read', $link, NULL, trailingslashit(WP_CONTENT_URL).$q_config['flag_location'].$q_config['flag'][$language]); - } -} - -function qtranslate_language_form($lang = '', $language_code = '', $language_name = '', $language_locale = '', $language_date_format = '', $language_time_format = '', $language_flag ='', $language_na_message = '', $language_default = '', $original_lang='') { - global $q_config; -?> - - -
- - -

ISO Language Code for the Language you want to insert. (Example: en)', 'qtranslate'); ?>

-
-
- - 0){ - ?> - - - -

-
- -
- - -

-
-
- - -

-
- -

-
-
- - -

strftime (use %q for day suffix (st,nd,rd,th)) or date format. This field is optional. (Example: %A %B %e%q, %Y)', 'qtranslate'); ?>

-
-
- - -

strftime or date format. This field is optional. (Example: %I:%M %p)', 'qtranslate'); ?>

-
-
- - -

-
-
-

-
- 'Flag', - 'name' => __('Name', 'qtranslate'), - 'status' => __('Action', 'qtranslate'), - 'status2' => '', - 'status3' => '' - ); -} - -function qtranslate_conf() { - global $q_config, $wpdb; - - // do redirection for dashboard - if(isset($_GET['godashboard'])) { - echo '

'.__('Switching Language', 'qtranslate').'

'.sprintf(__('Switching language to %1$s... If the Dashboard isn\'t loading, use this link.','qtranslate'),$q_config['language_name'][qtrans_getLanguage()],admin_url()).''; - exit(); - } - - // init some needed variables - $error = ''; - $original_lang = ''; - $language_code = ''; - $language_name = ''; - $language_locale = ''; - $language_date_format = ''; - $language_time_format = ''; - $language_na_message = ''; - $language_flag = ''; - $language_default = ''; - $altered_table = false; - - $message = apply_filters('qtranslate_configuration_pre',''); - - // check for action - if(isset($_POST['qtranslate_reset']) && isset($_POST['qtranslate_reset2'])) { - $message = __('qTranslate has been reset.', 'qtranslate'); - } elseif(isset($_POST['default_language'])) { - // save settings - qtrans_checkSetting('default_language', true, QT_LANGUAGE); - qtrans_checkSetting('flag_location', true, QT_URL); - qtrans_checkSetting('ignore_file_types', true, QT_STRING); - qtrans_checkSetting('detect_browser_language', true, QT_BOOLEAN); - qtrans_checkSetting('hide_untranslated', true, QT_BOOLEAN); - qtrans_checkSetting('use_strftime', true, QT_INTEGER); - qtrans_checkSetting('url_mode', true, QT_INTEGER); - qtrans_checkSetting('auto_update_mo', true, QT_BOOLEAN); - qtrans_checkSetting('hide_default_language', true, QT_BOOLEAN); - if(isset($_POST['update_mo_now']) && $_POST['update_mo_now']=='1' && qtrans_updateGettextDatabases(true)) - $message = __('Gettext databases updated.', 'qtranslate'); - } - - if(isset($_POST['original_lang'])) { - // validate form input - if($_POST['language_na_message']=='') $error = __('The Language must have a Not-Available Message!', 'qtranslate'); - if(strlen($_POST['language_locale'])<2) $error = __('The Language must have a Locale!', 'qtranslate'); - if($_POST['language_name']=='') $error = __('The Language must have a name!', 'qtranslate'); - if(strlen($_POST['language_code'])!=2) $error = __('Language Code has to be 2 characters long!', 'qtranslate'); - if($_POST['original_lang']==''&&$error=='') { - // new language - if(isset($q_config['language_name'][$_POST['language_code']])) { - $error = __('There is already a language with the same Language Code!', 'qtranslate'); - } - } - if($_POST['original_lang']!=''&&$error=='') { - // language update - if($_POST['language_code']!=$_POST['original_lang']&&isset($q_config['language_name'][$_POST['language_code']])) { - $error = __('There is already a language with the same Language Code!', 'qtranslate'); - } else { - // remove old language - unset($q_config['language_name'][$_POST['original_lang']]); - unset($q_config['flag'][$_POST['original_lang']]); - unset($q_config['locale'][$_POST['original_lang']]); - unset($q_config['date_format'][$_POST['original_lang']]); - unset($q_config['time_format'][$_POST['original_lang']]); - unset($q_config['not_available'][$_POST['original_lang']]); - if(in_array($_POST['original_lang'],$q_config['enabled_languages'])) { - // was enabled, so set modified one to enabled too - for($i = 0; $i < sizeof($q_config['enabled_languages']); $i++) { - if($q_config['enabled_languages'][$i] == $_POST['original_lang']) { - $q_config['enabled_languages'][$i] = $_POST['language_code']; - } - } - } - if($_POST['original_lang']==$q_config['default_language']) - // was default, so set modified the default - $q_config['default_language'] = $_POST['language_code']; - } - } - if(get_magic_quotes_gpc()) { - if(isset($_POST['language_date_format'])) $_POST['language_date_format'] = stripslashes($_POST['language_date_format']); - if(isset($_POST['language_time_format'])) $_POST['language_time_format'] = stripslashes($_POST['language_time_format']); - } - if($error=='') { - // everything is fine, insert language - $q_config['language_name'][$_POST['language_code']] = $_POST['language_name']; - $q_config['flag'][$_POST['language_code']] = $_POST['language_flag']; - $q_config['locale'][$_POST['language_code']] = $_POST['language_locale']; - $q_config['date_format'][$_POST['language_code']] = $_POST['language_date_format']; - $q_config['time_format'][$_POST['language_code']] = $_POST['language_time_format']; - $q_config['not_available'][$_POST['language_code']] = $_POST['language_na_message']; - } - if($error!=''||isset($_GET['edit'])) { - // get old values in the form - $original_lang = $_POST['original_lang']; - $language_code = $_POST['language_code']; - $language_name = $_POST['language_name']; - $language_locale = $_POST['language_locale']; - $language_date_format = $_POST['language_date_format']; - $language_time_format = $_POST['language_time_format']; - $language_na_message = $_POST['language_na_message']; - $language_flag = $_POST['language_flag']; - $language_default = $_POST['language_default']; - } - } elseif(isset($_GET['convert'])){ - // update language tags - global $wpdb; - $wpdb->show_errors(); - foreach($q_config['enabled_languages'] as $lang) { - $wpdb->query('UPDATE '.$wpdb->posts.' set post_title = REPLACE(post_title, "[lang_'.$lang.']","")'); - $wpdb->query('UPDATE '.$wpdb->posts.' set post_title = REPLACE(post_title, "[/lang_'.$lang.']","")'); - $wpdb->query('UPDATE '.$wpdb->posts.' set post_content = REPLACE(post_content, "[lang_'.$lang.']","")'); - $wpdb->query('UPDATE '.$wpdb->posts.' set post_content = REPLACE(post_content, "[/lang_'.$lang.']","")'); - } - $message = "Database Update successful!"; - } elseif(isset($_GET['markdefault'])){ - // update language tags - global $wpdb; - $wpdb->show_errors(); - $result = $wpdb->get_results('SELECT ID, post_title, post_content FROM '.$wpdb->posts.' WHERE NOT (post_content LIKE "%%" OR post_title LIKE "%%")'); - foreach($result as $post) { - $content = qtrans_split($post->post_content); - $title = qtrans_split($post->post_title); - foreach($q_config['enabled_languages'] as $language) { - if($language != $q_config['default_language']) { - $content[$language] = ""; - $title[$language] = ""; - } - } - $content = qtrans_join($content); - $title = qtrans_join($title); - $wpdb->query('UPDATE '.$wpdb->posts.' set post_content = "'.mysql_escape_string($content).'", post_title = "'.mysql_escape_string($title).'" WHERE ID='.$post->ID); - } - $message = "All Posts marked as default language!"; - } elseif(isset($_GET['edit'])){ - $original_lang = $_GET['edit']; - $language_code = $_GET['edit']; - $language_name = $q_config['language_name'][$_GET['edit']]; - $language_locale = $q_config['locale'][$_GET['edit']]; - $language_date_format = $q_config['date_format'][$_GET['edit']]; - $language_time_format = $q_config['time_format'][$_GET['edit']]; - $language_na_message = $q_config['not_available'][$_GET['edit']]; - $language_flag = $q_config['flag'][$_GET['edit']]; - } elseif(isset($_GET['delete'])) { - // validate delete (protect code) - if($q_config['default_language']==$_GET['delete']) - $error = 'Cannot delete Default Language!'; - if(!isset($q_config['language_name'][$_GET['delete']])||strtolower($_GET['delete'])=='code') - $error = 'No such language!'; - if($error=='') { - // everything seems fine, delete language - qtrans_disableLanguage($_GET['delete']); - unset($q_config['language_name'][$_GET['delete']]); - unset($q_config['flag'][$_GET['delete']]); - unset($q_config['locale'][$_GET['delete']]); - unset($q_config['date_format'][$_GET['delete']]); - unset($q_config['time_format'][$_GET['delete']]); - unset($q_config['not_available'][$_GET['delete']]); - } - } elseif(isset($_GET['enable'])) { - // enable validate - if(!qtrans_enableLanguage($_GET['enable'])) { - $error = __('Language is already enabled or invalid!', 'qtranslate'); - } - } elseif(isset($_GET['disable'])) { - // enable validate - if($_GET['disable']==$q_config['default_language']) - $error = __('Cannot disable Default Language!', 'qtranslate'); - if(!qtrans_isEnabled($_GET['disable'])) - if(!isset($q_config['language_name'][$_GET['disable']])) - $error = __('No such language!', 'qtranslate'); - // everything seems fine, disable language - if($error=='' && !qtrans_disableLanguage($_GET['disable'])) { - $error = __('Language is already disabled!', 'qtranslate'); - } - } elseif(isset($_GET['moveup'])) { - $languages = qtrans_getSortedLanguages(); - $message = __('No such language!', 'qtranslate'); - foreach($languages as $key => $language) { - if($language==$_GET['moveup']) { - if($key==0) { - $message = __('Language is already first!', 'qtranslate'); - break; - } - $languages[$key] = $languages[$key-1]; - $languages[$key-1] = $language; - $q_config['enabled_languages'] = $languages; - $message = __('New order saved.', 'qtranslate'); - break; - } - } - } elseif(isset($_GET['movedown'])) { - $languages = qtrans_getSortedLanguages(); - $message = __('No such language!', 'qtranslate'); - foreach($languages as $key => $language) { - if($language==$_GET['movedown']) { - if($key==sizeof($languages)-1) { - $message = __('Language is already last!', 'qtranslate'); - break; - } - $languages[$key] = $languages[$key+1]; - $languages[$key+1] = $language; - $q_config['enabled_languages'] = $languages; - $message = __('New order saved.', 'qtranslate'); - break; - } - } - } - - $everything_fine = ((isset($_POST['submit'])||isset($_GET['delete'])||isset($_GET['enable'])||isset($_GET['disable'])||isset($_GET['moveup'])||isset($_GET['movedown']))&&$error==''); - if($everything_fine) { - // settings might have changed, so save - qtrans_saveConfig(); - if(empty($message)) { - $message = __('Options saved.', 'qtranslate'); - } - } - if($q_config['auto_update_mo']) { - if(!is_dir(WP_LANG_DIR) || !$ll = @fopen(trailingslashit(WP_LANG_DIR).'qtranslate.test','a')) { - $error = sprintf(__('Could not write to "%s", Gettext Databases could not be downloaded!', 'qtranslate'), WP_LANG_DIR); - } else { - @fclose($ll); - @unlink(trailingslashit(WP_LANG_DIR).'qtranslate.test'); - } - } - // don't accidently delete/enable/disable twice - $clean_uri = preg_replace("/&(delete|enable|disable|convert|markdefault|moveup|movedown)=[^&#]*/i","",$_SERVER['REQUEST_URI']); - $clean_uri = apply_filters('qtranslate_clean_uri', $clean_uri); - -// Generate XHTML - - ?> - -

- - -

- - - -
-

-
- -

-
-
- -
-

-
qTranslate FAQ and the Support Forum.', 'qtranslate'), 'http://www.qianqin.de/qtranslate/faq/', 'http://www.qianqin.de/qtranslate/forum/viewforum.php?f=3'); ?>
-
-

- - - - - - - - - - - - - -
-
- $language ) { - echo "\t
\n"; - } - - ?> -
- -
-
- -
- - -
- -
- -
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-

-
- -
- -
- -
- -
- -
- -
- -
- -
-
-
-
-
- -
- -
- -
- -
- -
- click here to convert posts to the new language tag format.', 'qtranslate'), $clean_uri.'&convert=true'); ?> - click here to mark all existing posts as written in the default language.', 'qtranslate'), $clean_uri.'&markdefault=true'); ?> - irreversible! Be sure to make a full database backup before clicking one of the links.', 'qtranslate'); ?> -
-

Support Forum. Posting the following Content will help other detect any misconfigurations.', 'qtranslate'), 'http://www.qianqin.de/qtranslate/forum/'); ?>

- -
- - -

- -

-
- -
-
- -

-
- -
-
- - - - - - - - - - - - - - - - $language){ if($lang!='code') { ?> - - - - - - - - - -
<?php echo $language; ?> Flag
-

-
-
- -
-
-
-

-
- -

-
-
-
- -
- \ No newline at end of file diff --git a/src/wp-content/plugins/qtranslate/qtranslate_core.php b/src/wp-content/plugins/qtranslate/qtranslate_core.php deleted file mode 100644 index 17b4669a..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate_core.php +++ /dev/null @@ -1,826 +0,0 @@ - $priority) { - if(strlen($language)>2) $language = substr($language,0,2); - if(qtrans_isEnabled($language)) { - if($q_config['hide_default_language'] && $language == $q_config['default_language']) break; - $target = qtrans_convertURL(get_option('home'),$language); - break; - } - } - } - $target = apply_filters("qtranslate_language_detect_redirect", $target); - if($target !== false) { - wp_redirect($target); - exit(); - } - } - - /* - // Check for WP Secret Key Missmatch - global $wp_default_secret_key; - if(strpos($q_config['url_info']['url'],'wp-login.php')!==false && defined('AUTH_KEY') && isset($wp_default_secret_key) && $wp_default_secret_key != AUTH_KEY) { - global $error; - $error = __('Your $wp_default_secret_key is mismatchting with your AUTH_KEY. This might cause you not to be able to login anymore.','qtranslate'); - } - */ - - // Filter all options for language tags - if(!defined('WP_ADMIN')) { - $alloptions = wp_load_alloptions(); - foreach($alloptions as $option => $value) { - add_filter('option_'.$option, 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); - } - } - - // load plugin translations - load_plugin_textdomain('qtranslate', false, dirname(plugin_basename( __FILE__ )).'/lang'); - - // remove traces of language (or better not?) - //unset($_GET['lang']); - $_SERVER['REQUEST_URI'] = $q_config['url_info']['url']; - $_SERVER['HTTP_HOST'] = $q_config['url_info']['host']; - - // fix url to prevent xss - $q_config['url_info']['url'] = qtrans_convertURL(add_query_arg('lang',$q_config['default_language'],$q_config['url_info']['url'])); -} - -// returns cleaned string and language information -function qtrans_extractURL($url, $host = '', $referer = '') { - global $q_config; - $home = qtrans_parseURL(get_option('home')); - $home['path'] = trailingslashit($home['path']); - $referer = qtrans_parseURL($referer); - - $result = array(); - $result['language'] = $q_config['default_language']; - $result['url'] = $url; - $result['original_url'] = $url; - $result['host'] = $host; - $result['redirect'] = false; - $result['internal_referer'] = false; - $result['home'] = $home['path']; - - switch($q_config['url_mode']) { - case QT_URL_PATH: - // pre url - $url = substr($url, strlen($home['path'])); - if($url) { - // might have language information - if(preg_match("#^([a-z]{2})(/.*)?$#i",$url,$match)) { - if(qtrans_isEnabled($match[1])) { - // found language information - $result['language'] = $match[1]; - $result['url'] = $home['path'].substr($url, 3); - } - } - } - break; - case QT_URL_DOMAIN: - // pre domain - if($host) { - if(preg_match("#^([a-z]{2}).#i",$host,$match)) { - if(qtrans_isEnabled($match[1])) { - // found language information - $result['language'] = $match[1]; - $result['host'] = substr($host, 3); - } - } - } - break; - } - - // check if referer is internal - if($referer['host']==$result['host'] && qtrans_startsWith($referer['path'], $home['path'])) { - // user coming from internal link - $result['internal_referer'] = true; - } - - if(isset($_GET['lang']) && qtrans_isEnabled($_GET['lang'])) { - // language override given - $result['language'] = $_GET['lang']; - $result['url'] = preg_replace("#(&|\?)lang=".$result['language']."&?#i","$1",$result['url']); - $result['url'] = preg_replace("#[\?\&]+$#i","",$result['url']); - } elseif($home['host'] == $result['host'] && $home['path'] == $result['url']) { - if(empty($referer['host'])||!$q_config['hide_default_language']) { - $result['redirect'] = true; - } else { - // check if activating language detection is possible - if(preg_match("#^([a-z]{2}).#i",$referer['host'],$match)) { - if(qtrans_isEnabled($match[1])) { - // found language information - $referer['host'] = substr($referer['host'], 3); - } - } - if(!$result['internal_referer']) { - // user coming from external link - $result['redirect'] = true; - } - } - } - - return $result; -} - -function qtrans_validateBool($var, $default) { - if($var==='0') return false; elseif($var==='1') return true; else return $default; -} - -// loads config via get_option and defaults to values set on top -function qtrans_loadConfig() { - global $q_config; - - // Load everything - $language_names = get_option('qtranslate_language_names'); - $enabled_languages = get_option('qtranslate_enabled_languages'); - $default_language = get_option('qtranslate_default_language'); - $flag_location = get_option('qtranslate_flag_location'); - $flags = get_option('qtranslate_flags'); - $locales = get_option('qtranslate_locales'); - $na_messages = get_option('qtranslate_na_messages'); - $date_formats = get_option('qtranslate_date_formats'); - $time_formats = get_option('qtranslate_time_formats'); - $use_strftime = get_option('qtranslate_use_strftime'); - $ignore_file_types = get_option('qtranslate_ignore_file_types'); - $url_mode = get_option('qtranslate_url_mode'); - $detect_browser_language = get_option('qtranslate_detect_browser_language'); - $hide_untranslated = get_option('qtranslate_hide_untranslated'); - $auto_update_mo = get_option('qtranslate_auto_update_mo'); - $term_name = get_option('qtranslate_term_name'); - $hide_default_language = get_option('qtranslate_hide_default_language'); - - // default if not set - if(!is_array($date_formats)) $date_formats = $q_config['date_format']; - if(!is_array($time_formats)) $time_formats = $q_config['time_format']; - if(!is_array($na_messages)) $na_messages = $q_config['not_available']; - if(!is_array($locales)) $locales = $q_config['locale']; - if(!is_array($flags)) $flags = $q_config['flag']; - if(!is_array($language_names)) $language_names = $q_config['language_name']; - if(!is_array($enabled_languages)) $enabled_languages = $q_config['enabled_languages']; - if(!is_array($term_name)) $term_name = $q_config['term_name']; - if(empty($ignore_file_types)) $ignore_file_types = $q_config['ignore_file_types']; - if(empty($default_language)) $default_language = $q_config['default_language']; - if(empty($use_strftime)) $use_strftime = $q_config['use_strftime']; - if(empty($url_mode)) $url_mode = $q_config['url_mode']; - if(!is_string($flag_location) || $flag_location==='') $flag_location = $q_config['flag_location']; - $detect_browser_language = qtrans_validateBool($detect_browser_language, $q_config['detect_browser_language']); - $hide_untranslated = qtrans_validateBool($hide_untranslated, $q_config['hide_untranslated']); - $auto_update_mo = qtrans_validateBool($auto_update_mo, $q_config['auto_update_mo']); - $hide_default_language = qtrans_validateBool($hide_default_language, $q_config['hide_default_language']); - - // url fix for upgrading users - $flag_location = trailingslashit(preg_replace('#^wp-content/#','',$flag_location)); - - // check for invalid permalink/url mode combinations - $permalink_structure = get_option('permalink_structure'); - if($permalink_structure===""||strpos($permalink_structure,'?')!==false||strpos($permalink_structure,'index.php')!==false) $url_mode = QT_URL_QUERY; - - // overwrite default values with loaded values - $q_config['date_format'] = $date_formats; - $q_config['time_format'] = $time_formats; - $q_config['not_available'] = $na_messages; - $q_config['locale'] = $locales; - $q_config['flag'] = $flags; - $q_config['language_name'] = $language_names; - $q_config['enabled_languages'] = $enabled_languages; - $q_config['default_language'] = $default_language; - $q_config['flag_location'] = $flag_location; - $q_config['use_strftime'] = $use_strftime; - $q_config['ignore_file_types'] = $ignore_file_types; - $q_config['url_mode'] = $url_mode; - $q_config['detect_browser_language'] = $detect_browser_language; - $q_config['hide_untranslated'] = $hide_untranslated; - $q_config['auto_update_mo'] = $auto_update_mo; - $q_config['hide_default_language'] = $hide_default_language; - $q_config['term_name'] = $term_name; - - do_action('qtranslate_loadConfig'); -} - -// saves entire configuration -function qtrans_saveConfig() { - global $q_config; - - // save everything - update_option('qtranslate_language_names', $q_config['language_name']); - update_option('qtranslate_enabled_languages', $q_config['enabled_languages']); - update_option('qtranslate_default_language', $q_config['default_language']); - update_option('qtranslate_flag_location', $q_config['flag_location']); - update_option('qtranslate_flags', $q_config['flag']); - update_option('qtranslate_locales', $q_config['locale']); - update_option('qtranslate_na_messages', $q_config['not_available']); - update_option('qtranslate_date_formats', $q_config['date_format']); - update_option('qtranslate_time_formats', $q_config['time_format']); - update_option('qtranslate_ignore_file_types', $q_config['ignore_file_types']); - update_option('qtranslate_url_mode', $q_config['url_mode']); - update_option('qtranslate_term_name', $q_config['term_name']); - update_option('qtranslate_use_strftime', $q_config['use_strftime']); - if($q_config['detect_browser_language']) - update_option('qtranslate_detect_browser_language', '1'); - else - update_option('qtranslate_detect_browser_language', '0'); - if($q_config['hide_untranslated']) - update_option('qtranslate_hide_untranslated', '1'); - else - update_option('qtranslate_hide_untranslated', '0'); - if($q_config['auto_update_mo']) - update_option('qtranslate_auto_update_mo', '1'); - else - update_option('qtranslate_auto_update_mo', '0'); - if($q_config['hide_default_language']) - update_option('qtranslate_hide_default_language', '1'); - else - update_option('qtranslate_hide_default_language', '0'); - - do_action('qtranslate_saveConfig'); -} - -function qtrans_updateGettextDatabases($force = false, $only_for_language = '') { - global $q_config; - if(!is_dir(WP_LANG_DIR)) { - if(!@mkdir(WP_LANG_DIR)) - return false; - } - $next_update = get_option('qtranslate_next_update_mo'); - if(time() < $next_update && !$force) return true; - update_option('qtranslate_next_update_mo', time() + 7*24*60*60); - foreach($q_config['locale'] as $lang => $locale) { - if(qtrans_isEnabled($only_for_language) && $lang != $only_for_language) continue; - if(!qtrans_isEnabled($lang)) continue; - if($ll = @fopen(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart','a')) { - // can access .mo file - fclose($ll); - // try to find a .mo file - if(!($locale == 'en_US' && $lcr = @fopen('http://www.qianqin.de/wp-content/languages/'.$locale.'.mo','r'))) - if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.$locale.'/tags/'.$GLOBALS['wp_version'].'/messages/'.$locale.'.mo','r')) - if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.substr($locale,0,2).'/tags/'.$GLOBALS['wp_version'].'/messages/'.$locale.'.mo','r')) - if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.$locale.'/branches/'.$GLOBALS['wp_version'].'/messages/'.$locale.'.mo','r')) - if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.substr($locale,0,2).'/branches/'.$GLOBALS['wp_version'].'/messages/'.$locale.'.mo','r')) - if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.$locale.'/branches/'.$GLOBALS['wp_version'].'/'.$locale.'.mo','r')) - if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.substr($locale,0,2).'/branches/'.$GLOBALS['wp_version'].'/'.$locale.'.mo','r')) - if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.$locale.'/trunk/messages/'.$locale.'.mo','r')) - if(!$lcr = @fopen('http://svn.automattic.com/wordpress-i18n/'.substr($locale,0,2).'/trunk/messages/'.$locale.'.mo','r')) { - // couldn't find a .mo file - if(filesize(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart')==0) unlink(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart'); - continue; - } - // found a .mo file, update local .mo - $ll = fopen(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart','w'); - while(!feof($lcr)) { - // try to get some more time - @set_time_limit(30); - $lc = fread($lcr, 8192); - fwrite($ll,$lc); - } - fclose($lcr); - fclose($ll); - // only use completely download .mo files - rename(trailingslashit(WP_LANG_DIR).$locale.'.mo.filepart',trailingslashit(WP_LANG_DIR).$locale.'.mo'); - } - } - return true; -} - -function qtrans_updateTermLibrary() { - global $q_config; - if(!isset($_POST['action'])) return; - switch($_POST['action']) { - case 'editedtag': - case 'addtag': - case 'editedcat': - case 'addcat': - case 'add-cat': - case 'add-tag': - case 'add-link-cat': - if(isset($_POST['qtrans_term_'.$q_config['default_language']]) && $_POST['qtrans_term_'.$q_config['default_language']]!='') { - $default = htmlspecialchars(qtrans_stripSlashesIfNecessary($_POST['qtrans_term_'.$q_config['default_language']]), ENT_NOQUOTES); - if(!isset($q_config['term_name'][$default]) || !is_array($q_config['term_name'][$default])) $q_config['term_name'][$default] = array(); - foreach($q_config['enabled_languages'] as $lang) { - $_POST['qtrans_term_'.$lang] = qtrans_stripSlashesIfNecessary($_POST['qtrans_term_'.$lang]); - if($_POST['qtrans_term_'.$lang]!='') { - $q_config['term_name'][$default][$lang] = htmlspecialchars($_POST['qtrans_term_'.$lang], ENT_NOQUOTES); - } else { - $q_config['term_name'][$default][$lang] = $default; - } - } - update_option('qtranslate_term_name',$q_config['term_name']); - } - break; - } -} - -/* BEGIN DATE TIME FUNCTIONS */ - -function qtrans_strftime($format, $date, $default = '', $before = '', $after = '') { - // don't do anything if format is not given - if($format=='') return $default; - // add date suffix ability (%q) to strftime - $day = intval(ltrim(strftime("%d",$date),'0')); - $search = array(); - $replace = array(); - - // date S - $search[] = '/(([^%])%q|^%q)/'; - if($day==1||$day==21||$day==31) { - $replace[] = '$2st'; - } elseif($day==2||$day==22) { - $replace[] = '$2nd'; - } elseif($day==3||$day==23) { - $replace[] = '$2rd'; - } else { - $replace[] = '$2th'; - } - - $search[] = '/(([^%])%E|^%E)/'; $replace[] = '${2}'.$day; // date j - $search[] = '/(([^%])%f|^%f)/'; $replace[] = '${2}'.date('w',$date); // date w - $search[] = '/(([^%])%F|^%F)/'; $replace[] = '${2}'.date('z',$date); // date z - $search[] = '/(([^%])%i|^%i)/'; $replace[] = '${2}'.date('n',$date); // date i - $search[] = '/(([^%])%J|^%J)/'; $replace[] = '${2}'.date('t',$date); // date t - $search[] = '/(([^%])%k|^%k)/'; $replace[] = '${2}'.date('L',$date); // date L - $search[] = '/(([^%])%K|^%K)/'; $replace[] = '${2}'.date('B',$date); // date B - $search[] = '/(([^%])%l|^%l)/'; $replace[] = '${2}'.date('g',$date); // date g - $search[] = '/(([^%])%L|^%L)/'; $replace[] = '${2}'.date('G',$date); // date G - $search[] = '/(([^%])%N|^%N)/'; $replace[] = '${2}'.date('u',$date); // date u - $search[] = '/(([^%])%Q|^%Q)/'; $replace[] = '${2}'.date('e',$date); // date e - $search[] = '/(([^%])%o|^%o)/'; $replace[] = '${2}'.date('I',$date); // date I - $search[] = '/(([^%])%O|^%O)/'; $replace[] = '${2}'.date('O',$date); // date O - $search[] = '/(([^%])%s|^%s)/'; $replace[] = '${2}'.date('P',$date); // date P - $search[] = '/(([^%])%v|^%v)/'; $replace[] = '${2}'.date('T',$date); // date T - $search[] = '/(([^%])%1|^%1)/'; $replace[] = '${2}'.date('Z',$date); // date Z - $search[] = '/(([^%])%2|^%2)/'; $replace[] = '${2}'.date('c',$date); // date c - $search[] = '/(([^%])%3|^%3)/'; $replace[] = '${2}'.date('r',$date); // date r - $search[] = '/(([^%])%4|^%4)/'; $replace[] = '${2}'.$date; // date U - $format = preg_replace($search,$replace,$format); - return $before.strftime($format, $date).$after; -} - -function qtrans_dateFromPostForCurrentLanguage($old_date, $format ='', $before = '', $after = '') { - global $post; - return qtrans_strftime(qtrans_convertDateFormat($format), mysql2date('U',$post->post_date), $old_date, $before, $after); -} - -function qtrans_dateModifiedFromPostForCurrentLanguage($old_date, $format ='') { - global $post; - return qtrans_strftime(qtrans_convertDateFormat($format), mysql2date('U',$post->post_modified), $old_date); -} - -function qtrans_timeFromPostForCurrentLanguage($old_date, $format = '', $post = null, $gmt = false) { - $post = get_post($post); - - $post_date = $gmt? $post->post_date_gmt : $post->post_date; - return qtrans_strftime(qtrans_convertTimeFormat($format), mysql2date('U',$post_date), $old_date); -} - -function qtrans_timeModifiedFromPostForCurrentLanguage($old_date, $format = '', $gmt = false) { - global $post; - $post_date = $gmt? $post->post_modified_gmt : $post->post_modified; - return qtrans_strftime(qtrans_convertTimeFormat($format), mysql2date('U',$post_date), $old_date); -} - -function qtrans_dateFromCommentForCurrentLanguage($old_date, $format ='') { - global $comment; - return qtrans_strftime(qtrans_convertDateFormat($format), mysql2date('U',$comment->comment_date), $old_date); -} - -function qtrans_timeFromCommentForCurrentLanguage($old_date, $format = '', $gmt = false, $translate = true) { - if(!$translate) return $old_date; - global $comment; - $comment_date = $gmt? $comment->comment_date_gmt : $comment->comment_date; - return qtrans_strftime(qtrans_convertTimeFormat($format), mysql2date('U',$comment_date), $old_date); -} - -/* END DATE TIME FUNCTIONS */ - -function qtrans_useTermLib($obj) { - global $q_config; - if(is_array($obj)) { - // handle arrays recursively - foreach($obj as $key => $t) { - $obj[$key] = qtrans_useTermLib($obj[$key]); - } - return $obj; - } - if(is_object($obj)) { - // object conversion - if(isset($q_config['term_name'][$obj->name][$q_config['language']])) { - $obj->name = $q_config['term_name'][$obj->name][$q_config['language']]; - } - } elseif(isset($q_config['term_name'][$obj][$q_config['language']])) { - $obj = $q_config['term_name'][$obj][$q_config['language']]; - } - return $obj; -} - -function qtrans_convertBlogInfoURL($url, $what) { - if($what=='stylesheet_url') return $url; - if($what=='template_url') return $url; - if($what=='template_directory') return $url; - if($what=='stylesheet_directory') return $url; - return qtrans_convertURL($url); -} - -function qtrans_convertURL($url='', $lang='', $forceadmin = false) { - global $q_config; - - // invalid language - if($url=='') $url = esc_url($q_config['url_info']['url']); - if($lang=='') $lang = $q_config['language']; - if(defined('WP_ADMIN')&&!$forceadmin) return $url; - if(!qtrans_isEnabled($lang)) return ""; - - // & workaround - $url = str_replace('&','&',$url); - $url = str_replace('&','&',$url); - - // check for trailing slash - $nottrailing = (strpos($url,'?')===false && strpos($url,'#')===false && substr($url,-1,1)!='/'); - - // check if it's an external link - $urlinfo = qtrans_parseURL($url); - $home = rtrim(get_option('home'),"/"); - if($urlinfo['host']!='') { - // check for already existing pre-domain language information - if($q_config['url_mode'] == QT_URL_DOMAIN && preg_match("#^([a-z]{2}).#i",$urlinfo['host'],$match)) { - if(qtrans_isEnabled($match[1])) { - // found language information, remove it - $url = preg_replace("/".$match[1]."\./i","",$url, 1); - // reparse url - $urlinfo = qtrans_parseURL($url); - } - } - if(substr($url,0,strlen($home))!=$home) { - return $url; - } - // strip home path - $url = substr($url,strlen($home)); - } else { - // relative url, strip home path - $homeinfo = qtrans_parseURL($home); - if($homeinfo['path']==substr($url,0,strlen($homeinfo['path']))) { - $url = substr($url,strlen($homeinfo['path'])); - } - } - - // check for query language information and remove if found - if(preg_match("#(&|\?)lang=([^&\#]+)#i",$url,$match) && qtrans_isEnabled($match[2])) { - $url = preg_replace("#(&|\?)lang=".$match[2]."&?#i","$1",$url); - } - - // remove any slashes out front - $url = ltrim($url,"/"); - - // remove any useless trailing characters - $url = rtrim($url,"?&"); - - // reparse url without home path - $urlinfo = qtrans_parseURL($url); - - // check if its a link to an ignored file type - $ignore_file_types = preg_split('/\s*,\s*/', strtolower($q_config['ignore_file_types'])); - $pathinfo = pathinfo($urlinfo['path']); - if(isset($pathinfo['extension']) && in_array(strtolower($pathinfo['extension']), $ignore_file_types)) { - return $home."/".$url; - } - - // ignore wp internal links - if(preg_match("#^(wp-login.php|wp-signup.php|wp-register.php|wp-admin/)#", $url)) { - return $home."/".$url; - } - - switch($q_config['url_mode']) { - case QT_URL_PATH: // pre url - // might already have language information - if(preg_match("#^([a-z]{2})/#i",$url,$match)) { - if(qtrans_isEnabled($match[1])) { - // found language information, remove it - $url = substr($url, 3); - } - } - if(!$q_config['hide_default_language']||$lang!=$q_config['default_language']) $url = $lang."/".$url; - break; - case QT_URL_DOMAIN: // pre domain - if(!$q_config['hide_default_language']||$lang!=$q_config['default_language']) $home = preg_replace("#//#","//".$lang.".",$home,1); - break; - default: // query - if(!$q_config['hide_default_language']||$lang!=$q_config['default_language']){ - if(strpos($url,'?')===false) { - $url .= '?'; - } else { - $url .= '&'; - } - $url .= "lang=".$lang; - } - } - - // see if cookies are activated - if(!$q_config['cookie_enabled'] && !$q_config['url_info']['internal_referer'] && $urlinfo['path'] == '' && $lang == $q_config['default_language'] && $q_config['language'] != $q_config['default_language'] && $q_config['hide_default_language']) { - // :( now we have to make unpretty URLs - $url = preg_replace("#(&|\?)lang=".$match[2]."&?#i","$1",$url); - if(strpos($url,'?')===false) { - $url .= '?'; - } else { - $url .= '&'; - } - $url .= "lang=".$lang; - } - - // & workaround - $complete = str_replace('&','&',$home."/".$url); - - // remove trailing slash if there wasn't one to begin with - if($nottrailing && strpos($complete,'?')===false && strpos($complete,'#')===false && substr($complete,-1,1)=='/') - $complete = substr($complete,0,-1); - - return $complete; -} - -// splits text with language tags into array -function qtrans_split($text, $quicktags = true) { - global $q_config; - - //init vars - $split_regex = "#(|\[:[a-z]{2}\])#ism"; - $current_language = ""; - $result = array(); - foreach($q_config['enabled_languages'] as $language) { - $result[$language] = ""; - } - - // split text at all xml comments - $blocks = preg_split($split_regex, $text, -1, PREG_SPLIT_NO_EMPTY|PREG_SPLIT_DELIM_CAPTURE); - foreach($blocks as $block) { - # detect language tags - if(preg_match("#^$#ism", $block, $matches)) { - if(qtrans_isEnabled($matches[1])) { - $current_language = $matches[1]; - } else { - $current_language = "invalid"; - } - continue; - // detect quicktags - } elseif($quicktags && preg_match("#^\[:([a-z]{2})\]$#ism", $block, $matches)) { - if(qtrans_isEnabled($matches[1])) { - $current_language = $matches[1]; - } else { - $current_language = "invalid"; - } - continue; - // detect ending tags - } elseif(preg_match("#^$#ism", $block, $matches)) { - $current_language = ""; - continue; - // detect defective more tag - } elseif(preg_match("#^$#ism", $block, $matches)) { - foreach($q_config['enabled_languages'] as $language) { - $result[$language] .= $block; - } - continue; - } - // correctly categorize text block - if($current_language == "") { - // general block, add to all languages - foreach($q_config['enabled_languages'] as $language) { - $result[$language] .= $block; - } - } elseif($current_language != "invalid") { - // specific block, only add to active language - $result[$current_language] .= $block; - } - } - foreach($result as $lang => $lang_content) { - $result[$lang] = preg_replace("#(|)+$#ism","",$lang_content); - } - return $result; -} - -function qtrans_join($texts) { - global $q_config; - if(!is_array($texts)) $texts = qtrans_split($texts, false); - $split_regex = "##ism"; - $max = 0; - $text = ""; - - foreach($q_config['enabled_languages'] as $language) { - $texts[$language] = preg_split($split_regex, $texts[$language]); - if(sizeof($texts[$language]) > $max) $max = sizeof($texts[$language]); - } - for($i=0;$i<$max;$i++) { - if($i>=1) { - $text .= ''; - } - foreach($q_config['enabled_languages'] as $language) { - if(isset($texts[$language][$i]) && $texts[$language][$i] !== '') { - $text .= ''.$texts[$language][$i].''; - } - } - } - return $text; -} - -function qtrans_disableLanguage($lang) { - global $q_config; - if(qtrans_isEnabled($lang)) { - $new_enabled = array(); - for($i = 0; $i < sizeof($q_config['enabled_languages']); $i++) { - if($q_config['enabled_languages'][$i] != $lang) { - $new_enabled[] = $q_config['enabled_languages'][$i]; - } - } - $q_config['enabled_languages'] = $new_enabled; - return true; - } - return false; -} - -function qtrans_enableLanguage($lang) { - global $q_config; - if(qtrans_isEnabled($lang) || !isset($q_config['language_name'][$lang])) { - return false; - } - $q_config['enabled_languages'][] = $lang; - // force update of .mo files - if ($q_config['auto_update_mo']) qtrans_updateGettextDatabases(true, $lang); - return true; -} - -function qtrans_use($lang, $text, $show_available=false) { - global $q_config; - // return full string if language is not enabled - if(!qtrans_isEnabled($lang)) return $text; - if(is_array($text)) { - // handle arrays recursively - foreach($text as $key => $t) { - $text[$key] = qtrans_use($lang,$text[$key],$show_available); - } - return $text; - } - - if(is_object($text)||@get_class($text) == '__PHP_Incomplete_Class') { - foreach(get_object_vars($text) as $key => $t) { - $text->$key = qtrans_use($lang,$text->$key,$show_available); - } - return $text; - } - - // prevent filtering weird data types and save some resources - if(!is_string($text) || $text == '') { - return $text; - } - - // get content - $content = qtrans_split($text); - // find available languages - $available_languages = array(); - foreach($content as $language => $lang_text) { - $lang_text = trim($lang_text); - if(!empty($lang_text)) $available_languages[] = $language; - } - - // if no languages available show full text - if(sizeof($available_languages)==0) return $text; - // if content is available show the content in the requested language - if(!empty($content[$lang])) { - return $content[$lang]; - } - // content not available in requested language (bad!!) what now? - if(!$show_available){ - // check if content is available in default language, if not return first language found. (prevent empty result) - if($lang!=$q_config['default_language']) - return "(".$q_config['language_name'][$q_config['default_language']].") ".qtrans_use($q_config['default_language'], $text, $show_available); - foreach($content as $language => $lang_text) { - $lang_text = trim($lang_text); - if(!empty($lang_text)) { - return "(".$q_config['language_name'][$language].") ".$lang_text; - } - } - } - // display selection for available languages - $available_languages = array_unique($available_languages); - $language_list = ""; - if(preg_match('/%LANG:([^:]*):([^%]*)%/',$q_config['not_available'][$lang],$match)) { - $normal_seperator = $match[1]; - $end_seperator = $match[2]; - // build available languages string backward - $i = 0; - foreach($available_languages as $language) { - if($i==1) $language_list = $end_seperator.$language_list; - if($i>1) $language_list = $normal_seperator.$language_list; - $language_list = "".$q_config['language_name'][$language]."".$language_list; - $i++; - } - } - return "

".preg_replace('/%LANG:([^:]*):([^%]*)%/', $language_list, $q_config['not_available'][$lang])."

"; -} - -function qtrans_showAllSeperated($text) { - if(empty($text)) return $text; - global $q_config; - $result = ""; - foreach(qtrans_getSortedLanguages() as $language) { - $result .= $q_config['language_name'][$language].":\n".qtrans_use($language, $text)."\n\n"; - } - return $result; -} - -?> \ No newline at end of file diff --git a/src/wp-content/plugins/qtranslate/qtranslate_hooks.php b/src/wp-content/plugins/qtranslate/qtranslate_hooks.php deleted file mode 100644 index 92c31e38..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate_hooks.php +++ /dev/null @@ -1,361 +0,0 @@ -\n"; - $css = "\n"; - echo apply_filters('qtranslate_header_css',$css); - // skip the rest if 404 - if(is_404()) return; - // set links to translations of current page - foreach($q_config['enabled_languages'] as $language) { - if($language != qtrans_getLanguage()) - echo ''."\n"; - } -} - -function qtrans_localeForCurrentLanguage($locale){ - global $q_config; - // try to figure out the correct locale - $locale = array(); - $locale[] = $q_config['locale'][$q_config['language']].".utf8"; - $locale[] = $q_config['locale'][$q_config['language']]."@euro"; - $locale[] = $q_config['locale'][$q_config['language']]; - $locale[] = $q_config['windows_locale'][$q_config['language']]; - $locale[] = $q_config['language']; - - // return the correct locale and most importantly set it (wordpress doesn't, which is bad) - // only set LC_TIME as everyhing else doesn't seem to work with windows - setlocale(LC_TIME, $locale); - - return $q_config['locale'][$q_config['language']]; -} - -function qtrans_optionFilter($do='enable') { - $options = array( 'option_widget_pages', - 'option_widget_archives', - 'option_widget_meta', - 'option_widget_calendar', - 'option_widget_text', - 'option_widget_categories', - 'option_widget_recent_entries', - 'option_widget_recent_comments', - 'option_widget_rss', - 'option_widget_tag_cloud' - ); - foreach($options as $option) { - if($do!='disable') { - add_filter($option, 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); - } else { - remove_filter($option, 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'); - } - } -} - -function qtrans_adminHeader() { - echo "\n"; - return qtrans_optionFilter('disable'); -} - -function qtrans_useCurrentLanguageIfNotFoundShowAvailable($content) { - global $q_config; - return qtrans_use($q_config['language'], $content, true); -} - -function qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($content) { - global $q_config; - return qtrans_use($q_config['language'], $content, false); -} - -function qtrans_useDefaultLanguage($content) { - global $q_config; - return qtrans_use($q_config['default_language'], $content, false); -} - -function qtrans_excludeUntranslatedPosts($where) { - global $q_config, $wpdb; - if($q_config['hide_untranslated'] && !is_singular()) { - $where .= " AND $wpdb->posts.post_content LIKE '%%'"; - } - return $where; -} - -function qtrans_excludePages($pages) { - global $wpdb, $q_config; - static $exclude = 0; - if(!$q_config['hide_untranslated']) return $pages; - if(is_array($exclude)) return array_merge($exclude, $pages); - $query = "SELECT id FROM $wpdb->posts WHERE post_type = 'page' AND post_status = 'publish' AND NOT ($wpdb->posts.post_content LIKE '%%')" ; - $hide_pages = $wpdb->get_results($query); - $exclude = array(); - foreach($hide_pages as $page) { - $exclude[] = $page->id; - } - return array_merge($exclude, $pages); -} - -function qtrans_postsFilter($posts) { - if(is_array($posts)) { - foreach($posts as $post) { - $post->post_content = qtrans_useCurrentLanguageIfNotFoundShowAvailable($post->post_content); - $post = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post); - } - } - return $posts; -} - -function qtrans_links($links, $file){ // copied from Sociable Plugin - //Static so we don't call plugin_basename on every plugin row. - static $this_plugin; - if (!$this_plugin) $this_plugin = plugin_basename(dirname(__FILE__).'/qtranslate.php'); - - if ($file == $this_plugin){ - $settings_link = '' . __('Settings', 'qtranslate') . ''; - array_unshift( $links, $settings_link ); // before other links - } - return $links; -} - -function qtrans_languageColumnHeader($columns){ - $new_columns = array(); - if(isset($columns['cb'])) $new_columns['cb'] = ''; - if(isset($columns['title'])) $new_columns['title'] = ''; - if(isset($columns['author'])) $new_columns['author'] = ''; - if(isset($columns['categories'])) $new_columns['categories'] = ''; - if(isset($columns['tags'])) $new_columns['tags'] = ''; - $new_columns['language'] = __('Languages', 'qtranslate'); - return array_merge($new_columns, $columns);; -} - -function qtrans_languageColumn($column) { - global $q_config, $post; - if ($column == 'language') { - $available_languages = qtrans_getAvailableLanguages($post->post_content); - $missing_languages = array_diff($q_config['enabled_languages'], $available_languages); - $available_languages_name = array(); - $missing_languages_name = array(); - foreach($available_languages as $language) { - $available_languages_name[] = $q_config['language_name'][$language]; - } - $available_languages_names = join(", ", $available_languages_name); - - echo apply_filters('qtranslate_available_languages_names',$available_languages_names); - do_action('qtranslate_languageColumn', $available_languages, $missing_languages); - } - return $column; -} - -function qtrans_versionLocale() { - return 'en_US'; -} - -function qtrans_esc_html($text) { - return qtrans_useDefaultLanguage($text); -} - -function qtrans_useRawTitle($title, $raw_title = '', $context = 'save') { - if($raw_title=='') $raw_title = $title; - if('save'==$context) { - $raw_title = qtrans_useDefaultLanguage($raw_title); - $title = remove_accents($raw_title); - } - return $title; -} - -function qtrans_checkCanonical($redirect_url, $requested_url) { - // fix canonical conflicts with language urls - if(qtrans_convertURL($redirect_url)==qtrans_convertURL($requested_url)) - return false; - return $redirect_url; -} - -function qtrans_fixSearchForm($form) { - $form = preg_replace('#action="[^"]*"#','action="'.trailingslashit(qtrans_convertURL(get_home_url())).'"',$form); - return $form; -} - -// Hooks for Plugin compatibility - -function wpsupercache_supercache_dir($uri) { - global $q_config; - if(isset($q_config['url_info']['original_url'])) { - $uri = $q_config['url_info']['original_url']; - } else { - $uri = $_SERVER['REQUEST_URI']; - } - $uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) ); - $uri = str_replace( '\\', '', $uri ); - $uri = strtolower(preg_replace('/:.*$/', '', $_SERVER["HTTP_HOST"])) . $uri; // To avoid XSS attacs - return $uri; -} -add_filter('supercache_dir', 'wpsupercache_supercache_dir',0); - -// Hooks (Actions) -add_action('wp_head', 'qtrans_header'); -add_action('category_edit_form', 'qtrans_modifyTermFormFor'); -add_action('post_tag_edit_form', 'qtrans_modifyTermFormFor'); -add_action('link_category_edit_form', 'qtrans_modifyTermFormFor'); -add_action('category_add_form', 'qtrans_modifyTermFormFor'); -add_action('post_tag_add_form', 'qtrans_modifyTermFormFor'); -add_action('link_category_add_form', 'qtrans_modifyTermFormFor'); -add_action('widgets_init', 'qtrans_widget_init'); -add_action('plugins_loaded', 'qtrans_init', 2); -add_action('admin_head', 'qtrans_adminHeader'); -add_action('admin_menu', 'qtrans_adminMenu'); -add_action('wp_after_admin_bar_render', 'qtrans_fixSearchUrl'); - -// Hooks (execution time critical filters) -add_filter('the_content', 'qtrans_useCurrentLanguageIfNotFoundShowAvailable', 0); -add_filter('the_excerpt', 'qtrans_useCurrentLanguageIfNotFoundShowAvailable', 0); -add_filter('the_excerpt_rss', 'qtrans_useCurrentLanguageIfNotFoundShowAvailable', 0); -add_filter('sanitize_title', 'qtrans_useRawTitle',0, 3); -add_filter('comment_moderation_subject', 'qtrans_useDefaultLanguage',0); -add_filter('comment_moderation_text', 'qtrans_useDefaultLanguage',0); -add_filter('get_comment_date', 'qtrans_dateFromCommentForCurrentLanguage',0,2); -add_filter('get_comment_time', 'qtrans_timeFromCommentForCurrentLanguage',0,4); -add_filter('get_post_modified_time', 'qtrans_timeModifiedFromPostForCurrentLanguage',0,3); -add_filter('get_the_time', 'qtrans_timeFromPostForCurrentLanguage',0,3); -add_filter('get_the_date', 'qtrans_dateFromPostForCurrentLanguage',0,4); -add_filter('locale', 'qtrans_localeForCurrentLanguage',99); -add_filter('the_title', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage', 0); -add_filter('term_name', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('tag_rows', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('list_cats', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('wp_list_categories', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('wp_dropdown_cats', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('wp_title', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('single_post_title', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('bloginfo', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('get_others_drafts', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('get_bloginfo_rss', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('get_wp_title_rss', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('wp_title_rss', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('the_title_rss', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('the_content_rss', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('gettext', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('get_pages', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('category_description', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('bloginfo_rss', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('the_category_rss', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('wp_generate_tag_cloud', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('term_links-post_tag', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('link_name', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('link_description', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter('pre_option_rss_language', 'qtrans_getLanguage',0); -add_filter('the_author', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -add_filter( "_wp_post_revision_field_post_title", 'qtrans_showAllSeperated', 0); -add_filter( "_wp_post_revision_field_post_content", 'qtrans_showAllSeperated', 0); -add_filter( "_wp_post_revision_field_post_excerpt", 'qtrans_showAllSeperated', 0); - -// Hooks (execution time non-critical filters) -add_filter('author_feed_link', 'qtrans_convertURL'); -add_filter('author_link', 'qtrans_convertURL'); -add_filter('author_feed_link', 'qtrans_convertURL'); -add_filter('day_link', 'qtrans_convertURL'); -add_filter('get_comment_author_url_link', 'qtrans_convertURL'); -add_filter('month_link', 'qtrans_convertURL'); -add_filter('page_link', 'qtrans_convertURL'); -add_filter('post_link', 'qtrans_convertURL'); -add_filter('year_link', 'qtrans_convertURL'); -add_filter('category_feed_link', 'qtrans_convertURL'); -add_filter('category_link', 'qtrans_convertURL'); -add_filter('tag_link', 'qtrans_convertURL'); -add_filter('term_link', 'qtrans_convertURL'); -add_filter('the_permalink', 'qtrans_convertURL'); -add_filter('feed_link', 'qtrans_convertURL'); -add_filter('post_comments_feed_link', 'qtrans_convertURL'); -add_filter('tag_feed_link', 'qtrans_convertURL'); -add_filter('get_pagenum_link', 'qtrans_convertURL'); -add_filter('get_search_form', 'qtrans_fixSearchForm', 10, 1); -add_filter('manage_posts_columns', 'qtrans_languageColumnHeader'); -add_filter('manage_posts_custom_column', 'qtrans_languageColumn'); -add_filter('manage_pages_columns', 'qtrans_languageColumnHeader'); -add_filter('manage_pages_custom_column', 'qtrans_languageColumn'); -add_filter('wp_list_pages_excludes', 'qtrans_excludePages'); -add_filter('comment_notification_text', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'); -add_filter('comment_notification_headers', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'); -add_filter('comment_notification_subject', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'); - -add_filter('the_editor', 'qtrans_modifyRichEditor'); -add_filter('admin_footer', 'qtrans_modifyExcerpt'); -add_filter('bloginfo_url', 'qtrans_convertBlogInfoURL',10,2); -add_filter('plugin_action_links', 'qtrans_links', 10, 2); -add_filter('manage_language_columns', 'qtrans_language_columns'); -add_filter('core_version_check_locale', 'qtrans_versionLocale'); -add_filter('redirect_canonical', 'qtrans_checkCanonical', 10, 2); -// skip this filters if on backend -if(!defined('WP_ADMIN')) { - add_filter('the_posts', 'qtrans_postsFilter'); - add_filter('wp_setup_nav_menu_item', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage'); - - // Compability with Default Widgets - qtrans_optionFilter(); - add_filter('widget_title', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); - add_filter('widget_text', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); - - // filter options - add_filter('esc_html', 'qtrans_esc_html', 0); - // don't filter untranslated posts in admin - add_filter('posts_where_request', 'qtrans_excludeUntranslatedPosts'); - - // leave terms in default language - add_filter('cat_row', 'qtrans_useTermLib',0); - add_filter('cat_rows', 'qtrans_useTermLib',0); - add_filter('wp_get_object_terms', 'qtrans_useTermLib',0); - add_filter('single_tag_title', 'qtrans_useTermLib',0); - add_filter('single_cat_title', 'qtrans_useTermLib',0); - add_filter('the_category', 'qtrans_useTermLib',0); - add_filter('get_terms', 'qtrans_useTermLib',0); - add_filter('get_category', 'qtrans_useTermLib',0); - add_filter('get_comment_author', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); - add_filter('the_author', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); -} - -?> \ No newline at end of file diff --git a/src/wp-content/plugins/qtranslate/qtranslate_javascript.php b/src/wp-content/plugins/qtranslate/qtranslate_javascript.php deleted file mode 100644 index c5b34c46..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate_javascript.php +++ /dev/null @@ -1,367 +0,0 @@ - 1) arr.push(result[1]); - start = _regEx.lastIndex; - } - if(start < this.length) arr.push(this.slice(start)); - if(start == this.length) arr.push(''); //delim at the end - return arr; - }; - "; - - $q_config['js']['qtrans_is_array'] = " - qtrans_isArray = function(obj) { - if (obj.constructor.toString().indexOf('Array') == -1) - return false; - else - return true; - } - "; - - $q_config['js']['qtrans_split'] = " - qtrans_split = function(text) { - var split_regex = /()/gi; - var lang_begin_regex = //gi; - var lang_end_regex = //gi; - var morenextpage_regex = /(|)+$/gi; - var matches = null; - var result = new Object; - var matched = false; - "; - foreach($q_config['enabled_languages'] as $language) - $q_config['js']['qtrans_split'].= " - result['".$language."'] = ''; - "; - $q_config['js']['qtrans_split'].= " - - var blocks = text.xsplit(split_regex); - if(qtrans_isArray(blocks)) { - for (var i = 0;i \ No newline at end of file diff --git a/src/wp-content/plugins/qtranslate/qtranslate_services.php b/src/wp-content/plugins/qtranslate/qtranslate_services.php deleted file mode 100644 index 646c312d..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate_services.php +++ /dev/null @@ -1,861 +0,0 @@ - $value) { - $var[$key] = qs_base64_serialize($value); - } - } - $var = serialize($var); - $var = strtr(base64_encode($var), '-_,', '+/='); - return $var; -} - -function qs_base64_unserialize($var) { - $var = base64_decode(strtr($var, '-_,', '+/=')); - $var = unserialize($var); - if(is_array($var)) { - foreach($var as $key => $value) { - $var[$key] = qs_base64_unserialize($value); - } - } - return $var; -} - -// sends a encrypted message to qTranslate Services and decrypts the received data -function qs_queryQS($action, $data='', $fast = false) { - global $qs_public_key; - // generate new private key - $key = openssl_pkey_new(); - openssl_pkey_export($key, $private_key); - $public_key=openssl_pkey_get_details($key); - $public_key=$public_key["key"]; - $message = qs_base64_serialize(array('key'=>$public_key, 'data'=>$data)); - openssl_seal($message, $message, $server_key, array($qs_public_key)); - $message = qs_base64_serialize(array('key'=>$server_key[0], 'data'=>$message)); - $data = "message=".$message; - - // connect to qts - if($fast) { - $fp = fsockopen('www.qianqin.de', 80, $errno, $errstr, QS_FAST_TIMEOUT); - stream_set_timeout($fp, QS_FAST_TIMEOUT); - } else { - $fp = fsockopen('www.qianqin.de', 80); - } - if(!$fp) return false; - - fputs($fp, "POST /qtranslate/services/$action HTTP/1.1\r\n"); - fputs($fp, "Host: www.qianqin.de\r\n"); - fputs($fp, "Content-type: application/x-www-form-urlencoded\r\n"); - fputs($fp, "Content-length: ". strlen($data) ."\r\n"); - fputs($fp, "Connection: close\r\n\r\n"); - fputs($fp, $data); - $res = ''; - while(!feof($fp)) { - $res .= fgets($fp, 128); - } - // check for timeout - $info = stream_get_meta_data($fp); - if($info['timed_out']) return false; - fclose($fp); - - preg_match("#^Content-Length:\s*([0-9]+)\s*$#ism",$res, $match); - if(isset($match[1])) { - $content_length = $match[1]; - $content = substr($res, -$content_length, $content_length); - } else { - $content = $res; - } - $debug = $content; - $content = qs_base64_unserialize($content); - openssl_open($content['data'], $content, $content['key'], $private_key); - if($content===false) { - echo "
DEBUG:\n";
-		echo $debug;
-		echo "
"; - } - openssl_free_key($key); - return qs_cleanup(qs_base64_unserialize($content), $action); -} - -function qs_clean_uri($clean_uri) { - return preg_replace("/&(qs_delete|qs_cron)=[^&#]*/i","",$clean_uri); -} - -function qs_translateButtons($available_languages, $missing_languages) { - global $q_config, $post; - if(sizeof($missing_languages)==0) return; - $missing_languages_name = array(); - foreach($missing_languages as $language) { - $missing_languages_name[] = ''.$q_config['language_name'][$language].''; - } - $missing_languages_names = join(', ', $missing_languages_name); - printf(__('
Translate to %s
', 'qtranslate') ,$missing_languages_names); -} - -function qs_css() { -?> -p.error {background-color:#ffebe8;border-color:#c00;border-width:1px;border-style:solid;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;} -p.error a{color:#c00;} -#qs_boxes { margin-right:300px } -#qs_boxes .postbox h3.hndle, #submitboxcontainer .postbox h3.hndle {cursor:auto} -#qs_boxes div.inside {margin: 6px 6px 8px;} -#submitboxcontainer { float:right; width:280px } -#qs_content_preview { width:100%; height:200px } -.service_description { margin-left:20px; margin-top:0 } -#qtranslate-services h4 { margin-top:0 } -#qtranslate-services h5 { margin-bottom:0 } -#qtranslate-services .description { font-size:11px } -#qtrans_select_translate { margin-right:11px } -.qs_status { border:0 } -.qs_no-bottom-border { border-bottom:0 !important } -#submitboxcontainer p { margin:6px 6px ; } -.qs_submit { text-align:right; background: #EAF2FA; border-top:1px solid #ddd; padding:6px } - $service) { - // make array out ouf serialized field - $fields = array(); - $required_fields = explode('|',$service['service_required_fields']); - foreach($required_fields as $required_field) { - if(strpos($required_field, " ")!==false) { - list($fieldname, $title) = explode(' ', $required_field, 2); - if($fieldname!='') { - $fields[] = array('name' => $fieldname, 'value' => '', 'title' => $title); - } - } - } - $var[$service_id]['service_required_fields'] = $fields; - } - break; - } - if(isset($var['error']) && $var['error'] == QS_DEBUG) { - echo "
Debug message received from Server: \n";
-		var_dump($var['message']);
-		echo "
"; - } - return $var; -} - -function qs_config_pre_hook($message) { - global $q_config; - if(isset($_POST['default_language'])) { - qtrans_checkSetting('qtranslate_services', true, QT_BOOLEAN); - qs_load(); - if($q_config['qtranslate_services']) { - $services = qs_queryQS(QS_GET_SERVICES); - $service_settings = get_option('qs_service_settings'); - if(!is_array($service_settings)) $service_settings = array(); - - foreach($services as $service_id => $service) { - // check if there are already settings for the field - if(!isset($service_settings[$service_id])||!is_array($service_settings[$service_id])) $service_settings[$service_id] = array(); - - // update fields - foreach($service['service_required_fields'] as $field) { - if(isset($_POST['qs_'.$service_id.'_'.$field['name']])) { - // skip empty passwords to keep the old value - if($_POST['qs_'.$service_id.'_'.$field['name']]=='' && $field['name']=='password') continue; - $service_settings[$service_id][$field['name']] = $_POST['qs_'.$service_id.'_'.$field['name']]; - } - } - } - update_option('qs_service_settings', $service_settings); - } - } - if(isset($_GET['qs_delete'])) { - $_GET['qs_delete'] = intval($_GET['qs_delete']); - $orders = get_option('qs_orders'); - if(is_array($orders)) { - foreach($orders as $key => $order) { - if($orders[$key]['order']['order_id'] == $_GET['qs_delete']) { - unset($orders[$key]); - update_option('qs_orders',$orders); - } - } - } - $message = __('Order deleted.','qtranslate'); - } - if(isset($_GET['qs_cron'])) { - qs_cron(); - $message = __('Status updated for all open orders.','qtranslate'); - } - return $message; -} - -function qs_translate_box($post) { - global $q_config; - $languages = qtrans_getSortedLanguages(); -?> -
    - -
  • <?php echo $q_config['language_name'][$language]; ?>
  • -'.__('Please save your post first.','qtranslate').''; - } - } -?> -
- __('Post Title', 'qtranslate'), - 'service' => __('Service', 'qtranslate'), - 'source_language' => __('Source Language', 'qtranslate'), - 'target_language' => __('Target Language', 'qtranslate'), - 'action' => __('Action', 'qtranslate') - ); -} - -function qs_config_hook($request_uri) { - global $q_config; -?> -

- - - - - - - - - - - - - -0) { -?> - - - - - - - - - -
-

qTranslate Services could not load OpenSSL!

'), 'http://www.php.net/manual/book.openssl.php'); } ?> - -
-
- -

-0) { ?> - - - - - - - - - - - - -post_title = esc_html(qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($post->post_title)); -?> - - - - - - - - - - - - -
post_title; ?>Delete
- -
-

check manually.','qtranslate'),'options-general.php?page=qtranslate&qs_cron=true#qtranslate_service_settings'); ?>

-

- -

- -
-

-

-
-
( )
-

-
- " value="" style="width:100%"/> -
- - $order) { - qs_UpdateOrder($order['order']['order_id']); - } -} - -function qs_UpdateOrder($order_id) { - global $wpdb; - $orders = get_option('qs_orders'); - if(!is_array($orders)) return false; - foreach($orders as $key => $order) { - // search for wanted order - if($order['order']['order_id']!=$order_id) continue; - - // query server for updates - $order['order']['order_url'] = get_option('home'); - $result = qs_queryQS(QS_RETRIEVE_TRANSLATION, $order['order']); - if(isset($result['order_comment'])) $orders[$key]['status'] = $result['order_comment']; - // update db if post is updated - if(isset($result['order_status']) && $result['order_status']==QS_STATE_CLOSED) { - $order['post_id'] = intval($order['post_id']); - $post = &get_post($order['post_id']); - $title = qtrans_split($post->post_title); - $content = qtrans_split($post->post_content); - $title[$order['target_language']] = $result['order_translated_title']; - $content[$order['target_language']] = $result['order_translated_text']; - $post->post_title = qtrans_join($title); - $post->post_content = qtrans_join($content); - $wpdb->show_errors(); - $wpdb->query('UPDATE '.$wpdb->posts.' SET post_title="'.mysql_escape_string($post->post_title).'", post_content = "'.mysql_escape_string($post->post_content).'" WHERE ID = "'.$post->ID.'"'); - wp_cache_add($post->ID, $post, 'posts'); - unset($orders[$key]); - } - update_option('qs_orders',$orders); - return true; - } - return false; -} - -function qs_service() { - global $q_config, $qs_public_key, $qs_error_messages; - if(!isset($_REQUEST['post'])) { - echo ''; - printf(__('To translate a post, please go to the edit posts overview.','qtranslate'), 'edit.php'); - exit(); - } - $post_id = intval($_REQUEST['post']); - $confirm = isset($_GET['confirm'])?true:false; - $translate_from = ''; - $translate_to = ''; - $translate_from_name = ''; - $translate_to_name = ''; - if(isset($_REQUEST['source_language'])&&qtrans_isEnabled($_REQUEST['source_language'])) - $translate_from = $_REQUEST['source_language']; - if(isset($_REQUEST['target_language'])&&qtrans_isEnabled($_REQUEST['target_language'])) - $translate_to = $_REQUEST['target_language']; - if($translate_to == $translate_from) $translate_to = ''; - $post = &get_post($post_id); - if(!$post) { - printf(__('Post with id "%s" not found!','qtranslate'), $post_id); - return; - } - $default_service = intval(get_option('qs_default_service')); - $service_settings = get_option('qs_service_settings'); - // Detect available Languages and possible target languages - $available_languages = qtrans_getAvailableLanguages($post->post_content); - if(sizeof($available_languages)==0) { - $error = __('The requested Post has no content, no Translation possible.', 'qtranslate'); - } - - // try to guess source and target language - if(!in_array($translate_from, $available_languages)) $translate_from = ''; - $missing_languages = array_diff($q_config['enabled_languages'], $available_languages); - if(empty($translate_from) && in_array($q_config['default_language'], $available_languages) && $translate_to!=$q_config['default_language']) $translate_from = $q_config['default_language']; - if(empty($translate_to) && sizeof($missing_languages)==1) $translate_to = $missing_languages[0]; - if(in_array($translate_to, $available_languages)) { - $message = __('The Post already has content for the selected target language. If a translation request is send, the current text for the target language will be overwritten.','qtranslate'); - } - if(sizeof($available_languages)==1) { - if($available_languages[0] == $translate_to) { - unset($translate_to); - } - $translate_from = $available_languages[0]; - } elseif($translate_from == '' && sizeof($available_languages) > 1) { - $languages = qtrans_getSortedLanguages(); - foreach($languages as $language) { - if($language != $translate_to && in_array($language, $available_languages)) { - $translate_from = $language; - break; - } - } - } - - // link to current page with get variables - $url_link = add_query_arg('post', $post_id); - if(!empty($translate_to)) $url_link = add_query_arg('target_language', $translate_to, $url_link); - if(!empty($translate_from)) $url_link = add_query_arg('source_language', $translate_from, $url_link); - - // get correct title and content - $post_title = qtrans_use($translate_from,$post->post_title); - $post_content = qtrans_use($translate_from,$post->post_content); - $post_excerpt = qtrans_use($translate_from,$post->post_excerpt); - if(!empty($translate_from)) $translate_from_name = $q_config['language_name'][$translate_from]; - if(!empty($translate_to)) $translate_to_name = $q_config['language_name'][$translate_to]; - if(!empty($translate_from) && !empty($translate_to)) { - $title = sprintf('Translate "%1$s" from %2$s to %3$s', htmlspecialchars($post_title), $translate_from_name, $translate_to_name); - } elseif(!empty($translate_from)) { - $title = sprintf('Translate "%1$s" from %2$s', htmlspecialchars($post_title), $translate_from_name); - } else { - $title = sprintf('Translate "%1$s"', htmlspecialchars($post_title)); - } - - // Check data - if(isset($_POST['service_id'])) { - $service_id = intval($_POST['service_id']); - $default_service = $service_id; - update_option('qs_default_service', $service_id); - $order_key = substr(md5(time().AUTH_KEY),0,20); - $request = array( - 'order_service_id' => $service_id, - 'order_url' => get_option('home'), - 'order_key' => $order_key, - 'order_title' => $post_title, - 'order_text' => $post_content, - 'order_excerpt' => $post_excerpt, - 'order_source_language' => $translate_from, - 'order_source_locale' => $q_config['locale'][$translate_from], - 'order_target_language' => $translate_to, - 'order_target_locale' => $q_config['locale'][$translate_to] - ); - // check for additional fields - if(isset($service_settings[$service_id]) && is_array($service_settings[$service_id])) { - $request['order_required_field'] = array(); - foreach($service_settings[$service_id] as $setting => $value) { - $request['order_required_field'][$setting] = $value; - } - } - if(isset($_POST['token'])) $request['order_token'] = $_POST['token']; - $answer = qs_queryQS(QS_INIT_TRANSLATION, $request); - if(isset($answer['error'])) { - $error = sprintf(__('An error occured: %s', 'qtranslate'), $qs_error_messages[$answer['error']]); - if($answer['message']!='') { - $error.='
'.sprintf(__('Additional information: %s', 'qtranslate'), qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($answer['message'])); - } - } - if(isset($answer['order_id'])) { - $orders = get_option('qs_orders'); - if(!is_array($orders)) $orders = array(); - $orders[] = array('post_id'=>$post_id, 'service_id' => $service_id, 'source_language'=>$translate_from, 'target_language'=>$translate_to, 'order' => array('order_key' => $order_key, 'order_id' => $answer['order_id'])); - update_option('qs_orders', $orders); - if(empty($answer['message'])) { - $order_completed_message = ''; - } else { - $order_completed_message = htmlspecialchars($answer['message']); - } - qs_UpdateOrder($answer['order_id']); - } - } - if(isset($error)) { -?> -
-

-

-

Support Forum','qtranslate'), 'http://www.qianqin.de/qtranslate/forum/');?>

-
- -
-

-

-

- -

- -

-
    -
  • -
  • -
  • -
  • -
  • -
-
- -
-

- -

- -

-
-

1) { - $available_languages_name = array(); - foreach(array_diff($available_languages,array($translate_from)) as $language) { - $available_languages_name[] = ''.$q_config['language_name'][$language].''; - } - $available_languages_names = join(", ", $available_languages_name); - printf(__('Your article is available in multiple languages. If you do not want to translate from %1$s, you can switch to one of the following languages: %2$s', 'qtranslate'),$q_config['language_name'][$translate_from],$available_languages_names); - } -?>

- - - -

-
    - -
  • - -
-

- -

- - - - - -
-
-

-
-

-
-
-
-
- -
-
-

-
- -

-
-
-
- - -

- -
-
-

-
- -
    - $service) { - // check if we have data for all required fields - $requirements_matched = true; - foreach($service['service_required_fields'] as $field) { - if(!isset($service_settings[$service_id][$field['name']]) || $service_settings[$service_id][$field['name']] == '') $requirements_matched = false; - } - if(!$requirements_matched) { -?> -
  • - -

    required fields filled in for this service.','qtranslate'), 'options-general.php?page=qtranslate#qs_service_'.$service_id); ?>

    -

    -
  • - -
  • - -
- -
-
-
-

-
- -
-
- -

- -
- -
- -post_title; - $post_content = $post->post_content; - $post_excerpt = $post->post_excerpt; - $request = array( - 'order_service_id' => $service_id, - 'order_title' => $post_title, - 'order_text' => $post_content, - 'order_excerpt' => $post_excerpt, - 'order_source_language' => $translate_from, - 'order_source_locale' => $q_config['locale'][$translate_from], - 'order_target_language' => $translate_to, - 'order_target_locale' => $q_config['locale'][$translate_to], - 'order_confirm_url' => get_admin_url(null, 'edit.php?page=qtranslate_services&confirm=1&post='.$_POST['post_id'].'&source_language='.$translate_from.'&target_language='.$translate_to.'&service_id='.$service_id), - 'order_failure_url' => get_admin_url(null, 'edit.php?page=qtranslate_services&post='.$_POST['post_id'].'&source_language='.$translate_from.'&target_language='.$translate_to.'&service_id='.$service_id) - ); - $answer = qs_queryQS(QS_QUOTE, $request); - $price = __('unavailable', 'qtranslate'); - $currency = ''; - if(isset($answer['price'])) { - if($answer['price'] == 0) { - $price = __('free', 'qtranslate'); - } else if($answer['price'] < 0) { - $price = __('unavailable', 'qtranslate'); - } else { - $price = number_format_i18n($answer['price'],2); - $currency = $answer['currency']; - } - $content = sprintf(__('

Price: %1$s %2$s

','qtranslate'), $currency, $price); - if(!empty($answer['paypalurl'])) { - $content .= '
'; - } else { - $content .= ''; - } - } else { - $content = '

'.__('An error occured!', 'qtranslate'); - if(isset($answer['error'])) $content .= '
'.$answer['message']; - $content .= '

'; - } - echo "jQuery('#submitbox .request').html('"; - echo $content; - echo "');"; - die(); -} - -function qs_toobar($content) { - // Create Translate Button - $content .= qtrans_createEditorToolbarButton('translate', 'translate', 'init_qs', __('Translate')); - return $content; -} - -function qs_editor_js($content) { - $content .= " - init_qs = function(action, id) { - document.location.href = 'edit.php?page=qtranslate_services&post=".intval($_REQUEST['post'])."'; - } - "; - return $content; -} - -?> \ No newline at end of file diff --git a/src/wp-content/plugins/qtranslate/qtranslate_utils.php b/src/wp-content/plugins/qtranslate/qtranslate_utils.php deleted file mode 100644 index 6c44cd53..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate_utils.php +++ /dev/null @@ -1,245 +0,0 @@ - $out[1], - "host" => $out[4].(($out[5]=='')?'':':'.$out[5]), - "user" => $out[2], - "pass" => $out[3], - "path" => $out[6], - "query" => $out[7], - "fragment" => $out[8] - ); - return $result; -} - -function qtrans_stripSlashesIfNecessary($str) { - if(1==get_magic_quotes_gpc()) { - $str = stripslashes($str); - } - return $str; -} - -function qtrans_insertDropDownElement($language, $url, $id){ - global $q_config; - $html =" - var sb = document.getElementById('qtrans_select_".$id."'); - var o = document.createElement('option'); - var l = document.createTextNode('".$q_config['language_name'][$language]."'); - "; - if($q_config['language']==$language) - $html .= "o.selected = 'selected';"; - $html .= " - o.value = '".addslashes(htmlspecialchars_decode($url, ENT_NOQUOTES))."'; - o.appendChild(l); - sb.appendChild(o); - "; - return $html; -} - -function qtrans_getLanguage() { - global $q_config; - return $q_config['language']; -} - -function qtrans_getLanguageName($lang = '') { - global $q_config; - if($lang=='' || !qtrans_isEnabled($lang)) $lang = $q_config['language']; - return $q_config['language_name'][$lang]; -} - -function qtrans_isEnabled($lang) { - global $q_config; - return in_array($lang, $q_config['enabled_languages']); -} - -function qtrans_startsWith($s, $n) { - if(strlen($n)>strlen($s)) return false; - if($n == substr($s,0,strlen($n))) return true; - return false; -} - -function qtrans_getAvailableLanguages($text) { - global $q_config; - $result = array(); - $content = qtrans_split($text); - foreach($content as $language => $lang_text) { - $lang_text = trim($lang_text); - if(!empty($lang_text)) $result[] = $language; - } - if(sizeof($result)==0) { - // add default language to keep default URL - $result[] = $q_config['language']; - } - return $result; -} - -function qtrans_isAvailableIn($post_id, $language='') { - global $q_config; - if($language == '') $language = $q_config['default_language']; - $post = &get_post($post_id); - $languages = qtrans_getAvailableLanguages($post->post_content); - return in_array($language,$languages); -} - -function qtrans_convertDateFormatToStrftimeFormat($format) { - $mappings = array( - 'd' => '%d', - 'D' => '%a', - 'j' => '%E', - 'l' => '%A', - 'N' => '%u', - 'S' => '%q', - 'w' => '%f', - 'z' => '%F', - 'W' => '%V', - 'F' => '%B', - 'm' => '%m', - 'M' => '%b', - 'n' => '%i', - 't' => '%J', - 'L' => '%k', - 'o' => '%G', - 'Y' => '%Y', - 'y' => '%y', - 'a' => '%P', - 'A' => '%p', - 'B' => '%K', - 'g' => '%l', - 'G' => '%L', - 'h' => '%I', - 'H' => '%H', - 'i' => '%M', - 's' => '%S', - 'u' => '%N', - 'e' => '%Q', - 'I' => '%o', - 'O' => '%O', - 'P' => '%s', - 'T' => '%v', - 'Z' => '%1', - 'c' => '%2', - 'r' => '%3', - 'U' => '%4' - ); - - $date_parameters = array(); - $strftime_parameters = array(); - $date_parameters[] = '#%#'; $strftime_parameters[] = '%%'; - foreach($mappings as $df => $sf) { - $date_parameters[] = '#(([^%\\\\])'.$df.'|^'.$df.')#'; $strftime_parameters[] = '${2}'.$sf; - } - // convert everything - $format = preg_replace($date_parameters, $strftime_parameters, $format); - // remove single backslashes from dates - $format = preg_replace('#\\\\([^\\\\]{1})#','${1}',$format); - // remove double backslashes from dates - $format = preg_replace('#\\\\\\\\#','\\\\',$format); - return $format; -} - -function qtrans_convertFormat($format, $default_format) { - global $q_config; - // check for multilang formats - $format = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($format); - $default_format = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($default_format); - switch($q_config['use_strftime']) { - case QT_DATE: - if($format=='') $format = $default_format; - return qtrans_convertDateFormatToStrftimeFormat($format); - case QT_DATE_OVERRIDE: - return qtrans_convertDateFormatToStrftimeFormat($default_format); - case QT_STRFTIME: - return $format; - case QT_STRFTIME_OVERRIDE: - return $default_format; - } -} - -function qtrans_convertDateFormat($format) { - global $q_config; - if(isset($q_config['date_format'][$q_config['language']])) { - $default_format = $q_config['date_format'][$q_config['language']]; - } elseif(isset($q_config['date_format'][$q_config['default_language']])) { - $default_format = $q_config['date_format'][$q_config['default_language']]; - } else { - $default_format = ''; - } - return qtrans_convertFormat($format, $default_format); -} - -function qtrans_convertTimeFormat($format) { - global $q_config; - if(isset($q_config['time_format'][$q_config['language']])) { - $default_format = $q_config['time_format'][$q_config['language']]; - } elseif(isset($q_config['time_format'][$q_config['default_language']])) { - $default_format = $q_config['time_format'][$q_config['default_language']]; - } else { - $default_format = ''; - } - return qtrans_convertFormat($format, $default_format); -} - -function qtrans_formatCommentDateTime($format) { - global $comment; - return qtrans_strftime(qtrans_convertFormat($format, $format), mysql2date('U',$comment->comment_date), '', $before, $after); -} - -function qtrans_formatPostDateTime($format) { - global $post; - return qtrans_strftime(qtrans_convertFormat($format, $format), mysql2date('U',$post->post_date), '', $before, $after); -} - -function qtrans_formatPostModifiedDateTime($format) { - global $post; - return qtrans_strftime(qtrans_convertFormat($format, $format), mysql2date('U',$post->post_modified), '', $before, $after); -} - -function qtrans_realURL($url = '') { - global $q_config; - return $q_config['url_info']['original_url']; -} - -function qtrans_getSortedLanguages($reverse = false) { - global $q_config; - $languages = $q_config['enabled_languages']; - ksort($languages); - // fix broken order - $clean_languages = array(); - foreach($languages as $lang) { - $clean_languages[] = $lang; - } - if($reverse) krsort($clean_languages); - return $clean_languages; -} - -function qtrans_fixSearchUrl($id='adminbarsearch') { - echo "\n"; -} - -?> \ No newline at end of file diff --git a/src/wp-content/plugins/qtranslate/qtranslate_widget.php b/src/wp-content/plugins/qtranslate/qtranslate_widget.php deleted file mode 100644 index aa023330..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate_widget.php +++ /dev/null @@ -1,131 +0,0 @@ - 'widget_qtranslate', 'description' => __('Allows your visitors to choose a Language.','qtranslate') ); - $this->WP_Widget('qtranslate', __('qTranslate Language Chooser','qtranslate'), $widget_ops); - } - - function widget($args, $instance) { - extract($args); - - echo $before_widget; - $title = empty($instance['title']) ? __('Language', 'qtranslate') : apply_filters('widget_title', $instance['title']); - $hide_title = empty($instance['hide-title']) ? false : 'on'; - $type = $instance['type']; - if($type!='text'&&$type!='image'&&$type!='both'&&$type!='dropdown') $type='text'; - - if($hide_title!='on') { echo $before_title . $title . $after_title; }; - qtrans_generateLanguageSelectCode($type, $this->id); - echo $after_widget; - } - - function update($new_instance, $old_instance) { - $instance = $old_instance; - $instance['title'] = $new_instance['title']; - if(isset($new_instance['hide-title'])) $instance['hide-title'] = $new_instance['hide-title']; - $instance['type'] = $new_instance['type']; - - return $instance; - } - - function form($instance) { - $instance = wp_parse_args( (array) $instance, array( 'title' => '', 'hide-title' => false, 'type' => 'text' ) ); - $title = $instance['title']; - $hide_title = $instance['hide-title']; - $type = $instance['type']; -?> -

-

-

-

-

-

-

-'; - foreach(qtrans_getSortedLanguages() as $language) { - echo ''.$q_config['language_name'][$language].''; - } - echo "
"; - if($style=='dropdown') { - echo "\n"; - } - break; - case 'both': - echo '
"; - break; - } -} - -function qtrans_widget_init() { - register_widget('qTranslateWidget'); -} - -?> diff --git a/src/wp-content/plugins/qtranslate/qtranslate_wphacks.php b/src/wp-content/plugins/qtranslate/qtranslate_wphacks.php deleted file mode 100644 index 428d9ff0..00000000 --- a/src/wp-content/plugins/qtranslate/qtranslate_wphacks.php +++ /dev/null @@ -1,358 +0,0 @@ -\n// name)) { - $termname = $term->name; - } else { - $termname = ""; - } - // create input fields for each language - foreach($q_config['enabled_languages'] as $language) { - if(isset($_GET['action']) && $_GET['action']=='edit') { - echo qtrans_insertTermInput2($id, $name, $termname, $language); - } else { - echo qtrans_insertTermInput($id, $name, $termname, $language); - } - } - // hide real category text - echo "ins.style.display='none';\n"; - echo "// ]]>\n\n"; -} - -function qtrans_modifyTermFormFor($term) { - qtrans_modifyTermForm('name', __('Name'), $term); - qtrans_modifyTermForm('tag-name', __('Name'), $term); -} - -// Modifys TinyMCE to edit multilingual content -function qtrans_modifyRichEditor($old_content) { - global $q_config; - $init_editor = true; - if($GLOBALS['wp_version'] != QT_SUPPORTED_WP_VERSION) { - if(!(isset($_REQUEST['qtranslateincompatiblemessage'])&&$_REQUEST['qtranslateincompatiblemessage']=="shown")) { - echo '
'.__('The qTranslate Editor has disabled itself because it hasn\'t been tested with your Wordpress version yet. This is done to prevent Wordpress from malfunctioning. You can reenable it by clicking here (may cause data loss! Use at own risk!). To remove this message permanently, please update qTranslate to the corresponding version.', 'qtranslate').'
'; - } - $init_editor = false; - } - // save callback hook - - preg_match("/]*id='([^']+)'/",$old_content,$matches); - $id = $matches[1]; - preg_match("/cols='([^']+)'/",$old_content,$matches); - $cols = $matches[1]; - preg_match("/rows='([^']+)'/",$old_content,$matches); - $rows = $matches[1]; - // don't do anything if not editing the content - if($id!="content") return $old_content; - - // don't do anything to the editor if it's not rich - if(!user_can_richedit()) { - //echo '

'.__('The qTranslate Editor could not be loaded because WYSIWYG/TinyMCE is not activated in your profile.').'

'; - return $old_content; - } - - // fix wpautop bug - if($init_editor && has_filter('the_editor_content', 'wp_richedit_pre')) { - remove_filter('the_editor_content', 'wp_richedit_pre'); - add_filter('the_editor_content', 'wp_htmledit_pre'); - } - - $content = ""; - $content_append = ""; - - // create editing field for selected languages - $old_content = substr($old_content,0,26) - ."" - .substr($old_content,26); - - // do some crazy js to alter the admin view - $content .="\n"; - - $content_append .="\n"; - - return $content.$old_content.$content_append; -} - -function qtrans_modifyExcerpt() { - global $q_config; - echo "\n"; -} - -function qtrans_createTitlebarButton($parent, $language, $target, $id) { - global $q_config; - $html = " - jQuery('#".$parent." .handlediv').after('
\"".$language."\"
'); - jQuery('#".$id."').click(function() {qtrans_switch_postbox('".$parent."','".$target."','".$language."');}); - "; - return $html; -} - -function qtrans_createTextArea($parent, $language, $target, $id) { - global $q_config; - $html = " - jQuery('#".$target."').after(''); - jQuery('#qtrans_textarea_".$target."_".$language."').attr('cols', jQuery('#".$target."').attr('cols')); - jQuery('#qtrans_textarea_".$target."_".$language."').attr('rows', jQuery('#".$target."').attr('rows')); - jQuery('#qtrans_textarea_".$target."_".$language."').attr('tabindex', jQuery('#".$target."').attr('tabindex')); - jQuery('#qtrans_textarea_".$target."_".$language."').blur(function() {qtrans_switch_postbox('".$parent."','".$target."',false);}); - jQuery('#qtrans_textarea_".$target."_".$language."').val(qtrans_use('".$language."',jQuery('#".$target."').val())); - "; - return $html; -} - -function qtrans_insertTermInput($id,$name,$term,$language){ - global $q_config; - $html =" - var il = document.getElementsByTagName('input'); - var d = document.createElement('div'); - var l = document.createTextNode('".$name." (".$q_config['language_name'][$language].")'); - var ll = document.createElement('label'); - var i = document.createElement('input'); - var ins = null; - for(var j = 0; j < il.length; j++) { - if(il[j].id=='".$id."') { - ins = il[j]; - break; - } - } - i.type = 'text'; - i.id = i.name = ll.htmlFor ='qtrans_term_".$language."'; - "; - if(isset($q_config['term_name'][$term][$language])) { - $html .=" - i.value = '".addslashes(htmlspecialchars_decode($q_config['term_name'][$term][$language], ENT_NOQUOTES))."'; - "; - } else { - $html .=" - i.value = ins.value; - "; - } - if($language == $q_config['default_language']) { - $html .=" - i.onchange = function() { - var il = document.getElementsByTagName('input'); - var ins = null; - for(var j = 0; j < il.length; j++) { - if(il[j].id=='".$id."') { - ins = il[j]; - break; - } - } - ins.value = document.getElementById('qtrans_term_".$language."').value; - }; - "; - } - $html .=" - ins = ins.parentNode; - d.className = 'form-field form-required'; - ll.appendChild(l); - d.appendChild(ll); - d.appendChild(i); - ins.parentNode.insertBefore(d,ins); - "; - return $html; -} - -function qtrans_insertTermInput2($id,$name,$term,$language){ - global $q_config; - $html =" - var tr = document.createElement('tr'); - var th = document.createElement('th'); - var ll = document.createElement('label'); - var l = document.createTextNode('".$name." (".$q_config['language_name'][$language].")'); - var td = document.createElement('td'); - var i = document.createElement('input'); - var ins = document.getElementById('".$id."'); - i.type = 'text'; - i.id = i.name = ll.htmlFor ='qtrans_term_".$language."'; - "; - if(isset($q_config['term_name'][$term][$language])) { - $html .=" - i.value = '".addslashes(htmlspecialchars_decode($q_config['term_name'][$term][$language], ENT_QUOTES))."'; - "; - } else { - $html .=" - i.value = ins.value; - "; - } - if($language == $q_config['default_language']) { - $html .=" - i.onchange = function() { - var il = document.getElementsByTagName('input'); - var ins = null; - for(var j = 0; j < il.length; j++) { - if(il[j].id=='".$id."') { - ins = il[j]; - break; - } - } - ins.value = document.getElementById('qtrans_term_".$language."').value; - }; - "; - } - $html .=" - ins = ins.parentNode.parentNode; - tr.className = 'form-field form-required'; - th.scope = 'row'; - th.vAlign = 'top'; - ll.appendChild(l); - th.appendChild(ll); - tr.appendChild(th); - td.appendChild(i); - tr.appendChild(td); - ins.parentNode.insertBefore(tr,ins); - "; - return $html; -} - -function qtrans_insertTitleInput($language){ - global $q_config; - $html =" - var td = document.getElementById('titlediv'); - var qtd = document.createElement('div'); - var h = document.createElement('h3'); - var l = document.createTextNode('".__("Title", 'qtranslate')." (".$q_config['language_name'][$language].")'); - var tw = document.createElement('div'); - var ti = document.createElement('input'); - var slug = document.getElementById('edit-slug-box'); - - ti.type = 'text'; - ti.id = 'qtrans_title_".$language."'; - ti.tabIndex = '1'; - ti.value = qtrans_use('".$language."', document.getElementById('title').value); - ti.onchange = qtrans_integrate_title; - ti.className = 'qtrans_title_input'; - h.className = 'qtrans_title'; - tw.className = 'qtrans_title_wrap'; - - qtd.className = 'postarea'; - - h.appendChild(l); - tw.appendChild(ti); - qtd.appendChild(h); - qtd.appendChild(tw);"; - if($q_config['default_language'] == $language) - $html.="if(slug) qtd.appendChild(slug);"; - $html.=" - td.parentNode.insertBefore(qtd,td); - - "; - return $html; -} - -function qtrans_createEditorToolbarButton($language, $id, $js_function = 'switchEditors.go', $label = ''){ - global $q_config; - $html = " - var bc = document.getElementById('editor-toolbar'); - var mb = document.getElementById('media-buttons'); - var ls = document.createElement('a'); - var l = document.createTextNode('".(($label==='')?$q_config['language_name'][$language]:$label)."'); - ls.id = 'qtrans_select_".$language."'; - ls.className = 'edButton'; - ls.onclick = function() { ".$js_function."('".$id."','".$language."'); }; - ls.appendChild(l); - bc.insertBefore(ls,mb); - "; - return $html; -} -?> diff --git a/src/wp-content/plugins/qtranslate/readme.txt b/src/wp-content/plugins/qtranslate/readme.txt deleted file mode 100644 index 16dc4579..00000000 --- a/src/wp-content/plugins/qtranslate/readme.txt +++ /dev/null @@ -1,57 +0,0 @@ -=== qTranslate === -Contributors: chineseleper -Tags: multilingual, language, admin, tinymce, bilingual, widget, switcher, i18n, l10n, multilanguage, professional, translation, service, human -Requires at least: 3.1.2 -Tested up to: 3.1.2 -Stable tag: 2.5.20 -Donate Link: http://www.qianqin.de/qtranslate/contribute/ - -Adds userfriendly multilingual content management and translation support into Wordpress. - -== Description == - -Writing multilingual content is already hard enough, why make using a plugin even more complicated? I created qTranslate to let Wordpress have an easy to use interface for managing a fully multilingual web site. - -qTranslate makes creation of multilingual content as easy as working with a single language. Here are some features: - -- qTranslate Services - Professional human and automated machine translation with two clicks -- One-Click-Switching between the languages - Change the language as easy as switching between Visual and HTML -- Language customizations without changing the .mo files - Use Quick-Tags instead for easy localization -- Multilingual dates out of the box - Translates dates and time for you -- Comes with a lot of languages already builtin! - English, German, Simplified Chinese and a lot of others -- No more juggling with .mo-files! - qTranslate will download them automatically for you -- Choose one of 3 Modes to make your URLs pretty and SEO-friendly. - The everywhere compatible `?lang=en`, simple and beautiful `/en/foo/` or nice and neat `en.yoursite.com` -- One language for each URL - Users and SEO will thank you for not mixing multilingual content - -qTranslate supports infinite languages, which can be easily added/modified/deleted via the comfortable Configuration Page. -All you need to do is activate the plugin and start writing the content! - -For more Information visit the [Plugin Homepage](http://www.qianqin.de/qtranslate/) - -Flags in flags directory are made by Luc Balemans and downloaded from FOTW Flags Of The World website at -[http://flagspot.net/flags/](http://www.crwflags.com/FOTW/FLAGS/wflags.html) - -== Installation == - -For more detailed instructions, take a look at the [Installation Guide](http://www.qianqin.de/qtranslate/installation-guide/) - -Installation of this plugin is fairly easy: - -1. Download the plugin from [here](http://wordpress.org/extend/plugins/qtranslate/ "qTranslate"). -1. Extract all the files. -1. Upload everything (keeping the directory structure) to the `/wp-content/plugins/` directory. -1. There should be a `/wp-content/plugins/qtranslate` directory now with `qtranslate.php` in it. -1. Activate the plugin through the 'Plugins' menu in WordPress. -1. Add the qTranslate Widget to let your visitors switch the language. - -== Frequently Asked Questions == - -The FAQ is available at the [Plugin Homepage](http://www.qianqin.de/qtranslate/) - -For Problems visits the [Support Forum](http://www.qianqin.de/qtranslate/forum/) - -== Screenshots == - -1. Wordpress Editor with qTranslate -2. Language Management Interface -3. qTranslate Services (Translation) diff --git a/src/wp-content/plugins/qtranslate/screenshot-1.png b/src/wp-content/plugins/qtranslate/screenshot-1.png deleted file mode 100644 index f164c695..00000000 Binary files a/src/wp-content/plugins/qtranslate/screenshot-1.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/screenshot-2.png b/src/wp-content/plugins/qtranslate/screenshot-2.png deleted file mode 100644 index bd7ea80d..00000000 Binary files a/src/wp-content/plugins/qtranslate/screenshot-2.png and /dev/null differ diff --git a/src/wp-content/plugins/qtranslate/screenshot-3.png b/src/wp-content/plugins/qtranslate/screenshot-3.png deleted file mode 100644 index 1c1841ba..00000000 Binary files a/src/wp-content/plugins/qtranslate/screenshot-3.png and /dev/null differ diff --git a/src/wp-content/themes/bloggingstream/custom.css b/src/wp-content/themes/bloggingstream/custom.css index 945ec201..aa640acf 100644 --- a/src/wp-content/themes/bloggingstream/custom.css +++ b/src/wp-content/themes/bloggingstream/custom.css @@ -1,13 +1,304 @@ -/* -WOO CUSTOM STYLESHEET ---------------------- +/*--------------------*/ +/*>>>>> Setup and Reset <<<<<*/ +/*--------------------*/ + +body { +} + +h1, h2, h3, h4, h5, h6 { + font-weight: normal; +} +/* +h1 a:link, h1 a:visited, +h2 a:link, h2 a:visited, +h3 a:link, h3 a:visited, +h4 a:link, h4 a:visited, +h5 a:link, h5 a:visited, +h6 a:link, h6 a:visited { + color: #fff; +}*/ + +/*--------------------*/ +/*>>>>> Navigation <<<<<*/ +/*--------------------*/ + +#pagenav li a:link, #pagenav li a:visited { + color: #fff; +} + +#pagenav li.rss { + background: url(styles/lqdvi/rss.gif) no-repeat left center; +} + +/* Style drop down list */ + +#pagenav li ul { +} + +#pagenav li ul li { + border-bottom: 1px solid #4f9fd0; +} + +#pagenav li ul li a { + color: #fff !important; +} + +/*--------------------*/ +/*>>>>> Layout <<<<<*/ +/*--------------------*/ + +#container { + position: relative; +} + +#topbar { + border-bottom: 1px solid #4f9fd0; + position: absolute; + top: 0; + right: 0; + z-index: 999; +} + +#nav ul { + float: right; +} + +#header { + height: 180px; +/* position: absolute;*/ + top: 0; + z-index: 0; + /*border-bottom: 1px solid #206894;*/ +} + +#header img.logo { + /*margin-top: 0;*/ +} + +#search label { + color: #fff; +} + +#search input { + background-color: #3d2a3d; + border: 1px solid #4f9fd0; + color: #fff; +} + +#about { + margin-top: 90px; + position: relative; + width: 520px; +} + +#about img { + border: 3px solid #4f9fd0; + float: right; +} + +#about p { + text-align: right; + position: absolute; + bottom: 0; + right: 75px; +} + +#featured { + border-top: 1px solid #714b71; + border-bottom: 1px solid #714b71; + background: url(styles/lqdvi/featuredbg.jpg) no-repeat left top; +} + +#featured #article .meta { + border-left: 1px solid #906e90; +} + +#featured #article .thumb img { + border: 5px solid #332233; +} + +#featured #full_article .image img { + border: 5px solid #4f9fd0; +} + +#twitter p { + background-color: #291629; +} + +#twitter a#follow { + background: url(styles/lqdvi/twitterbg.png) no-repeat left top; +} + +#home_content { + border-top: 1px solid #000; + background: url(styles/lqdvi/maincontentbg.jpg) repeat-y top left; +} + +#single_content { + border-top: 1px solid #4f9fd0; + background: url(styles/lqdvi/singlecontentbg.gif) repeat-y top left; +} + +#left .box { + border-bottom: 1px solid #4f9fd0; +} + +#left_single { + background: url(styles/lqdvi/glowbg.jpg) no-repeat top left; +} + +#middle .box { + border-bottom: 1px solid #4f9fd0; +} + +#right .box { + border-bottom: 1px solid #4f9fd0; +} + +#more_posts .item.left { + border-right: 1px solid #4f9fd0; +} + +#more_posts .item p img, .post .thumbnail { + border: 1px solid #885888; +} + +#ad { + border-bottom: 1px solid #4f9fd0; +} + +.lifestream_meta, .lifestream_meta a { + color: #937293; +} + +#popular ul li { + border-bottom: 1px solid #4f9fd0; +} + +#recent_comments ul li { + border-bottom: 1px solid #4f9fd0; +} + +#recent_comments ul li a:link, #recent_comments ul li a:visited { + color: #fff; +} + +#recent_comments ul li a .author { + font-family: Georgia,Times,Serif; + font-style: italic; + font-weight: bold; + color: #937293; +} + +#related ul li a:link, #related ul li a:visited { + color: #fff; + border-bottom: 1px solid #3d283d; +} + +#video .video_container { + background-color: #291629; +} + +#video .player { + border: 3px solid #fff; +} + +#video h3.playing a:link, #video h3.playing a:visited { + color: #937293; +} + +#ads .adblock { + background-color: #4d384d; +} + +#cats_archives #cats { + border-right: 1px solid #4f9fd0; +} + +#cats_archives ul li { + border-bottom: 1px solid #3d283d; +} + +#subscribe ul { + background-color: #291629; + border-bottom: 1px solid #4f9fd0; + border-top: 1px solid #4f9fd0; +} + +#subscribe ul li { + background: url(styles/lqdvi/rss.gif) no-repeat left center; +} + +#footer { + border-top: 3px solid #4f9fd0; +} + +#footer ul li.rss { + background: url(styles/lqdvi/rss_small.gif) no-repeat left center; +} + +/*--------------------*/ +/*>>>>> Post Styles <<<<<*/ +/*--------------------*/ + +.post { + padding: 0 10px; + border-bottom: 1px solid #4f9fd0; +} + +/*--------------------*/ +/*>>>>> Comments Styles <<<<<*/ +/*--------------------*/ + +#comments span.heading { + border-bottom: 1px solid #4f9fd0; +} + +#comments ol { + border-bottom: 1px solid #4f9fd0; +} + +#comments ol li { + border-bottom: 1px solid #4f9fd0; +} + +#comments ol li .gravatar img { + border: 2px solid #4d384d; +} + +#commentform .textarea textarea { + color: #fff; + background-color: #4d384d; +} + +#commentform .details input.txt { + color: #fff; + background-color: #4d384d; +} + +#commentform .details input#submit { + border-color: #4d384d; + background-color: #4f9fd0; + color: #fff; +} + +div.wp-pagenavi { + border-top: 1px solid #4f9fd0; +} + +.wp-pagenavi span.current { + background-color: #4f9fd0; +} + +.entry blockquote { + color: #8c6c8c; +} + +.entry img { + border: 1px solid #4F9FD0; +} + -Instructions: -Add your custom styles here instead of style.css so it -is easier to update the theme. Simply copy an existing -style from style.css to this file, and modify it to -your liking. -*/ diff --git a/src/wp-content/themes/bloggingstream/functions.php b/src/wp-content/themes/bloggingstream/functions.php index 647f3503..39482177 100644 --- a/src/wp-content/themes/bloggingstream/functions.php +++ b/src/wp-content/themes/bloggingstream/functions.php @@ -5,8 +5,8 @@ /*-----------------------------------------------------------------------------------*/ // Set path to WooFramework and theme specific functions -$functions_path = TEMPLATEPATH . '/functions/'; -$includes_path = TEMPLATEPATH . '/includes/'; +$functions_path = get_template_directory() . '/functions/'; +$includes_path = get_template_directory() . '/includes/'; // WooFramework require_once ($functions_path . 'admin-init.php'); // Framework Init @@ -14,8 +14,8 @@ require_once ($functions_path . 'admin-init.php'); // Framework Init // Theme specific functionality require_once ($includes_path . 'theme-options.php'); // Options panel settings and custom settings require_once ($includes_path . 'theme-functions.php'); // Custom theme functions -//require_once ($includes_path . 'theme-plugins.php'); // Theme specific plugins integrated in a theme -//require_once ($includes_path . 'theme-actions.php'); // Theme actions & user defined hooks +require_once ($includes_path . 'theme-plugins.php'); // Theme specific plugins integrated in a theme +require_once ($includes_path . 'theme-actions.php' ); // Theme actions & user defined hooks require_once ($includes_path . 'theme-comments.php'); // Custom comments/pingback loop require_once ($includes_path . 'theme-js.php'); // Load javascript in wp_head require_once ($includes_path . 'sidebar-init.php'); // Initialize widgetized areas diff --git a/src/wp-content/themes/bloggingstream/functions/admin-setup.php b/src/wp-content/themes/bloggingstream/functions/admin-setup.php index a43cb61c..dc622170 100644 --- a/src/wp-content/themes/bloggingstream/functions/admin-setup.php +++ b/src/wp-content/themes/bloggingstream/functions/admin-setup.php @@ -98,8 +98,8 @@ if (!function_exists( 'woothemes_wp_head')) { function woothemes_wp_head() { // Output alternative stylesheet - if ( function_exists( 'woo_output_alt_stylesheet' ) ) - woo_output_alt_stylesheet(); + /*if ( function_exists( 'woo_output_alt_stylesheet' ) ) + woo_output_alt_stylesheet();*/ // Output custom favicon if ( function_exists( 'woo_output_custom_favicon' ) ) @@ -188,9 +188,14 @@ if ( ! function_exists( 'woo_head_css' ) ) { function woo_head_css() { $output = ''; - $text_title = get_option( 'woo_texttitle' ); + global $woo_options; + $text_title = @$woo_options[ 'woo_texttitle' ]; + $tagline = @$woo_options[ 'woo_tagline' ]; + $custom_css = @$woo_options[ 'woo_custom_css' ]; + + /*$text_title = get_option( 'woo_texttitle' ); $tagline = get_option( 'woo_tagline' ); - $custom_css = get_option( 'woo_custom_css' ); + $custom_css = get_option( 'woo_custom_css' );*/ $template = get_option( 'woo_template' ); if (is_array($template)) { diff --git a/src/wp-content/themes/bloggingstream/header.php b/src/wp-content/themes/bloggingstream/header.php index dddb735f..d354609f 100644 --- a/src/wp-content/themes/bloggingstream/header.php +++ b/src/wp-content/themes/bloggingstream/header.php @@ -25,7 +25,7 @@ - + > @@ -33,8 +33,7 @@
- - */ ?> +
-