-
Notifications
You must be signed in to change notification settings - Fork 4
/
database.mysql.dump
executable file
·415 lines (364 loc) · 911 KB
/
database.mysql.dump
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
-- MySQL dump 10.13 Distrib 5.5.10, for Linux (x86_64)
--
-- Host: sql2.hekko.net.pl Database: arcyk_jawnylu
-- ------------------------------------------------------
-- Server version 5.5.36-34.1-log
/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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_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`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'Pan WordPress','','https://wordpress.org/','','2014-10-03 23:24:51','2014-10-03 23:24:51','Cześć, to jest komentarz.\nAby skasować ten komentarz, zaloguj się i wyświetl komentarze tego wpisu. Wtedy zobaczysz opcje edycji oraz kasowania komentarzy.',0,'1','','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`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=InnoDB AUTO_INCREMENT=2227 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://jawnylublin.pl/','yes'),(2,'home','http://jawnylublin.pl/','yes'),(3,'blogname','Jawny Lublin','yes'),(4,'blogdescription','JawnyLublin.pl to niezalezny portal informacyjny, na którym znajdziesz informacje o gospodarowaniu pieniędzmi publicznymi przez miasto Lublin','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','instalacjaw@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','j F Y','yes'),(24,'time_format','H:i','yes'),(25,'links_updated_date_format','j F Y H:i','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/archiwa/%post_id%','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:5:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:65:\"custom-post-type-page-template/custom-post-type-page-template.php\";i:2;s:49:\"custom-taxonomy-filter/customtaxfilterinadmin.php\";i:3;s:58:\"google-maps-custom-type/plugin-google-maps-custom-type.php\";i:4;s:35:\"googleanalytics/googleanalytics.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:3:{i:0;s:87:\"/home/arcyk/domains/jawnylublin.pl/public_html/wp-content/themes/harmonux/functions.php\";i:1;s:83:\"/home/arcyk/domains/jawnylublin.pl/public_html/wp-content/themes/harmonux/style.css\";i:2;s:0:\"\";}','no'),(41,'template','harmonux','yes'),(42,'stylesheet','harmonux','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','29630','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'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'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','Europe/Warsaw','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','29630','yes'),(89,'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'),(90,'WPLANG','pl_PL','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'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'),(93,'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'),(94,'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'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(97,'cron','a:5:{i:1421450782;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:1421450802;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;}}}i:1421458130;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1421473140;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(99,'_transient_random_seed','c3011b56ff67b677f3b833b659ecbed6','yes'),(106,'_site_transient_timeout_browser_37a8d5eb041a12687e2a2a45a54eb138','1412983593','yes'),(107,'_site_transient_browser_37a8d5eb041a12687e2a2a45a54eb138','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"37.0.2062.124\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(114,'can_compress_scripts','1','yes'),(121,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1412378809;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(122,'current_theme','HarmonUX','yes'),(123,'theme_mods_harmonux-core','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1412379806;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-2\";N;s:9:\"sidebar-3\";N;}}}','yes'),(124,'theme_switched','','yes'),(125,'theme_mods_harmonux','a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"top_pages\";i:7;s:14:\"home_page_menu\";i:9;}s:16:\"background_color\";s:3:\"fff\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:6:\"scroll\";}','yes'),(131,'category_2','a:4:{s:19:\"kwota_zmniejszajaca\";s:3:\"546\";s:11:\"kwota_wolna\";s:4:\"1233\";s:15:\"stawka_pierwsza\";s:2:\"12\";s:12:\"stawka_druga\";s:2:\"12\";}','yes'),(139,'_site_transient_timeout_browser_812102977ed1c790e3b80677c32900d5','1413474132','yes'),(140,'_site_transient_browser_812102977ed1c790e3b80677c32900d5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"38.0.2125.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(170,'category_3','a:4:{s:11:\"kwota_wolna\";s:1:\"1\";s:15:\"stawka_pierwsza\";s:1:\"2\";s:12:\"stawka_druga\";s:1:\"3\";s:19:\"kwota_zmniejszajaca\";s:1:\"4\";}','yes'),(172,'taxonomy_3','a:5:{s:11:\"kwota_wolna\";s:1:\"1\";s:15:\"stawka_pierwsza\";s:1:\"6\";s:12:\"stawka_druga\";s:1:\"2\";s:19:\"kwota_zmniejszajaca\";s:1:\"1\";s:16:\"wykonane_wydatki\";s:13:\"1865249645,17\";}','yes'),(176,'taxonomy_4','a:11:{s:11:\"kwota_wolna\";s:4:\"3091\";s:15:\"stawka_pierwsza\";s:4:\"0.18\";s:12:\"stawka_druga\";s:4:\"0.32\";s:19:\"kwota_zmniejszajaca\";s:5:\"46.33\";s:16:\"wykonane_wydatki\";s:13:\"1865249645.17\";s:18:\"dochdowy_dla_gminy\";s:6:\"0.3753\";s:20:\"dochdowy_dla_powiatu\";s:6:\"0.1025\";s:23:\"ubezpieczenie_spoleczne\";s:6:\"0.1371\";s:16:\"koszty_uzyskania\";s:6:\"111.25\";s:32:\"ubezpieczenie_zdrowotne_stawka_2\";s:6:\"0.0775\";s:16:\"kwota_drugi_prog\";s:5:\"85528\";}','yes'),(254,'recently_activated','a:1:{s:43:\"advanced-post-manager/tribe-demo-plugin.php\";i:1417986903;}','yes'),(263,'_site_transient_timeout_browser_be79f5792f4c0def721e2796dc3a5a5d','1414708381','yes'),(264,'_site_transient_browser_be79f5792f4c0def721e2796dc3a5a5d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(288,'_site_transient_timeout_browser_0e91f79fe9972e394983e587b008523e','1414831188','yes'),(289,'_site_transient_browser_0e91f79fe9972e394983e587b008523e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"38.0.2125.104\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(307,'spolka_category_children','a:0:{}','yes'),(309,'gmcpt_category_children','a:0:{}','yes'),(315,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(317,'custom_post_type_page_template','a:1:{s:10:\"post_types\";a:6:{i:0;s:10:\"gmcpt_post\";i:1;s:10:\"chart_data\";i:2;s:10:\"calculator\";i:3;s:6:\"spolka\";i:4;s:8:\"poradnik\";i:5;s:11:\"infografika\";}}','yes'),(367,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.0.3\";}','yes'),(368,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(369,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(370,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(371,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(372,'widget_smartlib-recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(373,'widget_smartlib_one-author','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(374,'widget_smartlib-social-icons','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(375,'widget_smartlib-video-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(376,'widget_smartlib-recent-video-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(377,'widget_smartlib-recent-gallery-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(378,'harmonux_theme_options','a:25:{s:20:\"title_tagline_footer\";s:0:\"\";s:24:\"project_pagination_posts\";s:1:\"1\";s:20:\"breadcrumb_separator\";s:4:\" » \";s:13:\"primary_color\";s:0:\"\";s:15:\"main_font_color\";s:0:\"\";s:12:\"header_color\";s:0:\"\";s:13:\"sidebar_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:19:\"top_bar_outer_color\";s:0:\"\";s:18:\"top_bar_menu_color\";s:0:\"\";s:23:\"top_bar_menu_link_color\";s:0:\"\";s:28:\"top_bar_menu_link_background\";s:0:\"\";s:12:\"project_logo\";s:0:\"\";s:15:\"project_favicon\";s:59:\"http://jawnylublin.pl/wp-content/uploads/2014/12/JL_fav.png\";s:24:\"project_homepage_version\";i:1;s:23:\"project_homepage_header\";i:1;s:23:\"project_homepage_slider\";i:1;s:33:\"project_homepage_slider_shortcode\";s:0:\"\";s:18:\"custom_code_header\";s:0:\"\";s:18:\"custom_code_footer\";s:0:\"\";s:14:\"project_layout\";i:1;s:20:\"project_layout_width\";s:4:\"1280\";s:22:\"project_sidebar_resize\";i:320;s:13:\"project_fonts\";a:3:{s:21:\"project_general_fonts\";s:9:\"open-sans\";s:20:\"project_header_fonts\";s:9:\"open-sans\";s:18:\"project_menu_fonts\";s:0:\"\";}}','yes'),(398,'_site_transient_timeout_browser_bbb7c1ee2ff0f014b80345c95f7fd84f','1415170818','yes'),(399,'_site_transient_browser_bbb7c1ee2ff0f014b80345c95f7fd84f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"38.0.2125.104\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(452,'wykres_children','a:0:{}','yes'),(531,'_site_transient_timeout_browser_871ff67d2da39742040b795c0106370c','1416214937','yes'),(532,'_site_transient_browser_871ff67d2da39742040b795c0106370c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"38.0.2125.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(611,'_site_transient_timeout_browser_e7a5836da8ab23d91a8a1d748b7268cd','1416554588','yes'),(612,'_site_transient_browser_e7a5836da8ab23d91a8a1d748b7268cd','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"38.0.2125.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(627,'category_children','a:0:{}','yes'),(672,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/pl_PL/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"pl_PL\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/pl_PL/wordpress-4.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1421430272;s:15:\"version_checked\";s:5:\"4.0.1\";s:12:\"translations\";a:0:{}}','yes'),(675,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"instalacjaw@gmail.com\";s:7:\"version\";s:5:\"4.0.1\";s:9:\"timestamp\";i:1416516852;}','yes'),(712,'_site_transient_timeout_browser_eeaadcdae20e79a8498ae96f41e4f2fc','1417515430','yes'),(713,'_site_transient_browser_eeaadcdae20e79a8498ae96f41e4f2fc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.65\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(905,'_site_transient_timeout_browser_7c6fa1b80f7ae02b09d682cbe583183c','1418223292','yes'),(906,'_site_transient_browser_7c6fa1b80f7ae02b09d682cbe583183c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.71\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(940,'rewrite_rules','a:161:{s:55:\"archiwa/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"archiwa/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"archiwa/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"archiwa/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"archiwa/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:47:\"archiwa/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:40:\"archiwa/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:22:\"archiwa/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:53:\"archiwa/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:48:\"archiwa/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:41:\"archiwa/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:23:\"archiwa/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:39:\"archiwa/gmcpt/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"archiwa/gmcpt/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"archiwa/gmcpt/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"archiwa/gmcpt/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"archiwa/gmcpt/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"archiwa/gmcpt/(.+?)/trackback/?$\";s:37:\"index.php?gmcpt_post=$matches[1]&tb=1\";s:40:\"archiwa/gmcpt/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?gmcpt_post=$matches[1]&paged=$matches[2]\";s:47:\"archiwa/gmcpt/(.+?)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?gmcpt_post=$matches[1]&cpage=$matches[2]\";s:32:\"archiwa/gmcpt/(.+?)(/[0-9]+)?/?$\";s:49:\"index.php?gmcpt_post=$matches[1]&page=$matches[2]\";s:58:\"archiwa/gmcpt-rok/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?gmcpt-rok=$matches[1]&feed=$matches[2]\";s:53:\"archiwa/gmcpt-rok/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?gmcpt-rok=$matches[1]&feed=$matches[2]\";s:46:\"archiwa/gmcpt-rok/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?gmcpt-rok=$matches[1]&paged=$matches[2]\";s:28:\"archiwa/gmcpt-rok/([^/]+)/?$\";s:31:\"index.php?gmcpt-rok=$matches[1]\";s:64:\"archiwa/gmcpt-kategoria/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?gmcpt-kategoria=$matches[1]&feed=$matches[2]\";s:59:\"archiwa/gmcpt-kategoria/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?gmcpt-kategoria=$matches[1]&feed=$matches[2]\";s:52:\"archiwa/gmcpt-kategoria/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?gmcpt-kategoria=$matches[1]&paged=$matches[2]\";s:34:\"archiwa/gmcpt-kategoria/([^/]+)/?$\";s:37:\"index.php?gmcpt-kategoria=$matches[1]\";s:40:\"archiwa/budget/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"archiwa/budget/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"archiwa/budget/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"archiwa/budget/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"archiwa/budget/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"archiwa/budget/(.+?)/trackback/?$\";s:33:\"index.php?budget=$matches[1]&tb=1\";s:41:\"archiwa/budget/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?budget=$matches[1]&paged=$matches[2]\";s:48:\"archiwa/budget/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?budget=$matches[1]&cpage=$matches[2]\";s:33:\"archiwa/budget/(.+?)(/[0-9]+)?/?$\";s:45:\"index.php?budget=$matches[1]&page=$matches[2]\";s:53:\"archiwa/year/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"archiwa/year/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"archiwa/year/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"archiwa/year/([^/]+)/?$\";s:26:\"index.php?year=$matches[1]\";s:46:\"archiwa/chart_data/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"archiwa/chart_data/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"archiwa/chart_data/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"archiwa/chart_data/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"archiwa/chart_data/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"archiwa/chart_data/([^/]+)/trackback/?$\";s:37:\"index.php?chart_data=$matches[1]&tb=1\";s:47:\"archiwa/chart_data/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?chart_data=$matches[1]&paged=$matches[2]\";s:54:\"archiwa/chart_data/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?chart_data=$matches[1]&cpage=$matches[2]\";s:39:\"archiwa/chart_data/([^/]+)(/[0-9]+)?/?$\";s:49:\"index.php?chart_data=$matches[1]&page=$matches[2]\";s:35:\"archiwa/chart_data/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"archiwa/chart_data/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"archiwa/chart_data/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"archiwa/chart_data/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"archiwa/chart_data/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"archiwa/chart/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?wykres=$matches[1]&feed=$matches[2]\";s:49:\"archiwa/chart/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?wykres=$matches[1]&feed=$matches[2]\";s:42:\"archiwa/chart/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wykres=$matches[1]&paged=$matches[2]\";s:24:\"archiwa/chart/([^/]+)/?$\";s:28:\"index.php?wykres=$matches[1]\";s:46:\"archiwa/kalkulator/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"archiwa/kalkulator/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"archiwa/kalkulator/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"archiwa/kalkulator/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"archiwa/kalkulator/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"archiwa/kalkulator/([^/]+)/trackback/?$\";s:37:\"index.php?calculator=$matches[1]&tb=1\";s:47:\"archiwa/kalkulator/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?calculator=$matches[1]&paged=$matches[2]\";s:54:\"archiwa/kalkulator/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?calculator=$matches[1]&cpage=$matches[2]\";s:39:\"archiwa/kalkulator/([^/]+)(/[0-9]+)?/?$\";s:49:\"index.php?calculator=$matches[1]&page=$matches[2]\";s:35:\"archiwa/kalkulator/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"archiwa/kalkulator/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"archiwa/kalkulator/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"archiwa/kalkulator/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"archiwa/kalkulator/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"archiwa/spolka/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"archiwa/spolka/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"archiwa/spolka/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"archiwa/spolka/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"archiwa/spolka/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"archiwa/spolka/(.+?)/trackback/?$\";s:33:\"index.php?spolka=$matches[1]&tb=1\";s:41:\"archiwa/spolka/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?spolka=$matches[1]&paged=$matches[2]\";s:48:\"archiwa/spolka/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?spolka=$matches[1]&cpage=$matches[2]\";s:33:\"archiwa/spolka/(.+?)(/[0-9]+)?/?$\";s:45:\"index.php?spolka=$matches[1]&page=$matches[2]\";s:50:\"archiwa/s/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?spolka_category=$matches[1]&feed=$matches[2]\";s:45:\"archiwa/s/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?spolka_category=$matches[1]&feed=$matches[2]\";s:38:\"archiwa/s/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?spolka_category=$matches[1]&paged=$matches[2]\";s:20:\"archiwa/s/([^/]+)/?$\";s:37:\"index.php?spolka_category=$matches[1]\";s:40:\"archiwa/porada/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"archiwa/porada/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"archiwa/porada/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"archiwa/porada/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"archiwa/porada/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"archiwa/porada/(.+?)/trackback/?$\";s:35:\"index.php?poradnik=$matches[1]&tb=1\";s:41:\"archiwa/porada/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?poradnik=$matches[1]&paged=$matches[2]\";s:48:\"archiwa/porada/(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?poradnik=$matches[1]&cpage=$matches[2]\";s:33:\"archiwa/porada/(.+?)(/[0-9]+)?/?$\";s:47:\"index.php?poradnik=$matches[1]&page=$matches[2]\";s:45:\"archiwa/infografika/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"archiwa/infografika/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"archiwa/infografika/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"archiwa/infografika/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"archiwa/infografika/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"archiwa/infografika/(.+?)/trackback/?$\";s:38:\"index.php?infografika=$matches[1]&tb=1\";s:46:\"archiwa/infografika/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?infografika=$matches[1]&paged=$matches[2]\";s:53:\"archiwa/infografika/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?infografika=$matches[1]&cpage=$matches[2]\";s:38:\"archiwa/infografika/(.+?)(/[0-9]+)?/?$\";s:50:\"index.php?infografika=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:55:\"archiwa/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:50:\"archiwa/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:43:\"archiwa/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:25:\"archiwa/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"archiwa/date/([^/]+)/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"archiwa/date/([^/]+)/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"archiwa/date/([^/]+)/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"archiwa/date/([^/]+)/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"archiwa/date/([^/]+)/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"archiwa/date/([^/]+)/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"archiwa/date/([^/]+)/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"archiwa/date/([^/]+)/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"archiwa/date/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"archiwa/date/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"archiwa/date/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"archiwa/date/([^/]+)/?$\";s:26:\"index.php?year=$matches[1]\";s:36:\"archiwa/[0-9]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"archiwa/[0-9]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"archiwa/[0-9]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"archiwa/[0-9]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"archiwa/[0-9]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"archiwa/([0-9]+)/trackback/?$\";s:28:\"index.php?p=$matches[1]&tb=1\";s:49:\"archiwa/([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?p=$matches[1]&feed=$matches[2]\";s:44:\"archiwa/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?p=$matches[1]&feed=$matches[2]\";s:37:\"archiwa/([0-9]+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?p=$matches[1]&paged=$matches[2]\";s:44:\"archiwa/([0-9]+)/comment-page-([0-9]{1,})/?$\";s:41:\"index.php?p=$matches[1]&cpage=$matches[2]\";s:29:\"archiwa/([0-9]+)(/[0-9]+)?/?$\";s:40:\"index.php?p=$matches[1]&page=$matches[2]\";s:25:\"archiwa/[0-9]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"archiwa/[0-9]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"archiwa/[0-9]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"archiwa/[0-9]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"archiwa/[0-9]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(1034,'taxonomy_2','a:11:{s:11:\"kwota_wolna\";s:4:\"3091\";s:15:\"stawka_pierwsza\";s:4:\"0.18\";s:12:\"stawka_druga\";s:4:\"0.32\";s:16:\"kwota_drugi_prog\";s:5:\"85528\";s:19:\"kwota_zmniejszajaca\";s:5:\"46.33\";s:23:\"ubezpieczenie_spoleczne\";s:6:\"0.1371\";s:32:\"ubezpieczenie_zdrowotne_stawka_2\";s:6:\"0.0775\";s:16:\"koszty_uzyskania\";s:6:\"111.25\";s:16:\"wykonane_wydatki\";s:10:\"2127941925\";s:18:\"dochdowy_dla_gminy\";s:6:\"0.3753\";s:20:\"dochdowy_dla_powiatu\";s:6:\"0.1025\";}','yes'),(1035,'gmcpt-rok_children','a:0:{}','yes'),(1036,'gmcpt-kategoria_children','a:0:{}','yes'),(1058,'wpcustomtaxfilterinadmin','a:6:{s:4:\"post\";s:2:\"on\";s:8:\"category\";s:2:\"on\";s:8:\"post_tag\";s:2:\"on\";s:11:\"post_format\";s:2:\"on\";s:4:\"year\";s:2:\"on\";s:6:\"budget\";s:2:\"on\";}','yes'),(1097,'_site_transient_timeout_browser_be3e4b76750cde800a2421451f28f16f','1418671790','yes'),(1098,'_site_transient_browser_be3e4b76750cde800a2421451f28f16f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.71\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1158,'_site_transient_timeout_browser_44f50d9466dc957f23ac7a7139125775','1418816012','yes'),(1159,'_site_transient_browser_44f50d9466dc957f23ac7a7139125775','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"33.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1189,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1418244101','yes'),(1190,'_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:\"4851\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3015\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2967\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2471\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2299\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1879\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1692\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1646\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1639\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1623\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1584\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1564\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1469\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1290\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1243\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1158\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1134\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1065\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1051\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"888\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"883\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"864\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"826\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"823\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"772\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"741\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"740\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"694\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"682\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"662\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"655\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"645\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"640\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"630\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"630\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"616\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"608\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"590\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"583\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"577\";}}','yes'),(1192,'web_property_id','UA-3254593-40','yes'),(1369,'_site_transient_timeout_browser_5745179b6e4dc44155ca95a5622b2ca5','1419234204','yes'),(1370,'_site_transient_browser_5745179b6e4dc44155ca95a5622b2ca5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.95\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1405,'_site_transient_timeout_browser_5c55dd0374d143d36857e7cd944440b3','1419320258','yes'),(1406,'_site_transient_browser_5c55dd0374d143d36857e7cd944440b3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.95\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1423,'_site_transient_timeout_available_translations','1418735537','yes'),(1424,'_site_transient_available_translations','a:41:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 15:44:04\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-01 13:29:39\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-08 11:17:50\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 15:47:16\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-19 13:59:46\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 16:43:49\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-22 11:59:16\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-26 13:41:46\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 00:31:07\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 08:52:52\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-06 00:56:37\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:47:01\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 07:49:30\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 17:40:25\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 06:55:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 15:58:20\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-06 08:32:55\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-04 17:49:48\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 17:37:43\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 01:18:12\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 22:57:38\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-20 14:09:34\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:12:04\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 11:26:19\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-02 08:24:03\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-21 06:30:27\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 07:54:33\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-06 08:41:35\";s:12:\"english_name\";s:7:\"Burmese\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 20:51:26\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-17 06:23:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-03 17:44:34\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-30 13:29:44\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-29 15:27:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-21 12:32:07\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-20 13:05:09\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 15:37:38\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-11 20:39:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-10-09 03:43:17\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 17:57:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 00:41:46\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 06:58:31\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(1541,'_site_transient_timeout_browser_2ecdbfd8102b573d256a595b708fbee8','1419809643','yes'),(1542,'_site_transient_browser_2ecdbfd8102b573d256a595b708fbee8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"34.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1632,'taxonomy_23','a:11:{s:11:\"kwota_wolna\";s:4:\"3091\";s:15:\"stawka_pierwsza\";s:4:\"0.18\";s:12:\"stawka_druga\";s:4:\"0.32\";s:16:\"kwota_drugi_prog\";s:5:\"85528\";s:19:\"kwota_zmniejszajaca\";s:5:\"46.33\";s:23:\"ubezpieczenie_spoleczne\";s:6:\"0.1371\";s:32:\"ubezpieczenie_zdrowotne_stawka_2\";s:6:\"0.0775\";s:16:\"koszty_uzyskania\";s:6:\"111.25\";s:16:\"wykonane_wydatki\";s:10:\"1770853972\";s:18:\"dochdowy_dla_gminy\";s:6:\"0.3753\";s:20:\"dochdowy_dla_powiatu\";s:6:\"0.1025\";}','yes'),(1634,'year_children','a:0:{}','yes'),(1701,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1419651148','no'),(1702,'_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:49:\"\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:26:\"https://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, 18 Dec 2014 18:57: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:\"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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/?v=4.2-alpha\";s:7:\"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:42:\"\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:25:\"WordPress 4.1 “Dinah”\";s:7:\"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:\"https://wordpress.org/news/2014/12/dinah/\";s: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:\"https://wordpress.org/news/2014/12/dinah/#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, 18 Dec 2014 18:35: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: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=3386\";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:360:\"Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]\";s: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:24559:\"<p>Version 4.1 of WordPress, named “Dinah” in honor of jazz singer <a href=\"http://wikipedia.org/wiki/Dinah_Washington\">Dinah Washington</a>, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style.</p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Fifteen</h2>\n<p><img class=\"aligncenter size-large wp-image-3389\" src=\"https://wordpress.org/news/files/2014/12/2015-laptop-1024x533.png\" alt=\"2015-laptop\" width=\"692\" height=\"360\" /></p>\n<h3>Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.</h3>\n<p><img class=\"alignright wp-image-3426 size-medium\" src=\"https://wordpress.org/news/files/2014/12/2015-phones-languages-small-300x250.png\" alt=\"\" width=\"300\" height=\"250\" />Twenty Fifteen has flawless language support, with help from <a href=\"https://www.google.com/get/noto/\">Google’s Noto font family</a>.</p>\n<p>The straightforward typography is readable on any screen size.</p>\n<p>Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.</p>\n<hr />\n<h2 style=\"text-align: center\">Distraction-free writing</h2>\n<p><img class=\"aligncenter size-large wp-image-3392\" src=\"https://wordpress.org/news/files/2014/12/dfw-screen-1024x614.png\" alt=\"dfw-screen\" width=\"692\" height=\"415\" /></p>\n<h3 style=\"text-align: center\"><em>Just write.</em></h3>\n<p>Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.</p>\n<hr />\n<h2 style=\"text-align: center\">The Finer Points</h2>\n<h5><strong><img class=\"alignleft wp-image-3405\" src=\"https://wordpress.org/news/files/2014/12/icon-language2.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Choose a language</h5>\n<p>Right now, WordPress 4.1 is already translated into over forty languages, with more always in progress. You can switch to any translation on the General Settings screen.</p>\n<h5><strong><img class=\"alignleft wp-image-3406\" src=\"https://wordpress.org/news/files/2014/12/icon-logout1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Log out everywhere</h5>\n<p>If you’ve ever worried you forgot to sign out from a shared computer, you can now go to your profile and log out everywhere.</p>\n<h5><strong><img class=\"alignleft wp-image-3407\" src=\"https://wordpress.org/news/files/2014/12/icon-vine1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Vine embeds</h5>\n<p>Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href=\"https://codex.wordpress.org/Embeds\">full list</a> of supported embeds.</p>\n<h5><strong><img class=\"alignleft wp-image-3408\" src=\"https://wordpress.org/news/files/2014/12/icon-recommended1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Plugin recommendations</h5>\n<p>The plugin installer suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<h5>Complex Queries</h5>\n<p>Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>A AND ( B OR C )</code>.</p>\n<h5>Customizer API</h5>\n<p>The customizer now supports conditionally showing panels and sections based on the page being previewed.</p>\n<h5><code><title></code> tags in themes</h5>\n<p><code>add_theme_support( \'title-tag\' )</code> tells WordPress to handle the complexities of document titles.</p>\n<h5>Developer Reference</h5>\n<p>Continued improvements to inline code documentation have made the <a href=\"https://developer.wordpress.org/reference/\">developer reference</a> more complete than ever.</p>\n<hr />\n<h2 style=\"text-align: center\">The Choir</h2>\n<p>This release was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, with the help of these awesome folks. Check out some of their profiles while listening to Dinah Washington on the music service of your choice:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akumria\">akumria</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"https://profiles.wordpress.org/amruta123b\">Amruta Bhosale</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">antpb</a>, <a href=\"https://profiles.wordpress.org/arippberger\">arippberger</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/bainternet\">Bainternet</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/briandichiara\">Brian DiChiara</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bswatson\">Brian Watson</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/captaintheme\">Captain Theme</a>, <a href=\"https://profiles.wordpress.org/hiwhatsup\">Carlos Zuniga</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/ccprice\">ccprice</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisbliss18\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/jazzs3quence\">Chris Reynolds</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/cfoellmann\">Christian Foellmann</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/cyclometh\">Corey Snow</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/curtjen\">curtjen</a>, <a href=\"https://profiles.wordpress.org/colorful-tones\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/dancameron\">Dan Cameron</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"https://profiles.wordpress.org/technical_mastermind\">David Wood</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/dcavins\">dcavins</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/wedi\">Dirk Weise</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"https://profiles.wordpress.org/dustinhartzler\">Dustin Hartzler</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ew_holmes\">Eric Holmes</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Lewis</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/florianziegler\">florianziegler</a>, <a href=\"https://profiles.wordpress.org/hereswhatidid\">Gabe Shackle</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/babbardel\">George Olaru</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hardy101\">hardy101</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/heshiming\">heshiming</a>, <a href=\"https://profiles.wordpress.org/honeysilvas\">honeysilvas</a>, <a href=\"https://profiles.wordpress.org/hugodelgado\">hugodelgado</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/ianmjones\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jaimieolmstead\">jaimieolmstead</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jarednova\">jarednova</a>, <a href=\"https://profiles.wordpress.org/jeanyoungkim\">jeanyoungkim</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johneckman\">John Eckman</a>, <a href=\"https://profiles.wordpress.org/johnrom\">johnrom</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip\">johnstonphilip</a>, <a href=\"https://profiles.wordpress.org/jb510\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/julien731\">Julien Liabeuf</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kaito</a>, <a href=\"https://profiles.wordpress.org/kamelkev\">kamelkev</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kdoran\">Kiko Doran</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kosvrouvas\">Kostas Vrouvas</a>, <a href=\"https://profiles.wordpress.org/kraftner\">kraftner</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/ideag\">Liuiza Arunas</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schroer</a>, <a href=\"https://profiles.wordpress.org/manoz69\">Manoz69</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/marcosf\">Marco Schmoecker</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/landakram\">Mark Hudnall</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/senff\">Mark Senff</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattkeys\">mattkeys</a>, <a href=\"https://profiles.wordpress.org/mlteal\">Maura Teal</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/merty\">Mert Yazicioglu</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/smashcut\">Michael Pick</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/chellycat\">Michelle Langston</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter (studionashvegas)</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mvd7793\">mvd7793</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nobleclem\">nobleclem</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/p_enrique\">p_enrique</a>, <a href=\"https://profiles.wordpress.org/pushplaybang\">Paul</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterchester\">Peter Chester</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/phpmypython\">phpmypython</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/psycleuk\">psycleuk</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"https://profiles.wordpress.org/quietnic\">quietnic</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/richardmtl\">Richard Archambault</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sakinshrestha\">Sakin Shrestha</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/skaeser\">skaeser</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/socki03\">socki03</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">TacoVerdo</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie</a>, <a href=\"https://profiles.wordpress.org/tareq1988\">Tareq Hasan</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/ipm-frommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/tschutter\">Tobias Schutter</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tmtrademark\">Toby McKes</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/transom\">transom</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/nobinobi\">Yuta Sekine</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>There were 283 contributors to this release, again a new high.</p>\n<p>If you want to help out or follow along, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Thanks for choosing WordPress. Happy holidays and see you next year for version 4.2!</p>\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:46:\"https://wordpress.org/news/2014/12/dinah/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:45:\"\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:\"WordPress 4.1 Release Candidate 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-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:78:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-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:\"Thu, 18 Dec 2014 02:22: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:2:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3411\";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:429:\"The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about […]\";s: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:15:\"John Blackbourn\";s: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:1465:\"<p>The next release candidate for WordPress 4.1 is now available for testing.</p>\n<p><a href=\"https://core.trac.wordpress.org/log/trunk?rev=30961&stop_rev=30827\">Seventy changes</a> have gone in since the <a href=\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\">first release candidate</a>. With no known issues left, we plan to release 4.1 tomorrow, December 18.</p>\n<p>To test, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.1-RC3.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the updated About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Plugin authors:</strong> Remember to test your plugins against 4.1, and if they’re compatible, make sure they are marked as tested up to 4.1. Be sure to follow along the core development blog; we’ve been posting <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers for 4.1</a> as always.</p>\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:74:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-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:2;a:6:{s:4:\"data\";s:45:\"\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:31:\"WordPress 4.1 Release Candidate\";s:7:\"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:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\";s: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:76:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/#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, 11 Dec 2014 11:52: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: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:3:\"4.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=3375\";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:341:\"The release candidate for WordPress 4.1 is now available. We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your […]\";s: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:15:\"John Blackbourn\";s: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:2301:\"<p>The release candidate for WordPress 4.1 is now available.</p>\n<p>We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your help to get there. If you haven’t tested 4.1 yet, now is the time! (Please though, not on your live site unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.1 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.1-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) or check out the <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">beta announcement</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.1 and update your plugin’s <em>Tested up to</em> version in the readme to 4.1 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers</a> for 4.1. (For example: if you’ve written a child theme for Twenty Fifteen, some of the new pagination functions have been renamed for clarity.)</p>\n<p><em>Testing four point one</em><br />\n<em>Why are we up at this hour?</em><br />\n<em>Code is poetry</em></p>\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:72:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/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:45:\"\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:32:\"WordPress 4.0.1 Security Release\";s:7:\"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:\"https://wordpress.org/news/2014/11/wordpress-4-0-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:60:\"https://wordpress.org/news/2014/11/wordpress-4-0-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, 20 Nov 2014 18:55: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: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=3363\";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:345:\"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be […]\";s: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:3395:\"<p>WordPress 4.0.1 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)</p>\n<p>WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by <a href=\"http://klikki.fi/\">Jouko Pynnonen</a>. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:</p>\n<ul>\n<li>Three cross-site scripting issues that a contributor or author could use to compromise a site. Discovered by <a href=\"http://joncave.co.uk/\">Jon Cave</a>, <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, and <a href=\"https://johnblackbourn.com/\">John Blackbourn</a> of the WordPress security team.</li>\n<li>A cross-site request forgery that could be used to trick a user into changing their password.</li>\n<li>An issue that could lead to a denial of service when passwords are checked. Reported by <a href=\"http://www.behindthefirewalls.com/\">Javier Nieto Arevalo</a> and <a href=\"http://www.devconsole.info/\">Andres Rojas Guerrero</a>.</li>\n<li>Additional protections for server-side request forgery attacks when WordPress makes HTTP requests. Reported by Ben Bidner (vortfu).</li>\n<li>An extremely unlikely hash collision could allow a user’s account to be compromised, that also required that they haven’t logged in since 2008 (I wish I were kidding). Reported by <a href=\"http://david.dw-perspective.org.uk\">David Anderson</a>.</li>\n<li>WordPress now invalidates the links in a password reset email if the user remembers their password, logs in, and changes their email address. Reported separately by <a href=\"https://twitter.com/MomenBassel\">Momen Bassel</a>, <a href=\"http://c0dehouse.blogspot.in/\">Tanoy Bose</a>, and <a href=\"https://managewp.com/\">Bojan Slavković of ManageWP</a>.</li>\n</ul>\n<p>Version 4.0.1 also fixes 23 bugs with 4.0, and we’ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by <a href=\"http://www.securesolutions.no/\">Chris Andrè Dale</a>.</p>\n<p>We appreciated the <a href=\"https://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.0.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.0?rev=30475&stop_rev=29710\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.0.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p><em>Already testing WordPress 4.1? The second beta is now available (<a href=\"https://wordpress.org/wordpress-4.1-beta2.zip\">zip</a>) and it contains these security fixes. For more on 4.1, see <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the beta 1 announcement post</a>.</em></p>\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:\"https://wordpress.org/news/2014/11/wordpress-4-0-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:4;a:6:{s:4:\"data\";s:48:\"\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:20:\"WordPress 4.1 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:56:\"https://wordpress.org/news/2014/11/wordpress-4-1-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:65:\"https://wordpress.org/news/2014/11/wordpress-4-1-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:\"Fri, 14 Nov 2014 22:35: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: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:4:\"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:33:\"http://wordpress.org/news/?p=3352\";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:346:\"Welcome, everyone, to WordPress 4.1 Beta 1! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s: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:3409:\"<p>Welcome, everyone, to WordPress 4.1 Beta 1!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-4.1-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:</p>\n<ul>\n<li>Our beautiful new default theme, <a href=\"https://make.wordpress.org/core/2014/09/09/twenty-fifteen/\">Twenty Fifteen</a>. It’s a clean, mobile-first, blog-focused theme designed through simplicity.</li>\n<li>A new <a href=\"https://make.wordpress.org/core/2014/11/11/focus-v2-demo-video/\">distraction-free writing mode for the editor</a>. It’s enabled by default for beta, and we’d love feedback on it.</li>\n<li>The ability to automatically install new language packs right from the General Settings screen (available as long as your site’s filesystem is writable).</li>\n<li>A new inline formatting toolbar for images embedded into posts.</li>\n</ul>\n<p>There have been a lot of changes for developers to test as well:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">Improvements to meta, date, comment, and taxonomy queries</a>, including complex (nested, multiple relation) queries; and querying comment types (<a href=\"https://core.trac.wordpress.org/ticket/12668\">#12668</a>).</li>\n<li>A single term shared across multiple taxonomies is now split into two when updated. For more, <a href=\"https://make.wordpress.org/core/2014/11/12/an-update-on-the-taxonomy-roadmap/\">see this post</a>, <a href=\"https://core.trac.wordpress.org/ticket/5809\">#5809</a>, and <a href=\"https://core.trac.wordpress.org/ticket/30335\">#30335</a>.</li>\n<li>A new and better way for <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">themes to handle title tags</a>.</li>\n<li>Several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels and sections, and JavaScript templates for controls.</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.1, <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">check out the weekly review posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.1\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Twenty Fifteen theme</em><br />\n<em> The beautiful face which hides</em><br />\n<em> Many improvements</em></p>\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:61:\"https://wordpress.org/news/2014/11/wordpress-4-1-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:5;a:6:{s:4:\"data\";s:45:\"\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:39:\"Watch WordCamp San Francisco Livestream\";s:7:\"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:\"https://wordpress.org/news/2014/10/wcsf-livestream/\";s: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:\"https://wordpress.org/news/2014/10/wcsf-livestream/#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 Oct 2014 20:18: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: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: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=3341\";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:381:\"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by […]\";s: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:\"Nikolay Bachiyski\";s: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:1975:\"<p><a title=\"2014 edition\" href=\"http://2014.sf.wordcamp.org\">WordCamp San Francisco</a> is the official annual WordPress conference, gathering the community every year <a title=\"An old website for a WordPress long time ago\" href=\"http://2006.sf.wordcamp.org\">since 2006</a>. This is the time when Matt Mullenweg addresses the community in his annual <a href=\"http://wordpress.tv/?s=state+of+the+word\">State of the Word</a> presentation – a recap of the year in WordPress and giving us a glimpse into its future.</p>\n<p>This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-andrew-nacin\">Andrew Nacin</a>, <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-helen-hou-sandi\">Helen Hou-Sandí</a>, and <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-mark-jaquith\">Mark Jaquith</a>. We’re also looking forward to speakers like <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jenny-lawson\">Jenny Lawson</a>, also known as The Bloggess, and <a href=\"http://2014.sf.wordcamp.org/speaker/chris-lema/\">Chris Lema</a>. If you’re at all interested in the web, you will appreciate the appearance of <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jeff-veen\">Jeff Veen</a> – one of the creators of Google Analytics and co-founder of Typekit.</p>\n<p>Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:</p>\n<p><a href=\"http://2014.sf.wordcamp.org/tickets/\">Get a livestream ticket and watch all talks from WordCamp San Francisco live</a></p>\n<p>If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times <a href=\"http://2014.sf.wordcamp.org/live-stream/\">at the WordCamp San Francisco website</a>.</p>\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:\"https://wordpress.org/news/2014/10/wcsf-livestream/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:42:\"\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:25:\"WordPress 4.0 “Benny”\";s:7:\"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:\"https://wordpress.org/news/2014/09/benny/\";s: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:\"https://wordpress.org/news/2014/09/benny/#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, 04 Sep 2014 17:05: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:\"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=3296\";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:370:\"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management 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: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:23565:\"<p>Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader <a href=\"http://en.wikipedia.org/wiki/Benny_Goodman\">Benny Goodman</a>, is available <a href=\"https://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p>\n<div id=\"v-bUdzKMro-1\" class=\"video-player\"><embed id=\"v-bUdzKMro-1-video\" src=\"https://v0.wordpress.com/player.swf?v=1.03&guid=bUdzKMro&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 4.0 "Benny"\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<hr />\n<h2 style=\"text-align: center\">Manage your media with style</h2>\n<p><img class=\"alignnone size-full wp-image-3316\" src=\"https://wordpress.org/news/files/2014/09/media.jpg\" alt=\"Media Library\" width=\"1000\" height=\"586\" />Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>\n<hr />\n<h2 style=\"text-align: center\">Working with embeds has never been easier</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3296-1\" width=\"632\" height=\"445\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/embed.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/embed.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/embed.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.0/embed.mp4\">//s.w.org/images/core/4.0/embed.mp4</a></video></div>\n<p>Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>\n<p>We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href=\"https://codex.wordpress.org/Embeds\">Check out all of the embeds</a> that WordPress supports.</p>\n<hr />\n<h2 style=\"text-align: center\">Focus on your content</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-3296-2\" width=\"632\" height=\"356\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/focus.mp4?_=2\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/focus.webm?_=2\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/focus.ogv?_=2\" /><a href=\"//s.w.org/images/core/4.0/focus.mp4\">//s.w.org/images/core/4.0/focus.mp4</a></video></div>\n<p>Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>\n<hr />\n<h2 style=\"text-align: center\">Finding the right plugin</h2>\n<p><img class=\"aligncenter size-large wp-image-3309\" src=\"https://wordpress.org/news/files/2014/09/add-plugin1-1024x600.png\" alt=\"Add plugins\" width=\"692\" height=\"405\" /></p>\n<p>There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>\n<hr />\n<h2 style=\"text-align: center\">The Ensemble</h2>\n<p>This release was led by <a href=\"http://helenhousandi.com\">Helen Hou-Sandí</a>, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/alexanderrohmann\">Alexander Rohmann</a>, <a href=\"https://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/amit\">Amit Gupta</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrezrv\">Andres Villarreal</a>, <a href=\"https://profiles.wordpress.org/zamfeer\">Andrew Mowe</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/arnee\">arnee</a>, <a href=\"https://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/caxelsson\">Christian Axelsson</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/clifgriffin\">Clifton Griffin</a>, <a href=\"https://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/ghost1227\">Dan Griffiths</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken\">Daniel Husken</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dkotter\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnaber-de\">David Naber</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyn\">Dustyn Doyle</a>, <a href=\"https://profiles.wordpress.org/eddiemoya\">Eddie Moya</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/edwin-at-studiojoyocom\">Edwin Siebel</a>, <a href=\"https://profiles.wordpress.org/ehg\">ehg</a>, <a href=\"https://profiles.wordpress.org/tmeister\">Enrique Chavez</a>, <a href=\"https://profiles.wordpress.org/erayalakese\">erayalakese</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"https://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/garhdez\">garhdez</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/gauravmittal1995\">gauravmittal1995</a>, <a href=\"https://profiles.wordpress.org/gavra\">Gavrisimo</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/harrym\">harrym</a>, <a href=\"https://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"https://profiles.wordpress.org/hinnerk\">Hinnerk Altenburg</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iljoja\">iljoja</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/issuu\">issuu</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jacobdubail\">Jacob Dubail</a>, <a href=\"https://profiles.wordpress.org/janhenkg\">JanHenkG</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jaza613\">Jaza613</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (jerrysarcastic)</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/jesper800\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jgadbois\">jgadbois</a>, <a href=\"https://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnzanussi\">John Zanussi</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kaito</a>, <a href=\"https://profiles.wordpress.org/kapeels\">kapeels</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/lritter\">lritter</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"https://profiles.wordpress.org/funkatronic\">Manny Fleurmond</a>, <a href=\"https://profiles.wordpress.org/targz-1\">Manuel Schmalstieg</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"https://profiles.wordpress.org/mattheweppelsheimer\">Matthew Eppelsheimer</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/meekyhwang\">meekyhwang</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/midxcat\">midxcat</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/muvimotv\">MuViMoTV</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/namibia\">Namibia</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/nd987\">nd987</a>, <a href=\"https://profiles.wordpress.org/neil_pie\">Neil Pie</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/schoenwaldnils\">Nils Schonwald</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/compute\">Patrick Hesselberg</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/senlin\">Piet Bos</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/purzlbaum\">purzlbaum</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rob1n\">rob1n</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/harmr\">RobertHarm</a>, <a href=\"https://profiles.wordpress.org/rohan013\">Rohan Rawat</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sathishn\">Sathish Nagarajan</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Muller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shanebp\">shanebp</a>, <a href=\"https://profiles.wordpress.org/sharonaustin\">Sharon Austin</a>, <a href=\"https://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/sphoid\">sphoid</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stompweb\">Steven Jones</a>, <a href=\"https://profiles.wordpress.org/strangerstudios\">strangerstudios</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/t4k1s\">t4k1s</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/taylorde\">Taylor Dewey</a>, <a href=\"https://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/codenameeli\">Tim \'Eli\' Dalbey</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/torresga\">torresga</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/treyhunner\">treyhunner</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/winterdev\">winterDev</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, and <a href=\"https://profiles.wordpress.org/zoerooney\">Zoe Rooney</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video, and Helen with <a href=\"http://adriansandi.com\">Adrián Sandí</a> for the music.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.1!</p>\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:46:\"https://wordpress.org/news/2014/09/benny/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:45:\"\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:31:\"WordPress 4.0 Release Candidate\";s:7:\"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:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/\";s: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:76:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/#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, 27 Aug 2014 12:20: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:8:\"category\";a:2:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3287\";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:321:\"The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If 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:15:\"Helen Hou-Sandi\";s: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:2134:\"<p>The first release candidate for WordPress 4.0 is now available!</p>\n<p>In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">Beta 1 announcement post</a> for more details on those features. We hope to ship WordPress 4.0 <em>next week</em>, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.0-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar).</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 4.0 and update your plugin’s <em>Tested up to</em> version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to <a href=\"https://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\">give your plugin an icon</a>, which we launched last week and will appear in the dashboard along with banners.</p>\n<p><em>It is almost time</em><br />\n<em> For the 4.0 release</em><br />\n<em> And its awesomeness</em></p>\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:72:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/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:45:\"\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:20:\"WordPress 4.0 Beta 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:56:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#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, 15 Aug 2014 05:06: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3280\";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:353:\"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]\";s: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:15:\"Helen Hou-Sandi\";s: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:2003:\"<p>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made <a href=\"https://core.trac.wordpress.org/log?rev=29496&stop_rev=29229&limit=300\">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.0-beta4.zip\">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</em></p>\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:61:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/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:45:\"\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:32:\"WordPress 3.9.2 Security Release\";s:7:\"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:\"https://wordpress.org/news/2014/08/wordpress-3-9-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:60:\"https://wordpress.org/news/2014/08/wordpress-3-9-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:\"Wed, 06 Aug 2014 19:04: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:\"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=3269\";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:377:\"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the 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: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:2353:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</p>\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:\"https://wordpress.org/news/2014/08/wordpress-3-9-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:\"\";}}}}}}}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:32:\"https://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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 26 Dec 2014 15:32: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:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 18 Dec 2014 18:57:51 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20141203141543\";}','no'),(1703,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1419651148','no'),(1704,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1419607948','no'),(1705,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1419651150','no'),(1706,'_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:83:\"WPTavern: Typography Project Beautifully Illustrates Complimentary Google Web Fonts\";s:7:\"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:28:\"http://wptavern.com/?p=36261\";s:7:\"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:93:\"http://wptavern.com/typography-project-beautifully-illustrates-complimentary-google-web-fonts\";s: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:4185:\"<p>The <a title=\"https://www.google.com/fonts\" href=\"https://www.google.com/fonts\">Google web fonts library</a> has over 650 fonts and without a keen eye for design, it can be difficult to find complimentary fonts. After we highlighted how you can <a title=\"http://wptavern.com/customize-twenty-fifteen-with-more-than-650-fonts-with-typecase\" href=\"http://wptavern.com/customize-twenty-fifteen-with-more-than-650-fonts-with-typecase\">customize Twenty Fifteen with over 650 free fonts</a>, some readers questioned whether customizing fonts should be left up to designers. Typography Project Beautifully Illustrates Complimentary Google Web Fonts</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/StephenCronin\">@StephenCronin</a> <a href=\"https://twitter.com/wptavern\">@wptavern</a> \"one thing it lacks is the option to customize fonts.\" Isn\'t that why we have designers for decisions like that?</p>\n<p>— Jan Dembowski (@jan_dembowski) <a href=\"https://twitter.com/jan_dembowski/status/547372410471985152\">December 23, 2014</a></p></blockquote>\n<p></p>\n<p>This is a valid concern and with over 650 to choose from, you can easily turn a site into a mess. However, there are a couple of tools and projects available that make it easier to discover complimentary fonts.</p>\n<h2>Google Fonts Typography</h2>\n<p><a title=\"http://25x52.com/Google-Fonts-Typography/\" href=\"http://25x52.com/Google-Fonts-Typography/\">Google Fonts Typography </a>is part of the <a title=\"http://25x52.com/\" href=\"http://25x52.com/\">25X52 initiative</a> and is a beautiful way to discover complimentary fonts. The project uses passages from the <a title=\"http://www.gutenberg.org/ebooks/11339\" href=\"http://www.gutenberg.org/ebooks/11339\">Project Gutenberg transcript</a> of Æsop’s Fables. This collaborative, ongoing project helps provide typographic inspiration for using Google’s free web fonts.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleTypographyProjectSample.png\" rel=\"prettyphoto[36261]\"><img class=\"size-full wp-image-36330\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleTypographyProjectSample.png?resize=1025%2C488\" alt=\"Google Typography Project\" /></a>Google Typography Project\n<p>Each post features a large image from <a title=\"http://unsplash.com/\" href=\"http://unsplash.com/\">Unsplash.com</a> with two or more web fonts used for headlines and content. Each web font is labeled and links to its corresponding page on <a title=\"https://www.google.com/fonts\" href=\"https://www.google.com/fonts\">Google Fonts</a>. If you know of a combination that looks great, the project is <a title=\"https://github.com/femmebot/google-type\" href=\"https://github.com/femmebot/google-type\">hosted on Github</a> where you can submit a pull request.</p>\n<h2>Font Combinator</h2>\n<p>Created by <a title=\"http://chipcullen.com/\" href=\"http://chipcullen.com/\">Chip Cullen</a>, <a title=\"http://font-combinator.com/\" href=\"http://font-combinator.com/\">Font Combinator </a>has a simple page where you can assign a Google web font to a headline, subheading, body text, and control the background color. Each area of the document is editable enabling you to add your own text. Although it doesn’t beautifully illustrate combinations like the Google Fonts Typography project, it’s a quick and easy way to view them.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/UsingFontCombinator.png\" rel=\"prettyphoto[36261]\"><img class=\"size-full wp-image-36331\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/UsingFontCombinator.png?resize=1025%2C387\" alt=\"Font Combinator in Action\" /></a>Font Combinator in Action\n<p>In most cases, you don’t need to worry about editing the typography of a theme since designer’s usually do a good job of finding fonts that work within a design. However, it doesn’t mean you can’t experiment to obtain a different look and feel. Just keep in mind that typography is one element of a design, but it’s often the most important.</p>\n<p>What tools or services do you use and recommend for discovering complimentary web fonts?</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Dec 2014 18:48: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:13:\"Jeff Chandler\";s: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:85:\"WPTavern: Without Notifying Customers, GoDaddy and MediaTemple Auto Activate SIDEKICK\";s:7:\"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:28:\"http://wptavern.com/?p=36339\";s:7:\"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:94:\"http://wptavern.com/without-notifying-customers-godaddy-and-mediatemple-auto-activate-sidekick\";s: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:5842:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg\" rel=\"prettyphoto[36339]\"><img class=\"size-full wp-image-15569\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg?resize=637%2C200\" alt=\"Communication Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/elycefeliz/3224486233/\">elycefeliz</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>Those who use a Managed WordPress hosting plan from either GoDaddy or MediaTemple might have noticed a new addition to the WordPress Dashboard. If you saw a bright orange button with the text <strong>Help Me,</strong> it wasn’t a hack, but is part of the <a title=\"https://wordpress.org/plugins/sidekick/\" href=\"https://wordpress.org/plugins/sidekick/\">SIDEKICK plugin</a>. However, at least one customer thought it was a hack and published a concerning post in the <a title=\"https://www.facebook.com/groups/advancedwp/permalink/872478909480991/\" href=\"https://www.facebook.com/groups/advancedwp/permalink/872478909480991/\">Advanced WordPress Facebook group</a>.</p>\n<blockquote><p>I’ve just logged into WordPress and I see a bright orange “HELP ME” icon with a strange face icon next to it in the bottom left of my dashboard – and a message saying “Need help with WordPress? Click HELP ME…” at the top of the screen! What is that?! Have I just been hacked? There’s no way I’m clicking on that without checking what it is!?!</p></blockquote>\n<p>The orange icon noticed is related to the <a title=\"http://www.sidekick.pro/\" href=\"http://www.sidekick.pro/\">SIDEKICK plugin</a>. After clicking the button, it gives customers an opportunity to watch WordPress training videos from within the dashboard.</p>\n<p>The post generated a healthy discussion with several people weighing in including representatives from GoDaddy, MediaTemple, and SIDEKICK. The project manager in charge of the blunder also participated in the discussion and promptly apologized for his actions.</p>\n<p>GoDaddy Evangelist, Mendel Kurland, responded to the Facebook post explaining what happened from GoDaddy’s perspective.</p>\n<blockquote><p>Hey everyone, I’m currently in the middle of sending rabid pythons to the Project Manager for GoDaddy Managed WordPress (and we’re chatting with our brothers and sisters at MediaTemple too). On a managed platform, we take care of updates, but until now haven’t really installed a plugin to all existing sites en mass. Fact is, we were excited to get the plugin out there to help people (and tested and re-tested), but should have been more thoughtful, and consulted you all when it came to installing to existing sites.</p></blockquote>\n<p>SIDEKICK Co-Founder, Ben Fox, <a title=\"http://www.sidekick.pro/blog/learn-through-doing/quick-word-sidekick-go-daddy-media-temple/\" href=\"http://www.sidekick.pro/blog/learn-through-doing/quick-word-sidekick-go-daddy-media-temple/\">explains in an official blog post </a>that the premium SIDEKICK license was being auto-installed without letting users know.</p>\n<blockquote><p>If you were surprised or at all concerned about the appearance of SIDEKICK on your Dashboard, I apologize. The bright orange Help Me button isn’t a promotion or spam. It’s not malicious and it’s not bloatware, although I can empathize that it’s sudden appearance can cause one to jump to one or all of those conclusions. It’s an <a href=\"http://wordpress.org/plugins/sidekick\" target=\"_blank\">approved repository plugin</a> meant to provide exactly what the button indicates, help (and learning, training, onboarding) with WordPress.</p></blockquote>\n<p>Needless to say, auto installs of SIDEKICK are suspended for the time being until the team comes up with a better strategy.</p>\n<h2>Valuable Lessons Learned</h2>\n<p>As the number of products in the WordPress ecosystem increases, it’s becoming more difficult to differentiate from the competition. Establishing relationships with webhosting companies that host millions of sites is a great way to get a product in front of a lot of people. However, there are risks involved and if not executed properly, can seriously damage a company’s reputation.</p>\n<p>There are a few lessons to take away from this story.</p>\n<ol>\n<li>Communication is critical.</li>\n<li>If you have a product and establish a relationship with a webhosting company to push it to their customers, make sure everyone is on the same page.</li>\n<li>Let customers decide if they want what’s being pushed to them.</li>\n</ol>\n<h2>What Does it Mean to be Managed?</h2>\n<p>I’m not a fan of webhosts taking it upon themselves to automatically install and activate plugins on existing customer sites. However, I’m fine with bundling plugins for fresh installs of WordPress. With that said, If you’re using a managed host, should actions like these be expected if they’re done in the act of managing an account? Isn’t that what you’re paying for, to be managed?</p>\n<p>Based on the circumstance, it might make sense for a host to do one thing or another to manage the account. But on my list of things a webhost shouldn’t do is installing and activating a plugin on a customer’s site without their consent.</p>\n<p>This leads to the question, should managed WordPress hosts offer various levels of account management? If so, what would you like to see offered in each tier of service?</p>\n<p>If you’re a MediaTemple or GoDaddy customer and are concerned, you can contact <a title=\"mailto:ben@sidekick.pro\" href=\"mailto:ben@sidekick.pro\">ben@sidekick.pro</a> or <a title=\"mendel@godaddy.com\" href=\"mailto:mendel@godaddy.com\">mendel@godaddy.com</a>.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Dec 2014 18:22: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:65:\"WPTavern: Varying Vagrant Vagrants Adopts Open Source MIT License\";s:7:\"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:28:\"http://wptavern.com/?p=27531\";s:7:\"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://wptavern.com/varying-vagrant-vagrants-adopts-open-source-mit-license\";s: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:2658:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/open-source.jpg\" rel=\"prettyphoto[27531]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/open-source.jpg?resize=1025%2C482\" alt=\"photo credit: opensource.com\" class=\"size-full wp-image-36320\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/davedehetre/4965410048/in/photostream/\">opensource.com</a>\n<p><a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> 1.2.0 was released last week after nine months in development. As of VVV 1.2.0, new instances of VVV will have the database entirely contained inside the virtual machine, as opposed to previous versions where it was mapped to a persistent local location.</p>\n<p>VVV project leader <a href=\"https://jeremyfelt.com/\" target=\"_blank\">Jeremy Felt</a> recommends a full <code>vagrant destroy</code> and the removal of MySQL data from {vvv-dir}/database/data/ in order to keep a clean workflow in the future. “If database files already exist from an earlier version of VVV, data will continue to be mapped locally until removed,” he said, explaining the backward compatibility included in the release. “Anybody currently running VVV 1.1 may not even notice the change.”</p>\n<p>One of the most important updates in VVV 1.2 is the addition of a license. The project has adopted the open source <a href=\"https://github.com/varying-vagrant-vagrants/vvv/blob/master/LICENSE\" target=\"_blank\">MIT license</a> after a six-month long <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/issues/346\" target=\"_blank\">discussion</a> with participation from more than 50 contributors on the project.</p>\n<p>“This is a big deal and we waited entirely too long as an open source project before choosing one,” Felt said. “In fact, you could say we weren’t really an open source project at all until that point. If there’s any lesson I learned from this, it’s to start with a license before anything else.”</p>\n<p>Ultimately, the project went with the more permissive MIT license over the GPL for a number of practical reasons. Since the MIT license is GPL-compatible, anyone who forks VVV can distribute a fork as GPL-licensed, if desired. It also allows for more contributions back to the project from representatives of corporations or government entities that are not as GPL-friendly.</p>\n<p>For more details on the technical improvements included in VVV 1.2.0, check out the full <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/blob/master/CHANGELOG.md\" target=\"_blank\">changelog</a> for the release.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Dec 2014 22:33: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:13:\"Sarah Gooding\";s: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:55:\"WPTavern: Historic WordPress Project Seeks Contributors\";s:7:\"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:28:\"http://wptavern.com/?p=36256\";s:7:\"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://wptavern.com/historic-wordpress-project-seeks-contributors\";s: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:4651:\"<p>Have you ever wondered what WordPress looked like back in the early days, before it was used by millions of website around the web? Ryan Hellyer has created a series of static representations of the very early versions of WordPress. The <a href=\"https://geek.hellyer.kiwi/products/historic-wordpress/\" target=\"_blank\">Historic WordPress project</a> aims to showcase both the frontend and backend of the software for each release.</p>\n<p>Viewing the old versions is like opening a time capsule from 10 years ago. It’s amazing to see how much the interface has changed, and yet the basics of publishing to the web remain the same. For example, take a look at the post editor from WordPress 0.71 Gold, released May 27, 2003:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wordpress-post-editor-071.png\" rel=\"prettyphoto[36256]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wordpress-post-editor-071.png?resize=990%2C641\" alt=\"wordpress-post-editor-071\" class=\"aligncenter size-full wp-image-36280\" /></a></p>\n<p>If you make your way through each release chronologically, you’ll see subtle changes in WordPress over the years, along with a few big design shifts. Hellyer has created the static sites up through version 2.7 and is hoping to add contributors to help finish out the rest.</p>\n<p>“There are a bunch of them which are missing and I’m now looking for people to help out with the project,” he said. “I have a <a href=\"https://github.com/ryanhellyer/historic-wordpress/\" target=\"_blank\">GitHub repository</a>, and I just need people to send patches/pull requests, etc. to beef it up with newer versions and iron out any bugs they may find.”</p>\n<p>The sites are static representations and not actual installations, due to security reasons. However, many of the links still click through so that you can navigate around to explore other admin pages. When creating the sites, Hellyer saves the live page as raw static HTML, CSS and JavaScript so that they it’s still able to be viewed in the browser. The process isn’t very difficult, but it is time-consuming:</p>\n<blockquote><p>To create each one, I install the relevant version of WordPress and then go through and export static pages for the main admin pages, plus some on the frontend. Once I have the page in it’s static form, I go through and fix as many URL’s as possible to make them reference other static pages I create. I try to add as many different admin pages as possible so that you can click through them all, but each one takes some time, so many are missing.</p></blockquote>\n<p>Hellyer is optimistic that new contributors may have a more automated way of creating the sites, as the current manual procedure is quite slow. He plans to keep the project only to static pages until that part is complete but may expand to add more information in the future.</p>\n<h3>The Importance of WordPress History</h3>\n<p>For those who have been involved in building WordPress for a long time, the importance of historic resources might seem to be self-evident. However, as the software continues to blaze forward, some newcomers may look at the historic project and wonder what use it is to have these static sites available.</p>\n<p>Hellyer believes that the project is a valuable resource for both new WordPress users and long-time experts alike.</p>\n<p>“I enjoy being able to look back on what things looked like and see how far we’ve come,” he said. “My <a href=\"https://ryan.hellyer.kiwi/\">own blog</a> is basically a look back on my own life, so I guess that sort of thing interests me. I also think it’s important for new folks in the WordPress community to see where some of the software’s internal logic comes from.”</p>\n<p>Hellyer had the idea for the project for a long time but became more motivated after a discussion with Siobhan McKeown. He recently transferred the site over to its own subdomain and made the interactive static sites public for all to enjoy.</p>\n<p>If you have any feedback or would like to get involved in preparing these small slices of WordPress history, Hellyer encourages you to get in touch. “I’m happy to add contributors to the <a href=\"https://github.com/ryanhellyer/historic-wordpress/\">GitHub repository</a> so that they can update the Historic WordPress website automatically. (I’ll set up an automatic Git deployment for this),” he said. “I’m keen on as many people as possible contributing by preparing new versions and fixing existing bugs.”</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Dec 2014 19:49: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:13:\"Sarah Gooding\";s: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:73:\"WPTavern: Customize Twenty Fifteen With More Than 650 Fonts With Typecase\";s:7:\"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:28:\"http://wptavern.com/?p=36239\";s:7:\"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://wptavern.com/customize-twenty-fifteen-with-more-than-650-fonts-with-typecase\";s: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:3926:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseFeaturedImage.png\" rel=\"prettyphoto[36239]\"><img class=\"aligncenter size-full wp-image-36253\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseFeaturedImage.png?resize=733%2C234\" alt=\"Typecase Featured Image\" /></a>The new WordPress default theme, <a title=\"https://wordpress.org/themes/twentyfifteen\" href=\"https://wordpress.org/themes/twentyfifteen\">Twenty Fifteen</a>, looks great and provides a lot of flexibility, but one thing it lacks is the option to customize fonts. A free plugin called <a title=\"https://wordpress.org/plugins/typecase/\" href=\"https://wordpress.org/plugins/typecase/\">Typecase, </a>by <a title=\"https://upthemes.com/\" href=\"https://upthemes.com/\">UpThemes</a>, solves this problem by giving users easy access to over 650 different fonts.</p>\n<p>Typecase uses the <a title=\"https://www.google.com/fonts\" href=\"https://www.google.com/fonts\">Google webfonts library</a>, which has slowly increased in the past few years, making it a popular resource among theme developers.</p>\n<h2>Getting Started</h2>\n<p>Start by downloading and activating <a title=\"https://wordpress.org/plugins/typecase/\" href=\"https://wordpress.org/plugins/typecase/\">Typecase</a> from the WordPress plugin directory. After it’s activated, look for the Typecase admin menu. While on the settings screen, scroll to the bottom and browse through the list of available fonts. You won’t be able to apply fonts through the Theme customizer unless you select a few font families.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseConfigurationPage.png\" rel=\"prettyphoto[36239]\"><img class=\"size-full wp-image-36249\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseConfigurationPage.png?resize=1025%2C576\" alt=\"Typecast Configuration Page\" /></a>Typecast Configuration Page\n<p>After you select a few fonts, click the save button. Browse to the customizer via <em>Appearance > Customize</em> and select the Theme Fonts panel.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ThemeFontsPanel.png\" rel=\"prettyphoto[36239]\"><img class=\"size-full wp-image-36250\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ThemeFontsPanel.png?resize=680%2C575\" alt=\"Theme Fonts Panel\" /></a>Theme Fonts Panel\n<p>From here you’ll be able to assign fonts you selected in Typecase to various elements of the site such as, the sidebar, content, site title, site description, etc. Once you find a font that you like, click the Save and Publish button to see the changes on the live site.</p>\n<h2>Beyond The Customizer</h2>\n<p>If you’d like to assign a font to a specific CSS Selector, you can add one from the Typecase settings page. This enables you to customize fonts for any theme without writing code or modifying your theme in any way.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseSelectors.png\" rel=\"prettyphoto[36239]\"><img class=\"size-full wp-image-36251\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseSelectors.png?resize=359%2C320\" alt=\"Typecase CSS Selectors\" /></a>Typecase CSS Selectors\n<h2>Add Typecase Support to Any Theme</h2>\n<p>Typecase has built-in support for every default theme since Twenty Ten. However, if you’d like to add support to a custom theme, you’ll need to <a title=\"https://upthemes.com/blog/2014/12/customize-fonts-twenty-fifteen-theme/\" href=\"https://upthemes.com/blog/2014/12/customize-fonts-twenty-fifteen-theme/\">follow these directions</a> as it involves adding a few lines of code.</p>\n<p>If you’re using any of the default themes available for WordPress, Typecase is an easy way to expand the customization options available to you. With over 650 fonts to choose from, the hardest part of using it is deciding which ones to use.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Dec 2014 05:09: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:59:\"WPTavern: WordPress 4.1 Includes More Than 20 New Dashicons\";s:7:\"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:28:\"http://wptavern.com/?p=36178\";s:7:\"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://wptavern.com/wordpress-4-1-includes-more-than-20-new-dashicons\";s: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:2095:\"<p><a title=\"https://developer.wordpress.org/resource/dashicons/#smiley\" href=\"https://developer.wordpress.org/resource/dashicons/#smiley\">Dashicons</a> is an icon font that first shipped with WordPress 3.8. Since then, the core development team has routinely added new icons as necessary. WordPress 4.1 includes <a title=\"https://make.wordpress.org/core/2014/12/20/dashicons-in-wordpress-4-1/\" href=\"https://make.wordpress.org/core/2014/12/20/dashicons-in-wordpress-4-1/\">more than 20 new icons,</a> specifically for the built-in media player and inline image editing tools.</p>\n<p>There’s also a few miscellaneous icons including, a palm tree, tickets, a building, and money.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/NewDashiconsinWP41.png\" rel=\"prettyphoto[36178]\"><img class=\"size-full wp-image-36195\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/NewDashiconsinWP41.png?resize=664%2C457\" alt=\"New Dashicons in WordPress 4.1\" /></a>New Dashicons in WordPress 4.1\n<p>Dashicons are shipped with WordPress which makes it a convenient option for developers. They’re also licensed under <a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPLv2, </a>or any later version using <a title=\"http://en.wikipedia.org/wiki/GPL_font_exception\" href=\"http://en.wikipedia.org/wiki/GPL_font_exception\">the font exception</a>. To request a new icon, keep an eye on Trac <a title=\"https://core.trac.wordpress.org/search?q=%22create+new+dashicons%22&noquickjump=1&ticket=on\" href=\"https://core.trac.wordpress.org/search?q=%22create+new+dashicons%22&noquickjump=1&ticket=on\">for the ticket</a> that covers WordPress 4.2.</p>\n<p>If you encounter an issue using Dashicons, please <a href=\"https://core.trac.wordpress.org/newticket\">create a new ticket on trac</a>. Use the “administration” component and the “UI” focus when creating the ticket and be sure to include “Dashicons” somewhere in the text of the ticket.</p>\n<p>What other icons would you like to see added? Also, in what circumstance does it make sense to use the palm tree icon?</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Dec 2014 20:14: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:90:\"WPTavern: New WordPress Customizer Import/Export Plugin Migrates Theme and Plugin Settings\";s:7:\"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:28:\"http://wptavern.com/?p=36166\";s:7:\"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://wptavern.com/new-wordpress-customizer-importexport-plugin-migrates-theme-and-plugin-settings\";s: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:5893:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/customizer-import-export.jpg\" rel=\"prettyphoto[36166]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/customizer-import-export.jpg?resize=657%2C250\" alt=\"customizer-import-export\" class=\"aligncenter size-full wp-image-36214\" /></a></p>\n<p>The WordPress project is charging full steam ahead with improvements to the customizer. The most recent release featured the addition of dynamic and contextual controls, sections, and panels. As WordPress 4.2 is kicking off development, core contributors are looking to <a href=\"http://wptavern.com/menu-customizer-now-in-development-for-wordpress-4-2\" target=\"_blank\">add menus to the customizer</a> for easy management from the frontend.</p>\n<p>More WordPress theme developers are adopting the native customizer to add options to themes, as it provides a standard interface with which users are familiar. One feature that is missing is the ability export and import customizer settings, an option that many pre-customizer theme panels have readily available.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/customizer-export-import-settings.jpg\" rel=\"prettyphoto[36166]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/customizer-export-import-settings.jpg?resize=299%2C392\" alt=\"customizer-export-import-settings\" class=\"alignright size-full wp-image-36229\" /></a><a href=\"https://wordpress.org/plugins/customizer-export-import/\" target=\"_blank\">Customizer Export/Import</a> is a plugin that addresses this need by adding the ability for users to export/import settings from any theme or plugin that makes use of the customizer. You’ll need to have the same theme (or plugin) installed on both sites where you are performing the export/import. The export file is named after your theme and you can use it to import the settings for the same theme (or child theme) on another site.</p>\n<p>The plugin was created by <a href=\"http://www.wpbeaverbuilder.com/\" target=\"_blank\">Justin Busa</a>, a web developer and co-founder at <a href=\"http://www.fastlinemedia.com/\" target=\"_blank\">FastLine Media</a>. After spending quite a bit of time with the customizer while migrating a theme options page over to it, Busa was inspired to solve the problem of import/export.</p>\n<p>“One of the pieces that had to be migrated was the ability for users to export or import their theme settings,” he said. “That’s a pretty common feature of themes that have a custom options page, but not one that can be standardized since each theme typically has its own way of handling options.”</p>\n<p>As he began building export/import functionality for his own theme, he found that it could benefit more developers as a general tool. “I quickly realized that was something that could actually work with any theme. I did some research to see if something like this already existed and it turns out that it didn’t.”</p>\n<h3>Reusable Configurations for Themes and Plugins</h3>\n<p>Busa believes that developers who build WordPress sites are most likely to be the ideal users of this plugin as a tool to streamline the process. “This plugin will allow people building many WordPress sites to save different configurations for their favorite themes and reuse them again and again,” he said. “It could also be as simple as exporting the settings you used on a previous site to start a new similar site.”</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/export-import-message.jpg\" rel=\"prettyphoto[36166]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/export-import-message.jpg?resize=300%2C170\" alt=\"export-import-message\" class=\"alignright size-full wp-image-36232\" /></a>Theme authors can also add support for the plugin in order to avoid having to spin up their own export/import functionality, as Busa is doing with his current theme. The Export/Import panel in the customizer will prompt the user to install the plugin if he hasn’t already. “Additionally, theme authors could potentially offer any number of presets for their themes that users could import by leveraging this plugin,” Busa said.</p>\n<p>Customizer Export/Import is designed to work with any theme or plugin that makes use of the customizer. Busa notes that it does not, however, export settings that aren’t stored in the database as theme mods, which means that it doesn’t currently export widgets, menus or settings such as the built-in “Site Title & Tagline”. The export file output by the plugin contains a serialized dump of mods retrieved using the <a href=\"https://developer.wordpress.org/reference/functions/get_theme_mods/\" target=\"_blank\">get_theme_mods</a> function.</p>\n<p>“We’ve tested it with many popular themes that use the customizer, including Genesis, Make, and Twenty Fifteen, and it works great,” he said. Busa is not sure if adding the ability to import widgets and menus from other sites makes sense.</p>\n<p>“For example, the pages in a menu might not be on the destination site or the widgets in a sidebar might not be installed,” he said. “My initial thinking is that if you need that level of export/import functionality, you’re probably better off with a heavier solution like WP Migrate DB Pro. I’ll be keeping an eye on feedback before making a decision there.”</p>\n<p>The <a href=\"https://wordpress.org/plugins/customizer-export-import/\" target=\"_blank\">Customizer Export/Import</a> plugin is available on WordPress.org. If you are a theme developer or user who finds the plugin to be valuable, make sure to send Busa feedback via the project page on <a href=\"https://github.com/fastlinemedia/customizer-export-import\" target=\"_blank\">GitHub</a>.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Dec 2014 20:12: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:76:\"Post Status: Website micro services provider, Elto, is shutting down for 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7258\";s:7:\"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://www.poststat.us/elto-shutting-down-temporarily/\";s: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:4784:\"<p><img src=\"http://www.poststat.us/wp-content/uploads/2014/12/elto-752x301.jpg\" alt=\"elto\" width=\"627\" height=\"251\" class=\"aligncenter size-large wp-image-7260\" /><br />\n<a href=\"http://elto.com\">Elto</a>, formerly Tweaky, is a micro services provider, for lack of a better term. They started with $25 tweaks, which until they <a href=\"http://www.elto.com/blog/well-be-back/\">shut down services today</a>, worked it’s way to a $199 minimum.</p>\n<p>WordPress is a high focus vertical for Elto’s, and I presume it’s their largest as well. Elto is one of several such providers of micro services like this; others still running are <a href=\"https://codeable.io/\">Codeable</a> and <a href=\"http://studio.envato.com/\">Envato Studio</a> (formerly Microlancer). These are besides the longstanding generic types (with rather poor reputations, in my opinion) such as oDesk and Elance.</p>\n<p>I have always kept track of Elto, as I started referring folks to them from my own contact form for small projects, in order to narrow the leads I was getting. When I got the email today from Ned Dwyer, Elto’s founder, I went to my dashboard to see how many folks had used my referral and what those services were:<br />\n<img src=\"http://www.poststat.us/wp-content/uploads/2014/12/elto-services1-752x261.png\" alt=\"elto-services\" width=\"627\" height=\"218\" class=\"aligncenter size-large wp-image-7264\" /></p>\n<p>In the time I was referring folks to Elto, I sent them nearly $2,000 in business and got a 25% referral fee. That’s not a lot; more interesting is that of these referrals, there was an 8.5 / 10 satisfaction rate. I wouldn’t say that’s outstanding, but it’s not bad either. It’s probably better or close to the satisfaction of more traditional web services providers.</p>\n<p>I emailed Ned to see if he could offer any more insight into this decision. He responded with the following:</p>\n<blockquote><p>\nIt was something we thought long and hard about before making this change.</p>\n<p>The challenge is that the current model was working well – customers rate us on average 8.7 out of 10, thousands of new customers every month etc – but it wasn’t delivering the kinds of results we wanted. This will become clearer when we launch the new version.</p>\n<p>While we could have kept going with this model while working on the next version in the background, the current model has significant customer support challenges. This puts a burden on our team to maintain the current app and customer base which draws resources away from us working on what’s important.</p>\n<p>We have the full support of our team and investors in making these changes and we’re excited about what’s next.</p></blockquote>\n<p>So it appears that this is a temporary stop for Elto. I’m sure — with investors to answer to — rising support challenges makes change inevitable.</p>\n<p>I’ve always liked the idea of companies like Elto from a developer standpoint. As long as the company values the developers they are mediating for, it can be a nice way for junior developers or just folks that don’t want to interact with clients much to be able to get work. It can also be a way to fill in the gaps in someone’s own freelance work.</p>\n<p>I’m not sure what the next version of Elto will look like, but it seems they’re aiming to be more in the product business and less in the service business.</p>\n<p>From what I can gather, they raised at least a seed round in 2012, <a href=\"http://thenextweb.com/insider/2012/07/17/99design-founders-invest-460000-in-tweaky-a-marketplace-for-minor-website-customizations/\">reported at $460,000</a>, and perhaps <a href=\"http://www.startupsmart.com.au/growth/growth-strategy/introducing-elto-tweaky-founder-shares-about-their-major-pivot-brand-change-and-latest-investment-round/2014020311615.html\">another round in 2013</a> from Blackbird Ventures.</p>\n<p>I guess my primary takeaway from a change like this is that even when companies are productizing services, doing work for cheap isn’t easy. Support struggles, maintaining customer expectations, managing developers — it’s all tough. I am curious if Codeable and other what I’d call “progressive” members of this style market can relate to Elto’s struggles, or if they have somehow managed to get past those.</p>\n<p>For some additional reading on Elto’s journey, Ned’s post about <a href=\"http://www.elto.com/blog/lessons-weve-learned-from-2-years-of-running-elto/\">what they learned in their first two years</a> was insightful. He also hints they considered a pause even then; so I guess today shouldn’t be too much of a surprise.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Dec 2014 17:39: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:15:\"Brian Krogsgard\";s: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:68:\"WPTavern: WordSesh 3 Attracts 3,000 Unique Viewers From 89 Countries\";s:7:\"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:28:\"http://wptavern.com/?p=36174\";s:7:\"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://wptavern.com/wordsesh-3-attracts-3000-unique-viewers-from-89-countries\";s: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:3577:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png\" rel=\"prettyphoto[36174]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png?resize=650%2C266\" alt=\"WordSesh 3 Featured Image\" class=\"aligncenter size-full wp-image-32961\" /></a></p>\n<p><a href=\"http://wordsesh.org/\" target=\"_blank\">WordSesh 3</a> took the WordPress world by storm over the weekend. With more than 3,000 unique viewers, the event attracted roughly three times the number of people who attended <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">WordCamp Europe 2014</a>. This makes WordSesh one of the largest WordPress events of the year.</p>\n<p>WordSesh is essentially an online WordCamp where viewers don’t have to obtain a visa or make travel arrangements. This accounts for the large number of participants, along with the 45 high quality speakers and panelists. Those who tuned in for the full 24 hours used the <a href=\"https://twitter.com/search?q=%23pressomnia&src=typd\" target=\"_blank\">#pressomnia</a> hashtag to share thoughts and and updates throughout the event.</p>\n<p>According to organizer <a href=\"http://scottbasgaard.com/\" target=\"_blank\">Scott Basgaard</a>, live session stats were not easy to track with both the WordSesh.org and direct Crowdcast links in circulation. Nevertheless, he was able to gather some solid information about WordSesh viewership. The stats that came out of the event reflect a diverse audience in terms of geographic location:</p>\n<ul>\n<li>19 new countries tuned into WordSesh compared to last year.</li>\n<li>Between 90-200 people were watching every session over 24 hours.</li>\n<li>In the span of 24 hours there were nearly 3,000 unique viewers on WordSesh.org</li>\n<li>People across 89 different countries tuned in to watch WordSesh 3. </li>\n<li>Top 10 countries that tuned in: USA, UK, Australia, Canada, Netherlands, Bulgaria, Germany, Sweden, India and Norway.</li>\n<li>Top 10 cities by viewers: Sofia, Melbourne, London, New York, Los Angeles, Philadelphia, Sydney, Brisbane and San Francisco.</li>\n</ul>\n<p>Sofia once again came out on top for the city with the most viewers, followed by half a dozen cities with much larger populations. The overall stats are very similar to <a href=\"http://wptavern.com/wordsesh-recap-global-wordpress-event-pulls-3000-unique-viewers-from-85-countries\" target=\"_blank\">WordSesh 2</a>, last year’s event, which pulled in 3,000 unique viewers from 85 countries.</p>\n<p>The most lively sessions were the six round tables that gathered top experts around specific topics, such as WordPress community, conferences, and news. Basgaard was able to ramp up the interaction during the panels using <a href=\"http://www.crowdcast.io/\" target=\"_blank\">Crowdcast.io</a>:</p>\n<blockquote><p>The round table format is by far my favorite and the moderators / panelists this year did an outstanding job. Crowdcast.io proved to be an incredible tool for our event and it’s ability to have user submitted questions, up voting and polling was very helpful to tie in interaction with our round tables and speakers. Topics included themes, plugins, the WordPress community, WordPress conferences, business and WordPress news.</p></blockquote>\n<p>If you were not able to tune into WordSesh 3 live, you haven’t been left out. Every single session was recorded and is available on YouTube in a playlist for you to watch at your leisure.</p>\n<p><span class=\"embed-youtube\"></span></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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Dec 2014 17: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:13:\"Sarah Gooding\";s: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:86:\"WPTavern: What’s Your First Impression of Distraction-free Writing in WordPress 4.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:28:\"http://wptavern.com/?p=36183\";s:7:\"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:92:\"http://wptavern.com/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-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:1715:\"<p>With the <a title=\"http://wptavern.com/wordpress-4-1-dinah-released\" href=\"http://wptavern.com/wordpress-4-1-dinah-released\">release of WordPress 4.1</a> just a few days ago, <a title=\"https://wordpress.org/download/counter/\" href=\"https://wordpress.org/download/counter/\">millions of people</a> have had the opportunity to use the improved Distraction-free Writing Mode. I rarely use this mode, but I’ve used it to write every post since updating to 4.1 and it’s growing on me.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png\" rel=\"prettyphoto[36183]\"><img class=\"size-full wp-image-35707\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png?resize=1025%2C501\" alt=\"Distraction Free Writing in WordPress 4.1\" /></a>Distraction Free Writing in WordPress 4.1\n<p>The improved mode works great on my Macbook Pro which has a 15″ screen. I’m still not sure whether I like how the admin menu on the left hand side slides in and out of view. Sometimes it’s a distraction and sometimes I don’t notice it.</p>\n<p>The rest of the interface fades in and out of view. The animation is fast enough to not hinder my ability to quickly access meta boxes. As an experiment, I’d like to try DFW where the interface shares one animation to see what the experience is like.</p>\n<p>Having access to the full toolbar while everything else fades off the screen is a nice change of pace. I didn’t use the original DFW, but the new and improved version is winning me over. How about you?</p>\nNote: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.\";s: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 Dec 2014 02:43: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:13:\"Jeff Chandler\";s: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:70:\"WPTavern: Nulis: A Free Minimalist WordPress Theme with a Unique Twist\";s:7:\"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:28:\"http://wptavern.com/?p=36133\";s:7:\"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:79:\"http://wptavern.com/nulis-a-free-minimalist-wordpress-theme-with-a-unique-twist\";s: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:3415:\"<p><a title=\"Nulis\" href=\"https://wordpress.org/themes/nulis\" target=\"_blank\">Nulis</a> is one of the most unique designs to land in the WordPress Themes Directory this year. At first glance, you might think the theme is rather plain. The screenshot on the theme’s description page doesn’t indicate anything interesting going on under the hood, but something about it intrigued me enough to put it up on a test site.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/Nulis-screenshot.png\" rel=\"prettyphoto[36133]\"><img class=\"aligncenter size-full wp-image-36136\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/Nulis-screenshot.png?resize=880%2C660\" alt=\"Nulis-screenshot\" /></a></p>\n<p>Nulis includes several options built into the native customizer for adding your own header image, background, a custom logo, the ability to change the header text color, and more. Once customized, the theme looks quite a bit less plain than its screenshot.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nullis-customized.jpg\" rel=\"prettyphoto[36133]\"><img class=\"aligncenter size-full wp-image-36142\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nullis-customized.jpg?resize=1025%2C862\" alt=\"nullis-customized\" /></a></p>\n<p>The icon on the top right spins when clicked and fades in a search bar. The icon at the top left of the theme also spins and opens a hidden panel with your logo, bio, navigation menu, social links, and any custom widgets you wish to add. Everything included in the hidden panel can be added via the customizer.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nulis-hidden-panel.jpg\" rel=\"prettyphoto[36133]\"><img class=\"aligncenter size-full wp-image-36147\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nulis-hidden-panel.jpg?resize=1025%2C862\" alt=\"nulis-hidden-panel\" /></a></p>\n<p>Nulis is the Javanese word for ‘writing,’ and the theme does an excellent job of highlighting your content, especially if you are fond of post formats. Each post format has its own unique styling to set it apart from the others. The one-column theme surrounds your content with ample white space and showcases large, full-width featured images. The theme is also responsive and looks fantastic on mobile devices.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nulis-responsive.jpg\" rel=\"prettyphoto[36133]\"><img class=\"aligncenter size-full wp-image-36144\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nulis-responsive.jpg?resize=1025%2C862\" alt=\"nulis-responsive\" /></a></p>\n<p>Check out the <a title=\"https://wp-themes.com/nulis?TB_iframe=true&width=1330&height=648\" href=\"https://wp-themes.com/nulis?TB_iframe=true&width=1330&height=648\">live demo</a> to see the theme in action, and make sure to try the interactive icons at the top while you’re there. It’s a fun addition for toggling the hidden panel and search box.</p>\n<p>Nulis was created by web developer <a href=\"http://dennykuswantoro.com/\" target=\"_blank\">Denny Kuswantoro</a>. It’s his first submission to the themes directory and his account will be one to watch in the future. You can <a href=\"https://wordpress.org/themes/nulis\" target=\"_blank\">download</a> Nulis from WordPress.org or install it on your site via the admin themes browser.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Dec 2014 00:27: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:13:\"Sarah Gooding\";s: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:68:\"WPTavern: phpBB.com Compromised, Users Should Change Their Passwords\";s:7:\"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:28:\"http://wptavern.com/?p=36093\";s:7:\"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://wptavern.com/phpbb-com-compromised-users-should-change-their-passwords\";s: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:2007:\"<p><a title=\"http://phpbb.com/\" href=\"http://phpbb.com/\">phpBB.com,</a> which hosts the popular open source forum software phpBB, has been compromised. On Dec. 14th, members of the development team discovered several web servers that power the website were compromised and immediately suspended operations. Users are not at risk as the phpBB software is not affected.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/phpBBHomePage.png\" rel=\"prettyphoto[36093]\"><img class=\"size-full wp-image-36121\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/phpBBHomePage.png?resize=874%2C403\" alt=\"phpBBHomePage\" /></a>phpBB HomePage\n<p>According to an <a title=\"http://phpbb.com/\" href=\"http://phpbb.com/\">ongoing investigation</a>, initial entry was gained through a staff member’s account. The attackers obtained access to the phpBB.com and area51 databases, meaning that user information, including hashed salted passwords, was also compromised. Area51 is a phpBB development website maintained by the phpBB team.</p>\n<p>Additionally, all logins on area51 between Dec. 12th and Dec. 15th were logged in plaintext. Despite the passwords being hashed, users are encouraged to change their passwords, especially if you use the same password on other sites.</p>\n<p>When it comes to using a forum in WordPress, <a title=\"https://bbpress.org/\" href=\"https://bbpress.org/\">bbPress</a> is usually the go-to plugin because of its tight integration. However, there are a few plugins that bridge the phpBB forum software with WordPress. <a title=\"https://wordpress.org/plugins/wp-united/\" href=\"https://wordpress.org/plugins/wp-united/\">WP-United</a> is one such plugin and has nearly 40k downloads. Its popularity indicates several site owners connect WordPress to phpBB instead of bbPress.</p>\n<p>The team is in the process of restoring its website. Once the servers are back online, they will provide full details, including the steps they’ve taken since the compromise.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Dec 2014 23:01: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:13:\"Jeff Chandler\";s: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:106:\"WPTavern: Postmatic Offers Free Concierge Service for Installation of Its New Comments Subscription 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36097\";s:7:\"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:116:\"http://wptavern.com/postmatic-offers-free-concierge-service-for-installation-of-its-new-comments-subscription-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2999:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/postmatic1.jpg\" rel=\"prettyphoto[36097]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/postmatic1.jpg?resize=810%2C378\" alt=\"postmatic\" class=\"aligncenter size-full wp-image-33866\" /></a></p>\n<p><a href=\"http://gopostmatic.com/\" target=\"_blank\">Postmatic</a> is currently offering free concierge installation, configuration, and user migration for its new comments subscription which is now in beta. The plugin allows users to subscribe to new posts/comments via email and leave a comment by simply hitting reply. Postmatic beta 6 introduced <a href=\"http://wptavern.com/postmatic-now-supports-1-click-migration-of-subscribers-from-jetpack\" target=\"_blank\">1-click migration of subscribers from Jetpack</a>, in order to make it easy for Jetpack users to get on board.</p>\n<p>The plugin aims to make WordPress and post/comment subscription emails work seamlessly, so that users don’t have to leave their inboxes to interact with commenters. While the base plugin is free for any number of blogs and subscribers, the Postmatic creators are looking to monetize it in the future by offering paid delivery of outgoing mail for larger sites.</p>\n<p>In an effort to compete against the Jetpack-dominated comment subscription feature, Postmatic is aggressively signing up new users via its free concierge service. For a limited time, the team will perform the following for users who wish to switch to Postmatic:</p>\n<ul>\n<li>Keep things safe and back up your database</li>\n<li>Handle the nuts and bolts to get the plugin installed</li>\n<li>Customize your email template by creating a header image and assigning some handy widgets to your footer</li>\n<li>Migrate your existing users from Jetpack, Mailpoet, Mailchimp, Feedburner or other double-opt-in email or subscription service</li>\n<li>Invite your past commenters to join to subscribe so your content gets right into their inbox</li>\n</ul>\n<p>The free concierge service is limited to the first 50 people who respond by filling out Postmatic’s <a href=\"http://gopostmatic.com/concierge/\" target=\"_blank\">application</a>. If the service is successful, I wouldn’t be surprised to see it added to the product’s commercial offerings in the near future.</p>\n<p>Comments are vital to the health of a blog and are often the strongest indicator of engagement on your content. Based on the initial response to Postmatic, WordPress users who <a href=\"http://wptavern.com/why-comments-still-matter\" target=\"_blank\">value comments</a> are eager to find better ways to extend them to boost interaction.</p>\n<p>Postmatic, like many other new products, is entering the marketplace with the strategy of building a strong user base around its free plugin. Its creators are aiming to capture a share of the post/comment subscription market with importers for Jetpack, Mailpoet, Mailchimp, Feedburner and other services before the official public launch.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Dec 2014 22:10: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:13:\"Sarah Gooding\";s: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:62:\"WPTavern: Menu Customizer Now in Development for WordPress 4.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:28:\"http://wptavern.com/?p=36046\";s:7:\"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://wptavern.com/menu-customizer-now-in-development-for-wordpress-4-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:3581:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/hammer.jpg\" rel=\"prettyphoto[36046]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/hammer.jpg?resize=984%2C447\" alt=\"hammer\" class=\"aligncenter size-full wp-image-23557\" /></a></p>\n<p><a href=\"http://wptavern.com/wordpress-4-1-dinah-released\" target=\"_blank\">WordPress 4.1</a> was released just yesterday, but core contributors are already planning and working towards 4.2. The <a href=\"https://wordpress.org/plugins/menu-customizer/\" target=\"_blank\">Menu Customizer</a> feature plugin is back in development and contributors are hoping to have it ready for inclusion in 4.2. <a href=\"http://celloexpressions.com/\" target=\"_blank\">Nick Halsey</a>, who originally started the Menu Customizer work as part of his Google Summer of Code project, will be leading the effort to get the feature prepared for the upcoming release.</p>\n<p>During the last release cycle, Halsey was focused on improving the Customizer API in core to add dynamic and contextual controls, sections, and panels. The Menu Customizer plugin has now been updated to be compatible with WordPress 4.1 and is ready to pick up development where it left off. As it’s no longer a GSoC project, Halsey is now <a href=\"https://make.wordpress.org/core/2014/12/19/menu-customizer-call-for-contributors/\" target=\"_blank\">actively looking for contributors</a>.</p>\n<p>Currently, the menu customizer is usable and offers the ability to assign menus to locations, edit existing menus/menu items, and add new menus.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/menu-customizer.png\" rel=\"prettyphoto[36046]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/menu-customizer.png?resize=1025%2C570\" alt=\"menu-customizer\" class=\"aligncenter size-full wp-image-36056\" /></a></p>\n<p>Halsey outlined a roadmap for preparing the Menu Customizer for merge, which includes a number of PHP and Javascript development tasks, including, but not limited to, the following:</p>\n<ul>\n<li>Build-out the core API for adding Customizer sections and controls entirely with JavaScript, <a href=\"https://core.trac.wordpress.org/ticket/30741\" target=\"_blank\">#30741</a> and its related tickets (PHP, JS)</li>\n<li>Drag and Drop menu item reordering needs to do sub-menus (code imported from nav-menus.php is commented out in menu-customizer.js currently) (JS)</li>\n<li>Fix problems with previewing updates to menu items, and with previewing newly-added menus once items are added (JS)</li>\n<li>Redo the add-menu-items “panel” to lazy-load its contents & utilize Backbone sub-views (PHP, JS)</li>\n</ul>\n<p>He also hopes to <a href=\"https://core.trac.wordpress.org/ticket/28784\" target=\"_blank\">improve the experience of using the customizer on mobile</a>, followed by getting the menu customizer plugin to work on mobile. Halsey is also looking for contributors to assist on the design, code review, a backwards-compatibility audit, and inline documentation.</p>\n<p>If you’re curious about how the Menu Customizer works, anyone is welcome to try the plugin and offer feedback. For the time being, it is compatible with WordPress 4.1 but may require 4.2-alpha down the road as it progresses.</p>\n<p>Contributor interest is critical for the Menu Customizer to have a shot at inclusion in WordPress 4.2. If you can help in any way, jump in on the <a href=\"https://make.wordpress.org/core/2014/12/19/menu-customizer-call-for-contributors/\" target=\"_blank\">Make/WordPress Core post</a> to volunteer.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Dec 2014 20:57:07 +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:13:\"Sarah Gooding\";s: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:46:\"WPTavern: WordSesh 3 Begins Tonight at 7PM EST\";s:7:\"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:28:\"http://wptavern.com/?p=36065\";s:7:\"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://wptavern.com/wordsesh-3-begins-tonight-at-7pm-est\";s: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:1371:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png\" rel=\"prettyphoto[36065]\"><img class=\"aligncenter size-full wp-image-32961\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png?resize=650%2C266\" alt=\"WordSesh 3 Featured Image\" /></a><a title=\"http://wordsesh.org/\" href=\"http://wordsesh.org/\">WordSesh</a>, the 24 hour virtual WordCamp, begins tonight at 7PM EST when one session per hour for 24 hours straight will stream live on the WordSesh homepage.</p>\n<p>It’s free to attend with sessions covering a wide range of topics including, WordPress performance, WooCommerce, and business advice. Take a look at the <a title=\"http://wordsesh.org/#schedule\" href=\"http://wordsesh.org/#schedule\">schedule</a> to see a list of sessions and their scheduled broadcast time.</p>\n<p>In case you can’t watch a session live, each one will be recorded and made available immediately following the event. Scott Basgaard, the events primary organizer, plans to add each session to a video playlist through the <a title=\"https://www.youtube.com/user/WordSesh\" href=\"https://www.youtube.com/user/WordSesh\">WordSesh YouTube account</a>.</p>\n<p>Will you stay awake for 24 hours to watch WordSesh? I don’t think I’ll be able to make it, but I’m going to try!</p>\n<p> </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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Dec 2014 20:53: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:13:\"Jeff Chandler\";s: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:62:\"WPTavern: WPWeekly Episode 175 – New Years Resolution 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:44:\"http://wptavern.com?p=36024&preview_id=36024\";s:7:\"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://wptavern.com/wpweekly-episode-175-new-years-resolution-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4154:\"<p>In this episode of WordPress Weekly, Marcus Couch and I discuss a number of topics. We give you a heads up on the latest round of attacks taking advantage of vulnerabilities in the Revolution Slider plugin. We congratulate John James Jacoby on successfully reaching his crowdfunding goal. We talk about a new plugin discovery tool released by ManageWP and compare it to what’s available on the official directory.</p>\n<p>This is the last show of 2014. Thank you for listening and supporting the show throughout the year. The next episode will be on January 7th, 2015.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\" title=\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\">100,000+ WordPress Sites Compromised Using the Slider Revolution Security Vulnerability</a><br />\n<a href=\"https://wordpress.org/plugins/storyftw/\" title=\"https://wordpress.org/plugins/storyftw/\">StoryFTW Now Available in The Plugin Directory</a><br />\n<a href=\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\" title=\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\">Jetpack 3.3 Introduces New Centralized Dashboard for Managing Multiple WordPress Sites</a><br />\n<a href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\" title=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\">WordPress Themes Directory Now Requires All Themes to be Translation-Ready</a><br />\n<a href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" title=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">BuddyPress, bbPress, and GlotPress Development Campaign is Now Fully Funded</a><br />\n<a href=\"http://wptavern.com/google-earth-api-to-retire-december-12th-2015\" title=\"http://wptavern.com/google-earth-api-to-retire-december-12th-2015\">Google Earth API to Retire December 12th, 2015</a><br />\n<a href=\"http://wptavern.com/managewp-releases-plugin-discovery-tool\" title=\"http://wptavern.com/managewp-releases-plugin-discovery-tool\">ManageWP Releases Plugin Discovery Tool</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/https-mixed-content-detector/\" title=\"https://wordpress.org/plugins/https-mixed-content-detector/\">HTTPS Mixed Content Detector</a> attempts to identify sources of mixed content warnings. The plugin will examine content loaded when admins are viewing the site. Any content that violates the policy of loading content that originates from “https:” resources will trigger an error and that resource will be logged.</p>\n<p><a href=\"https://wordpress.org/plugins/performance-tester/\" title=\"https://wordpress.org/plugins/performance-tester/\">Performance Tester</a> allows you to launch a performance and quality analysis on your WordPress home page from your back office. The report is provided by <a href=\"https://www.dareboost.com/\" title=\"https://www.dareboost.com/\">DareBoost</a>.</p>\n<p><a href=\"https://wordpress.org/plugins/idea-factory/\" title=\"https://wordpress.org/plugins/idea-factory/\">Idea Factory</a> allows users to submit new ideas from the WordPress front-end and vote on them.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 7th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #175:</strong><br />\n</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Dec 2014 02:11: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:13:\"Jeff Chandler\";s: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:66:\"WPTavern: Concept Image Shows Redesign of Drupal.org User Profiles\";s:7:\"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:28:\"http://wptavern.com/?p=36012\";s:7:\"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://wptavern.com/concept-image-shows-redesign-of-drupal-org-user-profiles\";s: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:3275:\"<p>Open source projects rely on contributions from both paid and non-paid volunteers. As a project gets larger, there are more ways to contribute. Displaying a user’s contributions is a great way to show off a person’s impact to the project.</p>\n<p>Like WordPress, <a title=\"https://www.drupal.org/\" href=\"https://www.drupal.org/\">Drupal.org</a> provides a profile page for registered users. During the December 17th <a title=\"https://assoc.drupal.org/about/meet\" href=\"https://assoc.drupal.org/about/meet\">Drupal Association meeting</a>, the team announced it’s going to redesign Drupal.org user profiles and released a concept image.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/DrupalUserProfileConcept.png\" rel=\"prettyphoto[36012]\"><img class=\"size-full wp-image-36014\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/DrupalUserProfileConcept.png?resize=1025%2C1321\" alt=\"Drupal User Profile Page Redesign Concept\" /></a>Drupal User Profile Page Redesign Concept\n<p>The proposed design will change slightly as members of the community <a title=\"https://www.drupal.org/node/2281763\" href=\"https://www.drupal.org/node/2281763\">continue to work on it</a>, but I like what I see so far. It’s clean, uses colors, and does a good job of organizing a lot of information.</p>\n<p>Meanwhile, the WordPress.org user profiles which are <strong>also</strong> a work in progress, don’t show nearly as much information. Activity, Plugins, and Favorites are split into sections. However, the main profile page looks nice, uses color, and contains badges.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressorgOttoProfile.png\" rel=\"prettyphoto[36012]\"><img class=\"size-full wp-image-36016\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressorgOttoProfile.png?resize=991%2C537\" alt=\"WordPress.org User Profile Pages\" /></a>WordPress.org User Profile Pages\n<h2>Difference in Approach</h2>\n<p>One of the differences between WordPress and Drupal is that <a title=\"https://www.drupal.org/node/2281763\" href=\"https://www.drupal.org/node/2281763\">the ticket</a> dedicated to redesigning Drupal user profile pages is filled with discussion and contributions. On the other hand, WordPress uses a <a title=\"https://meta.trac.wordpress.org/query?status=!closed&component=Profiles\" href=\"https://meta.trac.wordpress.org/query?status=!closed&component=Profiles\">mixture of tickets</a>, <a title=\"https://make.wordpress.org/community/2014/02/25/profiles-how-do-you-use-them-or-want-to/\" href=\"https://make.wordpress.org/community/2014/02/25/profiles-how-do-you-use-them-or-want-to/\">posts on the Make Community P2 website</a>, and comments to decide how to redesign the profile pages. I’m a fan of keeping information about a specific feature in a central location as it’s easier to reference.</p>\n<p>User profiles are a common item shared between two large, open source projects. It’s interesting to see the approach each has taken towards improving the design and showcasing a user’s contributions to the project.</p>\n<p>What do you think of the concept image and is there anything in the design you think would work well for WordPress.org user profiles?</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Dec 2014 00:39: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:13:\"Jeff Chandler\";s: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:81:\"WPTavern: Critical Git Vulnerability Patched: Update Your Git Clients Immediately\";s:7:\"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:28:\"http://wptavern.com/?p=35990\";s:7:\"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:90:\"http://wptavern.com/critical-git-vulnerability-patched-update-your-git-clients-immediately\";s: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:2605:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/git-logo.png\" rel=\"prettyphoto[35990]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/git-logo.png?resize=910%2C380\" alt=\"photo credit: git - the simple guide\" class=\"size-full wp-image-14763\" /></a>photo credit: <a href=\"http://rogerdudler.github.io/git-guide/\" target=\"_blank\">git – the simple guide</a>\n<p>Git just announced <a href=\"http://git-blame.blogspot.com.es/2014/12/git-1856-195-205-214-and-221-and.html\" target=\"_blank\">version 2.2.1</a>, a maintenance release that includes a security fix for a critical vulnerability that affects those using Windows and Mac OS X Git clients. This update also includes new releases with the same security fix for older Git versions.</p>\n<p>GitHub <a href=\"https://github.com/blog/1938-vulnerability-announced-update-your-git-clients\" target=\"_blank\">confirmed</a> that GitHub for Windows and GitHub for Mac are both affected and should be updated immediately. The GitHub engineering team explains how attackers might exploit the vulnerability:</p>\n<blockquote><p>The vulnerability concerns Git and Git-compatible clients that access Git repositories in a case-insensitive or case-normalizing filesystem. An attacker can craft a malicious Git tree that will cause Git to ovewrite its own .git/config file when cloning or checking out a repository, leading to arbitrary command execution in the client machine. Git clients running on OS X (HFS+) or any version of Microsoft Windows (NTFS, FAT) are exploitable through this vulnerability. Linux clients are not affected if they run in a case-sensitive filesystem.</p></blockquote>\n<p>If you’re using GitHub’s client for <a href=\"https://windows.github.com/\" target=\"_blank\">Windows</a> or <a href=\"https://mac.github.com/\" target=\"_blank\">Mac</a>, the security issue has been patched and is ready for download. This includes an update to both the desktop application and the bundled version of the Git command-line client. If you’re using any other kind of Git client or software that connects to Git repositories, you’ll want to update immediately.</p>\n<p>Although the issue should not affect Linux users, the release announcement encourages those who operate hosting services with users that fetch from Windows or Mac OS X machines to update in order to protect users with older versions of Git. Check out the <a href=\"https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.2.1.txt\" target=\"_blank\">2.2.1 release notes</a> for further information on the security fixes.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 22:03: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:61:\"WPTavern: Export Your WordPress Blog to Jekyll with One Click\";s:7:\"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:28:\"http://wptavern.com/?p=35497\";s:7:\"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:71:\"http://wptavern.com/export-your-wordpress-blog-to-jekyll-with-one-click\";s: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:4387:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jekyll.png\" rel=\"prettyphoto[35497]\"><img class=\"aligncenter size-full wp-image-35937\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jekyll.png?resize=909%2C440\" alt=\"jekyll\" /></a></p>\n<p><a href=\"http://jekyllrb.com/\" target=\"_blank\">Jekyll</a> fans are fond of the Ruby-powered static blogging software due to its ease of use and support for <a href=\"http://daringfireball.net/projects/markdown/\" target=\"_blank\">Markdown</a> and the <a href=\"https://github.com/Shopify/liquid/wiki\" target=\"_blank\">Liquid</a> templating engine. With no database to maintain and no comments to moderate, Jekyll radically simplifies blogging. It’s also the software that powers blogging on <a href=\"https://pages.github.com/\" target=\"_blank\">Github Pages</a>.</p>\n<p>Moving content from WordPress to Jekyll is super easy, thanks to the <a href=\"https://wordpress.org/plugins/jekyll-exporter/\" target=\"_blank\">Jekyll Exporter</a> plugin created by <a href=\"https://twitter.com/BenBalter\" target=\"_blank\">Ben Balter</a>. His Jekyll-powered blog is hosted on <a href=\"http://ben.balter.com/\" target=\"_blank\">GitHub</a>, along with his <a href=\"https://github.com/benbalter/wordpress-to-jekyll-exporter\" target=\"_blank\">exporter plugin</a>, which has been in development for more than a year. It was recently updated to be even easier to use and is now available on WordPress.org.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Want to move from <a href=\"https://twitter.com/WordPress\">@WordPress</a> to <a href=\"https://twitter.com/jekyllrb\">@jekyllrb</a>? The native, one-click exporter got a big refresh; now in plugin directory <a href=\"https://t.co/tUWrOe9Tn4\">https://t.co/tUWrOe9Tn4</a></p>\n<p>— Ben Balter (@BenBalter) <a href=\"https://twitter.com/BenBalter/status/543442743197179904\">December 12, 2014</a></p></blockquote>\n<p></p>\n<p>The one-click plugin converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML, which can be dropped right into Jekyll.</p>\n<h3>Who Needs a Jekyll Exporter?</h3>\n<p>I think WordPress is the best blogging software out there, but there are some bloggers who don’t want the hassle of comment moderation and all the maintenance that WordPress requires. This plugin is perfect for conveniently transitioning to Jekyll.</p>\n<p>It’s also useful if you have created a bunch of documentation for a project on your WordPress site but decide to move the docs to a freely hosted Jekyll-powered site on GitHub Pages. This allows you to manage your documentation with version control and makes it easy for others to contribute.</p>\n<p>I have not found Jekyll terribly easy to set up when I’ve worked with it in the past. That’s why this exporter plugin is a huge time saver – it basically does everything for you:</p>\n<ul>\n<li>Converts all posts, pages, and settings from WordPress for use in Jekyll</li>\n<li>Export what your users see, not what the database stores (runs post content through the_content filter prior to export, allowing third-party plugins to modify the output)</li>\n<li>Converts all post_content to Markdown Extra (using Markdownify)</li>\n<li>Converts all post_meta and fields within the wp_posts table to YAML front matter for parsing by Jekyll</li>\n<li>Generates a _config.yml with all settings in the wp_options table</li>\n<li>Outputs a single zip file with _config.yml, pages, and _posts folder containing .md files for each post in the proper Jekyll naming convention</li>\n</ul>\n<p>The Jekyll Exporter plugin has no settings to configure. Just click the button and you’ll have all your content exported into the correct format for Jekyll and organized into the right structure.</p>\n<p>If you’re having trouble with your server timing out on the export, Balter has ensured that the plugin is compatible with WP-CLI. You can run this command, which also has support for sites where wp-content isn’t in the traditional location:</p>\n<p><code>wp jekyll-export > export.zip</code></p>\n<p>Currently, the <a href=\"https://wordpress.org/plugins/jekyll-exporter/\" target=\"_blank\">Jekyll Exporter</a> is the only one of its kind in the WordPress.org plugin directory. Fortunately, it was created by a reputable developer who knows the ins and outs of using Jekyll after WordPress.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 21:33: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:13:\"Sarah Gooding\";s: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:39:\"Post Status: WordPress 4.1, “Dinah”\";s:7:\"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.poststat.us/?p=7245\";s:7:\"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.poststat.us/wordpress-4-1-dinah/\";s: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:7656:\"<p><img src=\"http://www.poststat.us/wp-content/uploads/2014/12/wordpress-4-1-752x300.jpg\" alt=\"wordpress-4-1\" width=\"627\" height=\"250\" class=\"aligncenter size-large wp-image-7247\" /><br />\nWordPress 4.1, “Dinah”, <a href=\"https://wordpress.org/news/2014/12/dinah/\">has just been released</a>. WordPress 4.1 is the result of months of work and includes a number of excellent new features.</p>\n<p>WordPress 4.1 was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, who did an outstanding job. Two hundred and eighty three contributors were part of WordPress 4.1, which Matt Mullenweg states is a new high.</p>\n<p>Here are some of the new features.</p>\n<h3>Persistent Distraction-free Writing</h3>\n<p>I must begin with the new persistent Distraction-free Writing feature, as I’m using it to write this very post. We’ve had Distraction-free Writing since 2011, with the <a href=\"https://wordpress.org/news/2011/07/gershwin/\">release of WordPress 3.2</a>. However, it’s always been a single-experience decision. You hit the button to enter distraction free mode, and you utilize it for a single writing session.<span id=\"more-7245\"></span></p>\n<p>Now, the button itself is persistent, and the experience of writing distraction free doesn’t enter a new screen, but rather fade away the distractions of the default editor.</p>\n<p><a href=\"https://cloudup.com/cqbFU6CSqm2\"><img src=\"https://cldup.com/Gya2WLi5yP-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"585\" /></a></p>\n<p>The left admin seamlessly floats away, as do the metaboxes to the right of and below the editor. The editor itself remains, versus using a modified editor like before.</p>\n<p>When you update to WordPress 4.1, you are triggered with a note about Distraction-free Writing, and now that it’s a decision you only have to make once, I think this feature will finally get the broad use it deserves. It really is much more pleasant to write without everything else around you, to be lost in your thoughts as they make their way to the editor.</p>\n<h3>Twenty Fifteen theme</h3>\n<p><a href=\"https://cloudup.com/cgjoFpPJvYk\"><img src=\"https://cldup.com/RA_QnzIQ8P-2000x2000.png\" alt=\"Screen Shot\" width=\"877\" height=\"651\" /></a></p>\n<p>The Twenty Fifteen theme is the finest work I’ve seen yet of the default theme team. A blogging, and personal, theme — Twenty Fifteen is simple, with beautiful typography, and capable of showcasing blog posts of any format with poise.</p>\n<p>Twenty Fifteen comes in six base color schemes: default (light), dark, yellow, ping, purple, and blue. It also supports WordPress’ background and header image features, and allows you to customize colors from your base selection; Twenty Fifteen can be as quirky as you are.</p>\n<p><a href=\"https://cloudup.com/cFEI4yyaDmU\"><img src=\"https://cldup.com/fRQdHcxeXD-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"555\" /></a></p>\n<p>Here’s a link to the <a href=\"http://twentyfifteendemo.wordpress.com/\">default theme demo</a>, as well as it’s <a href=\"https://wordpress.org/themes/twentyfifteen\">new page on WordPress.org</a>.</p>\n<h3>Dozens of languages, available any time</h3>\n<p><a href=\"https://cloudup.com/ckbOnTY71Gq\"><img src=\"https://cldup.com/UqYmETHq8L-900x900.png\" alt=\"Screen Shot\" width=\"901\" height=\"733\" /></a></p>\n<p>WordPress has made tremendous progress for non-English speaking users in the past few releases. With WordPress 4.0, you could choose a language on installation, whereas before it required many more steps. Now the team has gone a step further, so that language can be changed at any time, right from WordPress’ general settings page.</p>\n<p>Given that <a href=\"http://www.poststat.us/understand-wordpress-internationalization-translation/\">a third of WordPress installs are non-English</a> (and if I recall correctly half of new downloads are non-English now), this change further reduces the barrier of language in publishing software, and is an excellent move for the progression of the platform across the world.</p>\n<h3>Recommended plugins</h3>\n<p><a href=\"https://cloudup.com/cQi9LX744H8\"><img src=\"https://cldup.com/r3jaQ2VeCP-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"674\" /></a></p>\n<p>I believe recommended plugins is probably the most controversial feature in WordPress 4.1, though it is not without precedent. “Featured” themes have been in the WordPress dashboard for a while now. But with a tab for recommended plugins, now users can see plugin recommendations based on plugins already installed and plugins other sites have installed.</p>\n<p>Recommended plugins are replacing the former popular plugins tab, and is mostly a change in the underlying API for showing the plugins themselves. Since it’s not a manual recommendation, I think this is a good change, and will more accurately help folks find relevant plugins than just listing the most popular plugins in the directory.</p>\n<h3>New template tags and theming tools</h3>\n<p>I’m really looking forward to using some of the new template tags introduced in WordPress 4.1.</p>\n<p>My favorite is <code>get_the_archive_title()</code>. Themers out there all know about the big blob of conditionals in most theme archive templates to spit out the right string based on which archive template it is. Now, there’s a function for that, and it’s fully filterable to boot.</p>\n<p>Descriptions of the new title functions, some new pagination functions, and some particularly nice body class assignment enhancements are well described on <a href=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\">this Make WordPress post</a> by Konstantin Obenland. There’s also a post about adding theme support to <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">let WordPress handle title tags</a>, which is a handy thing.</p>\n<h3>Log out from anywhere</h3>\n<p>A relatively small but nice security feature is the new ability to log out of all installs from a single location. WordPress uses cookies to keep you logged into your install for a period of time. Well, if you ever leave yourself logged in on a computer you don’t trust, you can now log out of all instances easily, from your profile page on an install.</p>\n<p>There is a new button that says “Log Out of All Other Sessions,” and also tells you if you are logged in at more than one location.</p>\n<h3>More improvements to queries</h3>\n<p>I love how much progress has been made on the WordPress query tools in the last couple of years. WordPress 4.1 introduces the ability for a nested query syntax, which makes more complex queries possible for <code>WP_Tax_Query</code>, <code>WP_Date_Query</code>, and <code>WP_Meta_Query</code>. I don’t often call out single individual’s work on something, but Boone Georges <a href=\"https://core.trac.wordpress.org/ticket/29822\">really</a> <a href=\"https://core.trac.wordpress.org/ticket/29738\">slayed</a> <a href=\"https://core.trac.wordpress.org/ticket/29642\">it</a> with the nested queries work. He wrote about it <a href=\"http://teleogistic.net/2014/12/wordpress-4-1-and-me/\">on his blog in detail</a>.</p>\n<h3>More under the hood</h3>\n<p>WordPress 4.1 includes many other under the hood features you should check out on the <a href=\"http://codex.wordpress.org/Version_4.1\">Codex page about the release</a>.</p>\n<h3>More excellent progress for WordPress</h3>\n<p>WordPress is better than ever, and hundreds (or thousands) of people make it so. Great job everyone. Now, go download WordPress 4.1.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 19:12: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:15:\"Brian Krogsgard\";s: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:44:\"WPTavern: WordPress 4.1 “Dinah” 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:28:\"http://wptavern.com/?p=35700\";s:7:\"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://wptavern.com/wordpress-4-1-dinah-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7758:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/dinah.jpg\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35977\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/dinah.jpg?resize=1025%2C502\" alt=\"photo credit: Michael Ochs Archives/Getty Image\" /></a>photo credit: Michael Ochs Archives/Getty Image\n<p>After nearly four months of development, WordPress 4.1 “Dinah” in honor of jazz singer <a href=\"http://wikipedia.org/wiki/Dinah_Washington\">Dinah Washington</a>, is <a title=\"https://wordpress.org/news/2014/12/wordpress-4-1-dinah/\" href=\"https://wordpress.org/news/2014/12/wordpress-4-1-dinah/\">available for download</a>. Led by<a href=\"http://wptavern.com/meet-john-blackbourn-wordpress-4-1-release-lead\"> John Blackbourn</a>, 4.1 contains several improvements such as a new default theme, an improved distraction free writing experience, and plugin recommendations.</p>\n<h2>Twenty Fifteen</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TwentyFifteenDefaultTheme.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35706\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TwentyFifteenDefaultTheme.png?resize=830%2C518\" alt=\"New Default Theme For 2015\" /></a>New Default Theme For 2015\n<p>Twenty Fifteen is a two-column theme with a focus on content. In sharp contrast to <a title=\"https://wordpress.org/themes/twentyfourteen\" href=\"https://wordpress.org/themes/twentyfourteen\">Twenty Fourteen</a>, Twenty Fifteen is light in color with a left hand sidebar and content in the right column. It’s designed with a mobile first approach and looks great on various screen sizes. Twenty Fifteen looks best when using large, featured images. It also ships with five different color schemes, ranging from dark to pink that are accessible from within the theme customizer.</p>\n<h2>Plugin Recommendations</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>When you browse to the Add New plugins screen, you’ll see a new Recommended tab. Recommendations are based on data from thousands of WordPress sites about plugins that are commonly used together. It’s similar to an online store’s “people who bought this also bought this” feature. Because of the strict data set used, plugins that are 3-4 years old or older won’t be recommended.</p>\n<h2>Improved Distraction Free Writing</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35707\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png?resize=1025%2C501\" alt=\"Distraction Free Writing in WordPress 4.1\" /></a>Distraction Free Writing in WordPress 4.1\n<p>When you enable Distraction Free Writing mode, the surrounding interface disappears as you type leaving important actions and menu items just a mouse movement away. This mode minimizes distractions without having to go through a clunky transition to access the admin menu or meta boxes. To bring back the menu and meta boxes, move the mouse cursor to the left or right of the editor.</p>\n<h2>Log Out of Every Session With One Button</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressSessionUI.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35708\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressSessionUI.png?resize=982%2C357\" alt=\"WordPress Session UI\" /></a>WordPress Session UI\n<p>WordPress 4.1 includes a new Session UI. The UI shows up on the profile page when WordPress detects more than one active session. When pressed, the button logs out of every session except for the active one. This is useful for those times when users might have forgotten to log off from a laptop, phone, or public computer.</p>\n<h2>Inline Image Editing</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/InlineImageEditing.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35709\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/InlineImageEditing.png?resize=681%2C386\" alt=\"Inline Image Editing Tools\" /></a>Inline Image Editing Tools\n<p>When editing an image using the Visual editor, a set of inline editing tools appear above the image. These tools provide a quick and easy way to align an image or access additional editing options.</p>\n<h2>oEmbed Support Added For Vine</h2>\n<p>WordPress 4.1 has<a title=\"http://codex.wordpress.org/Embeds\" href=\"http://codex.wordpress.org/Embeds\"> oEmbed support</a> for <a title=\"https://vine.co\" href=\"https://vine.co\">Vine</a> which hosts short videos that continuously loop. Sharing a Vine is now as easy as copying and pasting the URL into the Visual editor.</p>\n<h2>Choose a Different Language at Any Time</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/SiteLanguageWordPress4.1.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35711\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/SiteLanguageWordPress4.1.png?resize=637%2C450\" alt=\"Site Language Picker in WordPress 4.1\" /></a>Site Language Picker in WordPress 4.1\n<p>You can now choose a language for your site at any time by visiting the General Settings screen. Choosing a different language installs the required <a title=\"http://codex.wordpress.org/WordPress_in_Your_Language\" href=\"http://codex.wordpress.org/WordPress_in_Your_Language\">language pack</a>.</p>\n<h2>Developer Items</h2>\n<p>Metadata, date, and term queries now support <a title=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\" href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">advanced conditional logic</a>, like nested clauses and multiple operators. There are a couple of <a title=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\" href=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\">new Template tags</a> and a major improvement with <a title=\"http://wptavern.com/wordpress-4-1-to-introduce-theme-support-for-the-title-tag\" href=\"http://wptavern.com/wordpress-4-1-to-introduce-theme-support-for-the-title-tag\">Title Tags</a> in 4.1. There have also been several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels, sections, and JavaScript templates for controls.</p>\n<h2>4.1 Represents Continued Improvement</h2>\n<p>WordPress 4.1 is the product of dedicated developers and 283 contributors. The ability to choose a language without having to touch a line of code is a great improvement. The default theme is refreshing compared to Twenty Fourteen and users have an entire year to manipulate the design. While some users will see the new Distraction Free Writing mode as a distraction, others will enjoy its convenience.</p>\n<p>This is one of the first major WordPress releases in a long time that doesn’t have a video walk through. To take its place, here is a video featuring songs from Dinah Washington in 1954.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>What do you think of the new default theme and will you try out the new Distraction Free Writing mode? Let us know what you think of 4.1 in the comments.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 18:37: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:13:\"Jeff Chandler\";s: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:68:\"WPTavern: Intergalactic: A Bold Free WordPress Theme from Automattic\";s:7:\"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:28:\"http://wptavern.com/?p=35880\";s:7:\"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://wptavern.com/intergalactic-a-bold-free-wordpress-theme-from-automattic\";s: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:2905:\"<p>Despite a global <a href=\"http://rt.com/news/global-space-spending-shrinks-001/\" target=\"_blank\">decrease in public funding for space programs</a>, humans are still reaching for the last frontier through <a href=\"http://www.space.com/24848-science-fiction-space-movies-2014-countdown.html\" target=\"_blank\">film</a>, <a href=\"http://www.radiotimes.com/news/2012-10-24/nasas-voyager-probes-at-35-listen-to-the-music-of-the-planets\" target=\"_blank\">music</a>, and even design. Automattic’s latest free theme release on WordPress.org is a bold new take on the space motif.</p>\n<p><a href=\"https://wordpress.org/themes/intergalactic\" target=\"_blank\">Intergalactic</a> features strong typography with post titles overlaying full-width featured images. The one-column layout is well-suited to a personal blog and the theme has support for all the standard post formats.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-theme.jpg\" rel=\"prettyphoto[35880]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-theme.jpg?resize=660%2C928\" alt=\"intergalactic-theme\" class=\"aligncenter size-full wp-image-35903\" /></a></p>\n<p>Intergalactic also includes support for custom headers, custom backgrounds, and a social links menu. The theme keeps navigation out of sight via a high-contrast slideout menu. The sidebar is 530px wide with plenty of space for longer page titles and wider widgets.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-slide-out-menu.png\" rel=\"prettyphoto[35880]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-slide-out-menu.png?resize=1025%2C357\" alt=\"intergalactic-slide-out-menu\" class=\"aligncenter size-full wp-image-35916\" /></a></p>\n<p>The theme also has built-in styles for right-aligned, left-aligned, and centered pullquotes, which can be easily set in the text editor.</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\"><blockquote class=\"alignleft\">\n This is a left-aligned blockquote.\n</blockquote></pre>\n<p>Intergalactic’s bold design takes you back to the glory days when space photography was brand new and manned missions put explorers on the moon. It’s been more than 40 years since the Apollo 17 astronauts’ last visit to the lunar surface in 1972, but the idea of space travel remains firmly stuck in the public imagination.</p>\n<p>If you need a new look for your blog and you’re aiming to publish at the speed of light in 2015, the Intergalactic theme is a powerful motivator. Check out the <a href=\"http://intergalacticdemo.wordpress.com/\" target=\"_blank\">live demo</a> on WordPress.com to see it in action. Intergalactic is now available to <a href=\"https://wordpress.org/themes/intergalactic\" target=\"_blank\">download</a> for free from the WordPress.org Themes Directory.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 06:19: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:60:\"WPTavern: How to Take Control of The WordPress Heartbeat API\";s:7:\"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:28:\"http://wptavern.com/?p=35865\";s:7:\"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://wptavern.com/how-to-take-control-of-the-wordpress-heartbeat-api\";s: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:8187:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlFeaturedImage.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35888\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlFeaturedImage.png?resize=638%2C271\" alt=\"Heartbeat Control Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/osseous/11865341393/\">osseous</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>The WordPress <a title=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\" href=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\">Heartbeat API, introduced in WordPress 3.6, </a>simulates a pulse and is responsible for revision tracking, session management, and more. The pulse is around 98 Bytes in size, but it can cause performance issues in certain situations.</p>\n<p>If you’ve been notified by your webhost that your account is using too many resources and cite <code>POST /wp-admin/admin-ajax.php</code> as the cause, it’s likely due to the Heartbeat API.</p>\n<h2>How The Heartbeat API Works</h2>\n<p>Inmotion Hosting has an <a title=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action\" href=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action\">excellent article</a> that explains how the Heartbeat API works. If you monitor server requests while in the post editor, you’ll see <code>POST /wp-admin/admin-ajax.php \"http://example.com/wp-admin/index.php</code> appear every 15 seconds. This is the pulse generated by the API.</p>\n<p>The pulse makes sure you have a persistent connection to the web server and provides a way for developers to trigger events. For example, if the pulse takes 30 seconds or longer to process, WordPress displays a connection error and attempts to reconnect to the server.</p>\n<h2>The Problem</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/PulseExecutionTime.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35883\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/PulseExecutionTime.png?resize=221%2C183\" alt=\"Execution Time\" /></a>Execution Time\n<p>There are several situations in which a pulse is generated either automatically, or by a user. Most of the time pulses are harmless and don’t do anything.</p>\n<p>Each pulse (POST request) executes a PHP script equating to CPU time on the server. In an experiment, InMotion Hosting left the dashboard open for a half hour and noticed <strong>25</strong> PHP script executions that used <strong>5.77</strong> CPU seconds. The small amount of CPU time was used to do nothing.</p>\n<p>The problem is compounded by the fact that each user who has access to the backend of WordPress generates a pulse. As the number of users navigating the WordPress backend simultaneously increases, so does the number of pulses generated from the API.</p>\n<p>If a webhosting provider has strict limits on the number of processes or resources used, you could easily go over the limit.</p>\n<h2>How to Control The Heartbeat API</h2>\n<p><a title=\"https://wordpress.org/plugins/heartbeat-control/\" href=\"https://wordpress.org/plugins/heartbeat-control/\">Heartbeat Control</a>, developed by <a title=\"http://jeffmatson.net/\" href=\"http://jeffmatson.net/\">Jeff Matson</a>, is a new plugin that enables you to control the interval of pulses. After activating the plugin, you’ll find the settings located in <strong>Tools>Heartbeat Control</strong>.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlSettings.png\" rel=\"prettyphoto[35865]\"><img class=\"wp-image-35885 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlSettings.png?resize=502%2C258\" alt=\"Heartbeat Control Settings\" /></a>Heartbeat Control Settings\n<p>You can choose to disable the API entirely, only on the dashboard page, or allow it only on the post editing screen. You can also choose the interval when pulses are sent. The choices range from 15-60 seconds with 5 second intervals in between.</p>\n<p>By changing the interval to 60 seconds, pulses are less likely to impact server performance. Several <a title=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#comments\" href=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#comments\">HostGator customers</a> who use the plugin report they no longer experience suspensions for using too many resources.</p>\n<h2>Why InMotion Hosting Doesn’t Throttle The API by Default</h2>\n<p>If increasing the pulse interval from 15 to 60 seconds increases server performance, why doesn’t InMotion Hosting throttle the API on every webhosting server?</p>\n<p>Matson, who works for InMotion Hosting, says a one size fits all approach doesn’t work. “The reason we don’t do that is because there are some users that require it at the default rate or an even higher frequency. When making server-wide changes, you have to be extremely careful that you do not impact a customer’s site.”</p>\n<p>Matson goes on to say that, “As a host, the number one goal is making customers happy and restricting the normal operation of a user’s site is unacceptable.”</p>\n<h2>How HostGator Almost Deleted WP Tavern</h2>\n<p>I sympathize with those who use HostGator as they have a strict <a title=\"http://support.hostgator.com/articles/pre-sales-policies/rules-terms-of-service/cpu-resource-restriction\" href=\"http://support.hostgator.com/articles/pre-sales-policies/rules-terms-of-service/cpu-resource-restriction\">CPU resource restriction</a>. If pulses from the Heartbeat API cause the CPU to become busy or cause a backup in processes, using 25% of the CPU longer than 90 seconds is easy to do.</p>\n<p>HostGator’s policy for using too many resources is to suspend the account. This makes it impossible to troubleshoot the problem. If you exceed the resource allotment more than five times, the site is removed from the server and your account is banned.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HostGatorResourcePolicy.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35886\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HostGatorResourcePolicy.png?resize=503%2C107\" alt=\"HostGator Resource Policy\" /></a>HostGator Resource Policy\n<p>In late 2013, when WP Tavern used HostGator, I experienced first-hand what it’s like to have a website suspended. When I upgraded the Tavern to WordPress 3.6, which introduced the Heartbeat API, I <a title=\"http://wptavern.com/my-wordpress-is-denying-itself-service\" href=\"http://wptavern.com/my-wordpress-is-denying-itself-service\">started to experience problems</a>. The site would routinely lock up and when I viewed the processes tab in cPanel, it looked like a simple process repeated itself, leading to a denial of service.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/06/siteoffline.jpg\" rel=\"prettyphoto[35865]\"><img class=\"aligncenter size-full wp-image-7554\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/06/siteoffline.jpg?resize=741%2C644\" alt=\"Site Offline Errors\" /></a>I can’t confirm if the Heartbeat API was the culprit but it’s high on my list of suspicions. After suspending the Tavern twice, HostGator informed me that if the site was suspended again, it would be removed from the server without giving me a chance to back it up. Needless to say, I switched hosts immediately.</p>\n<h2>Don’t End Up in a Similar Situation</h2>\n<p>If you’re using a webhosting service with strict resource limits, consider installing Heartbeat Control to limit the number of pulses. Not only will it mean fewer calls to the server, but it may lead to a performance increase as well. Keep a close eye on the resources used and if you come close to maxing out, it’s a sign you need to upgrade to a better plan. Don’t end up in a position where you may lose your site!</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2014 02:19: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:84:\"WPTavern: Atlanta WordPress Coders Guild: A New Meetup for Designers and Programmers\";s:7:\"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:28:\"http://wptavern.com/?p=35847\";s:7:\"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:93:\"http://wptavern.com/atlanta-wordpress-coders-guild-a-new-meetup-for-designers-and-programmers\";s: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:7495:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/atlanta.jpg\" rel=\"prettyphoto[35847]\"><img class=\"size-full wp-image-35874\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/atlanta.jpg?resize=1022%2C496\" alt=\"photo credit: FrenchKheldar - cc\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/frenchkheldar/3322197028/\">FrenchKheldar</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>The Atlanta metro area will soon be getting a new type of WordPress meetup, targeted towards programmers and designers. Local organizers <a href=\"http://mikeschinkel.com/\" target=\"_blank\">Mike Schinkel</a> and <a href=\"http://micahwood.me/\" target=\"_blank\">Micah Wood</a> announced the <a href=\"http://www.meetup.com/atlanta-wordpress-coders-guild/\" target=\"_blank\">Atlanta WordPress Coders Guild</a> on Meetup.com and have already attracted 55 members who identify themselves as coders.</p>\n<p>Due to the group’s unique requirements, it is not affiliated with the WordPress Foundation-sponsored <a href=\"https://make.wordpress.org/community/meetups/\" target=\"_blank\">community meetups</a>. In order to become a member, one must be interested in working with technologies such as PHP, MySQL, Apache, Javascript, jQuery, Git, Backbone, Vagrant, Gulp, Grunt, SASS, and the WordPress API.</p>\n<p>“We are not affiliated with the WordPress Foundation’s Community Meetups initiative because we are not open to WordPress end-users,” Schinkel emphasizes in the meetup’s description. “We are instead a group for serious professionals with a goal of raising the bar for WordPress coder talent in the Southeast and to make it more viable for the major project funders to choose WordPress instead of closed source solutions.”</p>\n<p>Official community meetups have a requirement to have membership open to “all who wish to join, regardless of ability, skill, financial status or any other criteria.” Since the Atlanta WordPress Coders Guild isn’t open to all skill levels, it is running independently. The organizers plan to host workshops centered around best practices expected by clients who spend $100k+ on projects that demand a high level of performance and security.</p>\n<h3>Atlanta’s Fragmented WordPress Community</h3>\n<p>Schinkel has lived in the Atlanta area for several decades and has a great deal of experience <a href=\"http://mikeschinkel.com/blog/25-best-practices-for-meetup-organizers/\" target=\"_blank\">organizing professional meetups</a>. He’s an accidental connector who became acquainted with many people in the area and has a unique perspective on the Atlanta tech and WordPress communities.</p>\n<p>“We have a really strong tech community backed by education like Georgia Tech and ~10 Fortune 500 companies in the Atlanta area, and tons on technology meetups,” he said. “Lots of Java, .NET, Ruby, Javascript and PHP, and at least 10 large digital agencies with probably up to 1000 agencies if you count the small ones.”</p>\n<p>The startup community is also thriving in the area and Atlanta is experiencing growth across various sectors, including financial, health tech, IT security, and more. Unfortunately, this has not directly translated into a strong WordPress community.</p>\n<p>“The WordPress community, however, is fragmented because of metro Atlanta’s expansive geography, lack of any natural geographic boundaries and no single entity with the clout to really organize a cohesive community,” Schinkel explained. The area has 10 different meetups, many of which fail to attract more than a handful of members on a regular basis.</p>\n<p>The <a href=\"http://www.meetup.com/wordpress-atlanta/\" target=\"_blank\">Atlanta WordPress Users Group</a>, organized by Judi Knight, is the most successful with approximately 1600 members, but Schinkel says those are primarily people willing to travel to a meetup in town. Outer metro Atlanta residents are reluctant to attend.</p>\n<p>“Also, from the perspective of a professional WordPress PHP, MySQL and jQuery coder, those meetups are characterized by really novice end-users,” he said. “Rarely, if ever, is there any significant WordPress coding talent in attendance, and intermediate to advanced topics are never announced or covered.”</p>\n<h3>The Need for More Workshops Focused on Advanced Topics</h3>\n<p>Schinkel believes that the Atlanta WordPress community needs the opportunity to have more advanced workshops and developer-focused meetups. “As far as I can tell the existing successful WordPress meetups all focus on the needs of end-users,” he said. “That’s great, it is what in part has driven the success of WordPress, but it also means that there are no local meetups to help WordPress coders to grow their skills.”</p>\n<p>Schinkel used the term “coder” in the meetup name specifically to filter out those he would classify as developers.</p>\n<blockquote><p>Many people think of themselves as ‘WordPress Developers’ when what they do is install WordPress; select, install and configure a theme; select, install and configure plugins; maybe tweak CSS; and add some page templates with a bit if loop and template tag coding. So we think of those people as ‘Site Builders’ and think the term ‘developer’ is too broadly adopted to have any communicable distinction in the context of WordPress people.</p></blockquote>\n<p>There are a myriad of meetups in Atlanta for WordPress end users who want to learn about using themes and plugins, but virtually no meetups for coders who want to expand their skills. This is why the organizers are spearheading a WordPress coders guild in Atlanta.</p>\n<p>“First and foremost we want to see more Atlanta agencies and internal teams in the larger Atlanta organizations choosing WordPress for their projects,” Schinkel said. “For that to happen there has to be a stronger talent base in Atlanta who are knowledgeable and experienced in WordPress best practices, at least as far as they relate to agency use of WordPress.”</p>\n<p>He anticipates that the group will probably have its first “get to know each other” meetup in January and then start workshops in February. With advanced topics in the spotlight every week, Schinkel hopes that agencies and internal teams that rarely come out to network will be more motivated to attend.</p>\n<p>“We want to create a stronger WP coder community than we currently have in Atlanta, and the one we currently have is really lacking,” he said. “Put it another way, Drupal has a far stronger developer community in Atlanta because of their Drupal meetup and yet Drupal has ~1/10th the marketshare of WordPress. Now that is really sad, don’t you think?”</p>\n<p>Schinkel and Wood have identified a common problem with many community meetups where the topics focus on end user education. While connecting with people of all skill levels is important, more advanced WordPress professionals often become less motivated to attend meetups that don’t include topics that challenge them and help them become better at their work. The <a href=\"http://www.meetup.com/atlanta-wordpress-coders-guild/\" target=\"_blank\">Atlanta WordPress Coders Guild</a> aims to solve this problem with an alternative, non-traditional WordPress meetup.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2014 23:34: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:97:\"WPTavern: VVV-Dashboard Provides an Interface for Managing Varying Vagrant Vagrants Installations\";s:7:\"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:28:\"http://wptavern.com/?p=35807\";s:7:\"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:107:\"http://wptavern.com/vvv-dashboard-provides-an-interface-for-managing-varying-vagrant-vagrants-installations\";s: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:3392:\"<p><a href=\"https://github.com/leogopal/VVV-Dashboard\" target=\"_blank\">VVV-Dashboard</a> is a new tool that provides an interface for managing your <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> installations. Inspired by <a href=\"http://wptavern.com/variable-vvv-a-new-vvv-site-creation-wizard-for-wordpress\" target=\"_blank\">Variable VVV</a>, a script that makes it easy to create and delete sites, <a href=\"https://twitter.com/leogopal\" target=\"_blank\">Leo Gopal</a> made VVV-Dashboard to complement it.</p>\n<p>Gopal is a WordPress developer from Cape Town, South Africa. “I installed my first WordPress site seven years ago while in high school and started creating sites for clients ever since. Only recently, after Matt’s <a href=\"http://ma.tt/2014/09/five-for-the-future/\" target=\"_blank\">Five for the Future</a> speech, did I decide to come out and offer what I have to everyone, more freely,” he said. VVV-Dashboard is one of his first public contributions.</p>\n<p>The tool was designed to work with Variable VVV but can be used without it. “Because VVV is very terminal oriented, it’s easy to forget commands when you need them. For example, you might forget to ‘vagrant up –provision’ when working with Variable VVV (and other site creators),” Gopal said. VVV-Dashboard adds a quick reference page inside your vvv.dev site for commands and includes a list of all your Vagrant installs.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/vvv-dashboard.png\" rel=\"prettyphoto[35807]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/vvv-dashboard.png?resize=1025%2C472\" alt=\"vvv-dashboard\" class=\"aligncenter size-full wp-image-35817\" /></a></p>\n<p>The title of the page displays how many VVV sites you have installed on your machine. Each site and its admin are linked, along with a <a href=\"http://www.xdebug.org/docs/profiler\" target=\"_blank\">profiler</a> button that offers a quick overview. In order for the profiler to work, you must have Xdebug turned on.</p>\n<p>Many developers end up with a long list of dev sites, and it can be difficult to remember what sites are active and where they are located. The VVV-Dashboard interface saves you time with a convenient list and might even inspire you to perform a cleanup of sites no longer in use.</p>\n<p>In the next few releases, Gopal plans to include more basic site info in the dashboard, such as whether or not WP_Debug is enabled, an indicator for if Xdebug is on/off, the current active theme, etc. Variable VVV recently added a blueprints feature, which allows you to set up different plugins, themes, mu-plugins, options, or constants that will be installed to a new site you create. Gopal plans to create a few blueprint examples and add them to VVV-Dashboard.</p>\n<p>VVV-Dashboard is licensed under the GPL V2. It adds a friendly layer between you and your VVV sites to make management more convenient and efficient. Check out the project on <a href=\"https://github.com/leogopal/VVV-Dashboard\" target=\"_blank\">GitHub</a> where you’ll find complete installation instructions. If you have any tips on how to improve the project, make sure to <a href=\"https://github.com/leogopal/VVV-Dashboard/issues/new\" target=\"_blank\">leave your feedback</a> for the developer.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2014 20:01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:49:\"WPTavern: ManageWP Releases Plugin Discovery Tool\";s:7:\"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:28:\"http://wptavern.com/?p=35747\";s:7:\"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://wptavern.com/managewp-releases-plugin-discovery-tool\";s: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:5361:\"<p>The <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> has nearly 35k plugins and discovering new ones that have been tested and downloaded a few thousand times is difficult. Users can browse the directory for newest, recently updated, most popular, and highest rated plugins. With the exception of the <a title=\"https://wordpress.org/plugins/browse/updated/\" href=\"https://wordpress.org/plugins/browse/updated/\">recently updated</a> category, there’s no way to discover plugins in the middle of the pack. A new <a title=\"https://managewp.org/plugins/best\" href=\"https://managewp.org/plugins/best\">plugin discovery tool</a> by ManageWP, attempts to solve the problem.</p>\n<h2>Algorithm Based</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPBestNewPlugins.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35794\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPBestNewPlugins.png?resize=925%2C663\" alt=\"Best New Plugins\" /></a>Best New Plugins Page\n<p>The front page of <a title=\"https://managewp.org/plugins/best\" href=\"https://managewp.org/plugins/best\">ManageWP.org/plugins</a> displays the best new plugins under 100k downloads. The plugins are determined using an algorithm that takes into account plugin quality and acceleration of growth. A plugin’s quality is determined using seven metrics:</p>\n<ul>\n<li>Last Updated</li>\n<li>WordPress Compatibility</li>\n<li>Support</li>\n<li>Rating</li>\n<li>Plugin Popularity</li>\n<li>Author Popularity</li>\n<li>Other plugins from the same author</li>\n</ul>\n<p>Using a combination of metrics, ManageWP is able to display a constantly evolving list of <a title=\"https://managewp.org/plugins/rising\" href=\"https://managewp.org/plugins/rising\"><em>rising stars</em></a>. Placing emphasis on a plugin’s compatibility with WordPress and when it was last updated might motivate plugin authors to keep these fields updated.</p>\n<h2>Comparing Plugins</h2>\n<p>If you’re curious to see how plugins compare to each other, check out the <a title=\"https://managewp.org/#comparePlugins\" href=\"https://managewp.org/#comparePlugins\">plugin comparison section</a> of the site. Simply choose two different plugins and hit the compare button. The comparison displays each plugin’s statistics with a download chart at the bottom. At the moment, you’re limited to comparing only two plugins at the same time, but there are plans to allow for more in the future.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPPluginComparison.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35793\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPPluginComparison.png?resize=915%2C493\" alt=\"Plugin Comparisons\" /></a>Plugin Comparisons\n<h2>Plugin Awards</h2>\n<p>Awards are a quick way to determine how well a plugin is doing in specific categories. For example, <a title=\"https://managewp.org/plugins/details/wordpress-seo\" href=\"https://managewp.org/plugins/details/wordpress-seo\">WordPress SEO</a> by Team Yoast, has a number of awards for being the most downloaded and highest rated in multiple categories. I think it would be beneficial if this area was extended to highlight more ranks like top ten, top five, and number one.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/PluginAwards.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35797\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/PluginAwards.png?resize=599%2C559\" alt=\"ManageWP Plugin Awards\" /></a>ManageWP Plugin Awards\n<h2>Future Improvements</h2>\n<p>ManageWP founder, Vladimir Prelovac, says he’s not finished with the site. In <a title=\"https://managewp.com/blog\" href=\"https://managewp.com/blog\">the announcement</a>, he shares a couple of ideas on what he’d like to see in the next iteration.</p>\n<ul>\n<li>Simpler plugin comparison, allow multiple plugins compared at once.</li>\n<li>Include <a href=\"https://wpvulndb.com/\">WP Vulnerability Database</a> security data to plugin details page and Plugin Quality score.</li>\n<li>Allow plugin authors to ‘claim’ their pages. This will allow all sorts of activity like adding the links to their premium support, answering Q&A</li>\n<li>Open everything via an API so everyone can use the engine and its data</li>\n</ul>\n<p>The WP Vulnerability Database will be a nice enhancement, especially if you can see how many vulnerability reports a plugin has. Something to keep in mind is that ManageWP/Plugins is utilizing the <a title=\"http://codex.wordpress.org/WordPress.org_API\" href=\"http://codex.wordpress.org/WordPress.org_API\">WordPress.org Plugins API,</a> which limits the types of data it’s able to work with.</p>\n<h2>A Plugin Directory Without The Plugins</h2>\n<p>I love the idea behind <a title=\"https://managewp.org/plugins\" href=\"https://managewp.org/plugins\">ManageWP/Plugins</a> because it fills a void created by the plugin directory. It’s essentially a sub-section of the directory without the plugins. When I look for plugins to review, the directory leaves me little choice between one that’s popular or brand new. ManageWP/Plugins gives me an opportunity to discover them before they reach global popularity.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2014 05:58: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:13:\"Jeff Chandler\";s: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:108:\"WPTavern: WordPress Accessibility Team Is Mobilizing to Make Accessibility Required for WordPress.org 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35570\";s:7:\"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:118:\"http://wptavern.com/wordpress-accessibility-team-is-mobilizing-to-make-accessibility-required-for-wordpress-org-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4368:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/guided-road.jpg\" rel=\"prettyphoto[35570]\"><img class=\"aligncenter size-full wp-image-22575\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/guided-road.jpg?resize=900%2C421\" alt=\"guided-road\" /></a></p>\n<p>Throughout the first half of this month, the WordPress Accessibility team has been working together with the Theme Review Team to discuss the <a href=\"https://make.wordpress.org/accessibility/2014/12/04/theme-accessibility-meeting-notes/\" target=\"_blank\">possibility of requiring the accessibility-ready tag</a> for themes hosted on WordPress.org. The team will need to create an official proposal to submit to the Theme Review Team in order to make this happen.</p>\n<p>In preparation, the Accessibility team is increasing efforts to educate theme authors on accessibility best practices. Joe Dolson published a post with <a href=\"https://make.wordpress.org/themes/2014/12/15/three-easy-tips-for-accessible-theming/\" target=\"_blank\">tips for making WordPress themes accessible</a>, which includes basic instructions for making themes work with a keyboard, creating event triggers as accessible controls, and adding supporting text for images.</p>\n<p>The Accessibility team also created a <a href=\"https://github.com/wpaccessibility/\" target=\"_blank\">GitHub repository</a> for sharing WordPress-specific code examples for accessibility and plans to add resources in the near future. The theme handbook and reviewer’s handbook will potentially need to be reworked in order to account for the new guidelines. “The goal is for those documents to explicitly correlate to the theme accessibility guidelines, so that theme authors have specific guidance on what to do to meet those requirements,” Dolson said at a recent meeting.</p>\n<p>The Accessibility team hopes to announcing new guidelines for theme developers in April 2015, which would then be required as of November 2015. Once the guidelines are finalized for both required and recommended items, the Accessibility team will also need to train the Theme Review Team on reviewing for accessibility.</p>\n<p>For most traditional WordPress sites, the active theme is the face of the website, and accessibility-ready themes undoubtedly improve the experience of WordPress for users with disabilities. However, making accessibility required for themes is a long and difficult path. The possibility of the requirement already has opposition among Theme Review Team administrators.</p>\n<p>When we <a href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\" target=\"_blank\">published</a> about WordPress.org’s newest requirement for themes to be translation-ready, several readers chimed in on the comments to advocate for accessibility to be required. Justin Tadlock, a TRT admin, <a href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready#comment-61697\" target=\"_blank\">replied</a>, “As an admin of TRT, full compliance with our current accessibility guidelines is something I’d fight to not make a requirement.</p>\n<p>“Unfortunately, making a theme accessible can sometimes mean not respecting a designer’s artistic vision. This is particularly an issue with color contrasts. Anything that would hinder design decisions like this is not something I would support. That’s beyond the scope of what TRT’s role is.”</p>\n<p>Even with more education for theme authors, additional guidelines pose another hurdle to overcome in the rigorous review process. Tadlock believes it would stifle submissions from new theme authors. “Requiring accessibility-ready themes would be such a huge barrier to entry for new theme authors that it would be detrimental to the system.”</p>\n<p>The Accessibility team is highly motivated to push for this new requirement and is currently working on a precise proposal that will be voted on by the Theme Review Team. “The important thing with the proposal is clarity,” Dolson said, recognizing that it could be blocked if the two teams are unable to communicate effectively about the issues at stake. The decisions made in the first part of 2015 will determine the immediate future of theme accessibility in the WordPress.org Themes Directory.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2014 21:24: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:38:\"Post Status: Let’s WordSesh together\";s:7:\"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.poststat.us/?p=7232\";s:7:\"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.poststat.us/lets-wordsesh-together/\";s: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:1513:\"<p><img class=\"aligncenter size-large wp-image-7233\" src=\"http://www.poststat.us/wp-content/uploads/2014/12/wordsesh-3-752x317.png\" alt=\"wordsesh-3\" width=\"627\" height=\"264\" /></p>\n<p>This weekend, <a href=\"http://wordsesh.org/\">WordSesh</a> 3 will begin. WordSesh is 24 straight hours of live streamed presentations and discussions from a variety of intelligent folks in the WordPress world.</p>\n<p>It starts at 0:00 UTC Saturday, which really means 7:00 p.m. Eastern time on Friday for those of us in America. It’ll run through Saturday evening.</p>\n<p>The <a href=\"http://wordsesh.org/#schedule\">lineup</a> for WordSesh is as good as any WordCamp, and the chat around the past events has been fantastic. Scott Basgaard and his team of volunteers do a great job.</p>\n<p>I’ll be on a WordPress news roundtable at the tail end of WordSesh. On Friday, I’m going to have some news that will help explain my radio silence of late, and will probably spice up the conversation I’m to have with Jeff Chandler (of WP Tavern), Dre Armeda and Brad Williams (of DradCast) and Doc Pop (of Torquemag). I hope you’ll watch.</p>\n<p>Check out all the information on the <a href=\"http://wordsesh.org/\">WordSesh</a> website, follow <a href=\"https://twitter.com/wordsesh\">@WordSesh</a> on Twitter, and RSVP if you’d like to attend. There are already over 600 people signed up. It’s completely free and community supported. I love this event and I’m glad to see it happen again.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2014 19:43: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:15:\"Brian Krogsgard\";s: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:96:\"WPTavern: Jetpack 3.3 Introduces New Centralized Dashboard for Managing Multiple WordPress Sites\";s:7:\"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:28:\"http://wptavern.com/?p=35724\";s:7:\"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://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\";s: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:3553:\"<p>Jetpack 3.3 is now available. The highlight of this release is the new centralized site dashboard feature that allows users to manage multiple Jetpack-connected WordPress sites and WordPress.com sites from one location in WordPress.com.</p>\n<p>The new dashboard is mobile friendly and includes the <a href=\"http://wptavern.com/jetpack-3-2-introduces-centralized-posting-from-wordpress-com\" target=\"_blank\">centralized posting feature that was introduced in Jetpack 3.2</a>. It also allows users to see all of their sites listed together and perform a number of housekeeping actions:</p>\n<ul>\n<li><strong>Plugin management:</strong> Turn plugins on or off with one click — per site or in bulk.</li>\n<li><strong>Initiate plugin updates:</strong> Update plugins for a single site or all sites in bulk.</li>\n<li><strong>Automatic updates:</strong> Turn on auto-updates for any plugin on a per-site basis or in bulk.</li>\n</ul>\n<p>Jetpack 3.3 is required in order to use the plugin management features, so you’ll need to update at least one of your sites to check it out. You also need to activate Jetpack’s JSON API feature and ensure that the “Allow remote actions” setting is enabled.</p>\n<p>To view all the plugins you have installed, visit <a href=\"https://wordpress.com/plugins\" target=\"_blank\">WordPress.com/Plugins</a>. When you click through a plugin, you’ll find a short description of it and a list of the sites where you have it installed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jetpack-plugin-management.jpg\" rel=\"prettyphoto[35724]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jetpack-plugin-management.jpg?resize=980%2C482\" alt=\"jetpack-plugin-management\" class=\"aligncenter size-full wp-image-35735\" /></a></p>\n<p>WordPress.com’s one dashboard to rule them all is now in direct competition with services like <a href=\"https://managewp.com/\" target=\"_blank\">ManageWP</a>, <a href=\"https://wpremote.com/\" target=\"_blank\">WP Remote</a>, <a href=\"http://infinitewp.com/\" target=\"_blank\">InfiniteWP</a>, and several others that provide centralized site management.</p>\n<p>As WordPress has become an increasingly popular solution for building websites, developers are often responsible for more sites than they can safely keep track of for updates. Centralized dashboard management is critical for scaling maintenance capabilities. It comes as no surprise that WordPress.com is getting its hook into self-hosted sites by moving to support centralized site management via Jetpack.</p>\n<p>In addition to the new centralized dashboard, Jetpack 3.3 also brings many other enhancements to the plugin:</p>\n<ul>\n<li>Adds responsive video support to BuddyPress</li>\n<li>Custom Content Types: Added ‘order’ and ‘orderby’ options to portfolio shortcode</li>\n<li>Display notice when Jetpack Development Mode is on</li>\n<li>Compatibility with Twenty Fifteen</li>\n<li>Likes: Updated the code to accept arbitrary CPTs</li>\n<li>Related Posts: Allow filter by post_format</li>\n<li>Sharing: add new jetpack_sharing_counts filter for option to turn off sharing counts</li>\n<li>Sharing: Use the Site Logo Theme Tool and the Site Icon as fallbacks for image tags</li>\n</ul>\n<p>The 3.3 release also adds several filters that allow developers to further customize Jetpack’s behavior. Check out the <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</a> for the full list of enhancements and improvements.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2014 18:24: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:13:\"Sarah Gooding\";s: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:97:\"WPTavern: 100,000+ WordPress Sites Compromised Using the Slider Revolution Security Vulnerability\";s:7:\"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:28:\"http://wptavern.com/?p=35668\";s:7:\"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:105:\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\";s: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:3280:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg\" rel=\"prettyphoto[35668]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg?resize=1024%2C487\" alt=\"photo credit: Ravages - cc\" class=\"size-full wp-image-27206\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/ravages/6731739485/\">Ravages</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Over the weekend, the security team at Sucuri <a href=\"http://blog.sucuri.net/2014/12/soaksoak-malware-compromises-100000-wordpress-websites.html\" target=\"_blank\">discovered</a> that more than 100,000 WordPress sites have been hit with the SoakSoak.ru malware campaign. This campaign has resulted in more than 11,000 domains being blacklisted by Google.</p>\n<p>SoakSoak modifies the wp-includes/template-loader.php file in order to inject Javascript, which contains the malware, into every page on compromised sites. You can check to see if your site is affected by using Sucuri’s free <a href=\"http://sitecheck.sucuri.net/\" target=\"_blank\">SiteCheck scanner</a>.</p>\n<p>After researching the compromised sites, Sucuri found that SoakSoak’s vehicle of attack is the <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised\" target=\"_blank\">critical security vulnerability that was discovered in the Slider Revolution plugin</a> and made public in September. At that time, Envato identified more than <a href=\"http://wptavern.com/1000-wordpress-themes-on-envato-market-potentially-affected-by-revolution-slider-security-vulnerability\" target=\"_blank\">1,000 themes sold through its marketplace that were potentially affected</a> by this particular vulnerability.</p>\n<p>The Slider Revolution issue, though silently patched in February, has been actively exploited since its disclosure. Many WordPress site administrators have not updated their copies of the Slider Revolution plugin to the patched version, leaving their sites open to compromise. Since the plugin is packaged with many themes sold through Themeforest, site owners are not always aware that they are vulnerable.</p>\n<p>According to the report from Sucuri, the SoakSoak attack first scans sites to locate the vulnerable file within the Slider Revolution plugin in order to gain access to the wp-config.php file. If successful, the intruder then attempts to upload a malicious theme to the site, followed by injecting the <a href=\"http://labs.sucuri.net/db/malware/backdoor-phpfilesman02\" target=\"_blank\">Filesman backdoor</a> into the website. The attacker then injects another backdoor in order to modify the swfobject.js file to inject malware that redirects visitors to soaksoak.ru.</p>\n<p>This malware attack is particularly difficult to clean up after. If your site has been compromised, you cannot simply remove the infected files. The backdoors will also need to be addressed, as well as the Slider Revolution vulnerabilities. Sucuri advises stopping malicious attacks through a firewall. If your site or one of your clients’ sites is using the Slider Revolution plugin, it is imperative that you check to see if you are affected and update your site and plugins immediately.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2014 22:42: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:13:\"Sarah Gooding\";s: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:83:\"WPTavern: Pippin Williamson on Building a Community Around Your Open Source Project\";s:7:\"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:28:\"http://wptavern.com/?p=35573\";s:7:\"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:93:\"http://wptavern.com/pippin-williamson-on-building-a-community-around-your-open-source-project\";s: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:10938:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/pippin-williamson.jpg\" rel=\"prettyphoto[35573]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/pippin-williamson.jpg?resize=800%2C393\" alt=\"photo credit: inQbation\" class=\"size-full wp-image-35588\" /></a>photo credit: <a href=\"http://www.inqbation.com/photos-of-wordpress-wordcamp-miami-2014/\">inQbation</a>\n<p>When <a href=\"https://twitter.com/pippinsplugins\" target=\"_blank\">Pippin Williamson</a> launched <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> in early 2012, he could not have predicted the success that the open source project is experiencing today. The core plugin is approaching half a million downloads and recently passed 100 <a href=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/graphs/contributors\" target=\"_blank\">contributors</a> on GitHub. It provides the foundation for a profitable commercial marketplace of more than 190 extensions authored by the EDD community.</p>\n<h3>The Birth of Easy Digital Downloads</h3>\n<p>As is the case with many entrepreneurs, Williamson discovered one of his best ideas while solving one of his own problems. He had become an avid plugin developer long before EDD was in the picture. “I wanted a better way to sell WordPress plugins I was creating through my own site,” he said. “I had been using the Code Canyon marketplace from Envato for a while and had toyed with a few of the other e-commerce plugins, but I wanted something a bit different.” Williamson had no idea that EDD would soon become his full-time job.</p>\n<blockquote><p>When a project starts out that way, it’s really hard to guesstimate what the future holds for it. As I continued building on the plugin and making more generalized features that had a wider audience than just my site, it became apparent pretty quickly that others were looking for some of the same things. The project was started in March and by November of the same year, I really started to consider the prospect of it becoming a full-time job for me.</p></blockquote>\n<p>Williamson was inspired by Jigoshop’s and WooCommerce’s successes with the “extensions marketplace” business model. “As an outsider, it seemed as though the extensions model was working well for them, so I thought, ‘Why not?’ It seemed like a good fit. Early on though I had no idea that we would reach more than 150 extensions in so short a time.”</p>\n<p>He built the first couple of extensions for himself, including the Stripe integration. “Those first extensions were really the ones that proved building a marketplace around EDD wasn’t an utterly insane idea. Mostly insane but plausible.”</p>\n<h3>Extensibility Has a Direct Correlation to Profitability</h3>\n<p>Easy Digital Downloads is well known for having a codebase that is easy to extend and friendly to developers. Williamson built this into the project out of principle from the early days of EDD, not knowing how vital extensibility would become further down the road.</p>\n<p>“It definitely started as a core philosophy but became a fundamental requirement as the project grew. EDD wouldn’t be even half as successful as it is now if it weren’t for the extensibility,” he said. “There are still severe pain points in terms of our extensibility, but they are being worked on for future releases. A commitment to always making the plugin more and more extensible is one of the things that has really helped us along the way.”</p>\n<p>Extensibility is the backbone of the EDD marketplace, and it’s paying off for Williamson and the project as a whole. On an average day, the core EDD plugin sees 400-1000 downloads. “The revenue of the project has grown consistently since first launching two and a half years ago,” Williamson said. “In its first year, we saw steady growth, but nothing amazing by any means. It was enough to tell me there was potential for much, much more.”</p>\n<p>In 2012, Williamson reports that the project pulled in $25,000 in extension sales, with one fifth of this paid out to third party developers for extension sales. Over the course of 2013, EDD grew its monthly revenue from ~$2,000 per month up to nearly $16,000 per month. Williamson finished that year with ~$190,000 in sales and paid out nearly $64,000 in commissions to third party developers.</p>\n<p>“And now, just as we are wrapping up 2014, we have seen more than $456,000 in sales and have generated more than $200,000 in commissions for third party developers,” Williamson said. “In 2015 these numbers are expected to grow, just as they have for the last two years. To say we’re excited for the future would be to put it lightly.”</p>\n<h3>Attracting and Keeping a Community of Contributors</h3>\n<p>Without EDD’s large community of contributors, the project’s success would have been severely limited. EDD seems to have an organic way of attracting and keeping contributors. Williamson attributes this to three key aspects of the community surrounding the project:</p>\n<ul>\n<li><strong>We work hard to always try and make new contributors few welcome.</strong> No one should ever be told (even indirectly) to go away when they are trying to give back to a project. By being open to criticism and suggestions from the community, and working to ensure the community feels encouraged to speak up, we have gained a lot of long-time contributors, simply because they didn’t feel like their suggestions were lost in a dark abyss of nothingness or intentionally ignored. When people feel welcomed, they tend to stick around.</li>\n<li><strong>Every suggestion gets an answer of some kind. Period.</strong> We strive to never leave a support ticket or github issue unanswered. Even if the answer is “no”, we still answer it. When people are ignored, they leave, so we never ignore anyone. Period.</li>\n<li><strong>We have actively asked people to help out on the project.</strong> There are tons of people out there ready, willing, and wanting to help; sometimes all it takes is an invitation.</li>\n</ul>\n<p>Williamson doesn’t think that any of these efforts are unique to EDD, but they have been the most important factors for growing and keeping a large contributor base. He aims to make sure every single contributor gets an answer to their suggestions, no matter how small the contribution or bug report. “If someone that is brand new to the project feels they have been ignored, how likely are they to ever come back? I think we see this a lot with WordPress core contributors,” he said.</p>\n<p>“There are hundreds of tickets on trac that have gone unanswered from new contributors, and I suspect a huge percentage of those people have decided to move on and not contribute since they felt ignored. <strong>It doesn’t matter if someone is actually ignored; it matters that they feel they were ignored.</strong>”</p>\n<p>In order to maintain a good follow-up process, Williamson has streamlined development of the core plugin through its GitHub repository. New contributors who want to get involved with extension or theme development also have access to a private Trello board where they can connect with other developers.</p>\n<h3>Advice for New Open Source Project Leaders</h3>\n<p>When reflecting on the early days of EDD, Williamson has a few regrets and encourages developers to think about the future when it comes to plugin architecture. “There is one major architectural change I would make, and that is the use of custom tables for storing data,” he said.</p>\n<p>“We opted out of using custom tables from day one, and that was a mistake. Not properly leveraging custom tables that had the exact database schema that we needed actually made it dramatically more work for us in the long run. We’ve had to jump through a lot of hoops to build advanced queries for solid store reporting.”</p>\n<p>This mistake has made it difficult to build EDD in a way that will scale the plugin up to a larger user base on larger websites, as needed. Williamson and contributors continue to find ways to deal with it but it is still costing the team a great deal more effort.</p>\n<p>On the community aspect of the project, he has a few simple tips for open source project leaders who want to attract a decent base of contributors.</p>\n<ul>\n<li>Be nice.</li>\n<li>Respond to everyone.</li>\n<li>Make it publicly known that you want contributions.</li>\n<li>Do what you can to make it easy (hint: asking people to email patches is not making it easy.)</li>\n<li>Be very open to criticism.</li>\n<li>Work hard to build an awesome product, as that alone will attract a certain number of interested in contributors.</li>\n</ul>\n<p>Holding to these principles has made Easy Digital Downloads a resounding success, as well as an inspirational example for WordPress plugin developers. Williamson hopes to expand operations to include a hosted version of the plugin, but doesn’t yet have a roadmap for how that will play out.</p>\n<p>“I would like to see a hosted version be available within the next year or two. We haven’t officially decided if we will offer one or if we will seek partnering with an agency or other group, but I’d love to see it come about,” he said. If he’s able to launch a hosted version, Williamson will have the opportunity to tap into a whole new demographic of customers, many of whom are likely not developers.</p>\n<p>“I’ve never run a hosted service before so it will be a whole new experience for me with a whole new set of challenges,” he said. Williamson counts the strong EDD community as one of his assets in pursuing this new venture:</p>\n<blockquote><p>One advantage that I feel we will have, however, is the rapid development pace that having a strong community of contributors affords us. As we iterate quickly on the self-hosted version, those same changes will be able to be applied to a hosted version. It will also be able to go in reverse: as we test out new features in a hosted version, we can apply those same changes upstream to the self-hosted version. Much like WordPress.org and WordPress.com.</p></blockquote>\n<p>With a large number of people building extensions for the project, and a regular stream of contributions and bug fixes, Williamson and EDD are uniquely prepared to support a hosted version. The success of <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> demonstrates the value of building a strong community around your open source project. With the right cultivation and a healthy community, any quality project can become more profitable and prepared for the future.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2014 20:19: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:13:\"Sarah Gooding\";s: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:78:\"WPTavern: The Majority of Shark Tank Contestants Use WordPress and WooCommerce\";s:7:\"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:28:\"http://wptavern.com/?p=35540\";s:7:\"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://wptavern.com/the-majority-of-shark-tank-contestants-use-wordpress-and-woocommerce\";s: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:2055:\"<p>Have you ever wondered what CMS and eCommerce system <a title=\"http://en.wikipedia.org/wiki/Shark_Tank\" href=\"http://en.wikipedia.org/wiki/Shark_Tank\">Shark Tank</a> contestants use? WP Engine used <a title=\"http://builtwith.com/\" href=\"http://builtwith.com/\">BuiltWith</a> and <a title=\"http://wpengine.com/2014/12/03/shark-tank-cms-infographic/\" href=\"http://wpengine.com/2014/12/03/shark-tank-cms-infographic/\">looked at the websites</a> of each contestant appearing on the show between seasons 1-5. They also manually investigated each site to determine some of the more complex setups. Factors WP Engine looked for include: if the site was still active, site-wide SSL implementation, and what kind of eCommerce solutions are being used. Here are a few highlights from the infographic.</p>\n<p>WordPress is the most popular platform, followed by Shopify and Magento. One of the most disappointing discoveries is that out of 341 websites, only 39 have SSL support. SSL is important because it provides a level of encryption between you and the server. It also protects customer information which is extremely important if you’re going to sell things online.</p>\n<p>For over a year, Magento was the eCommerce system of choice, but it’s now in second place. WooCommerce is now the most popular eCommerce system used by Shark Tank contestants. This makes sense since WordPress is the most popular platform and WooCommere is built to be used with WordPress.</p>\n<p>Check out the rest of the data in the image below and let us know if any of the data surprises you. The image is over 1mb in size so it might take a little while to load.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/WPEngine_SharkTank_Infographic-V2.png\" rel=\"prettyphoto[35540]\"><img class=\"wp-image-35639 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/WPEngine_SharkTank_Infographic-V2.png?resize=1025%2C7993\" alt=\"WPEngine Shark Tank Infographic\" /></a>Infographic Created By <a href=\"http://www.wpengine.com\">WP Engine</a>\";s: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, 15 Dec 2014 20:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:56:\"WPTavern: Google Earth API to Retire December 12th, 2015\";s:7:\"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:28:\"http://wptavern.com/?p=35615\";s:7:\"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://wptavern.com/google-earth-api-to-retire-december-12th-2015\";s: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:2380:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleEarthAPIFeaturedImage.png\" rel=\"prettyphoto[35615]\"><img class=\"size-full wp-image-35621\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleEarthAPIFeaturedImage.png?resize=634%2C211\" alt=\"Google Earth API Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/21177199@N03/2567692977/\">Ludovico Cera</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>For over six years, the <a title=\"https://developers.google.com/earth/documentation/index\" href=\"https://developers.google.com/earth/documentation/index\">Google Earth API</a> has enabled countless developers to build 3D mapping applications in the browser. Those days are over as Google <a title=\"http://googlegeodevelopers.blogspot.com/2014/12/announcing-deprecation-of-google-earth.html\" href=\"http://googlegeodevelopers.blogspot.com/2014/12/announcing-deprecation-of-google-earth.html\">announced on its developer blog</a> that the API is deprecated and will officially retire December 12th, 2015.</p>\n<p>The Google Earth API is built on the <a href=\"http://en.wikipedia.org/wiki/NPAPI\">NPAPI plugin framework</a> which <a title=\"http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html\" href=\"http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html\">Chrome</a> and <a title=\"https://blog.mozilla.org/security/2014/02/28/update-on-plugin-activation/\" href=\"https://blog.mozilla.org/security/2014/02/28/update-on-plugin-activation/\">Firefox</a> no longer support due to security reasons. Over the past six years, the API has experienced dwindling support across multiple platforms, especially on mobile. It’s worth noting that Google Earth is not going away; only its API is being retired.</p>\n<p>A <a title=\"https://wordpress.org/plugins/search.php?q=google+earth\" href=\"https://wordpress.org/plugins/search.php?q=google+earth\">quick search</a> of the WordPress plugin directory for Google Earth shows at least three pages of results. However, several of the plugins look like they use Google Maps instead of Google Earth. If using an external API, most authors put the information in the plugin’s description. If you’re using a plugin that uses the API, please get in touch with the author and let them know it’s no longer supported.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2014 18:33: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:13:\"Jeff Chandler\";s: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:85:\"WPTavern: BuddyPress, bbPress, and GlotPress Development Campaign is Now Fully Funded\";s:7:\"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:28:\"http://wptavern.com/?p=34940\";s:7:\"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:93:\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\";s: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:4263:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/jjj.jpg\" rel=\"prettyphoto[34940]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/jjj.jpg?resize=1025%2C499\" alt=\"jjj\" class=\"aligncenter size-full wp-image-33407\" /></a></p>\n<p>John James Jacoby’s crowd-funding <a href=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development#home\" target=\"_blank\">campaign for development on WordPress’ sister projects</a> is now closed and fully funded at $51,500. For the first six months of 2015, he will be working full-time to push the BuddyPress, bbPress, and GlotPress projects forward.</p>\n<p>Jacoby is essentially pioneering a new way of working as an open source developer funded by the community. There’s no prescription for how to tackle each project’s goals, but working remotely in the past has uniquely prepared him for this opportunity.</p>\n<p>“Previous experience working mostly independently and remotely certainly doesn’t hurt, particularly for things like consistent communication and maintaining momentum,” he said. “It will be nice to get back into the swing of posting public status updates and more strictly planning out my days and weeks again. I appreciate the freedom I’ve had since July, but being completely without structure can be risky, too.”</p>\n<p>Jacoby anticipates splitting his time equally between BuddyPress, bbPress, and GlotPress. “In my imagination, fairly evenly in priority order for a few of the long standing issues that have been prohibiting enhancements to WordPress.org, specifically for the Rosetta sites,” he said. “GlotPress will require a little more time for me to start being helpful, so I’ll likely try to focus on the BuddyPress and bbPress queue first.”</p>\n<p>What will a typical day look like for Jacoby when he starts working full-time on the sister projects? He plans to be involved in every aspect, from writing code to mentoring to adding codex contributions.</p>\n<blockquote><p>I think a typical day will look like a cup of coffee, reading Trac and Slack, providing feedback and mentorship, and shepherding as much activity as I can. That might mean committing patches and doing feature development, increasing unit test coverage and working on the codex, or helping with tools to enable others to contribute easier. There is no shortage of things to do, and I’ll be looking at ways to multiply my efforts to get the maximum value out of the time I have.</p></blockquote>\n<p>If the development project is successful, other developers may be inspired to create similar campaigns. Jacoby isn’t the only one with the capability to make a strong impact on these projects. He believes that there are many others who would be able to do that same.</p>\n<blockquote><p>I really hope people look at this campaign as something they can try, too. Stephen Edgar has been absolutely killing it all across .org, so removing that barrier for him is a priority of mine. Mathieu Viet keeps putting out comprehensive BuddyPress concepts that could make their way into core with just a bit more free time and focus. Ryan McCue already volunteers a huge amount of time; imagine if he was 100% focused. </p>\n<p>Matt Gross (currently at 10up) is such a fast learner and can really crank stuff out quickly. Alison Barrett (also currently at 10up) is the same way; crazy fast at learning and implementing new things. I’d love to work with either of them on the bb’s again. A few of these individuals may not require outside funding, but it’s an interesting idea to use it as an option to reduce an employer’s monetary burden.</p></blockquote>\n<p>Working full-time on open source community projects without distraction, while still paying the bills, is a rare opportunity that Jacoby intends to maximize. If all goes as planned, the first half of 2015 will bring about the removal of the projects’ most pressing hindrances. The success of Jacoby’s campaign demonstrates that the WordPress community believes in the potential of BuddyPress, bbPress, and GlotPress enough to invest in a trustworthy developer to make dedicated improvements.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Dec 2014 22:01: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:13:\"Sarah Gooding\";s: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:39:\"WPTavern: A Newbie’s Guide to bbPress\";s:7:\"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:28:\"http://wptavern.com/?p=35431\";s:7:\"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://wptavern.com/a-newbies-guide-to-bbpress\";s: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:7392:\"<p>If you’re brand new to <a title=\"http://bbpress.org/\" href=\"http://bbpress.org/\">bbPress</a>, you may not know about some of the ways it can be extended beyond being a simple forum. Additional functionality can be added with plugins, its output can be manipulated through CSS, and development is easy to keep up with. Even though bbPress has a <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">getting started</a> guide available, I came up with my own mini guide. Here are some tips to get you started on building a bbPress forum.</p>\n<h2>Where to Find Plugins</h2>\n<p>bbPress is a plugin that was designed to be extended by other plugins. Once installed and configured, simply browse the plugin directory from the backend of WordPress and search for bbPress. There are at least 314 plugins that show up in the search results, not including the ones hosted on Github.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressPlugins.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35455\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressPlugins.png?resize=1025%2C526\" alt=\"bbPress Plugins in The WordPress Plugin Directory\" /></a>bbPress Plugins in The WordPress Plugin Directory\n<p>Even though bbPress.org has a <a title=\"https://bbpress.org/plugins/\" href=\"https://bbpress.org/plugins/\">section dedicated to plugins</a>, it’s essentially an alternative to browsing the WordPress plugin directory. Instead of being able to view all of the plugins available, the pages only list bbPress specific plugins.</p>\n<p>Similar to WordPress, bbPress <a title=\"http://codex.bbpress.org/feature-plugins-tracking/\" href=\"http://codex.bbpress.org/feature-plugins-tracking/\">has a list of feature plugins</a> that may one day, be merged into core. The list contains plugins that offer features found in most forum software out of the box, so it’s a good place to start when adding features. Pay close attention to the <strong>Last Updated:</strong> information as I encountered a lot of plugins that haven’t been updated in over 2 years.</p>\n<h2>Altering The Look and Feel</h2>\n<p>bbPress comes with built-in theme support where all required elements such as front-end editing are included. If a WordPress theme doesn’t have support for the various elements that make up bbPress, you’ll still be able to use it. The built-in support makes it compatible with nearly every WordPress theme. However, I strongly encourage you to use a theme that is bbPress compatible as it almost always looks better than the default.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressCompatibleThemes.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35467\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressCompatibleThemes.png?resize=1025%2C810\" alt=\"Free bbPress Compatible Themes\" /></a>Free bbPress Compatible Themes\n<p>A <a title=\"https://wordpress.org/themes/search.php?q=bbPress\" href=\"https://wordpress.org/themes/search.php?q=bbPress\">search of the theme directory</a> indicates four pages of free WordPress themes that are explicitly compatible with bbPress. If you’d simply like to override the default markup to give it a custom look, check out <a title=\"https://codex.bbpress.org/theme-compatibility/\" href=\"https://codex.bbpress.org/theme-compatibility/\">this Codex article</a>.</p>\n<h2>How to Keep up With Development</h2>\n<p>While WordPress releases three major versions a year, bbPress averages two a year. So far in 2014, there have been no major versions released. Compared to WordPress, bbPress development occurs at a slower pace due to a smaller number of people contributing and spending time on the project. Not only does this make it easy to keep up with changes, it increases the opportunity to influence the project.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressDevelopment.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35469\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressDevelopment.png?resize=946%2C691\" alt=\"bbPress Development\" /></a>bbPress Development\n<p>bbPress uses <a title=\"https://bbpress.trac.wordpress.org/timeline\" href=\"https://bbpress.trac.wordpress.org/timeline\">Trac for development</a> where user’s can submit bug reports and patches. If you use <a title=\"https://slack.com/\" href=\"https://slack.com/\">Slack</a>, you can join the #bbPress channel where core developers and contributors hang out. This is a great way to get in touch with people and communicate in real-time.</p>\n<h2>Where to Get Support</h2>\n<p>The best way to get support is through the official <a title=\"https://bbpress.org/forums/\" href=\"https://bbpress.org/forums/\">bbPress forum</a>. While not as active as the WordPress support forum, there’s still a good amount of activity that takes place. It’s also monitored by all of the core developers.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressSupport.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35517\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressSupport.png?resize=986%2C575\" alt=\"bbPress Support Forum\" /></a>bbPress Support Forum\n<p>The bbPress support forums follow the same rules and guidelines set forth by the WordPress support forums. There are two documents you should read to familiarize yourself to how it works. <a href=\"https://codex.wordpress.org/Using_the_Support_Forums\">Using the Support Forum</a> and the <a href=\"https://codex.wordpress.org/Forum_Welcome\">Forum Welcome message</a>.</p>\n<h2>bbPress Nomenclature</h2>\n<p>bbPress has a set of nomenclature that is different from forum software you may have used in the past. This small guide explains what each term means.</p>\n<ul>\n<li><strong>Forums</strong> – Are segments of the main forum similar to categories.</li>\n<li><strong>Topics</strong> – Topics are created within forums, they are the issues that are being discussed.</li>\n<li><strong>Replies</strong> – Replies are made to topics, this is the actual discussion.</li>\n<li><strong>Voices</strong> – Voices represent the number of individuals participating in a conversation</li>\n</ul>\n<h2>The Next Six Months</h2>\n<p>Although development has come to a crawl in recent months, it’s encouraging that John James Jacoby <a title=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development\" href=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development\">successfully reached his crowd funding goal</a> as bbPress will likely experience a surge in development and community based contributions over the next six months. Hopefully, the next six months are among the project’s brightest.</p>\n<h2>Codex Volunteer</h2>\n<p>The documentation and organization of documents on the bbPress.org website leaves a lot to be desired. Several links point to placeholders or the incorrect pages. I’m working with the team as a Codex volunteer to try to clean up the mess so others can benefit by finding the information they need.</p>\n<p>This guide is a Cliff’s Notes version of what’s available on bbPress.org. I hope it helps you as it did me when putting it together.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Dec 2014 20:32: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:68:\"WPTavern: Variable VVV: A New VVV Site Creation Wizard 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35501\";s:7:\"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://wptavern.com/variable-vvv-a-new-vvv-site-creation-wizard-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4804:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/04/vagrant.png\" rel=\"prettyphoto[35501]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/04/vagrant.png?resize=1025%2C463\" alt=\"vagrant\" class=\"aligncenter size-full wp-image-21435\" /></a></p>\n<p><a href=\"http://bradparbs.com/\" target=\"_blank\">Brad Parbs</a> and his colleagues at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> have created a new tool for the thousands of developers out there who utilize <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> for WordPress development. As Vagrant development environments are a daily staple of work life at WDS, the team needed a faster way for setting up new WordPress sites with VVV.</p>\n<p><a href=\"https://github.com/bradp/vv\" target=\"_blank\">Variable VVV</a> is their solution, a script that automates the creation and deletion of new WordPress sites using VVV. The script is based on Alison Barrett’s <a href=\"http://wptavern.com/vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-sites\" target=\"_blank\">VVV Site Wizard</a>.</p>\n<p>“The original site wizard hasn’t been updated in about half a year. I’ve designed this to be a drop-in replacement,” Parbs told the Tavern. “All the flags and commands from vvv-site-wizard function 100% the same, so you can just install this and start using it exactly the same.” Anyone who has used the VVV Site Wizard in the past will be comfortable using Variable VVV right away.</p>\n<p>The new script has a few additional features beyond the original VVV Site Wizard, including the following:</p>\n<ul>\n<li>The ability to pass vagrant command through to VVV</li>\n<li>An easier way to set your VVV installation path</li>\n<li>The ability to clone a git-repo as wp-content</li>\n<li>The ability to set more installation options</li>\n</ul>\n<p>While creating the script, Parbs went through the issues list at the vvv-site-wizard repository and fixed a number of issues. He sees Variable VVV as the spiritual successor to the original tool and has designed it to be a bit easier to use. He noted that it takes just 1/3 the time to type the commands and the command results have also been vastly improved. “One example is the <code>list</code> command to show you all sites. With vvv-site-wizard, it is a plain list of site names. <code>vv list</code> will show you a colorized output, along with URLs and marking VVV defaults,” Parbs explained.</p>\n<p>The WebDevStudios team has an extensive roadmap of features for future implementation. Parbs is most excited about the idea of “blueprints,” which would offer the ability to install themes and plugins while setting up a new site.</p>\n<blockquote><p>A blueprint would define a list of plugins, themes, mu-plugins, and various site options. When installing, you could grab that blueprint and it would set it all up. I’m planning on letting you grab from Github, WP.org, a zip file link, etc. I’ve <a href=\"https://github.com/bradp/vv/issues/5\" target=\"_blank\">outlined the idea</a> on GitHub. You’d setup multiple blueprints, and when you do an install, you could grab a blueprint and use that. For example, an ‘ecommerce’ blueprint might install WooCommerce, some other plugins, and _s, or whatever you like.</p></blockquote>\n<p>As the VVV Site Wizard doesn’t seem to be maintained anymore, Parbs plans to keep Variable VVV going and has also outlined a number of other enhancements in the project’s <a href=\"https://github.com/bradp/vv/issues\" target=\"_blank\">issues queue</a>:</p>\n<ul>\n<li>Enable vv to auto-update itself</li>\n<li>Add deployment capability</li>\n<li>Delete site database during removal</li>\n<li>Add option to add dummy content when creating site</li>\n<li>Allow overriding of /htdocs install location</li>\n</ul>\n<p>Parbs plans to add anything that will make developers’ lives easier at WebDevStudios, but he is also open to suggestions. “I’ve built the script to be extremely easy to add new functionality, so implementing features people request will be as easy as possible,” he said.</p>\n<p>The script is now ready for public use. “Over the past few days, a few people here at WebDevStudios have been beta-testing it, and its really solid,” Parbs said. <a href=\"https://github.com/bradp/vv\" target=\"_blank\">Variable VVV</a> is now publicly available on GitHub for anyone who wants to use it or contribute back to the project. If you test the script, make sure to leave your feedback and suggestions in the project’s issues list, as WebDevStudios plans to consistently maintain and extend the tool to make it better.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Dec 2014 19:47: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:77:\"WPTavern: Idea Factory: A Frontend Submission and Voting System 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35416\";s:7:\"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://wptavern.com/idea-factory-a-frontend-submission-and-voting-system-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4173:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-factory.jpg\" rel=\"prettyphoto[35416]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-factory.jpg?resize=631%2C300\" alt=\"idea-factory\" class=\"aligncenter size-full wp-image-35420\" /></a></p>\n<p>One of the oldest and simplest ways of accessing public opinion is through an up/down voting system. When offered in a controlled setting where everyone has the chance to vote, the system causes the best ideas to float to the top.</p>\n<p><a href=\"https://wordpress.org/plugins/idea-factory/\" target=\"_blank\">Idea Factory</a> is a plugin designed to make it easy for WordPress administrators to set up a voting system where users can submit new ideas from the frontend. The plugin was created by <a href=\"http://nickhaskins.co/\" target=\"_blank\">Nick Haskins</a>, author of the <a href=\"https://wordpress.org/plugins/aesop-story-engine/\" target=\"_blank\">Aesop Story Engine</a>.</p>\n<p><strong>“Idea Factory was born out of necessity, and the frustration of the lack of plugins that did exactly what I wanted it to do,”</strong> Haskins wrote in the plugin’s description. His implementation is simple but built to be extensible, offering developers a number of <a href=\"https://github.com/bearded-avenger/idea-factory/wiki\" target=\"_blank\">filters, hooks, and actions</a>. Idea Factory features the following:</p>\n<ul>\n<li>AJAX powered front-end submission and voting</li>\n<li>Voting is limited to logged-in users</li>\n<li>1 vote allowed per user per idea</li>\n<li>Emails the admin with notification of a new submission</li>\n<li>Extensible with hooks and actions on events</li>\n<li>More ideas loaded with AJAX on front-end</li>\n<li>Mobile friendly</li>\n</ul>\n<p>Logged-in users can enter new ideas via a modal submission box. The plugin creates an Idea custom post type and data is stored in post_meta and user_meta tables.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-submit.png\" rel=\"prettyphoto[35416]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-submit.png?resize=900%2C783\" alt=\"idea-submit\" class=\"aligncenter size-full wp-image-35452\" /></a></p>\n<p>Ideas are displayed at yoursite.com/ideas. Users can only vote once on each idea before they are locked out. Up votes push ideas to the top and down votes send ideas further down the list.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/ideas.png\" rel=\"prettyphoto[35416]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/ideas.png?resize=1025%2C537\" alt=\"ideas\" class=\"aligncenter size-full wp-image-35432\" /></a></p>\n<p>The design is generic enough to drop nicely into any theme, but you can further customize it by copying the file from the plugin’s /template-ideas/ directory into your theme. Idea Factory’s settings also allow you to disable the core CSS file from loading so that you can take full control.</p>\n<p>Each idea and its description can be edited in the admin. If you have a highly active voting board, you may want to turn off email notifications for new submissions. The settings also include an option to hold all new ideas as drafts to be approved before publishing.</p>\n<p>After testing Idea Factory, I was impressed with how easy it was to set up and use. Both idea creation and voting are anonymous, but it might be nice to have an option to display users for each. However, one of the best things about Idea Factory is that it maintains a limited set of features in favor of keeping the plugin lean and extensible.</p>\n<p>An idea voting system can help community managers or developers get a better idea of where to invest their time and how to prioritize new features. It’s a quick way to take the temperature of your user base, because it allows them to freely express their ideas and participate in voting up the best ones. It’s also far less time-consuming than conducting a survey. Check out <a href=\"https://wordpress.org/plugins/idea-factory/\" target=\"_blank\">Idea Factory on WordPress.org</a> for a solid, simple way to bring new ideas to light.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Dec 2014 07: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:73:\"WPTavern: WPWeekly Episode 174 – What Would it Take to Lose The Throne?\";s:7:\"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:44:\"http://wptavern.com?p=35424&preview_id=35424\";s:7:\"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://wptavern.com/wpweekly-episode-174-what-would-it-take-to-lose-the-throne\";s: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:3205:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss what it would take for WordPress to lose its dominant market share position. We both agree that WordPress isn’t going anywhere soon but it’s something to be mindful of.</p>\n<p>We share our thoughts on the recommended plugins tab coming in WordPress 4.1 and whether or not it will help users discover new plugins. Last but not least, we discuss Google’s attempt to simplify reCAPTCHAs by replacing distorted text with a check box.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\" title=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\">What Would it Take For WordPress to Lose its Dominance?</a><br />\n<a href=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\" title=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\">Google’s New reCAPTCHA API Replaces Distorted Text with a Checkbox</a><br />\n<a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\" title=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 To Introduce Plugin Recommendations</a><br />\n<a href=\"http://wptavern.com/nrelate-will-shutdown-its-service-december-31st\" title=\"http://wptavern.com/nrelate-will-shutdown-its-service-december-31st\">nRelate Will Shutdown Its Service December 31st</a><br />\n<a href=\"http://wptavern.com/manage-multiple-wordpress-sites-with-wpdash-now-in-beta\" title=\"http://wptavern.com/manage-multiple-wordpress-sites-with-wpdash-now-in-beta\">Manage Multiple WordPress Sites with WPDASH, Now in Beta</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"http://storyftw.com/\" title=\"http://storyftw.com/\">StoryFTW</a> by Patrick Shanahan, is a simple swipe based story engine that allows you to use any kind of media imaginable to create your own dynamic slide by slide story. The review is based on an Alpha copy as the plugin is not publicly available yet.</p>\n<p><a href=\"https://wordpress.org/plugins/test-user-role/\" title=\"https://wordpress.org/plugins/test-user-role/\">Test User Role</a> allows you to quickly test other user roles from a super admin account to see what other users experience.</p>\n<p><a href=\"https://wordpress.org/plugins/grid/\" title=\"https://wordpress.org/plugins/grid/\">Grid</a> is a container based landing page editor.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 17th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #174:</strong><br />\n</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 21:13: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:52:\"Akismet: Akismet 3.0.4 Plugin for WordPress 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:31:\"http://blog.akismet.com/?p=1750\";s:7:\"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://blog.akismet.com/2014/12/11/akismet-3-0-4-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:1113:\"<p>Version 3.0.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update adds better compatibility with Apache 2.4, allows <code>https</code> author URLs to be removed from comments, removes the “Check for Spam” button from the “Trash” and “Approved” queues, and allows for automatic API key configuration when Jetpack is installed and connected to a WordPress.com account.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1750/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1750/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1750&subd=akismet&ref=&feed=1\" width=\"1\" height=\"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, 11 Dec 2014 18:44: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:17:\"Christopher Finke\";s: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:84:\"WPTavern: WordPress Themes Directory Now Requires All Themes to be Translation-Ready\";s:7:\"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:28:\"http://wptavern.com/?p=35363\";s:7:\"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:94:\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\";s: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:4048:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg\" rel=\"prettyphoto[35363]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg?resize=1024%2C499\" alt=\"photo credit: . Entrer dans le rêve - cc\" class=\"size-full wp-image-29134\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/tranbina/4765484383/\">. Entrer dans le rêve</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>WordPress made great strides in 2014 towards improving internationalization for the global community. <a href=\"http://wptavern.com/wordpress-4-0-benny-now-available-for-download\" target=\"_blank\">WordPress 4.0</a> streamlined language management in the admin and brought language selection to the installation process.</p>\n<p>In the <a href=\"http://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\" target=\"_blank\">State of the Word</a> address this year, Matt Mullenweg highlighted the importance of internationalization to the project when he said, <strong>“If WordPress is going to be truly global, truly inclusive, it has to be fully available for other languages.”</strong> He also announced that fully localized plugin and theme directories will be available in the admin as of 4.1.</p>\n<p>This week the WordPress Theme Review Team <a href=\"https://make.wordpress.org/themes/2014/12/09/theme-review-team-weekly-notes-the-logs-are-3/\" target=\"_blank\">updated its guidelines</a> to require all new theme submissions to be translation-ready. Theme authors submitting new themes to the official directory must ensure that all text strings are translatable. This also applies to any updates to existing themes.</p>\n<h3>Tips for Making Your Theme Translation-Ready</h3>\n<p>The WordPress Theme Review Handbook doesn’t yet contain a section with information about preparing themes for translation. However, you can find all the basics on <a href=\"https://developer.wordpress.org/themes/functionality/internationalization/\" target=\"_blank\">how to internationalize a theme</a> in the WordPress Theme Developer Handbook, which is still a work in progress.</p>\n<p>The internationalization section also links to a number of videos and tutorials in its resources section. Many of these will be helpful in walking theme developers through the process of preparing themes for translation:</p>\n<ul>\n<li><a href=\"http://www.gnu.org/software/gettext/manual/html_node/\" target=\"_blank\">GNU gettext utilities</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=fJfqgrzjEis\" target=\"_blank\">i18n: Preparing Your WordPress Theme for the World</a></li>\n<li><a href=\"http://wordpress.tv/2014/02/26/samuel-otto-wood-on-internationalization-plugins-and-themes-for-the-whole-world/\" target=\"_blank\">Samuel “Otto” Wood: On Internationalization: Plugins and Themes for the Whole World</a></li>\n<li><a href=\"https://pippinsplugins.com/use-wp_localize_script-it-is-awesome/\" target=\"_blank\">Use wp_localize_script, It Is Awesome</a></li>\n<li><a href=\"http://wordpress.tv/2009/11/14/ze-fontainhas-i18n-nyc09/\" target=\"_blank\">Zé Fontainhas: Lost in Translation—i18n and WordPress</a></li>\n<li><a href=\"http://ottopress.com/2012/internationalization-youre-probably-doing-it-wrong/\" target=\"_blank\">Internationalization: You’re Probably Doing It Wrong</a></li>\n</ul>\n<p>If a WordPress theme isn’t translatable, then the site it is running on is limited to the theme author’s language. If you invest your time and hard work into creating a WordPress theme, why not make sure that it’s able to be used all over the world?</p>\n<p>The new requirement from the Theme Review team is a major milestone in expanding WordPress’ global reach. The official themes directory is often the first place that self-hosted WordPress users look when shopping for themes. The new translation-ready requirement will help ensure that WordPress.org’s vast library of themes are ready for global use.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 18:34: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:64:\"WPTavern: A New User’s Experience Installing and Using bbPress\";s:7:\"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:28:\"http://wptavern.com/?p=35320\";s:7:\"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:71:\"http://wptavern.com/a-new-users-experience-installing-and-using-bbpress\";s: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:8214:\"<p>bbPress is a <a title=\"https://bbpress.org/about/the-story/\" href=\"https://bbpress.org/about/the-story/\">10 year old project</a> that’s supposed to make it easy to attach a forum to WordPress. On the day after Christmas in 2004, Matt Mullenweg spent an entire weekend coding an alternative to <a title=\"http://minibb.net/\" href=\"http://minibb.net/\">miniBB</a>, from the ground up that at the time, powered the WordPress support forums. bbPress was stand-alone software until 2011, when the <a title=\"http://wptavern.com/bbpress-2-0-stable-now-available\" href=\"http://wptavern.com/bbpress-2-0-stable-now-available\">release of 2.0</a> transformed it into a WordPress plugin,</p>\n<p>Over the years, I’ve kept a close eye on bbPress but I’ve never used it for a project of my own. Since I’m only a new user once, I decided to document my experience of configuring and using it for the first time.</p>\n<h2>Activation and Configuration</h2>\n<p>Locating bbPress is easy as it usually shows up as a Featured Plugin on the Add New plugin screen. Once activated, a welcome screen displays information on what’s new, credits, and a link at the bottom to visit the forum settings.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressActivated.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35359\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressActivated.png?resize=1025%2C697\" alt=\"bbPress Welcome Screen After Activation\" /></a>bbPress Welcome Screen After Activation\n<p>When visiting the forum settings screen, I’m presented with a list of options with checkboxes and numbers. While there are not a lot of things to configure, I think a better presentation of the various options would be to split each major section into a tab of its own. Although it was my choice to visit the forum settings from the Welcome screen, I think the Welcome screen is a good place to use Admin Pointers to help new users create a new topic, forum, etc. I don’t understand why the Welcome screen has a link to forum settings since a new install won’t have anything to configure.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressOptions.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35360\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressOptions.png?resize=765%2C888\" alt=\"bbPress Forum Settings Screen\" /></a>bbPress Forum Settings Screen\n<p>While on the forum settings screen, I’m not sure what it is I’m supposed to configure in order for the forum to display on the frontend. At this point, I visit the <a title=\"http://codex.bbpress.org/\" href=\"http://codex.bbpress.org/\">Documentation section</a> of bbPress.org and locate a <a title=\"https://codex.bbpress.org/getting-started/\" href=\"https://codex.bbpress.org/getting-started/\">Getting Started</a> guide. It turns out, the guide is of no use to me or anyone else for that matter.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/GettingStartedToNowhere.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35361\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/GettingStartedToNowhere.png?resize=986%2C499\" alt=\"Getting Started To Nowhere\" /></a>Getting Started To Nowhere\n<p>The left hand sidebar has a list of related links which point to several different articles on user roles, conditional tags, and functions. It took some effort on my part, but I finally found the article on <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">Getting Started with bbPress</a>. This page should be linked to from the <a title=\"http://codex.bbpress.org/\" href=\"http://codex.bbpress.org/\">Documentation main page</a> for the Getting Started link. This simple change will save users time and frustration.</p>\n<h2>Creating Forums</h2>\n<p>Using the Getting Started guide, I created my first forum. Since forums are Custom Post Types, the forum editor looks similar to the Post Editor. It would be nice if hints displayed above each field so users understand which part of the forum they’re connected to. For example, the title field should have a hint that says “Name of the forum” and above the editor, text that says, “A description of the forum”. Some of the items on the Forum creation screen make sense but it shouldn’t be assumed the user knows what each field corresponds to.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/CreatingAForumInbbPress.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35362\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/CreatingAForumInbbPress.png?resize=889%2C584\" alt=\"Creating a Forum in bbPress\" /></a>Creating a Forum in bbPress\n<p>There are two different types of forums, <strong>forum</strong> and <strong>category</strong>. Forums contain topics and can be the parent of other forums. Categories can only contain forums and are primarily used as a method of organization. The nomenclature used is enough to make anyone’s head spin.</p>\n<h2>Creating Topics</h2>\n<p>After creating a forum, I moved on to create a topic. Topics are similar to typical forum posts. Topics are one of the three <a title=\"https://codex.wordpress.org/Post_Types#Custom_Types\" href=\"https://codex.wordpress.org/Post_Types#Custom_Types\">Custom Post Types </a>created by bbPress, which means the Topic editor uses the same interface you’d see when writing a post. Similar to creating forums, I’d like to see the fields labeled for consistency. Creating topics from the backend of WordPress is fairly easy after creating the first forum.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressTopicCreated.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35365\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressTopicCreated.png?resize=898%2C668\" alt=\"bbPress Topic Created From The Backend of WordPress\" /></a>bbPress Topic Created From The Backend of WordPress\n<p> </p>\n<h2>The Frontend of bbPress</h2>\n<p>Everything up to this point has been managed from the backend of WordPress. I’ve created a category, forum, and topic. It’s time to see how bbPress works on the frontend. Replying to a topic is straight forward. A form is supplied with quick tag support so visitors can easily style text. After hitting the submit button, the page reloads and the reply is shown. Sometimes, replies don’t show up immediately because they’re moderated by Akismet.</p>\n<p> </p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/ReplyingToATopic.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35368\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/ReplyingToATopic.png?resize=684%2C795\" alt=\"Replying to a Topic on The Frontend of bbPress\" /></a>Replying to a Topic on The Frontend of bbPress\n<p>Once I got a handle for how bbPress is structured and what categories, forums, topics, and replies look like, I went back to the Forum Settings page.</p>\n<h2>Not Easy Enough</h2>\n<p>bbPress is a plugin, and because of that, I expect to be able to turn it on and have everything ready to go. As you can see from my experience, it doesn’t always work out that way, especially when using a theme that doesn’t support it out of the box. The <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">Getting Started</a> guide is important information on understanding how to configure bbPress. Without it, I’d be lost in the dark.</p>\n<p>My initial experience is rough around the edges and at times frustrating, as I couldn’t easily find the help I needed. I can only imagine how many others have gone through the same experience. Hopefully, a few changes will be made to bbPress and its website to create a smoother new user experience.</p>\n<p>If you’ve recently installed or used bbPress for the first time, tell us about your experience in the comments.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2014 04:52: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:13:\"Jeff Chandler\";s: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:76:\"WPTavern: Change Post Types with the Post Type Switcher 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35093\";s:7:\"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://wptavern.com/change-post-types-with-the-post-type-switcher-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4408:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/train-switch.jpg\" rel=\"prettyphoto[35093]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/train-switch.jpg?resize=1024%2C492\" alt=\"photo credit: contemplative imaging - cc\" class=\"size-full wp-image-35340\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/thomas-merton/4334175428/\">contemplative imaging</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>When WordPress 3.0 introduced the ability for developers to register their own <a href=\"http://codex.wordpress.org/Post_Types#Custom_Post_Types\" target=\"_blank\">custom post types</a>, the software became far more flexible for use as a content management system. This was a major turning point for WordPress, as it gave developers a standard way to structure custom content with core-supported features.</p>\n<p>Four years later, custom post types are so commonly used that folks occasionally need a way to switch a post from one type to another. A site admin may want to change how content is structured and presented, and switching content to a new post type can be a huge time saver in some instances.</p>\n<p>The <a href=\"https://wordpress.org/plugins/post-type-switcher/\" target=\"_blank\">Post Type Switcher</a> plugin, authored by <a href=\"http://jaco.by/\" target=\"_blank\">John James Jacoby</a>, was created for exactly this purpose. It’s one of those plugins that you may not have ever known about until you’re on the hunt to find a way to convert a post from one type to another.</p>\n<p>The plugin adds a simple post type dropdown to the post editor, which allows you to reassign any post to a new post type.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/post-type-switcher.jpg\" rel=\"prettyphoto[35093]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/post-type-switcher.jpg?resize=772%2C250\" alt=\"post-type-switcher\" class=\"aligncenter size-full wp-image-35321\" /></a></p>\n<p>The handy thing is that Post Type Switcher can convert nearly every combination of posts, pages, attachments, custom post types, etc:</p>\n<ul>\n<li>Page to Post</li>\n<li>Post to Page</li>\n<li>Page to Attachment</li>\n<li>Post to Custom</li>\n</ul>\n<p>What happens when you change a post to a different type? Only the <code>\'post_type\'</code> property of a post is changed. Categories, tags, and custom taxonomies all remain untouched. Featured images remain in place. The post’s URL will change to whatever the new post type uses. For example, if you change a regular post to a testimonial post type that uses /testimonial/ in the URL, your newly converted post will follow the pattern of its new post type.</p>\n<p>The old post URL should 404 so that you can use a plugin to redirect to the new URL or add some custom rewrite rules to your .htaccess file. While testing the plugin with different post types, I only encountered one instance where a plugin didn’t properly 404 the original post, but most of the time you won’t have an issue with this.</p>\n<p>Jacoby has purposely excluded invisible post types, such as revisions, menus, etc., but you can filter <code>\'pts_post_type_filter\'</code> to change how this works if you need access to more post types.</p>\n<p><a href=\"https://profiles.wordpress.org/beatpanda/\" target=\"_blank\">Matthew Gerring</a>, a contributor to the plugin, helped to add bulk editing so that you can select all posts in a certain type and convert them to a new type with one quick action.</p>\n<p>Post Type Switcher is very useful if you started out putting content in regular posts but now want to move it into a portfolio plugin or testimonial plugin. Or perhaps you’ve been running bbPress on your site and want to extract a few of the most active posts to become regular blog posts instead. Another common use might be to convert a bunch of posts to pages in order to create a static reference section for your site. This plugin makes all of that possible.</p>\n<p>If you’re planning to use the plugin, make sure to test your post type switches in a development environment first. It’s also a good idea to backup your live site before making drastic changes to content. You can find <a href=\"https://wordpress.org/plugins/post-type-switcher/\" target=\"_blank\">Post Type Switcher</a> in the WordPress.org Plugin Directory.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Dec 2014 22:13: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:13:\"Sarah Gooding\";s: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:79:\"WPTavern: BuddyPress 2.2 to Add Custom Post Type Support to the Activity 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35081\";s:7:\"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://wptavern.com/buddypress-2-2-to-add-custom-post-type-support-to-the-activity-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3692:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg\" rel=\"prettyphoto[35081]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg?resize=1018%2C458\" alt=\"buddypress-wall\" class=\"aligncenter size-full wp-image-20901\" /></a></p>\n<p>BuddyPress 2.2 is shaping up to be an exciting release, packed full of new features for developers. <a href=\"http://wptavern.com/buddypress-2-2-will-add-support-for-composer\" target=\"_blank\">Support for Composer</a> will be included in 2.2, as well as <a href=\"http://wptavern.com/buddypress-2-2-on-track-to-provide-a-basic-member-type-api\" target=\"_blank\">a basic member type API</a>, which will allow developers to create different user types.</p>\n<p>The upcoming 2.2 release will also introduce the ability for new activity items to be generated when content is created by registered post types. This is a feature that already exists within the BuddyPress’ blogs component and will be extended to include custom post types that declare support for it. Developers will be able to add support for CPTs with one simple line of code:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_post_type_support( \'book\', \'buddypress-activity\' );</pre>\n<p>This will publish updates to the activity stream for the post type that you specify, using generic strings. The BuddyPress <a href=\"https://codex.buddypress.org/plugindev/post-types-activities/#adding-the-buddypress-support-and-specific-labels-at-post-type-registration\" target=\"_blank\">codex</a> has already been updated to show examples for how you can get more control over the activity attributes when you register the post type.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png\" rel=\"prettyphoto[35081]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png?resize=1025%2C326\" alt=\"cpt-activity\" class=\"aligncenter size-full wp-image-35302\" /></a></p>\n<p>“This update is about the <a href=\"https://buddypress.trac.wordpress.org/ticket/5669\" target=\"_blank\">first step</a> of it: ease the implementation of tracking the published post type items into the Activity stream,” BuddyPress core developer Mathieu Viet explained in the <a href=\"https://bpdevel.wordpress.com/2014/12/04/about-post-types-and-buddypress-activities/\" target=\"_blank\">announcement</a> on the BP development blog.</p>\n<p>When post type support is added to the activity stream, you will also be able to sort the new items via the activity dropdown filters. This filter is available on the frontend and in the backend.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png\" rel=\"prettyphoto[35081]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png?resize=1025%2C366\" alt=\"activity-dropdown\" class=\"aligncenter size-full wp-image-35299\" /></a></p>\n<p>These improvements are all recent additions to BuddyPress trunk. If you want to test 2.2 alpha, <a href=\"https://buddypress.org/download/\" target=\"_blank\">checkout BuddyPress trunk</a> via SVN or <a href=\"https://buddypress.trac.wordpress.org/browser/trunk\" target=\"_blank\">download the zip file</a>. Activate it and then add support for a custom post type that is active on your BuddyPress test site.</p>\n<p>The <a href=\"https://buddypress.trac.wordpress.org/ticket/3460\" target=\"_blank\">ticket</a> that houses the discussion on this issue has been open for three years. BuddyPress 2.2 finally answers this request and gives plugin developers a beautifully simple implementation for adding post type support to the activity stream.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Dec 2014 07:28: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:109:\"WPTavern: New Plugin Adds Google’s No CAPTCHA reCAPTCHA to WordPress Login, Comment, and Registration Forms\";s:7:\"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:28:\"http://wptavern.com/?p=35201\";s:7:\"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:114:\"http://wptavern.com/new-plugin-adds-googles-no-captcha-recaptcha-to-wordpress-login-comment-and-registration-forms\";s: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:3643:\"<p>Several plugins are starting to spring up in the WordPress Plugin Directory to bring Google’s new No Captcha reCAPTCHA to WordPress forms. With public hatred for CAPTCHAs at an all-time high, Google finally put its efforts into redesigning the experience, <a href=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\" target=\"_blank\">replacing the distorted text with a simple checkbox</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/nocaptcha.gif\" rel=\"prettyphoto[35201]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/nocaptcha.gif?resize=616%2C164\" alt=\"photo credit: Google Online Security Blog\" class=\"size-full wp-image-34870\" /></a>photo credit: <a href=\"http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html\">Google Online Security Blog</a>\n<p>WordPress developers have been quick to take advantage of the new No CAPTCHA API to add it to WordPress forms. So far, the <a href=\"https://wordpress.org/plugins/no-captcha-recaptcha/\" target=\"_blank\">No CAPTCHA reCAPTCHA</a> plugin, created by Nigerian web developer <a href=\"http://w3guy.com/\" target=\"_blank\">Agbonghama Collins</a>, provides the most flexibility for specifying the forms where you want to add the protection.</p>\n<ul>\n<li>Option to activate CAPTCHA in either login, registration, comment or combination of two or all</li>\n<li>Choose a theme for the CAPTCHA (light or dark)</li>\n<li>Auto-detects the user’s language</li>\n</ul>\n<p>Once activated and configured, you’ll see the new reCAPTCHA added on the frontend:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha-frontend.png\" rel=\"prettyphoto[35201]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha-frontend.png?resize=359%2C459\" alt=\"recaptcha-frontend\" class=\"aligncenter size-full wp-image-35276\" /></a></p>\n<p>The plugin is easy to configure – simply paste in your Google reCAPTCHA keys on the settings page:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha-keys.png\" rel=\"prettyphoto[35201]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/recaptcha-keys.png?resize=665%2C365\" alt=\"recaptcha-keys\" class=\"aligncenter size-full wp-image-35272\" /></a></p>\n<p>Select the login, registration, or comment forms, or any combination thereof, for adding No Captcha reCAPTCHA protection.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/select-form.png\" rel=\"prettyphoto[35201]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/select-form.png?resize=725%2C324\" alt=\"select-form\" class=\"aligncenter size-full wp-image-35275\" /></a></p>\n<p>Further down the page you have the option to force the plugin to use a specific language via a dropdown, or leave it on auto-detect. You can also set a custom error message for when the user fails to solve the CAPTCHA and select a theme for the CAPTCHA display.</p>\n<p>I tested the plugin and it works as advertised to add the new No Captcha reCAPTCHA. I discovered that it is not compatible with the Jetpack Comment module, so you’ll want to uncheck that box for comments if you’re using it. The <a href=\"https://wordpress.org/plugins/no-captcha-recaptcha/\" target=\"_blank\">No CAPTCHA reCAPTCHA</a> plugin is available for free from WordPress.org. It’s not yet known whether Google will create an official implementation for WordPress, but in the meantime, this plugin makes it easy to add reCAPTCHA to the WordPress forms that are the most vulnerable to spam.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2014 23:09: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:13:\"Sarah Gooding\";s: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:56:\"WPTavern: Barry Kooij Adopts The Download Monitor 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35263\";s:7:\"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://wptavern.com/barry-kooji-adopts-the-download-monitor-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1987:\"<p>Developed by <a title=\"http://mikejolley.com/\" href=\"http://mikejolley.com/\">Mike Jolley</a>, <a title=\"https://wordpress.org/plugins/download-monitor/\" href=\"https://wordpress.org/plugins/download-monitor/\">Download Monitor</a> is an eight year old plugin with over 600k downloads. Download Monitor provides an interface for uploading and managing downloadable files including support for multiple versions, inserting download links into posts, and logging downloads.</p>\n<blockquote><p>It has been rewritten 4 times, seen well over 100 releases, and been downloaded 600,000 times. The latest ‘v1’ reboot has been praised and I often receive nice comments from users even though development has slowed of late.</p></blockquote>\n<p>Due to time constraints, Jolley placed Download Monitor up for adoption. <a title=\"http://www.barrykooij.com/\" href=\"http://www.barrykooij.com\">Barry Kooij</a>, a coworker of Jolley’s, adopted the plugin. Kooij is already working on the next version and users should see an update soon. Regarding the plugin’s future, Jolley states, “I’m really excited about its future and I’m happy that Download Monitor is in safe hands.”</p>\n<h2>How to Put a Plugin up For Adoption</h2>\n<p>The Download Monitor plugin has a happy ending but there are several plugins that are abandoned every year. If you’re thinking about abandoning your plugin, consider <a title=\"http://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\" href=\"http://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\">putting it up for adoption</a> instead.</p>\n<p>When a plugin author adds the ‘<a title=\"https://wordpress.org/plugins/tags/adopt-me\" href=\"https://wordpress.org/plugins/tags/adopt-me\">adopt-me</a>‘ tag, it shows up in a list of other plugins using the same tag. Currently, there are 19 plugins available for adoption. Simply get in touch with the author and ask if you can take over development.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2014 22:36: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:13:\"Jeff Chandler\";s: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:57:\"WPTavern: Coen Jacobs on Using The Right Tool For The Job\";s:7:\"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:28:\"http://wptavern.com/?p=35239\";s:7:\"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://wptavern.com/coen-jacobs-on-using-the-right-tool-for-the-job\";s: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:1397:\"<p>Coen Jacobs, who works as a backend developer, published a short video explaining why he doesn’t <a title=\"http://coenjacobs.me/why-not-full-time-wordpress-anymore/\" href=\"http://coenjacobs.me/why-not-full-time-wordpress-anymore/\">work with WordPress</a> full-time anymore. It’s not that he doesn’t like the project but rather, he’s gained a fresh perspective since stepping outside of the WordPress bubble.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<blockquote><p>WordPress used to be the holy grail for me, I made everything with WordPress, even things that weren’t really suitable to be built on WordPress. I was an absolute fanboy who used WordPress for everything.</p></blockquote>\n<p>WordPress <a title=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\" href=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\">isn’t going away anytime soon</a> but it’s a risky move to place all your eggs in one basket.</p>\n<p>Instead of using WordPress for everything, he’s now using the best framework or tool for the job. I think this is a key lesson that a lot of WordPress developers need to be reminded of from time to time. WordPress is capable of handling a lot of different types of websites but it’s not suitable for every project.<em> Use the right tool for the job.<br />\n</em></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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2014 21:14: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:75:\"WPTavern: WP Stagecoach to Bring 1-Click Staging Sites to WordPress in 2015\";s:7:\"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:28:\"http://wptavern.com/?p=32476\";s:7:\"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://wptavern.com/wp-stagecoach-to-bring-1-click-staging-sites-to-wordpress-in-2015\";s: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:3816:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-stagecoach.jpg\" rel=\"prettyphoto[32476]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-stagecoach.jpg?resize=683%2C298\" alt=\"wp-stagecoach\" class=\"aligncenter size-full wp-image-35226\" /></a></p>\n<p><a href=\"https://wpstagecoach.com\" target=\"_blank\">WP Stagecoach</a> has been in beta for the past few months and the team behind it is busy planning for an official launch in early 2015. The startup, created by Jonathan Kay, came in second, behind <a href=\"http://wpcurve.com/\" title=\"WP Curve\" target=\"_blank\">WP Curve</a>, in the first round of <a href=\"http://mattreport.com/episode-1-wordpress-startup-challenge/\" target=\"_blank\">Matt Report’s WordPress Startup Challenge</a>.</p>\n<p>The new service aims to create the most convenient way to stage a WordPress site, with 1-click copying from production to staging and 1-click to merge the changes back into the live site. WP Stagecoach offers a plugin that hooks your site up to the service with an API key. Staging sites are hosted on WP Stagecoach’s servers.</p>\n<p>The beta version of the service currently includes the following features:</p>\n<ul>\n<li>Create a staging copy of your live site with one click.</li>\n<li>Copy changes from your staging site back to your live site.</li>\n<li>Choose which changes to import. You can import some or all of your file changes, and/or your database changes.</li>\n<li>Password-protect your staging site.</li>\n<li>Staging site runs on WP Stagecoach’s server – no need to set up hosting for your staging site.</li>\n<li>Revert file changes if importing from your staging site doesn’t go as expected.</li>\n<li>Staging sites can be accessed via SSL-encryption</li>\n</ul>\n<p>After testing the beta on a simple blog, I found that the build process took several minutes. Once the site is created, you’ll be given SFTP/FTP login credentials and URL for your staging site. The site that WP Stagecoach creates is instantly public, which has me worried about duplicate content. If you use the service, you’ll want to log in and install a maintenance plugin to hide the staging site from the public.</p>\n<p>If an import gets interrupted, the plugin can pick up where it left off, which is helpful for larger sites. It also includes an advanced debug mode for tracking down problems.</p>\n<p>All of the staging sites are hosted on a standard LAMP stack, and users will not be able to reproduce their exact hosting environment with the service when it launches. For many people, the stack will be similar enough to their host and will cause no issues. However, if you are running on a more customized hosting environment, WP Stagecoach will likely not be suitable for creating your staging site.</p>\n<p>WP Stagecoach has plans to make it possible for users to create a staging site on their own servers, but this feature will be further down the road. When the team is able to add this, it will make the product a much more versatile tool for WordPress developers.</p>\n<p>At the moment, the service is very promising and offers a highly convenient way to create a staging site for a simple WordPress site on a standard LAMP stack. Those with a more customized server environment will have to look elsewhere for the time being. If the tool adapts to become more flexible, it will be better positioned to reach a larger audience with a wide range of hosting environments.</p>\n<p>WP Stagecoach pricing will be $12/month or $99/year for basic support. The beta is free and the team plans to add a few updates before the official launch. If you want to test the service, sign up on <a href=\"http://wptavern.com/ https://wpstagecoach.com/pricing/\" target=\"_blank\">wpstagecoach.com</a> to download the plugin.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2014 18: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:83:\"WPTavern: CEO and Envato Co-founder Collis Ta’eed On The First 6 Months of Envato\";s:7:\"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:28:\"http://wptavern.com/?p=35192\";s:7:\"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:90:\"http://wptavern.com/ceo-and-envato-co-founder-collis-taeed-on-the-first-6-months-of-envato\";s: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:2233:\"<p>Earlier this year, CEO and <a title=\"http://www.envato.com/\" href=\"http://www.envato.com/\">Envato</a> Co-founder, Collis Ta’eed, spoke at <a title=\"http://thesunrise.co/\" href=\"http://thesunrise.co/\">The Sunrise conference</a> in Sydney, Australia. The Sunrise is a conference where founders of Australia’s iconic startups describe the early years of their business. The presentation is 15 minutes in length with 30 minutes dedicated to questions.</p>\n<p>There’s a lot of great information in the presentation, especially if you’re running a bootstrapped business. I also admire Ta’eed’s delivery as he comes off as a straight shooter. He reminds me of myself when I tried to launch a business several years ago.</p>\n<h2>Presentation Highlights</h2>\n<p>Envato began as a stock Flash template marketplace called Flash Den. Flash Den was eventually renamed to Active Den due to Adobe owning the trademarks associated with Flash.</p>\n<p>Envato started with $30k and is still a bootstrapped company. Ta’eed receives numerous offers every year from venture capitalists looking to invest in Envato. So far, he has not accepted any outside funding.</p>\n<p><a title=\"http://appstorm.net/\" href=\"http://appstorm.net/\">AppStorm</a> was the precursor to the Apple App Store. Before Ta’eed could turn AppStorm into an app marketplace, Apple released the App Store crushing his idea.</p>\n<p>At 32:26, Ta’eed is asked how he came up with the name Envato. He bought it from <a title=\"https://www.brandbucket.com/\" href=\"https://www.brandbucket.com/\">Brandbucket</a> for $1k.</p>\n<p>At 38:50, Ta’eed is asked to describe how massive the Envato marketplace is. His response, “We sell something every 6 seconds, we sell a million WordPress theme per year, and we have the largest stock music marketplace by volume with a million tracks licensed each year.”</p>\n<p>At 42:52, Ta’eed is asked about Envato’s relationship to WordPress. He admits to the licensing challenges and mentions that, when Envato started selling WordPress themes, he didn’t know what the GPL was. He describes the relationship as symbiotic.</p>\n<p><span class=\"embed-youtube\"></span></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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2014 02:35: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:66:\"WPTavern: Manage Multiple WordPress Sites with WPDASH, Now in 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:28:\"http://wptavern.com/?p=27624\";s:7:\"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://wptavern.com/manage-multiple-wordpress-sites-with-wpdash-now-in-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2721:\"<p><a href=\"http://en.wpdash.io/\" target=\"_blank\">WPDASH</a> is a new service that launched in beta today, created by a group of WordPress developers in Poland. It joins the ranks of <a href=\"https://managewp.com/\" target=\"_blank\">ManageWP</a>, <a href=\"https://wpremote.com/\" target=\"_blank\">WP Remote</a>, <a href=\"http://infinitewp.com/\" target=\"_blank\">InfiniteWP</a>, and a handful of others that provide a centralized WordPress dashboard for managing multiple sites.</p>\n<p>With the popularity of WordPress on the rise, many users have more than one site in operation. Those who work in development often have hundreds, if not thousands, of WordPress sites to look after, all of which require regular plugin and theme updates.</p>\n<p>The automatic background updates introduced in <a href=\"http://wptavern.com/wordpress-3-7-released-wordpress-now-updates-itself\" target=\"_blank\">WordPress 3.7</a> certainly ease the burden of maintenance for many WordPress agencies, but centralized dashboards are becoming critical for successfully managing backups, site uptime, and updates to themes and plugins for multiple installations.</p>\n<p>WPDASH is entering beta with an impressive array of features for managing sites, including the following:</p>\n<ul>\n<li>Add and modify posts and comments</li>\n<li>Install themes and plugins</li>\n<li>One-click updates</li>\n<li>Generate reports</li>\n<li>Create manual and automatic backups</li>\n<li>Monitor server uptime and user browsing habits</li>\n<li>Monitor accessibility of linked pages and inbound link statistics</li>\n<li>Two-factor authentication with Rublon</li>\n</ul>\n<p>Here’s a look at an example WPDASH overview of activity across all of your WordPress sites:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-dash.jpg\" rel=\"prettyphoto[27624]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/wp-dash.jpg?resize=720%2C772\" alt=\"wp-dash\" class=\"aligncenter size-full wp-image-35166\" /></a></p>\n<p>WPDASH also includes a number of advanced SEO-related features, such as integration with third-party tools for keyword monitoring and analytics services.</p>\n<p>Since the beta period is just now starting, we’ll be monitoring users’ experiences to see how reliable the service is. WPDASH has not yet detailed its pricing, because the team is still ironing out features that will be added before launch. Beta testers have the opportunity to vote from the Features tab in the dashboard for new features that will be implemented.</p>\n<p>If you’re curious about the new service and want to join in the testing period, you can sign up for free at <a href=\"http://en.wpdash.io/\" target=\"_blank\">WPDASH.io</a>.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Dec 2014 21:29: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:13:\"Sarah Gooding\";s: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:56:\"WPTavern: Add an Auto Reply to Your Jetpack Contact Form\";s:7:\"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:28:\"http://wptavern.com/?p=35098\";s:7:\"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://wptavern.com/add-an-auto-reply-to-your-jetpack-contact-form\";s: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:4227:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/paper-airplaine.jpg\" rel=\"prettyphoto[35098]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/paper-airplaine.jpg?resize=1025%2C495\" alt=\"paper-airplaine\" class=\"aligncenter size-full wp-image-35147\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\">Jetpack</a> has been downloaded more than 13 million times. The <a href=\"http://jetpack.me/support/contact-form/\" target=\"_blank\">Contact Form</a> module is one of its most popular features, as nearly every site requires a way for visitors to get in touch. The module is reliable and easy to use but fairly basic in terms of features.</p>\n<p>Fortunately, Jetpack makes it easy for you to extend its features with a plugin. <a href=\"http://www.hughlashbrooke.com/\" target=\"_blank\">Hugh Lashbrooke</a>, who has authored more than a dozen plugins hosted on WordPress.org, has just released <a href=\"https://wordpress.org/plugins/jetpack-contact-form-auto-reply/\" target=\"_blank\">Jetpack Contact Form Auto Reply</a> to make it easy for site admins to issue an automatic message in response to a contact form submission.</p>\n<p>The plugin adds a new Auto Reply sub-menu item under the Jetpack menu, with settings for two useful features:</p>\n<ul>\n<li>Craft a custom reply message using the WordPress WYSIWYG editor</li>\n<li>Set a unique from name and address for auto replies</li>\n</ul>\n<p>You can even add rich text or images to the custom reply message, which makes it easy to brand your communications for your company or organization.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/auto-reply.png\" rel=\"prettyphoto[35098]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/auto-reply.png?resize=1025%2C401\" alt=\"auto-reply\" class=\"aligncenter size-full wp-image-35107\" /></a></p>\n<p>The auto reply message could be something as simple as “We have received your request and will contact you shortly.” Or perhaps it’s a holiday and you want to update the auto reply to notify people of any delays in response time, i.e. “We will be out of the office until January 3, 2015.” This plugin provides an easy way to do that in the WordPress admin, without having to set up an auto-responder in your email.</p>\n<p>Lashbrooke originally created the plugin for his own use, because he was receiving numerous messages from people asking for support for his plugins hosted on WordPress.org and WooThemes.com. His custom auto reply message is designed to help point people to the appropriate forum, in case they contacted him for support-related questions.</p>\n<p>After testing the plugin, I can confirm that it works as advertised. The only tricky part is the last setting on the page, which calls for the label of the field in the contact form that contains the email address to use for the auto reply. You have to correctly identify this label or it won’t send. In my case the label was ‘Email,’ which is likely to be a common one.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/auto-reply-email-settings.png\" rel=\"prettyphoto[35098]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/auto-reply-email-settings.png?resize=1025%2C279\" alt=\"auto-reply-email-settings\" class=\"aligncenter size-full wp-image-35108\" /></a></p>\n<p>While an auto reply might seem redundant, since Jetpack already displays a confirmation of the message sending successfully, that extra note in your visitor’s inbox can be reassuring, especially since it allows them to reply to the email if necessary. You can never underestimate the importance of communication in a customer’s decision-making process.</p>\n<p>Jetpack Contact Form Auto Reply is a handy add-on for the millions of Jetpack users out there who use the Contact Form module. <a href=\"https://wordpress.org/plugins/jetpack-contact-form-auto-reply/\" target=\"_blank\">Download</a> it from WordPress.org. If you’d like to contribute to make it better, feel free to fork the plugin on <a href=\"https://github.com/hlashbrooke/Jetpack-Contact-Form-Auto-Reply\" target=\"_blank\">GitHub</a>.</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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Dec 2014 18:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 26 Dec 2014 15:32:29 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"250317\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 26 Dec 2014 15:15:13 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20141203141543\";}','no'),(1707,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1419651150','no'),(1708,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1419607950','no'),(1709,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1419651151','no'),(1710,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:45:\"https://wordpress.org/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:\"Fri, 26 Dec 2014 15:04: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=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:\"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:7:\"Akismet\";s:7:\"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:\"https://wordpress.org/plugins/akismet/#post-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s: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:\"\";}}}}}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:14:\"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:55:\"https://wordpress.org/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:35:\"2141@https://wordpress.org/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: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:24:\"Jetpack 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s: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 Jan 2011 02:21: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:36:\"23862@https://wordpress.org/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:28:\"Your WordPress, Streamlined.\";s: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:\"Tim Moore\";s: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:25:\"Google Analytics 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:71:\"https://wordpress.org/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:35:\"2316@https://wordpress.org/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:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s: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:\"Joost de Valk\";s: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:33:\"WooCommerce - excelling 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:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s: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, 05 Sep 2011 08:13: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:36:\"29860@https://wordpress.org/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:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s: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:\"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:\"\";}}}}}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:22:\"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:54:\"https://wordpress.org/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:35:\"8321@https://wordpress.org/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:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast's WordPress SEO 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:13:\"Joost de Valk\";s: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:19:\"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:59:\"https://wordpress.org/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:34:\"753@https://wordpress.org/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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s: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: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:18:\"Wordfence 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s: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, 04 Sep 2011 03:13: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:36:\"29832@https://wordpress.org/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:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s: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:\"Wordfence\";s: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:15:\"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:56:\"https://wordpress.org/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:35:\"1169@https://wordpress.org/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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 million 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: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: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:21:\"Really Simple CAPTCHA\";s:7:\"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:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s: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 Mar 2009 02:17: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:35:\"9542@https://wordpress.org/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:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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: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: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:16:\"TinyMCE Advanced\";s:7:\"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:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s: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 Jun 2007 15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/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:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s: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: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:11:\"WP-PageNavi\";s:7:\"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:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s: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 23:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/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 a more advanced paging navigation interface.\";s: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:\"Lester Chan\";s: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:19:\"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:64:\"https://wordpress.org/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:34:\"132@https://wordpress.org/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:5:\"arnee\";s: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:14:\"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:56:\"https://wordpress.org/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:36:\"12073@https://wordpress.org/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:132:\"Easy Web Performance Optimization (WPO) using 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: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:46:\"iThemes Security (formerly Better WP 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s: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, 22 Oct 2010 22:06: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:36:\"21738@https://wordpress.org/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:63:\"The easiest, most effective way to secure WordPress 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:13:\"Chris Wiegman\";s: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:46:\"https://wordpress.org/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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 26 Dec 2014 15:32:31 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:7:\"expires\";s:29:\"Fri, 26 Dec 2014 15:39:02 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 26 Dec 2014 15:04:02 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20141203141543\";}','no'),(1711,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1419651151','no'),(1712,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1419607951','no'),(1713,'_transient_timeout_plugin_slugs','1419694351','no'),(1714,'_transient_plugin_slugs','a:13:{i:0;s:35:\"advanced-post-manager/tribe-apm.php\";i:1;s:43:\"advanced-post-manager/tribe-demo-plugin.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:65:\"custom-post-type-page-template/custom-post-type-page-template.php\";i:5;s:49:\"custom-taxonomy-filter/customtaxfilterinadmin.php\";i:6;s:35:\"googleanalytics/googleanalytics.php\";i:7;s:64:\"google-maps-custom-type-old-2/plugin-google-maps-custom-type.php\";i:8;s:58:\"google-maps-custom-type/plugin-google-maps-custom-type.php\";i:9;s:62:\"google-maps-custom-type-old/plugin-google-maps-custom-type.php\";i:10;s:9:\"hello.php\";i:11;s:27:\"theme-check/theme-check.php\";i:12;s:41:\"wordpress-importer/wordpress-importer.php\";}','no'),(1715,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1419651151','no'),(1716,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2014/12/dinah/\'>WordPress 4.1 “Dinah”</a> <span class=\"rss-date\">18 Grudzień 2014</span><div class=\"rssSummary\">Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/typography-project-beautifully-illustrates-complimentary-google-web-fonts\'>WPTavern: Typography Project Beautifully Illustrates Complimentary Google Web Fonts</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/without-notifying-customers-godaddy-and-mediatemple-auto-activate-sidekick\'>WPTavern: Without Notifying Customers, GoDaddy and MediaTemple Auto Activate SIDEKICK</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/varying-vagrant-vagrants-adopts-open-source-mit-license\'>WPTavern: Varying Vagrant Vagrants Adopts Open Source MIT License</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popularna wtyczka:</span> <a href=\'https://wordpress.org/plugins/woocommerce/\' class=\'dashboard-news-plugin-link\'>WooCommerce - excelling eCommerce</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=woocommerce&_wpnonce=36112ac428&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'WooCommerce - excelling eCommerce\'>Zainstaluj</a>)</span></li></ul></div>','no'),(2223,'_site_transient_timeout_theme_roots','1421432071','yes'),(2224,'_site_transient_theme_roots','a:3:{s:13:\"harmonux-core\";s:7:\"/themes\";s:12:\"harmonux-old\";s:7:\"/themes\";s:8:\"harmonux\";s:7:\"/themes\";}','yes'),(2225,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1421430273;s:7:\"checked\";a:3:{s:13:\"harmonux-core\";s:5:\"1.0.5\";s:12:\"harmonux-old\";s:5:\"1.0.6\";s:8:\"harmonux\";s:5:\"1.0.6\";}s:8:\"response\";a:1:{s:13:\"harmonux-core\";a:4:{s:5:\"theme\";s:13:\"harmonux-core\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/harmonux-core\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/harmonux-core.1.2.1.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(2226,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1421430273;s:8:\"response\";a:1:{s:27:\"theme-check/theme-check.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"18487\";s:4:\"slug\";s:11:\"theme-check\";s:6:\"plugin\";s:27:\"theme-check/theme-check.php\";s:11:\"new_version\";s:10:\"20141222.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/theme-check/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/theme-check.20141222.1.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:35:\"advanced-post-manager/tribe-apm.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"24844\";s:4:\"slug\";s:21:\"advanced-post-manager\";s:6:\"plugin\";s:35:\"advanced-post-manager/tribe-apm.php\";s:11:\"new_version\";s:5:\"1.0.9\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/advanced-post-manager/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.9.zip\";}s:43:\"advanced-post-manager/tribe-demo-plugin.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"24844\";s:4:\"slug\";s:21:\"advanced-post-manager\";s:6:\"plugin\";s:43:\"advanced-post-manager/tribe-demo-plugin.php\";s:11:\"new_version\";s:5:\"1.0.9\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/advanced-post-manager/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.9.zip\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.4.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.3.zip\";}s:65:\"custom-post-type-page-template/custom-post-type-page-template.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"35928\";s:4:\"slug\";s:30:\"custom-post-type-page-template\";s:6:\"plugin\";s:65:\"custom-post-type-page-template/custom-post-type-page-template.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/custom-post-type-page-template/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/custom-post-type-page-template.1.0.zip\";}s:49:\"custom-taxonomy-filter/customtaxfilterinadmin.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"51888\";s:4:\"slug\";s:22:\"custom-taxonomy-filter\";s:6:\"plugin\";s:49:\"custom-taxonomy-filter/customtaxfilterinadmin.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/custom-taxonomy-filter/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-taxonomy-filter.1.1.zip\";}s:35:\"googleanalytics/googleanalytics.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"8553\";s:4:\"slug\";s:15:\"googleanalytics\";s:6:\"plugin\";s:35:\"googleanalytics/googleanalytics.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/googleanalytics/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/googleanalytics.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"14975\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.1.zip\";}}}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=1491 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,7,'_edit_last','1'),(3,7,'_smartlib_video_link',''),(4,7,'_edit_lock','1419374096:1'),(5,7,'budget_ammount','283561315.26'),(9,10,'_edit_last','1'),(10,10,'_smartlib_video_link',''),(11,10,'budget_ammount','200'),(12,10,'_edit_lock','1412983332:1'),(14,13,'_edit_last','1'),(15,13,'_smartlib_video_link',''),(16,13,'_edit_lock','1413789872:1'),(27,17,'_edit_last','1'),(28,17,'_edit_lock','1414103749:1'),(29,17,'_wp_page_template','page-kalkulator.php'),(30,17,'_smartlib_video_link',''),(31,19,'_edit_last','1'),(33,19,'_smartlib_video_link',''),(34,19,'_edit_lock','1418257562:1'),(35,21,'_edit_last','1'),(36,21,'_wp_page_template','page-kontakt.php'),(37,21,'_smartlib_video_link',''),(38,21,'_edit_lock','1418629505:1'),(39,23,'_edit_last','1'),(40,23,'_edit_lock','1415062187:1'),(41,23,'_wp_page_template','page-rejestr.php'),(42,23,'_smartlib_video_link',''),(43,26,'_edit_last','1'),(44,26,'_edit_lock','1417943552:1'),(45,26,'_smartlib_video_link',''),(46,26,'gmcpt_lat','{\"j\":[{\"k\":51.222152622152024,\"B\":22.640161514282227},{\"k\":51.22580788296972,\"B\":22.635784149169922},{\"k\":51.22580788296972,\"B\":22.635784149169922},{\"k\":51.22994657785954,\"B\":22.638530731201172},{\"k\":51.22994657785954,\"B\":22.638530731201172},{\"k\":51.22854913808809,\"B\":22.644624710083008},{\"k\":51.22854913808809,\"B\":22.644624710083008}],\"gm_accessors_\":{\"length\":null},\"length\":7,\"gm_bindings_\":{\"length\":{}}}'),(65,33,'_menu_item_type','taxonomy'),(66,33,'_menu_item_menu_item_parent','0'),(67,33,'_menu_item_object_id','4'),(68,33,'_menu_item_object','year'),(69,33,'_menu_item_target',''),(70,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(71,33,'_menu_item_xfn',''),(72,33,'_menu_item_url',''),(74,34,'_menu_item_type','post_type'),(75,34,'_menu_item_menu_item_parent','0'),(76,34,'_menu_item_object_id','23'),(77,34,'_menu_item_object','page'),(78,34,'_menu_item_target',''),(79,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(80,34,'_menu_item_xfn',''),(81,34,'_menu_item_url',''),(92,36,'_edit_last','1'),(93,36,'_edit_lock','1419607985:1'),(94,37,'_menu_item_type','post_type'),(95,37,'_menu_item_menu_item_parent','0'),(96,37,'_menu_item_object_id','36'),(97,37,'_menu_item_object','calculator'),(98,37,'_menu_item_target',''),(99,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(100,37,'_menu_item_xfn',''),(101,37,'_menu_item_url',''),(103,38,'_menu_item_type','taxonomy'),(104,38,'_menu_item_menu_item_parent','0'),(105,38,'_menu_item_object_id','4'),(106,38,'_menu_item_object','gmcpt-rok'),(107,38,'_menu_item_target',''),(108,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(109,38,'_menu_item_xfn',''),(110,38,'_menu_item_url',''),(112,39,'_edit_last','1'),(113,39,'_edit_lock','1416910727:1'),(114,40,'_edit_last','1'),(115,40,'_edit_lock','1418261065:1'),(116,41,'_menu_item_type','post_type'),(117,41,'_menu_item_menu_item_parent','0'),(118,41,'_menu_item_object_id','39'),(119,41,'_menu_item_object','poradnik'),(120,41,'_menu_item_target',''),(121,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(122,41,'_menu_item_xfn',''),(123,41,'_menu_item_url',''),(134,43,'_menu_item_type','post_type'),(135,43,'_menu_item_menu_item_parent','0'),(136,43,'_menu_item_object_id','21'),(137,43,'_menu_item_object','page'),(138,43,'_menu_item_target',''),(139,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(140,43,'_menu_item_xfn',''),(141,43,'_menu_item_url',''),(152,45,'_edit_last','1'),(153,45,'_edit_lock','1418251706:1'),(154,46,'_menu_item_type','post_type'),(155,46,'_menu_item_menu_item_parent','0'),(156,46,'_menu_item_object_id','45'),(157,46,'_menu_item_object','spolka'),(158,46,'_menu_item_target',''),(159,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(160,46,'_menu_item_xfn',''),(161,46,'_menu_item_url',''),(163,36,'_wp_page_template','page-kalkulator.php'),(164,47,'_menu_item_type','taxonomy'),(165,47,'_menu_item_menu_item_parent','0'),(166,47,'_menu_item_object_id','4'),(167,47,'_menu_item_object','year'),(168,47,'_menu_item_target',''),(169,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(170,47,'_menu_item_xfn',''),(171,47,'_menu_item_url',''),(173,48,'_menu_item_type','post_type'),(174,48,'_menu_item_menu_item_parent','0'),(175,48,'_menu_item_object_id','36'),(176,48,'_menu_item_object','calculator'),(177,48,'_menu_item_target',''),(178,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(179,48,'_menu_item_xfn',''),(180,48,'_menu_item_url',''),(182,49,'_menu_item_type','taxonomy'),(183,49,'_menu_item_menu_item_parent','0'),(184,49,'_menu_item_object_id','4'),(185,49,'_menu_item_object','gmcpt-rok'),(186,49,'_menu_item_target',''),(187,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(188,49,'_menu_item_xfn',''),(189,49,'_menu_item_url',''),(191,50,'_edit_last','1'),(192,50,'budget_ammount','234828837.16'),(193,50,'_edit_lock','1419374364:1'),(194,51,'_wp_attached_file','2014/10/ico-transport.png'),(195,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:116;s:4:\"file\";s:25:\"2014/10/ico-transport.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:23:\"ico-transport-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(196,50,'_thumbnail_id','51'),(197,52,'_edit_last','1'),(198,52,'_edit_lock','1414249528:1'),(199,52,'budget_ammount','6283091.10'),(200,53,'_edit_last','1'),(201,53,'_edit_lock','1414250939:1'),(202,53,'budget_ammount','113974342.54'),(203,54,'_edit_last','1'),(204,54,'budget_ammount','6842368.74'),(205,54,'_edit_lock','1414249627:1'),(206,55,'_edit_last','1'),(207,55,'budget_ammount','1553777.02'),(208,55,'_edit_lock','1414249577:1'),(209,56,'_edit_last','1'),(210,56,'budget_ammount','10500000'),(211,56,'_edit_lock','1414249585:1'),(212,57,'_edit_last','1'),(213,57,'_edit_lock','1414250995:1'),(214,57,'budget_ammount','1500000'),(215,58,'_edit_last','1'),(216,58,'budget_ammount','1556145.08'),(217,58,'_edit_lock','1414249552:1'),(218,59,'_edit_last','1'),(219,59,'budget_ammount','94558725.33'),(220,59,'_edit_lock','1414249544:1'),(221,60,'_edit_last','1'),(222,60,'budget_ammount','-2520708.21'),(223,60,'_edit_lock','1414249425:1'),(224,61,'_edit_last','1'),(225,61,'budget_ammount','581095.56'),(226,61,'_edit_lock','1414249536:1'),(227,62,'_edit_last','1'),(228,62,'_edit_lock','1419365002:1'),(229,63,'_wp_attached_file','2014/10/ico-admin.png'),(230,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:139;s:6:\"height\";i:116;s:4:\"file\";s:21:\"2014/10/ico-admin.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:19:\"ico-admin-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(231,62,'_thumbnail_id','63'),(232,62,'budget_ammount','99952812.73'),(233,64,'_edit_last','1'),(234,64,'_edit_lock','1414251091:1'),(235,64,'budget_ammount','71289657.05'),(236,65,'_edit_last','1'),(237,65,'budget_ammount','1483950.01'),(238,65,'_edit_lock','1418075899:1'),(239,66,'_edit_last','1'),(240,66,'budget_ammount','1321890.28'),(241,66,'_edit_lock','1414251186:1'),(242,67,'_edit_last','1'),(243,67,'budget_ammount','1479142.94 zł'),(244,67,'_edit_lock','1414251224:1'),(245,68,'_edit_last','1'),(246,68,'budget_ammount','1747119.95'),(247,68,'_edit_lock','1414251264:1'),(248,69,'_edit_last','1'),(249,69,'budget_ammount','6957509.41'),(250,69,'_edit_lock','1414251315:1'),(251,70,'_edit_last','1'),(252,70,'_edit_lock','1414251362:1'),(253,70,'budget_ammount','1414304.40'),(254,71,'_edit_last','1'),(255,71,'budget_ammount','2629692.95'),(256,71,'_edit_lock','1414251402:1'),(257,72,'_edit_last','1'),(258,72,'_edit_lock','1414251445:1'),(259,72,'budget_ammount','914971.39'),(260,73,'_edit_last','1'),(261,73,'_edit_lock','1414251487:1'),(262,73,'budget_ammount','3453527.69'),(263,74,'_edit_last','1'),(264,74,'budget_ammount','7261046.66'),(265,74,'_edit_lock','1414254442:1'),(268,79,'_form','<p class=\"half-line-form\">\n [text* your-name watermark \"Imię i nazwisko (wymagane)\"] </p>\n<p class=\"half-line-form half-line-form-right\">\n [text your-firm watermark \"Nazwa Firmy\"] </p>\n<p class=\"half-line-form\">\n [email* your-email watermark \"Adres email (wymagane)\"] </p>\n<p class=\"half-line-form half-line-form-right\">\n [text your-phone watermark \"Numer Telefonu\"] </p>\n<p>\n [text your-subject watermark \"Temat\"] </p>\n\n<p>\n [textarea your-message watermark \"Jak możemy Ci pomóc\"] </p>\n\n<p>[submit \"Wyślij\"]</p>'),(269,79,'_mail','a:8:{s:7:\"subject\";s:28:\"Email ze strony Jawny Lublin\";s:6:\"sender\";s:28:\"kontakt@fundacjawolnosci.org\";s:4:\"body\";s:152:\"Nadawca: [your-name] <[your-email]>\nTemat: [your-subject]\nNumer Telefonu: [your-phone]\nNazwa instytucji: [your-firm]\nTreść wiadomości:\n[your-message]\";s:9:\"recipient\";s:28:\"kontakt@fundacjawolnosci.org\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(270,79,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:39:\"Jawny Lublin <wordpress@papaya2.vdl.pl>\";s:4:\"body\";s:132:\"Treść wiadomości:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Jawny Lublin (http://papaya2.vdl.pl/jawnylublin)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:31:\"Reply-To: instalacjaw@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(271,79,'_messages','a:21:{s:12:\"mail_sent_ok\";s:49:\"Twoja wiadomość została wysłana. Dziękujemy.\";s:12:\"mail_sent_ng\";s:40:\"Twoja wiadomość nie została wysłana.\";s:16:\"validation_error\";s:85:\"Wystąpiły błędy. Sprawdź wszystkie pola formularza i spróbuj wysłać ponownie.\";s:4:\"spam\";s:40:\"Twoja wiadomość nie została wysłana.\";s:12:\"accept_terms\";s:85:\"Proszę zapoznać się z warunkami oraz zaznaczyć odpowiednie pole aby kontynuować.\";s:16:\"invalid_required\";s:34:\"Proszę uzupełnić wymagane pole.\";s:17:\"captcha_not_match\";s:32:\"Wpisany kod jest nieprawidłowy.\";s:14:\"invalid_number\";s:31:\"Format liczby jest niepoprawny.\";s:16:\"number_too_small\";s:26:\"Ta liczba jest zbyt mała.\";s:16:\"number_too_large\";s:26:\"Ta liczba jest zbyt duża.\";s:13:\"invalid_email\";s:37:\"Podany adres e-mail jest niepoprawny.\";s:11:\"invalid_url\";s:27:\"Adres URL jest niepoprawny.\";s:11:\"invalid_tel\";s:39:\"Podany numer telefonu jest niepoprawny.\";s:23:\"quiz_answer_not_correct\";s:32:\"Odpowiedź nie jest prawidłowa.\";s:12:\"invalid_date\";s:29:\"Format daty jest niepoprawny.\";s:14:\"date_too_early\";s:30:\"Podana data jest zbyt wczesna.\";s:13:\"date_too_late\";s:30:\"Podana data jest zbyt późna.\";s:13:\"upload_failed\";s:34:\"Błąd podczas przesyłania pliku.\";s:24:\"upload_file_type_invalid\";s:50:\"Przesyłanie tego rodzaju pliku jest niedozwolone.\";s:21:\"upload_file_too_large\";s:21:\"Plik jest zbyt duży.\";s:23:\"upload_failed_php_error\";s:52:\"Nie udało się przesłać pliku. Wystąpił błąd.\";}'),(272,79,'_additional_settings',''),(273,79,'_locale','pl_PL'),(280,86,'_edit_last','1'),(281,86,'_edit_lock','1414996329:1'),(282,86,'axis_x','30'),(283,86,'axis_y','30'),(284,89,'_edit_last','1'),(285,89,'_edit_lock','1418369649:1'),(286,89,'gmcpt_lat','{\"j\":[{\"k\":51.28586305815979,\"D\":22.53072738647461},{\"k\":51.28586305815979,\"D\":22.53072738647461}],\"gm_accessors_\":{\"length\":null},\"length\":2,\"gm_bindings_\":{\"length\":{}}}'),(287,90,'_edit_last','1'),(288,90,'_edit_lock','1418220486:1'),(289,90,'gmcpt_lat','{\"j\":[{\"k\":51.24765947890563,\"B\":22.5534725189209}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(290,92,'_edit_last','1'),(291,92,'_edit_lock','1418258190:1'),(292,92,'gmcpt_lat','{\"j\":[{\"k\":51.24802884488856,\"B\":22.56591796875}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(293,93,'_wp_attached_file','2014/10/Zatrudnienie-WYK1C.jpg'),(294,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:4100;s:4:\"file\";s:30:\"2014/10/Zatrudnienie-WYK1C.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Zatrudnienie-WYK1C-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Zatrudnienie-WYK1C-109x300.jpg\";s:5:\"width\";i:109;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Zatrudnienie-WYK1C-374x1024.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Zatrudnienie-WYK1C-624x1705.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:1705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:28:\"Zatrudnienie-WYK1C-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:30:\"Zatrudnienie-WYK1C-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:31:\"Zatrudnienie-WYK1C-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:30:\"Zatrudnienie-WYK1C-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(295,94,'_edit_last','1'),(296,94,'_edit_lock','1415083179:1'),(297,94,'budget_ammount','17145639.83'),(298,95,'_wp_attached_file','2014/11/ico-zdrowie.png'),(299,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:108;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2014/11/ico-zdrowie.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:21:\"ico-zdrowie-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(301,94,'_thumbnail_id','95'),(302,97,'_edit_last','1'),(303,97,'_edit_lock','1415083272:1'),(304,97,'budget_ammount','105095369.24'),(305,98,'_wp_attached_file','2014/11/ico-gospodarka-komunalna.png'),(306,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:133;s:6:\"height\";i:108;s:4:\"file\";s:36:\"2014/11/ico-gospodarka-komunalna.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:34:\"ico-gospodarka-komunalna-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(307,97,'_thumbnail_id','98'),(308,99,'_wp_attached_file','2014/10/ico-road.png'),(309,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:111;s:4:\"file\";s:20:\"2014/10/ico-road.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:18:\"ico-road-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(310,7,'_thumbnail_id','99'),(311,100,'_edit_last','1'),(312,100,'_edit_lock','1415083431:1'),(313,100,'budget_ammount','33112921.23'),(314,101,'_wp_attached_file','2014/11/ico-bezpieczenstwo.png'),(315,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:98;s:4:\"file\";s:30:\"2014/11/ico-bezpieczenstwo.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:28:\"ico-bezpieczenstwo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(316,100,'_thumbnail_id','101'),(317,102,'_edit_last','1'),(318,102,'_edit_lock','1415084592:1'),(319,102,'budget_ammount','212298880.19'),(320,103,'_wp_attached_file','2014/11/ico-pomoc-spoleczna.png'),(321,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:112;s:4:\"file\";s:31:\"2014/11/ico-pomoc-spoleczna.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ico-pomoc-spoleczna-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:29:\"ico-pomoc-spoleczna-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(323,104,'_edit_last','1'),(324,104,'_edit_lock','1415083549:1'),(325,104,'budget_ammount','68376080.83'),(326,105,'_wp_attached_file','2014/11/ico-kultura.png'),(327,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:137;s:6:\"height\";i:103;s:4:\"file\";s:23:\"2014/11/ico-kultura.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:21:\"ico-kultura-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(328,104,'_thumbnail_id','105'),(329,106,'_edit_last','1'),(330,106,'_edit_lock','1415083603:1'),(331,106,'budget_ammount','27982392.13'),(332,107,'_wp_attached_file','2014/11/ico-build.png'),(333,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:116;s:4:\"file\";s:21:\"2014/11/ico-build.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:19:\"ico-build-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(334,106,'_thumbnail_id','107'),(335,108,'_edit_last','1'),(336,108,'_edit_lock','1415083663:1'),(337,109,'_wp_attached_file','2014/11/ico-oswiata.png'),(338,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:109;s:4:\"file\";s:23:\"2014/11/ico-oswiata.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ico-oswiata-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:21:\"ico-oswiata-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(339,108,'_thumbnail_id','109'),(340,108,'budget_ammount','551909486.36'),(341,110,'_edit_last','1'),(342,110,'_edit_lock','1415083768:1'),(343,111,'_wp_attached_file','2014/11/ico-pomoc-spoleczna1.png'),(344,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:112;s:4:\"file\";s:32:\"2014/11/ico-pomoc-spoleczna1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ico-pomoc-spoleczna1-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:30:\"ico-pomoc-spoleczna1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(345,110,'_thumbnail_id','111'),(346,110,'budget_ammount','79321958.84'),(347,112,'_edit_last','1'),(348,112,'_edit_lock','1415083814:1'),(349,113,'_wp_attached_file','2014/11/ico-sport.png'),(350,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:97;s:6:\"height\";i:104;s:4:\"file\";s:21:\"2014/11/ico-sport.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:19:\"ico-sport-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(351,112,'_thumbnail_id','113'),(352,112,'budget_ammount','100997370.74'),(353,114,'_edit_last','1'),(354,114,'_edit_lock','1415083899:1'),(355,115,'_wp_attached_file','2014/11/ico-turystyka.png'),(356,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:86;s:6:\"height\";i:79;s:4:\"file\";s:25:\"2014/11/ico-turystyka.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:23:\"ico-turystyka-80x79.png\";s:5:\"width\";i:80;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(357,114,'_thumbnail_id','115'),(358,114,'budget_ammount','2121991.39'),(359,116,'_wp_attached_file','2014/11/ico-pomoc.png'),(360,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:133;s:6:\"height\";i:110;s:4:\"file\";s:21:\"2014/11/ico-pomoc.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:19:\"ico-pomoc-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(361,102,'_thumbnail_id','116'),(362,117,'_edit_last','1'),(363,117,'_edit_lock','1418252305:1'),(364,118,'_edit_last','1'),(365,118,'_edit_lock','1418251941:1'),(366,119,'_edit_last','1'),(367,119,'_edit_lock','1417652973:1'),(368,120,'_edit_last','1'),(369,120,'_edit_lock','1417650289:1'),(370,121,'_edit_last','1'),(371,121,'_edit_lock','1419295258:1'),(372,122,'_edit_last','1'),(373,122,'_edit_lock','1418252086:1'),(374,123,'_edit_last','1'),(375,123,'_edit_lock','1419295129:1'),(376,124,'_edit_last','1'),(377,124,'_edit_lock','1418251888:1'),(378,125,'_edit_last','1'),(379,125,'_edit_lock','1417649640:1'),(380,126,'_edit_last','1'),(381,126,'_edit_lock','1418252056:1'),(382,130,'_edit_last','1'),(383,130,'_edit_lock','1415610107:1'),(384,131,'_wp_attached_file','2014/11/ico-rownowazaca.png'),(385,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:88;s:4:\"file\";s:27:\"2014/11/ico-rownowazaca.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:25:\"ico-rownowazaca-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(386,130,'_thumbnail_id','131'),(387,130,'budget_ammount','7679968'),(388,132,'_edit_last','1'),(389,132,'_edit_lock','1415610159:1'),(390,133,'_wp_attached_file','2014/11/ico-inne.png'),(391,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:97;s:4:\"file\";s:20:\"2014/11/ico-inne.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:18:\"ico-inne-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(392,132,'_thumbnail_id','133'),(393,132,'budget_ammount','5529499.67'),(394,134,'_edit_last','1'),(395,134,'_edit_lock','1415612731:1'),(396,135,'_wp_attached_file','2014/11/ico-obsluga-zadluzenia.png'),(397,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:134;s:6:\"height\";i:107;s:4:\"file\";s:34:\"2014/11/ico-obsluga-zadluzenia.png\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:32:\"ico-obsluga-zadluzenia-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(398,134,'_thumbnail_id','135'),(399,134,'budget_ammount','33073912'),(400,136,'_edit_last','1'),(401,136,'_edit_lock','1418214158:1'),(402,136,'_wp_page_template','page-infografiki.php'),(403,138,'_menu_item_type','post_type'),(404,138,'_menu_item_menu_item_parent','0'),(405,138,'_menu_item_object_id','136'),(406,138,'_menu_item_object','page'),(407,138,'_menu_item_target',''),(408,138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(409,138,'_menu_item_xfn',''),(410,138,'_menu_item_url',''),(412,40,'_thumbnail_id','93'),(413,140,'_edit_last','1'),(414,140,'_edit_lock','1421060815:1'),(415,141,'_wp_attached_file','2014/11/infografika1.jpg'),(416,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:736;s:4:\"file\";s:24:\"2014/11/infografika1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"infografika1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"infografika1-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"infografika1-624x459.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:22:\"infografika1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:24:\"infografika1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:25:\"infografika1-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:24:\"infografika1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(417,140,'_thumbnail_id','141'),(418,142,'_edit_last','1'),(419,142,'_edit_lock','1421060363:1'),(420,143,'_wp_attached_file','2014/11/infografika2.jpg'),(421,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:671;s:4:\"file\";s:24:\"2014/11/infografika2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"infografika2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"infografika2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"infografika2-624x418.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:22:\"infografika2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:24:\"infografika2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:25:\"infografika2-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:24:\"infografika2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(422,142,'_thumbnail_id','143'),(423,144,'_wp_attached_file','2014/11/lpec.jpg'),(424,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:216;s:4:\"file\";s:16:\"2014/11/lpec.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"lpec-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"lpec-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:14:\"lpec-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:16:\"lpec-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:16:\"lpec-350x216.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(425,123,'_thumbnail_id','144'),(426,145,'_wp_attached_file','2014/11/mpwik.jpg'),(427,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:867;s:4:\"file\";s:17:\"2014/11/mpwik.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mpwik-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mpwik-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"mpwik-624x789.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:789;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:15:\"mpwik-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:17:\"mpwik-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:17:\"mpwik-685x620.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:17:\"mpwik-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(428,124,'_thumbnail_id','145'),(429,146,'_wp_attached_file','2014/11/motor.jpg'),(430,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1022;s:6:\"height\";i:960;s:4:\"file\";s:17:\"2014/11/motor.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"motor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"motor-300x281.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"motor-624x586.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:15:\"motor-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:17:\"motor-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:18:\"motor-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:17:\"motor-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(431,118,'_thumbnail_id','146'),(432,147,'_wp_attached_file','2014/10/targi.png'),(433,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:505;s:6:\"height\";i:316;s:4:\"file\";s:17:\"2014/10/targi.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"targi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"targi-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:15:\"targi-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:17:\"targi-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:17:\"targi-350x316.png\";s:5:\"width\";i:350;s:6:\"height\";i:316;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(434,45,'_thumbnail_id','147'),(435,148,'_wp_attached_file','2014/11/spr.jpg'),(436,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:249;s:4:\"file\";s:15:\"2014/11/spr.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"spr-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:13:\"spr-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:15:\"spr-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(437,117,'_thumbnail_id','148'),(438,149,'_wp_attached_file','2014/11/mkk.png'),(439,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:233;s:6:\"height\";i:222;s:4:\"file\";s:15:\"2014/11/mkk.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mkk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:13:\"mkk-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:15:\"mkk-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(440,119,'_thumbnail_id','149'),(441,150,'_wp_attached_file','2014/11/mosir.jpg'),(442,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:829;s:6:\"height\";i:1304;s:4:\"file\";s:17:\"2014/11/mosir.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mosir-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mosir-190x300.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"mosir-650x1024.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"mosir-624x981.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:981;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:15:\"mosir-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:17:\"mosir-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:17:\"mosir-829x620.jpg\";s:5:\"width\";i:829;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:17:\"mosir-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(443,125,'_thumbnail_id','150'),(444,151,'_wp_attached_file','2014/10/Targi-Lublin-SA-2012.pdf'),(445,152,'_wp_attached_file','2014/10/Targi-Lublin-SA-2013-A.pdf'),(446,153,'_wp_attached_file','2014/10/Targi-Lublin-SA-2013-B.pdf'),(447,154,'_wp_attached_file','2014/11/PLL-SA-2013-A.pdf'),(448,155,'_wp_attached_file','2014/11/PLL-SA-2013-B.pdf'),(449,156,'_edit_last','1'),(450,156,'_edit_lock','1415949797:1'),(451,156,'budget_ammount','7763244.64'),(452,157,'_edit_last','1'),(453,157,'_edit_lock','1415950074:1'),(454,157,'budget_ammount','1353500.85'),(455,158,'_edit_last','1'),(456,158,'_edit_lock','1418073821:1'),(457,158,'budget_ammount','20197987.63'),(458,159,'_edit_last','1'),(459,159,'_edit_lock','1415950161:1'),(460,159,'budget_ammount','2340488.97 '),(461,160,'_edit_last','1'),(462,160,'_edit_lock','1415950193:1'),(463,160,'budget_ammount','300000'),(464,161,'_edit_last','1'),(465,161,'_edit_lock','1415950219:1'),(466,161,'budget_ammount','1157699.14'),(467,162,'_edit_last','1'),(468,162,'_edit_lock','1415950256:1'),(469,162,'budget_ammount','494485.78 '),(470,163,'_edit_last','1'),(471,163,'_edit_lock','1415950295:1'),(472,163,'budget_ammount','384973838.98'),(473,164,'_edit_last','1'),(474,164,'_edit_lock','1415950328:1'),(475,164,'budget_ammount','35356830.95'),(476,165,'_edit_last','1'),(477,165,'_edit_lock','1415950359:1'),(478,165,'budget_ammount','1161876.68'),(479,166,'_edit_last','1'),(480,166,'_edit_lock','1415950385:1'),(481,166,'budget_ammount','64594746.34'),(482,167,'_edit_last','1'),(483,167,'_edit_lock','1415950434:1'),(484,167,'budget_ammount','982039.61'),(485,168,'_edit_last','1'),(486,168,'_edit_lock','1415950471:1'),(487,168,'budget_ammount','1155513.72'),(488,169,'_edit_last','1'),(489,169,'_edit_lock','1415950491:1'),(490,169,'budget_ammount','753189'),(491,170,'_edit_last','1'),(492,170,'_edit_lock','1415950547:1'),(493,170,'budget_ammount',' 923080689 '),(494,171,'_edit_last','1'),(495,171,'_edit_lock','1415950589:1'),(496,171,'budget_ammount','53700644.19 '),(497,172,'_edit_last','1'),(498,172,'_edit_lock','1415950699:1'),(499,172,'budget_ammount','8369995.13'),(500,173,'_edit_last','1'),(501,173,'_edit_lock','1415950739:1'),(502,173,'budget_ammount','2159947.6'),(503,174,'_edit_last','1'),(504,174,'_edit_lock','1415950791:1'),(505,174,'budget_ammount','11510292.09'),(506,175,'_edit_last','1'),(507,175,'_edit_lock','1415950822:1'),(508,175,'budget_ammount','42858682,93'),(509,176,'_edit_last','1'),(510,176,'_edit_lock','1415950857:1'),(511,176,'budget_ammount','9950462.52'),(512,177,'_edit_last','1'),(513,177,'_edit_lock','1415950886:1'),(514,177,'budget_ammount','13476414.94'),(515,178,'_edit_last','1'),(516,178,'_edit_lock','1415950925:1'),(517,178,'budget_ammount','7262732.73'),(518,179,'_edit_last','1'),(519,179,'_edit_lock','1415950959:1'),(520,179,'budget_ammount','7183618.16'),(521,180,'_edit_last','1'),(522,180,'_edit_lock','1415950985:1'),(523,180,'budget_ammount','11620095.74'),(524,181,'_edit_last','1'),(525,181,'_edit_lock','1415951012:1'),(526,181,'budget_ammount','165223404.49'),(527,182,'_edit_last','1'),(528,182,'_edit_lock','1415951062:1'),(529,182,'budget_ammount','3945668.93'),(530,183,'_edit_last','1'),(531,183,'_edit_lock','1415951147:1'),(532,183,'budget_ammount','8911963'),(533,184,'_edit_last','1'),(534,184,'_edit_lock','1415951180:1'),(535,184,'budget_ammount','2312589.31'),(536,185,'_edit_last','1'),(537,185,'_edit_lock','1415951231:1'),(538,185,'budget_ammount','8508690.13'),(539,186,'_edit_last','1'),(540,186,'_edit_lock','1415951277:1'),(541,186,'budget_ammount','1315215.58'),(542,187,'_edit_last','1'),(543,187,'_edit_lock','1415951306:1'),(544,187,'budget_ammount','1171483.59'),(545,188,'_edit_last','1'),(546,188,'_edit_lock','1415951337:1'),(547,188,'budget_ammount','863250.71'),(548,189,'_edit_last','1'),(549,189,'_edit_lock','1415951371:1'),(550,189,'budget_ammount','2939707.59'),(551,190,'_edit_last','1'),(552,190,'_edit_lock','1415952306:1'),(553,190,'budget_ammount','1336930.15'),(554,191,'_edit_last','1'),(555,191,'_edit_lock','1415952388:1'),(556,191,'budget_ammount','622562.07'),(557,192,'_edit_last','1'),(558,192,'_edit_lock','1415952440:1'),(559,192,'budget_ammount','3980443.74'),(560,193,'_edit_last','1'),(561,193,'_edit_lock','1415952465:1'),(562,193,'budget_ammount','735788'),(563,194,'_edit_last','1'),(564,194,'_edit_lock','1415952497:1'),(565,194,'budget_ammount','548905.05'),(566,195,'_edit_last','1'),(567,195,'_edit_lock','1415952532:1'),(568,195,'budget_ammount','268386.38'),(569,196,'_edit_last','1'),(570,196,'_edit_lock','1415952579:1'),(571,196,'budget_ammount','99428.34'),(572,197,'_edit_last','1'),(573,197,'_edit_lock','1415952626:1'),(574,197,'budget_ammount','11341540.32'),(575,198,'_edit_last','1'),(576,198,'_edit_lock','1415952713:1'),(577,198,'budget_ammount','171148.00'),(578,199,'_edit_last','1'),(579,199,'_edit_lock','1415952760:1'),(580,199,'budget_ammount','15278183.13'),(581,200,'_edit_last','1'),(582,200,'_edit_lock','1415952798:1'),(583,200,'budget_ammount','27316079.06'),(584,201,'_edit_last','1'),(585,201,'_edit_lock','1415952842:1'),(586,201,'budget_ammount','11452685.49'),(587,202,'_edit_last','1'),(588,202,'_edit_lock','1415952876:1'),(589,202,'budget_ammount','7527309.59'),(590,203,'_edit_last','1'),(591,203,'_edit_lock','1415952915:1'),(592,203,'budget_ammount','1688860.98'),(593,204,'_edit_last','1'),(594,204,'_edit_lock','1415952954:1'),(595,204,'budget_ammount','10978755.23'),(596,205,'_edit_last','1'),(597,205,'_edit_lock','1415952987:1'),(598,205,'budget_ammount','12900865.05'),(599,206,'_edit_last','1'),(600,206,'_edit_lock','1415953016:1'),(601,206,'budget_ammount','9516984.12'),(602,207,'_edit_last','1'),(603,207,'_edit_lock','1415953054:1'),(604,207,'budget_ammount','18791741.17'),(605,208,'_edit_last','1'),(606,208,'_edit_lock','1415953102:1'),(607,208,'budget_ammount','7866914.50'),(608,209,'_edit_last','1'),(609,209,'_edit_lock','1415953128:1'),(610,209,'budget_ammount','7227251'),(611,210,'_edit_last','1'),(612,210,'_edit_lock','1415953165:1'),(613,210,'budget_ammount','73556300'),(614,211,'_edit_last','1'),(615,211,'_edit_lock','1415953242:1'),(616,211,'budget_ammount','8196950.87'),(617,212,'_edit_last','1'),(618,212,'_edit_lock','1415954172:1'),(619,212,'budget_ammount','11490979.48'),(620,213,'_edit_last','1'),(621,213,'_edit_lock','1415954211:1'),(622,213,'budget_ammount','7792710.26'),(623,214,'_edit_last','1'),(624,214,'_edit_lock','1415954266:1'),(625,214,'budget_ammount','47977508.03'),(626,215,'_edit_last','1'),(627,215,'_edit_lock','1415954295:1'),(628,215,'budget_ammount','3076048'),(629,216,'_edit_last','1'),(630,216,'_edit_lock','1415954388:1'),(631,216,'budget_ammount','3201084.20'),(632,217,'_edit_last','1'),(633,217,'_edit_lock','1415954428:1'),(634,217,'budget_ammount','937677.15'),(635,218,'_edit_last','1'),(636,218,'_edit_lock','1415954562:1'),(637,218,'budget_ammount','1213080.77'),(638,219,'_edit_last','1'),(639,219,'_edit_lock','1415954603:1'),(640,219,'budget_ammount','3223872.37'),(641,220,'_edit_last','1'),(642,220,'_edit_lock','1415954653:1'),(643,220,'budget_ammount','408998.58'),(644,221,'_edit_last','1'),(645,221,'_edit_lock','1415954713:1'),(646,221,'budget_ammount','2745657.23'),(647,222,'_edit_last','1'),(648,222,'_edit_lock','1415954756:1'),(649,222,'budget_ammount','22554547.33'),(650,223,'_edit_last','1'),(651,223,'_edit_lock','1415954807:1'),(652,223,'budget_ammount','19013719.47'),(653,224,'_edit_last','1'),(654,224,'_edit_lock','1415954859:1'),(655,224,'budget_ammount','5933861.82'),(656,225,'_edit_last','1'),(657,225,'_edit_lock','1415954896:1'),(658,225,'budget_ammount','1188837.94'),(659,226,'_edit_last','1'),(660,226,'_edit_lock','1415954934:1'),(661,226,'budget_ammount','13644850.75'),(662,227,'_edit_last','1'),(663,227,'_edit_lock','1415954975:1'),(664,227,'budget_ammount','33038205.36'),(665,228,'_edit_last','1'),(666,228,'_edit_lock','1415955011:1'),(667,228,'budget_ammount','1090409.49'),(668,229,'_edit_last','1'),(669,229,'_edit_lock','1415955049:1'),(670,229,'budget_ammount','2260977.83'),(671,230,'_edit_last','1'),(672,230,'_edit_lock','1415955111:1'),(673,230,'budget_ammount','3624302.02'),(674,231,'_edit_last','1'),(675,231,'_edit_lock','1415955155:1'),(676,231,'budget_ammount','3267000'),(677,232,'_edit_last','1'),(678,232,'_edit_lock','1415955202:1'),(679,232,'budget_ammount','22474513.73'),(680,233,'_edit_last','1'),(681,233,'_edit_lock','1415955281:1'),(682,233,'budget_ammount','1707627.04'),(683,234,'_edit_last','1'),(684,234,'_edit_lock','1415955320:1'),(685,234,'budget_ammount','11277327.63'),(686,235,'_edit_last','1'),(687,235,'_edit_lock','1415955349:1'),(688,235,'budget_ammount','646711.61'),(689,236,'_edit_last','1'),(690,236,'_edit_lock','1415955389:1'),(691,236,'budget_ammount','15770785.46'),(692,237,'_edit_last','1'),(693,237,'_edit_lock','1415955416:1'),(694,237,'budget_ammount','8099649.9'),(695,238,'_edit_last','1'),(696,238,'_edit_lock','1415955482:1'),(697,238,'budget_ammount','5132465.46'),(698,239,'_edit_last','1'),(699,239,'_edit_lock','1415955514:1'),(700,239,'budget_ammount','64843395,42'),(701,240,'_edit_last','1'),(702,240,'_edit_lock','1415955556:1'),(703,240,'budget_ammount','1652827.66'),(704,241,'_edit_last','1'),(705,241,'_edit_lock','1415955605:1'),(706,241,'budget_ammount','1020489.7'),(707,242,'_edit_last','1'),(708,242,'_edit_lock','1415955650:1'),(709,242,'budget_ammount','6050000'),(710,243,'_edit_last','1'),(711,243,'_edit_lock','1415955696:1'),(712,243,'budget_ammount','8292105.49'),(713,244,'_edit_last','1'),(714,244,'_edit_lock','1415955760:1'),(715,244,'budget_ammount','6241345.12'),(716,245,'_edit_last','1'),(717,245,'_edit_lock','1415955821:1'),(718,245,'budget_ammount','3014300'),(719,246,'_edit_last','1'),(720,246,'_edit_lock','1415955863:1'),(721,246,'budget_ammount','4000000'),(722,247,'_edit_last','1'),(723,247,'_edit_lock','1415955900:1'),(724,247,'budget_ammount','1500000'),(725,248,'_edit_last','1'),(726,248,'_edit_lock','1415955926:1'),(727,248,'budget_ammount','2907660.62'),(728,249,'_edit_last','1'),(729,249,'_edit_lock','1415955964:1'),(730,249,'budget_ammount','662789.54'),(731,250,'_edit_last','1'),(732,250,'_edit_lock','1415956281:1'),(733,250,'budget_ammount','812457.19'),(734,251,'_edit_last','1'),(735,251,'_edit_lock','1415956309:1'),(736,251,'budget_ammount','245000'),(737,252,'_edit_last','1'),(738,252,'_edit_lock','1415956835:1'),(739,252,'budget_ammount','1630061.2'),(740,253,'_edit_last','1'),(741,253,'_edit_lock','1415956890:1'),(742,253,'budget_ammount','126936.30'),(743,254,'_edit_last','1'),(744,254,'_edit_lock','1415956926:1'),(745,254,'budget_ammount','19704.4'),(746,255,'_edit_last','1'),(747,255,'_edit_lock','1415956963:1'),(748,255,'budget_ammount','100289.49'),(749,257,'_edit_last','1'),(750,257,'_edit_lock','1417943156:1'),(751,257,'gmcpt_lat','{\"j\":[{\"k\":51.17396207034271,\"B\":22.514419555664062}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(752,258,'_edit_last','1'),(753,258,'_edit_lock','1417943620:1'),(754,258,'gmcpt_lat','{\"j\":[{\"k\":51.2674197493533,\"B\":22.54270076751709}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(755,259,'_edit_last','1'),(756,259,'_edit_lock','1417943591:1'),(757,259,'gmcpt_lat','{\"j\":[{\"k\":51.282534682474655,\"B\":22.607460021972656}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(758,260,'_edit_last','1'),(759,260,'_edit_lock','1418251022:1'),(760,260,'gmcpt_lat','{\"j\":[{\"k\":51.2525684462968,\"B\":22.593190670013428}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(761,261,'_edit_last','1'),(762,261,'_edit_lock','1417943693:1'),(763,261,'gmcpt_lat','{\"j\":[{\"k\":51.22586163463947,\"B\":22.60763168334961},{\"k\":51.22279768927183,\"B\":22.602739334106445},{\"k\":51.21865835148318,\"B\":22.613296508789062},{\"k\":51.22376527300161,\"B\":22.6168155670166}],\"gm_accessors_\":{\"length\":null},\"length\":4,\"gm_bindings_\":{\"length\":{}}}'),(764,262,'_edit_last','1'),(765,262,'_edit_lock','1418244296:1'),(766,262,'gmcpt_lat','{\"j\":[{\"k\":51.22470595990539,\"B\":22.609519958496094},{\"k\":51.22957034824944,\"B\":22.59613037109375}],\"gm_accessors_\":{\"length\":null},\"length\":2,\"gm_bindings_\":{\"length\":{}}}'),(767,263,'_edit_last','1'),(768,263,'_edit_lock','1418244007:1'),(769,263,'gmcpt_lat','{\"j\":[{\"k\":51.203011518525386,\"B\":22.59441375732422},{\"k\":51.19160910356239,\"B\":22.59716033935547}],\"gm_accessors_\":{\"length\":null},\"length\":2,\"gm_bindings_\":{\"length\":{}}}'),(770,264,'_edit_last','1'),(771,264,'_edit_lock','1418244005:1'),(772,264,'gmcpt_lat','{\"j\":[{\"k\":51.23698687887106,\"B\":22.529525756835938},{\"k\":51.23333250593456,\"B\":22.52918243408203},{\"k\":51.229032872042,\"B\":22.52643585205078}],\"gm_accessors_\":{\"length\":null},\"length\":3,\"gm_bindings_\":{\"length\":{}}}'),(773,265,'_edit_last','1'),(774,265,'_edit_lock','1417943662:1'),(775,265,'gmcpt_lat','{\"j\":[{\"k\":51.25830274585401,\"B\":22.545554637908936},{\"k\":51.261136058426715,\"B\":22.548065185546875}],\"gm_accessors_\":{\"length\":null},\"length\":2,\"gm_bindings_\":{\"length\":{}}}'),(776,266,'_edit_last','1'),(777,266,'_edit_lock','1418251400:1'),(778,266,'gmcpt_lat','{\"j\":[{\"k\":51.20285018328106,\"B\":22.560081481933594},{\"k\":51.21559392661196,\"B\":22.581067085266113}],\"gm_accessors_\":{\"length\":null},\"length\":2,\"gm_bindings_\":{\"length\":{}}}'),(779,267,'_edit_last','1'),(780,267,'_edit_lock','1417943609:1'),(781,267,'gmcpt_lat','{\"j\":[],\"gm_accessors_\":{\"length\":null},\"length\":0,\"gm_bindings_\":{\"length\":{}}}'),(782,268,'_edit_last','1'),(783,268,'_edit_lock','1415960633:1'),(784,268,'gmcpt_lat','{\"j\":[{\"k\":51.24616183733919,\"B\":22.557764053344727}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(785,269,'_edit_last','1'),(786,269,'_edit_lock','1415960746:1'),(787,269,'gmcpt_lat','{\"j\":[{\"k\":51.247672910447896,\"B\":22.548515796661377}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(788,270,'_edit_last','1'),(789,270,'_edit_lock','1418220454:1'),(790,270,'gmcpt_lat','{\"j\":[{\"k\":51.23282194543105,\"B\":22.5569486618042}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(791,271,'_edit_last','1'),(792,271,'_edit_lock','1417943674:1'),(793,271,'gmcpt_lat','{\"j\":[{\"k\":51.25047330133448,\"B\":22.54343032836914},{\"k\":51.24902276043772,\"B\":22.543087005615234},{\"k\":51.247625900032794,\"B\":22.55072593688965},{\"k\":51.250419578413506,\"B\":22.550382614135742}],\"gm_accessors_\":{\"length\":null},\"length\":4,\"gm_bindings_\":{\"length\":{}}}'),(794,272,'_edit_last','1'),(795,272,'_edit_lock','1418219670:1'),(796,272,'gmcpt_lat','{\"j\":[{\"k\":51.24612154137664,\"B\":22.562098503112793}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(797,273,'_edit_last','1'),(798,273,'_edit_lock','1418220376:1'),(799,273,'gmcpt_lat','{\"j\":[{\"k\":51.23581804851132,\"B\":22.488563060760498}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(800,274,'_edit_last','1'),(801,274,'_edit_lock','1417943599:1'),(802,274,'gmcpt_lat','{\"j\":[{\"k\":51.23580461350698,\"B\":22.601966857910156},{\"k\":51.22064743038333,\"B\":22.649002075195312},{\"k\":51.24117830217582,\"B\":22.659988403320312},{\"k\":51.251494024907885,\"B\":22.617759704589844}],\"gm_accessors_\":{\"length\":null},\"length\":4,\"gm_bindings_\":{\"length\":{}}}'),(803,275,'_edit_last','1'),(804,275,'_edit_lock','1418251264:1'),(805,275,'gmcpt_lat','{\"j\":[{\"k\":51.237228702134644,\"B\":22.566862106323242}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(806,276,'_edit_last','1'),(807,276,'_edit_lock','1418221772:1'),(808,276,'gmcpt_lat','{\"j\":[{\"k\":51.23760486912922,\"B\":22.569050788879395}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(809,277,'_edit_last','1'),(810,277,'_edit_lock','1418244009:1'),(811,277,'gmcpt_lat','{\"j\":[{\"k\":51.23714809452134,\"B\":22.55596160888672}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(812,278,'_edit_last','1'),(813,278,'_edit_lock','1418220041:1'),(814,278,'gmcpt_lat','{\"j\":[{\"k\":51.2403185541701,\"B\":22.65329360961914},{\"k\":51.2420380341127,\"B\":22.66505241394043}],\"gm_accessors_\":{\"length\":null},\"length\":2,\"gm_bindings_\":{\"length\":{}}}'),(815,279,'_edit_last','1'),(816,279,'_edit_lock','1418222514:1'),(817,279,'gmcpt_lat','{\"j\":[{\"k\":51.2770584428051,\"B\":22.461719512939453}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(818,280,'_edit_last','1'),(819,280,'_edit_lock','1418251621:1'),(820,280,'gmcpt_lat','{\"j\":[{\"k\":51.23182767977129,\"B\":22.578964233398438}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(823,284,'_edit_last','1'),(824,284,'_edit_lock','1416910761:1'),(825,285,'_edit_last','1'),(826,285,'_edit_lock','1416910792:1'),(827,286,'_edit_last','1'),(828,286,'_edit_lock','1416910819:1'),(829,287,'_edit_last','1'),(830,287,'_edit_lock','1416910833:1'),(831,288,'_edit_last','1'),(832,288,'_edit_lock','1416910852:1'),(833,289,'_edit_last','1'),(834,289,'_edit_lock','1416910877:1'),(835,290,'_edit_last','1'),(836,290,'_edit_lock','1416910902:1'),(837,291,'_edit_last','1'),(838,291,'_edit_lock','1416910988:1'),(841,292,'_edit_last','1'),(842,292,'_edit_lock','1417091106:1'),(843,293,'_wp_attached_file','2014/11/Odwołanie-od-decyzji-odmownej-przykład.pdf'),(844,294,'_wp_attached_file','2014/11/Odwołanie-od-decyzji-odmownej-wzór.pdf'),(845,295,'_wp_attached_file','2014/11/Skarga-do-Wojewódzkiego-Sądu-Administracyjnego-na-decyzję-odmowną-przykład.pdf'),(846,296,'_wp_attached_file','2014/11/Skarga-do-Wojewódzkiego-Sądu-Administracyjnego-na-decyzję-odmowną-wzór.pdf'),(847,297,'_wp_attached_file','2014/11/Skarga-do-WSA-na-niewykonanie-wyroku-wzór.pdf'),(848,298,'_wp_attached_file','2014/11/Skarga-do-WSA-na-niewykonanie-wyrokuprzykład.pdf'),(849,299,'_wp_attached_file','2014/11/Skarga-na-bezczynność-do-Wojewódzkiego-Sądu-Administracyjnego-przykład.pdf'),(850,300,'_wp_attached_file','2014/11/Skarga-na-bezczynność-do-Wojewódzkiego-Sądu-Administracyjnego-wzór.pdf'),(851,301,'_wp_attached_file','2014/11/Wezwanie-do-wykonania-wyroku-przykład.pdf'),(852,302,'_wp_attached_file','2014/11/Wezwanie-do-wykonania-wyroku-wzór.pdf'),(853,303,'_wp_attached_file','2014/11/Wniosek-o-ponowne-rozpatrzenie-sprawy-przykład.pdf'),(854,304,'_wp_attached_file','2014/11/Wniosek-o-ponowne-rozpatrzenie-sprawy-wzór.pdf'),(855,305,'_wp_attached_file','2014/11/Wniosek-o-uzupełnienie-decyzji-odmownej-przykład.pdf'),(856,306,'_wp_attached_file','2014/11/Wniosek-o-uzupełnienie-decyzji-odmownej-wzór.pdf'),(857,307,'_wp_attached_file','2014/11/Wniosek-o-wymierzenie-grzywny-przykład.pdf'),(858,308,'_wp_attached_file','2014/11/Wniosek-o-wymierzenie-grzywny-wzór.pdf'),(859,309,'_wp_attached_file','2014/11/Wniosek_udost_info_publicznej_wzor.pdf'),(860,310,'_wp_attached_file','2014/11/Zawiadomienie-o-możliwości-popełnienia-przestępstwa-naruszenia-obowiązku-udostępnienia-informacji-publicznej-przykład.pdf'),(861,313,'_wp_attached_file','2014/12/basen_łabedzia4.jpg'),(862,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:28:\"2014/12/basen_łabedzia4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"basen_łabedzia4-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:26:\"basen_łabedzia4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:29:\"basen_łabedzia4-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410084331;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(863,314,'_wp_attached_file','2014/12/CK.jpg'),(864,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:14:\"2014/12/CK.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"CK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"CK-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"CK-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"CK-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:12:\"CK-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:14:\"CK-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:15:\"CK-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:14:\"CK-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410088258;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(865,315,'_wp_attached_file','2014/12/Filaretow7.jpg'),(866,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:22:\"2014/12/Filaretow7.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Filaretow7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Filaretow7-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Filaretow7-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Filaretow7-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:20:\"Filaretow7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:22:\"Filaretow7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:23:\"Filaretow7-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:22:\"Filaretow7-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410094594;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(867,316,'_wp_attached_file','2014/12/Gim16_2.jpg'),(868,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:19:\"2014/12/Gim16_2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Gim16_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Gim16_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Gim16_2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Gim16_2-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:17:\"Gim16_2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:19:\"Gim16_2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:20:\"Gim16_2-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:19:\"Gim16_2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410089605;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(869,317,'_wp_attached_file','2014/12/Gluska.jpg'),(870,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:18:\"2014/12/Gluska.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Gluska-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Gluska-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Gluska-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Gluska-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:16:\"Gluska-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:18:\"Gluska-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:19:\"Gluska-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:18:\"Gluska-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410085033;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(871,318,'_wp_attached_file','2014/12/kosciol_powizytkowski.jpg'),(872,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1596;s:6:\"height\";i:2400;s:4:\"file\";s:33:\"2014/12/kosciol_powizytkowski.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"kosciol_powizytkowski-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"kosciol_powizytkowski-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"kosciol_powizytkowski-680x1024.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"kosciol_powizytkowski-624x938.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:938;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:31:\"kosciol_powizytkowski-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:33:\"kosciol_powizytkowski-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:34:\"kosciol_powizytkowski-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:33:\"kosciol_powizytkowski-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410017469;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(873,319,'_wp_attached_file','2014/12/Meczennikow_majdanka.jpg'),(874,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:32:\"2014/12/Meczennikow_majdanka.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Meczennikow_majdanka-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:30:\"Meczennikow_majdanka-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:33:\"Meczennikow_majdanka-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410084498;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(875,320,'_wp_attached_file','2014/12/Narutowicza.jpg'),(876,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:23:\"2014/12/Narutowicza.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Narutowicza-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Narutowicza-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Narutowicza-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Narutowicza-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:21:\"Narutowicza-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:23:\"Narutowicza-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:24:\"Narutowicza-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:23:\"Narutowicza-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410086561;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(877,321,'_wp_attached_file','2014/12/Park_saski3.jpg'),(878,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:23:\"2014/12/Park_saski3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Park_saski3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Park_saski3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Park_saski3-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Park_saski3-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:21:\"Park_saski3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:23:\"Park_saski3-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:24:\"Park_saski3-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:23:\"Park_saski3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410087685;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(879,322,'_wp_attached_file','2014/12/Plywalnia_Zygmuntowskie2.jpg'),(880,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:36:\"2014/12/Plywalnia_Zygmuntowskie2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Plywalnia_Zygmuntowskie2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Plywalnia_Zygmuntowskie2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Plywalnia_Zygmuntowskie2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Plywalnia_Zygmuntowskie2-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:34:\"Plywalnia_Zygmuntowskie2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:36:\"Plywalnia_Zygmuntowskie2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:37:\"Plywalnia_Zygmuntowskie2-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:36:\"Plywalnia_Zygmuntowskie2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410086167;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(881,323,'_wp_attached_file','2014/12/Przedszkole_Wolska2.jpg'),(882,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:31:\"2014/12/Przedszkole_Wolska2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Przedszkole_Wolska2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Przedszkole_Wolska2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Przedszkole_Wolska2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Przedszkole_Wolska2-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:29:\"Przedszkole_Wolska2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:31:\"Przedszkole_Wolska2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:32:\"Przedszkole_Wolska2-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:31:\"Przedszkole_Wolska2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410085893;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(883,324,'_wp_attached_file','2014/12/Szkola_Slawinkowska2.jpg'),(884,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:32:\"2014/12/Szkola_Slawinkowska2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Szkola_Slawinkowska2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Szkola_Slawinkowska2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Szkola_Slawinkowska2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Szkola_Slawinkowska2-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:30:\"Szkola_Slawinkowska2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:32:\"Szkola_Slawinkowska2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:33:\"Szkola_Slawinkowska2-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:32:\"Szkola_Slawinkowska2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410093363;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(885,325,'_wp_attached_file','2014/12/Zemborzycka2.jpg'),(886,325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2128;s:4:\"file\";s:24:\"2014/12/Zemborzycka2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Zemborzycka2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Zemborzycka2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Zemborzycka2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Zemborzycka2-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:22:\"Zemborzycka2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:24:\"Zemborzycka2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:25:\"Zemborzycka2-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:24:\"Zemborzycka2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410085470;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(887,328,'_edit_last','1'),(889,328,'_edit_lock','1417650287:1'),(890,330,'_edit_last','1'),(891,330,'_edit_lock','1419374117:1'),(892,330,'_thumbnail_id','51'),(893,330,'budget_ammount','301403907.00'),(897,332,'_wp_attached_file','2014/12/JL_fav.png'),(898,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:18:\"2014/12/JL_fav.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(899,334,'_edit_last','1'),(900,334,'_edit_lock','1419374048:1'),(901,334,'_thumbnail_id','99'),(902,334,'budget_ammount','362340457'),(903,335,'_edit_last','1'),(904,335,'_edit_lock','1418072401:1'),(905,335,'_thumbnail_id','107'),(906,335,'budget_ammount','17018400'),(907,336,'_edit_last','1'),(908,336,'_edit_lock','1419372851:1'),(909,336,'_thumbnail_id','63'),(910,336,'budget_ammount','105751749'),(913,337,'_edit_last','1'),(914,337,'_edit_lock','1418072541:1'),(915,337,'_thumbnail_id','101'),(916,337,'budget_ammount','30566000'),(917,338,'_edit_last','1'),(918,338,'_edit_lock','1419204967:1'),(919,338,'_thumbnail_id','135'),(920,338,'budget_ammount','28500000'),(921,339,'_edit_last','1'),(922,339,'_edit_lock','1418072607:1'),(923,339,'_thumbnail_id','109'),(924,339,'budget_ammount','537290595'),(925,340,'_edit_last','1'),(926,340,'_edit_lock','1418072652:1'),(927,340,'_thumbnail_id','95'),(928,340,'budget_ammount','20224800'),(929,341,'_edit_last','1'),(930,341,'_edit_lock','1418072685:1'),(931,341,'_thumbnail_id','116'),(932,341,'budget_ammount','204199522'),(933,342,'_edit_last','1'),(934,342,'_edit_lock','1418072719:1'),(935,342,'_thumbnail_id','111'),(936,342,'budget_ammount','74914586'),(937,343,'_edit_last','1'),(938,343,'_edit_lock','1418072757:1'),(939,343,'_thumbnail_id','98'),(940,343,'budget_ammount','97708642'),(941,344,'_edit_last','1'),(942,344,'_edit_lock','1418072783:1'),(943,344,'_thumbnail_id','105'),(944,344,'budget_ammount','50475263'),(945,345,'_edit_last','1'),(946,345,'_edit_lock','1418072803:1'),(947,345,'_thumbnail_id','113'),(948,345,'budget_ammount','147767779'),(949,346,'_edit_last','1'),(950,346,'_edit_lock','1418072834:1'),(951,346,'_thumbnail_id','115'),(952,346,'budget_ammount','9659899'),(953,347,'_edit_last','1'),(954,347,'_edit_lock','1418073186:1'),(955,348,'_wp_attached_file','2014/12/rezerwy.jpg'),(956,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:98;s:4:\"file\";s:19:\"2014/12/rezerwy.jpg\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:17:\"rezerwy-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(957,347,'_thumbnail_id','348'),(958,347,'budget_ammount','120980000'),(959,349,'_edit_last','1'),(960,349,'_edit_lock','1418073240:1'),(961,349,'_thumbnail_id','131'),(962,349,'budget_ammount','8069763'),(963,350,'_edit_last','1'),(964,350,'_edit_lock','1419204957:1'),(965,350,'_thumbnail_id','133'),(966,350,'budget_ammount','2644549'),(967,351,'_edit_last','1'),(968,351,'_edit_lock','1419204861:1'),(969,352,'_wp_attached_file','2014/12/serwis.jpg'),(970,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2014/12/serwis.jpg\";s:5:\"sizes\";a:1:{s:11:\"small-image\";a:4:{s:4:\"file\";s:16:\"serwis-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(971,351,'_thumbnail_id','352'),(972,351,'budget_ammount','8426014'),(973,353,'_edit_last','1'),(974,353,'_edit_lock','1418074740:1'),(975,353,'budget_ammount','6978794'),(976,356,'_edit_last','1'),(977,356,'_edit_lock','1418074771:1'),(978,356,'budget_ammount','115120000'),(979,357,'_edit_last','1'),(980,357,'_edit_lock','1418074867:1'),(981,357,'budget_ammount','7660000'),(982,358,'_edit_last','1'),(983,358,'_edit_lock','1418074892:1'),(984,358,'budget_ammount','1790000'),(985,359,'_edit_last','1'),(986,359,'_edit_lock','1418074914:1'),(987,359,'budget_ammount','10000000'),(988,360,'_edit_last','1'),(989,360,'_edit_lock','1418074936:1'),(990,360,'budget_ammount','5200300'),(991,361,'_edit_last','1'),(992,361,'_edit_lock','1418074956:1'),(993,361,'budget_ammount','120000'),(994,362,'_edit_last','1'),(995,362,'_edit_lock','1418075313:1'),(996,362,'budget_ammount','154534813'),(997,363,'_edit_last','1'),(998,363,'_edit_lock','1418075348:1'),(999,363,'budget_ammount','9500000'),(1000,364,'_edit_last','1'),(1001,364,'_edit_lock','1418076143:1'),(1002,364,'budget_ammount','8000000'),(1003,365,'_edit_last','1'),(1004,365,'_edit_lock','1418075388:1'),(1005,365,'budget_ammount','120000'),(1006,366,'_edit_last','1'),(1007,366,'_edit_lock','1418075415:1'),(1008,366,'budget_ammount','26710000'),(1009,367,'_edit_last','1'),(1010,367,'_edit_lock','1418075440:1'),(1011,367,'budget_ammount','3700000'),(1012,368,'_edit_last','1'),(1013,368,'_edit_lock','1418075457:1'),(1014,368,'budget_ammount','22012000'),(1015,369,'_edit_last','1'),(1016,369,'_edit_lock','1418075478:1'),(1017,369,'budget_ammount','720000'),(1018,370,'_edit_last','1'),(1019,370,'_edit_lock','1418075918:1'),(1020,370,'budget_ammount','7375000'),(1021,371,'_edit_last','1'),(1022,371,'_edit_lock','1418075515:1'),(1023,371,'budget_ammount','3034660'),(1024,372,'_edit_last','1'),(1025,372,'_edit_lock','1418075534:1'),(1026,372,'budget_ammount','273188797'),(1027,373,'_edit_last','1'),(1028,373,'_edit_lock','1418075672:1'),(1029,373,'budget_ammount','8000000'),(1030,377,'_wp_attached_file','2014/11/powizytkowski_um.jpg'),(1031,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4928;s:6:\"height\";i:3264;s:4:\"file\";s:28:\"2014/11/powizytkowski_um.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"powizytkowski_um-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"powizytkowski_um-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"powizytkowski_um-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"powizytkowski_um-624x413.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:26:\"powizytkowski_um-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:28:\"powizytkowski_um-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:29:\"powizytkowski_um-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:28:\"powizytkowski_um-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1374219121;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"8\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1032,378,'_wp_attached_file','2014/11/DDK_Judyma_BZurawski-Kopiowanie.jpg'),(1033,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:768;s:4:\"file\";s:43:\"2014/11/DDK_Judyma_BZurawski-Kopiowanie.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"DDK_Judyma_BZurawski-Kopiowanie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"DDK_Judyma_BZurawski-Kopiowanie-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"DDK_Judyma_BZurawski-Kopiowanie-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"DDK_Judyma_BZurawski-Kopiowanie-624x416.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:41:\"DDK_Judyma_BZurawski-Kopiowanie-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:43:\"DDK_Judyma_BZurawski-Kopiowanie-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:44:\"DDK_Judyma_BZurawski-Kopiowanie-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:43:\"DDK_Judyma_BZurawski-Kopiowanie-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1034,381,'_wp_attached_file','2014/11/Melgiewska_um.jpg'),(1035,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1157;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2014/11/Melgiewska_um.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Melgiewska_um-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Melgiewska_um-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Melgiewska_um-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Melgiewska_um-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:23:\"Melgiewska_um-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:25:\"Melgiewska_um-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:26:\"Melgiewska_um-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:25:\"Melgiewska_um-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:6.2999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-5N\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1353937891;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1036,382,'_wp_attached_file','2014/11/stadion_um.jpg'),(1037,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:636;s:4:\"file\";s:22:\"2014/11/stadion_um.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"stadion_um-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"stadion_um-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"stadion_um-624x413.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:20:\"stadion_um-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:22:\"stadion_um-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:22:\"stadion_um-960x620.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:22:\"stadion_um-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1038,384,'_wp_attached_file','2014/11/autobusy_um.jpg'),(1039,384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2014/11/autobusy_um.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"autobusy_um-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"autobusy_um-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"autobusy_um-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"autobusy_um-624x468.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:21:\"autobusy_um-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:23:\"autobusy_um-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:24:\"autobusy_um-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:23:\"autobusy_um-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-FZ48\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1306307860;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.5\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1044,386,'_wp_attached_file','2014/11/sciezkirowerowe_um.jpg'),(1045,386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1160;s:6:\"height\";i:768;s:4:\"file\";s:30:\"2014/11/sciezkirowerowe_um.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sciezkirowerowe_um-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sciezkirowerowe_um-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sciezkirowerowe_um-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"sciezkirowerowe_um-624x413.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:28:\"sciezkirowerowe_um-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:30:\"sciezkirowerowe_um-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:31:\"sciezkirowerowe_um-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:30:\"sciezkirowerowe_um-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:7.0999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377252329;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1046,387,'_wp_attached_file','2014/11/jakubowice_um.jpg'),(1047,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:795;s:4:\"file\";s:25:\"2014/11/jakubowice_um.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"jakubowice_um-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"jakubowice_um-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"jakubowice_um-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"jakubowice_um-624x413.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:23:\"jakubowice_um-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:25:\"jakubowice_um-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:26:\"jakubowice_um-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:25:\"jakubowice_um-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1409918394;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"180\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1048,389,'_wp_attached_file','2014/11/dabrowica_um.jpg'),(1049,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:795;s:4:\"file\";s:24:\"2014/11/dabrowica_um.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dabrowica_um-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dabrowica_um-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dabrowica_um-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"dabrowica_um-624x413.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:22:\"dabrowica_um-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:24:\"dabrowica_um-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:25:\"dabrowica_um-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:24:\"dabrowica_um-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1402913474;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1050,390,'_edit_last','1'),(1051,390,'_edit_lock','1418245641:1'),(1052,390,'gmcpt_lat','{\"j\":[{\"k\":51.23126335727204,\"B\":22.595561742782593}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(1053,391,'_wp_attached_file','2014/12/basen_łabedzia4.jpg'),(1054,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2014/12/basen_łabedzia4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"basen_łabedzia4-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:26:\"basen_łabedzia4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:29:\"basen_łabedzia4-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:28:\"basen_łabedzia4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410084331;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1055,394,'_wp_attached_file','2014/11/Meczennikow_majdanka.jpg'),(1056,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:768;s:4:\"file\";s:32:\"2014/11/Meczennikow_majdanka.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Meczennikow_majdanka-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:30:\"Meczennikow_majdanka-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:33:\"Meczennikow_majdanka-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:32:\"Meczennikow_majdanka-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410084498;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1057,395,'_edit_last','1'),(1058,395,'_edit_lock','1418245636:1'),(1059,396,'_wp_attached_file','2014/12/Szkola_Slawinkowska21.jpg'),(1060,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:768;s:4:\"file\";s:33:\"2014/12/Szkola_Slawinkowska21.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Szkola_Slawinkowska21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Szkola_Slawinkowska21-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Szkola_Slawinkowska21-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Szkola_Slawinkowska21-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:31:\"Szkola_Slawinkowska21-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:33:\"Szkola_Slawinkowska21-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:34:\"Szkola_Slawinkowska21-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:33:\"Szkola_Slawinkowska21-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410093363;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1061,395,'gmcpt_lat','{\"j\":[{\"k\":51.27664859349262,\"B\":22.506093978881836}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(1062,397,'_edit_last','1'),(1063,397,'_edit_lock','1418245633:1'),(1064,398,'_wp_attached_file','2014/12/Przedszkole_Wolska21.jpg'),(1065,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:768;s:4:\"file\";s:32:\"2014/12/Przedszkole_Wolska21.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Przedszkole_Wolska21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Przedszkole_Wolska21-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Przedszkole_Wolska21-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Przedszkole_Wolska21-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:30:\"Przedszkole_Wolska21-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:32:\"Przedszkole_Wolska21-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:33:\"Przedszkole_Wolska21-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:32:\"Przedszkole_Wolska21-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410085893;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1066,397,'gmcpt_lat','{\"j\":[{\"k\":51.23466889373266,\"B\":22.574844360351562}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(1067,399,'_edit_last','1'),(1068,399,'_edit_lock','1418245631:1'),(1069,399,'gmcpt_lat','{\"j\":[{\"k\":51.23068200834045,\"B\":22.493090629577637}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(1070,400,'_edit_last','1'),(1071,400,'_edit_lock','1418245638:1'),(1072,401,'_wp_attached_file','2014/12/Gim16_21.jpg'),(1073,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2014/12/Gim16_21.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Gim16_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Gim16_21-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Gim16_21-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Gim16_21-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:18:\"Gim16_21-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:20:\"Gim16_21-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:21:\"Gim16_21-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:20:\"Gim16_21-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:10;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410089605;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1074,400,'gmcpt_lat','{\"j\":[{\"k\":51.27084140420861,\"B\":22.54690647125244}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(1075,402,'_edit_last','1'),(1076,402,'_edit_lock','1418245639:1'),(1077,402,'gmcpt_lat','{\"j\":[{\"k\":51.23769040193684,\"B\":22.568771839141846}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(1078,403,'_wp_attached_file','2014/12/Plywalnia_Zygmuntowskie21.jpg'),(1079,403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:768;s:4:\"file\";s:37:\"2014/12/Plywalnia_Zygmuntowskie21.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Plywalnia_Zygmuntowskie21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Plywalnia_Zygmuntowskie21-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Plywalnia_Zygmuntowskie21-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Plywalnia_Zygmuntowskie21-624x414.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:35:\"Plywalnia_Zygmuntowskie21-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:37:\"Plywalnia_Zygmuntowskie21-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:38:\"Plywalnia_Zygmuntowskie21-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:37:\"Plywalnia_Zygmuntowskie21-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410086167;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1080,404,'_edit_last','1'),(1081,404,'_edit_lock','1418250785:1'),(1082,404,'gmcpt_lat','{\"j\":[{\"k\":51.27733674464033,\"B\":22.551026344299316}],\"gm_accessors_\":{\"length\":null},\"length\":1,\"gm_bindings_\":{\"length\":{}}}'),(1083,316,'_edit_lock','1418250649:1'),(1084,405,'_wp_attached_file','2014/11/MRD_um.jpg'),(1085,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:18:\"2014/11/MRD_um.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"MRD_um-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"MRD_um-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"MRD_um-624x415.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:16:\"MRD_um-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:18:\"MRD_um-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:19:\"MRD_um-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:18:\"MRD_um-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 400D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1418043412;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1086,406,'_wp_attached_file','2014/11/mpklublin.jpg'),(1087,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:658;s:4:\"file\";s:21:\"2014/11/mpklublin.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mpklublin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"mpklublin-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"mpklublin-624x400.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:19:\"mpklublin-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:21:\"mpklublin-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:22:\"mpklublin-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:21:\"mpklublin-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1088,126,'_thumbnail_id','406'),(1089,407,'_wp_attached_file','2014/11/portlotniczy.png'),(1090,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:350;s:4:\"file\";s:24:\"2014/11/portlotniczy.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portlotniczy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"portlotniczy-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:22:\"portlotniczy-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:24:\"portlotniczy-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:24:\"portlotniczy-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1091,122,'_thumbnail_id','407'),(1092,409,'_wp_attached_file','2014/12/II-SaB-Lu-374-14.pdf'),(1093,409,'_edit_lock','1418252261:1'),(1098,419,'_edit_last','1'),(1099,419,'_edit_lock','1418261092:1'),(1100,420,'_wp_attached_file','2014/12/infografika-alkoholowa.jpg'),(1101,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2988;s:6:\"height\";i:3754;s:4:\"file\";s:34:\"2014/12/infografika-alkoholowa.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"infografika-alkoholowa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"infografika-alkoholowa-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"infografika-alkoholowa-815x1024.jpg\";s:5:\"width\";i:815;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"infografika-alkoholowa-624x783.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:32:\"infografika-alkoholowa-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:34:\"infografika-alkoholowa-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:35:\"infografika-alkoholowa-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:34:\"infografika-alkoholowa-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1102,419,'_thumbnail_id','420'),(1103,421,'_edit_last','1'),(1104,421,'_edit_lock','1418299614:1'),(1105,421,'budget_ammount','3500000'),(1106,422,'_edit_last','1'),(1107,422,'_edit_lock','1418299649:1'),(1108,422,'budget_ammount','2904000'),(1109,423,'_edit_last','1'),(1110,423,'budget_ammount','4000000'),(1111,423,'_edit_lock','1418299673:1'),(1112,424,'_edit_last','1'),(1113,424,'budget_ammount','1430000'),(1114,424,'_edit_lock','1418299697:1'),(1115,425,'_edit_last','1'),(1116,425,'budget_ammount','500000'),(1117,425,'_edit_lock','1418299722:1'),(1118,426,'_edit_last','1'),(1119,426,'budget_ammount','413400'),(1120,426,'_edit_lock','1418299745:1'),(1121,427,'_edit_last','1'),(1122,427,'budget_ammount','500000'),(1123,427,'_edit_lock','1418299769:1'),(1124,428,'_edit_last','1'),(1125,428,'budget_ammount','2000000'),(1126,428,'_edit_lock','1418299791:1'),(1127,429,'_edit_last','1'),(1128,429,'budget_ammount','1266000'),(1129,429,'_edit_lock','1418299810:1'),(1130,430,'_edit_last','1'),(1131,430,'_edit_lock','1418299846:1'),(1132,430,'budget_ammount','505000'),(1133,431,'_edit_last','1'),(1134,431,'_edit_lock','1418299880:1'),(1135,431,'budget_ammount','85014918'),(1136,432,'_edit_last','1'),(1137,432,'_edit_lock','1418299902:1'),(1138,432,'budget_ammount','1542160'),(1139,433,'_edit_last','1'),(1140,433,'budget_ammount','1679676'),(1141,433,'_edit_lock','1418299923:1'),(1142,434,'_edit_last','1'),(1143,434,'budget_ammount','642300'),(1144,434,'_edit_lock','1418299942:1'),(1145,435,'_edit_last','1'),(1146,435,'_edit_lock','1418299961:1'),(1147,435,'budget_ammount','1153000'),(1148,436,'_edit_last','1'),(1149,436,'_edit_lock','1418299982:1'),(1150,436,'budget_ammount','6370000'),(1151,437,'_edit_last','1'),(1152,437,'budget_ammount','914700'),(1153,437,'_edit_lock','1418300001:1'),(1154,438,'_edit_last','1'),(1155,438,'budget_ammount','3687474'),(1156,438,'_edit_lock','1418300025:1'),(1157,439,'_edit_last','1'),(1158,439,'_edit_lock','1418300050:1'),(1159,439,'budget_ammount','2066431'),(1160,440,'_edit_last','1'),(1161,440,'budget_ammount','2115250'),(1162,440,'_edit_lock','1418300064:1'),(1163,441,'_edit_last','1'),(1164,441,'budget_ammount','567849'),(1165,441,'_edit_lock','1419204815:1'),(1166,442,'_edit_last','1'),(1167,442,'_edit_lock','1418300132:1'),(1168,442,'budget_ammount','7900500'),(1169,443,'_edit_last','1'),(1170,443,'_edit_lock','1418300162:1'),(1171,443,'budget_ammount','60000'),(1172,444,'_edit_last','1'),(1173,444,'_edit_lock','1418300190:1'),(1174,444,'budget_ammount','347000'),(1175,445,'_edit_last','1'),(1176,445,'_edit_lock','1418300213:1'),(1177,446,'_edit_last','1'),(1178,446,'_edit_lock','1418300261:1'),(1179,446,'budget_ammount','2300000'),(1180,447,'_edit_last','1'),(1181,447,'budget_ammount','19789000'),(1182,447,'_edit_lock','1418300281:1'),(1183,448,'_edit_last','1'),(1184,448,'budget_ammount','169500'),(1185,448,'_edit_lock','1418300299:1'),(1186,449,'_edit_last','1'),(1187,449,'_edit_lock','1418300345:1'),(1188,449,'budget_ammount','378501000'),(1189,450,'_edit_last','1'),(1190,450,'budget_ammount','49186300'),(1191,450,'_edit_lock','1418300369:1'),(1192,451,'_edit_last','1'),(1193,451,'budget_ammount','1400000'),(1194,451,'_edit_lock','1418300391:1'),(1195,452,'_edit_last','1'),(1196,452,'budget_ammount','66866000'),(1197,452,'_edit_lock','1418300414:1'),(1198,453,'_edit_last','1'),(1199,453,'budget_ammount','1006250'),(1200,453,'_edit_lock','1418300432:1'),(1201,454,'_edit_last','1'),(1202,454,'budget_ammount','1240000'),(1203,454,'_edit_lock','1418300451:1'),(1204,455,'_edit_last','1'),(1205,455,'budget_ammount','22899076'),(1206,455,'_edit_lock','1418300475:1'),(1207,456,'_edit_last','1'),(1208,456,'_edit_lock','1418300495:1'),(1209,456,'budget_ammount','5226100'),(1210,457,'_edit_last','1'),(1211,457,'budget_ammount','10965869'),(1212,457,'_edit_lock','1418300555:1'),(1213,458,'_edit_last','1'),(1214,458,'_edit_lock','1418300612:1'),(1215,458,'budget_ammount','6380000'),(1216,459,'_edit_last','1'),(1217,459,'_edit_lock','1418300637:1'),(1218,459,'budget_ammount','700000'),(1219,460,'_edit_last','1'),(1220,460,'_edit_lock','1418300666:1'),(1221,460,'budget_ammount','500000'),(1222,461,'_edit_last','1'),(1223,461,'_edit_lock','1418300689:1'),(1224,461,'budget_ammount','270000'),(1225,462,'_edit_last','1'),(1226,462,'_edit_lock','1418300716:1'),(1227,462,'budget_ammount','50000'),(1228,463,'_edit_last','1'),(1229,463,'budget_ammount','12091000'),(1230,463,'_edit_lock','1418300737:1'),(1231,464,'_edit_last','1'),(1232,464,'_edit_lock','1419205023:1'),(1233,464,'budget_ammount','233800'),(1234,465,'_edit_last','1'),(1235,465,'_edit_lock','1418300800:1'),(1236,465,'budget_ammount','15406083'),(1237,466,'_edit_last','1'),(1238,466,'_edit_lock','1418300839:1'),(1239,466,'budget_ammount','28549190'),(1240,467,'_edit_last','1'),(1241,467,'_edit_lock','1418300874:1'),(1242,467,'budget_ammount','10470910'),(1243,468,'_edit_last','1'),(1244,468,'_edit_lock','1418300910:1'),(1245,468,'budget_ammount','7747700'),(1246,469,'_edit_last','1'),(1247,469,'_edit_lock','1418300936:1'),(1248,469,'budget_ammount','1572350'),(1249,470,'_edit_last','1'),(1250,470,'_edit_lock','1418300962:1'),(1251,470,'budget_ammount','9786000'),(1252,471,'_edit_last','1'),(1253,471,'_edit_lock','1418301001:1'),(1254,471,'budget_ammount','13000000'),(1255,472,'_edit_last','1'),(1256,472,'_edit_lock','1418301026:1'),(1257,472,'budget_ammount','7510000'),(1258,473,'_edit_last','1'),(1259,473,'budget_ammount','18900000'),(1260,473,'_edit_lock','1418301049:1'),(1261,474,'_edit_last','1'),(1262,474,'_edit_lock','1418301087:1'),(1263,474,'budget_ammount','8052000'),(1264,475,'_edit_last','1'),(1265,475,'_edit_lock','1418301111:1'),(1266,475,'budget_ammount','4720000'),(1267,476,'_edit_last','1'),(1268,476,'_edit_lock','1418301147:1'),(1269,476,'budget_ammount','70950800'),(1270,477,'_edit_last','1'),(1271,477,'_edit_lock','1418301195:1'),(1272,477,'budget_ammount','7534489'),(1273,478,'_edit_last','1'),(1274,478,'_edit_lock','1418302056:1'),(1275,478,'budget_ammount','10705000'),(1276,479,'_edit_last','1'),(1277,479,'budget_ammount','6856000'),(1278,479,'_edit_lock','1418302076:1'),(1279,480,'_edit_last','1'),(1280,480,'_edit_lock','1418302101:1'),(1281,480,'budget_ammount','49579000'),(1282,481,'_edit_last','1'),(1283,481,'_edit_lock','1418302125:1'),(1284,481,'budget_ammount','3480000'),(1285,482,'_edit_last','1'),(1286,482,'_edit_lock','1418302155:1'),(1287,482,'budget_ammount','250000'),(1288,483,'_edit_last','1'),(1289,483,'_edit_lock','1418302185:1'),(1290,483,'budget_ammount','971000'),(1291,484,'_edit_last','1'),(1292,484,'_edit_lock','1418302212:1'),(1293,484,'budget_ammount','430200'),(1294,485,'_edit_last','1'),(1295,485,'budget_ammount','1431141'),(1296,485,'_edit_lock','1418302235:1'),(1297,486,'_edit_last','1'),(1298,486,'_edit_lock','1418302278:1'),(1299,486,'budget_ammount','1212245'),(1300,487,'_edit_last','1'),(1301,487,'_edit_lock','1418302322:1'),(1302,487,'budget_ammount','11173000'),(1303,488,'_edit_last','1'),(1304,488,'_edit_lock','1418302365:1'),(1305,488,'budget_ammount','42067769'),(1306,489,'_edit_last','1'),(1307,489,'_edit_lock','1418302387:1'),(1308,489,'budget_ammount','12600000'),(1309,490,'_edit_last','1'),(1310,490,'_edit_lock','1418302413:1'),(1311,490,'budget_ammount','6245000'),(1312,491,'_edit_last','1'),(1313,491,'_edit_lock','1418302434:1'),(1314,491,'budget_ammount','1330000'),(1315,492,'_edit_last','1'),(1316,492,'_edit_lock','1418302456:1'),(1317,492,'budget_ammount','13100000'),(1318,493,'_edit_last','1'),(1319,493,'_edit_lock','1418302476:1'),(1320,493,'budget_ammount','5177873'),(1321,494,'_edit_last','1'),(1322,494,'budget_ammount','3700000'),(1323,494,'_edit_lock','1418302505:1'),(1324,495,'_edit_last','1'),(1325,495,'_edit_lock','1418302539:1'),(1326,495,'budget_ammount','2315000'),(1327,496,'_edit_last','1'),(1328,496,'_edit_lock','1418302567:1'),(1329,496,'budget_ammount','3400000'),(1330,497,'_edit_last','1'),(1331,497,'_edit_lock','1418302598:1'),(1332,497,'budget_ammount','25341000'),(1333,498,'_edit_last','1'),(1334,498,'_edit_lock','1418302627:1'),(1335,498,'budget_ammount','2000000'),(1336,499,'_edit_last','1'),(1337,499,'budget_ammount','12470000'),(1338,499,'_edit_lock','1418302647:1'),(1339,500,'_edit_last','1'),(1340,500,'_edit_lock','1418302681:1'),(1341,500,'budget_ammount','950000'),(1342,501,'_edit_last','1'),(1343,501,'_edit_lock','1418302704:1'),(1344,501,'budget_ammount','3400000'),(1345,502,'_edit_last','1'),(1346,502,'_edit_lock','1418302732:1'),(1347,502,'budget_ammount','100000'),(1348,503,'_edit_last','1'),(1349,503,'budget_ammount','80000'),(1350,503,'_edit_lock','1418302752:1'),(1351,504,'_edit_last','1'),(1352,504,'budget_ammount','2734263'),(1353,504,'_edit_lock','1418302782:1'),(1354,505,'_edit_last','1'),(1355,505,'_edit_lock','1418302840:1'),(1356,505,'budget_ammount','770000'),(1357,506,'_edit_last','1'),(1358,506,'budget_ammount','1000000'),(1359,506,'_edit_lock','1418302867:1'),(1360,507,'_edit_last','1'),(1361,507,'budget_ammount','1100000'),(1362,507,'_edit_lock','1418302888:1'),(1363,508,'_edit_last','1'),(1364,508,'_edit_lock','1418302911:1'),(1365,508,'budget_ammount','6200000'),(1366,509,'_edit_last','1'),(1367,509,'budget_ammount','1496600'),(1368,509,'_edit_lock','1418302936:1'),(1369,510,'_edit_last','1'),(1370,510,'_edit_lock','1418302971:1'),(1371,510,'budget_ammount','28716260'),(1372,511,'_edit_last','1'),(1373,511,'budget_ammount','2000000'),(1374,511,'_edit_lock','1418302992:1'),(1375,512,'_edit_last','1'),(1376,512,'budget_ammount','500000'),(1377,512,'_edit_lock','1418303013:1'),(1378,513,'_edit_last','1'),(1379,513,'_edit_lock','1418303040:1'),(1380,513,'budget_ammount','4400000'),(1381,514,'_edit_last','1'),(1382,514,'budget_ammount','738385'),(1383,514,'_edit_lock','1418303061:1'),(1384,515,'_edit_last','1'),(1385,515,'budget_ammount','100000'),(1386,515,'_edit_lock','1418303108:1'),(1387,516,'_edit_last','1'),(1388,516,'budget_ammount','100746534'),(1389,516,'_edit_lock','1418303129:1'),(1390,517,'_edit_last','1'),(1391,517,'budget_ammount','325000'),(1392,517,'_edit_lock','1418303150:1'),(1393,518,'_edit_last','1'),(1394,518,'budget_ammount','120000'),(1395,518,'_edit_lock','1418303171:1'),(1396,519,'_edit_last','1'),(1397,519,'budget_ammount','90000'),(1398,519,'_edit_lock','1418303191:1'),(1399,520,'_edit_last','1'),(1400,520,'budget_ammount','9124899'),(1401,520,'_edit_lock','1418303217:1'),(1402,525,'_wp_attached_file','2014/12/LPEC_podzialZysku_2012.jpg'),(1403,525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2209;s:6:\"height\";i:3767;s:4:\"file\";s:34:\"2014/12/LPEC_podzialZysku_2012.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"LPEC_podzialZysku_2012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"LPEC_podzialZysku_2012-175x300.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"LPEC_podzialZysku_2012-600x1024.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"LPEC_podzialZysku_2012-624x1064.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:1064;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:32:\"LPEC_podzialZysku_2012-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:34:\"LPEC_podzialZysku_2012-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:35:\"LPEC_podzialZysku_2012-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:34:\"LPEC_podzialZysku_2012-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1404,525,'_edit_lock','1419295062:1'),(1408,527,'_wp_attached_file','2014/12/Kamienice_rachunek2013.jpg'),(1409,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2760;s:6:\"height\";i:4912;s:4:\"file\";s:34:\"2014/12/Kamienice_rachunek2013.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Kamienice_rachunek2013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Kamienice_rachunek2013-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Kamienice_rachunek2013-575x1024.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Kamienice_rachunek2013-624x1110.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:1110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:32:\"Kamienice_rachunek2013-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:34:\"Kamienice_rachunek2013-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:35:\"Kamienice_rachunek2013-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:34:\"Kamienice_rachunek2013-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SLT-A55V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1409059721;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";i:1;}}'),(1410,527,'_edit_lock','1419295160:1'),(1411,528,'_wp_attached_file','2014/12/Kamienice_wynagrodzenia.jpg'),(1412,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2760;s:6:\"height\";i:4912;s:4:\"file\";s:35:\"2014/12/Kamienice_wynagrodzenia.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Kamienice_wynagrodzenia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Kamienice_wynagrodzenia-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Kamienice_wynagrodzenia-575x1024.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Kamienice_wynagrodzenia-624x1110.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:1110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:33:\"Kamienice_wynagrodzenia-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:35:\"Kamienice_wynagrodzenia-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:36:\"Kamienice_wynagrodzenia-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:35:\"Kamienice_wynagrodzenia-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SLT-A55V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1409059802;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";i:1;}}'),(1413,528,'_edit_lock','1419295226:1'),(1414,529,'_edit_last','1'),(1415,529,'_edit_lock','1419373738:1'),(1416,529,'_thumbnail_id','63'),(1417,529,'budget_ammount','117232492'),(1418,530,'_edit_last','1'),(1419,530,'_edit_lock','1419374043:1'),(1420,530,'_thumbnail_id','51'),(1421,530,'budget_ammount','254342175'),(1422,531,'_edit_last','1'),(1423,531,'_edit_lock','1419373809:1'),(1424,531,'_thumbnail_id','99'),(1425,531,'budget_ammount','163179670'),(1426,532,'_edit_last','1'),(1427,532,'_edit_lock','1419373018:1'),(1428,532,'_thumbnail_id','107'),(1429,532,'budget_ammount','21404664'),(1430,533,'_edit_last','1'),(1431,533,'_edit_lock','1419373052:1'),(1432,533,'_thumbnail_id','101'),(1433,533,'budget_ammount','32428935'),(1434,534,'_edit_last','1'),(1435,534,'_edit_lock','1419373120:1'),(1436,534,'_thumbnail_id','135'),(1437,534,'budget_ammount','32420000'),(1438,535,'_edit_last','1'),(1439,535,'_edit_lock','1419373172:1'),(1440,535,'_thumbnail_id','109'),(1441,535,'budget_ammount','534671339'),(1442,536,'_edit_last','1'),(1443,536,'_edit_lock','1419373205:1'),(1444,536,'_thumbnail_id','95'),(1445,536,'budget_ammount','19776900'),(1446,537,'_thumbnail_id','116'),(1447,537,'_edit_last','1'),(1448,537,'budget_ammount','207819268'),(1449,537,'_edit_lock','1419373232:1'),(1450,538,'_thumbnail_id','111'),(1451,538,'_edit_last','1'),(1452,538,'budget_ammount','80506825'),(1453,538,'_edit_lock','1419373307:1'),(1454,539,'_thumbnail_id','98'),(1455,539,'_edit_last','1'),(1456,539,'budget_ammount','112452244'),(1457,539,'_edit_lock','1419373358:1'),(1458,540,'_edit_last','1'),(1459,540,'_edit_lock','1419373408:1'),(1460,540,'_thumbnail_id','105'),(1461,540,'budget_ammount','68714810'),(1462,541,'_edit_last','1'),(1463,541,'_edit_lock','1419373440:1'),(1464,541,'_thumbnail_id','113'),(1465,541,'budget_ammount','73003626'),(1466,542,'_edit_last','1'),(1467,542,'_edit_lock','1419373475:1'),(1468,542,'_thumbnail_id','115'),(1469,542,'budget_ammount','2663899'),(1470,543,'_thumbnail_id','352'),(1471,543,'_edit_last','1'),(1472,543,'budget_ammount','14563689'),(1473,543,'_edit_lock','1419373515:1'),(1474,544,'_edit_last','1'),(1475,544,'_edit_lock','1419373564:1'),(1476,544,'_thumbnail_id','131'),(1477,544,'budget_ammount','7013694'),(1478,545,'_edit_last','1'),(1479,545,'_edit_lock','1419373605:1'),(1480,545,'_thumbnail_id','348'),(1481,545,'budget_ammount','26462083'),(1482,546,'_edit_last','1'),(1483,546,'_edit_lock','1419373642:1'),(1484,546,'_thumbnail_id','133'),(1485,546,'budget_ammount','2197659'),(1486,547,'_edit_last','1'),(1487,547,'_edit_lock','1421060800:1'),(1488,548,'_wp_attached_file','2015/01/podatki_lokalne.jpg'),(1489,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2300;s:6:\"height\";i:4700;s:4:\"file\";s:27:\"2015/01/podatki_lokalne.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"podatki_lokalne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"podatki_lokalne-146x300.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"podatki_lokalne-501x1024.jpg\";s:5:\"width\";i:501;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"podatki_lokalne-624x1275.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:1275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"small-image\";a:4:{s:4:\"file\";s:25:\"podatki_lokalne-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"medium-image-thumb\";a:4:{s:4:\"file\";s:27:\"podatki_lokalne-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide-image\";a:4:{s:4:\"file\";s:28:\"podatki_lokalne-1000x620.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"medium-square\";a:4:{s:4:\"file\";s:27:\"podatki_lokalne-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1490,547,'_thumbnail_id','548');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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` longtext 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=InnoDB AUTO_INCREMENT=549 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2014-10-03 23:24:51','2014-10-03 23:24:51','Witaj w WordPressie. To jest Twój pierwszy wpis. Zmodyfikuj go lub usuń, a następnie rozpocznij blogowanie!','Witaj, świecie!','','publish','open','open','','witaj-swiecie','','','2014-10-03 23:24:51','2014-10-03 23:24:51','',0,'http://127.0.0.1/jawnylublin/?p=1',0,'post','',1),(7,1,'2014-10-04 03:53:24','2014-10-04 01:53:24','','Utrzymanie i remonty dróg','','publish','closed','closed','','test','','','2014-12-23 23:37:08','2014-12-23 22:37:08','',0,'http://127.0.0.1/jawnylublin/?post_type=budget&p=7',2,'budget','',0),(10,1,'2014-10-10 23:38:32','2014-10-10 21:38:32','','Oświetlenie ulic','','publish','closed','closed','','oswietlenie-ulic','','','2014-10-10 23:38:32','2014-10-10 21:38:32','',7,'http://127.0.0.1/jawnylublin/?post_type=budget&p=10',0,'budget','',0),(13,1,'2014-10-20 09:24:32','0000-00-00 00:00:00','[chartsninja chartid=\"Test\"]','Wykres','','draft','open','open','','','','','2014-10-20 09:24:32','2014-10-20 07:24:32','',0,'http://papaya2.vdl.pl/jawnylublin/?p=13',0,'post','',0),(14,1,'2014-10-20 08:56:43','2014-10-20 06:56:43','','Wykres','','inherit','open','open','','13-revision-v1','','','2014-10-20 08:56:43','2014-10-20 06:56:43','',13,'http://papaya2.vdl.pl/jawnylublin/?p=14',0,'revision','',0),(17,1,'2014-10-24 00:35:49','2014-10-23 22:35:49','','Moje Podatki','','publish','open','open','','moje-podatki','','','2014-10-24 00:35:49','2014-10-23 22:35:49','',0,'http://papaya2.vdl.pl/jawnylublin/?page_id=17',0,'page','',0),(18,1,'2014-10-24 00:35:49','2014-10-23 22:35:49','','Moje Podatki','','inherit','open','open','','17-revision-v1','','','2014-10-24 00:35:49','2014-10-23 22:35:49','',17,'http://papaya2.vdl.pl/jawnylublin/?p=18',0,'revision','',0),(19,1,'2014-10-24 00:44:09','2014-10-23 22:44:09','Fundacja Wolności jest jedyną lubelską organizacją pozarządową promującą idee partycypacji społecznej i monitorującą działania władzy w sposób gwarantujący bezstronność, nie korzystając przy tym ze środków finansowych z budżetu Miasta. Zachowując niezależność pracujemy dla ekonomicznego i politycznego rozwoju społeczeństwa obywatelskiego.\r\n\r\n<strong>Patrzymy władzy na ręce</strong>\r\n\r\nOd początku działalności monitorujemy działalność administracji i władz samorządowych. Jednym z pierwszych naszych projektów było badanie aktywności radnych w pracach rady i komisji oraz ich otwartości na kontakt z wyborcami. Analizujemy też prace urzędu, na przykład zasadności i efektywności wykorzystania środków Gminnego Programu Profilaktyki i Rozwiązywania Problemów Alkoholowych w Lublinie.\r\n\r\n<strong>Budżet obywatelski dzielnicy Rury</strong>\r\n\r\nWe współpracy z Radą Dzielnicy w 2013 roku zorganizowaliśmy pilotażowy w skali miasta projekt wdrożenia budżetu obywatelskiego na terenie dzielnicy Rury. Zorganizowaliśmy cztery spotkania mieszkańców, na których dyskutowano nie tylko pomysły do budżetu obywatelskiego ale również rozmawiano o ważnych problemach mieszkańców dzielnicy. Głosowanie zostało poprzedzone kampanią informacyjną. Ponad 20 tysięcy mieszkańców otrzymało specjalne wydanie gazety „Nowy Impuls”, poświęcone budżetowi obywatelskiemu.\r\n\r\nW lipcu w Trybunale Koronnym w Lublinie zorganizowaliśmy konferencję pod hasłem „Czy warto wprowadzić budżet obywatelski w Lublinie”.\r\n\r\nNasza aktywność lokalna została dostrzeżona i zostaliśmy zaproszeniu do udziału w pracy ogólnopolskiego kilkunastoosobowego zespołu, którego celem było opracowanie niezbędnych elementów składowych budżetu partycypacyjnego. Prace zespoły były koordynowane przez Pracownię Badań i Innowacji Społecznych Stocznia z Warszawy.\r\n\r\n \r\n\r\n<strong>Święto Samorządu Lokalnego</strong>\r\n\r\nW maju przypadała rocznica pierwszych wolnych wyborów samorządowych. Z tej okazji zorganizowaliśmy na Placu Litewskim nasze stoisko. Zaprosiliśmy radnych rady miasta oraz sejmiku wojewódzkiego z Lublina do udziału w wydarzeniu. Ostatecznie w wydarzeniu wzięło udział pięcioro samorządowców. Przechodnie mogli z nimi porozmawiać, zadać pytania. Całość została wzbogacona kolportażem broszur, zawierających informacje o prawach mieszkańców i obywateli.\r\n\r\n \r\n\r\n<strong>Masz Głos Masz Wybór</strong>\r\n\r\nW marcu 2013 roku fundacja otrzymała wyróżnienie od organizatorów akcji za udział w ubiegłorocznej edycji programu „Masz Głos, Masz Wybór” (konkretnie za społeczny monitoring efektywności i zasadności wydatkowania środków z Gminnego Programu Profilaktyki i Przeciwdziałania Alkoholizmowi). W 2013 roku również uczestniczyliśmy w programie, tym razem podejmując działania na rzecz uchwalenia inicjatywy lokalnej w Lublinie. W maju uczestniczyliśmy w szkoleniu inauguracyjnym w Warszawie. Poza korespondencją z urzędem miasta w tej sprawie, zajęliśmy się również promowaniem samego narzędzia inicjatywy lokalnej wśród mieszkańców miasta (np. poprzez wystąpienie na kawiarence obywatelskiej). Przygotowaliśmy ulotkę, zawierającą podstawowe informacje o inicjatywie lokalnej. Ponadto wsparliśmy mieszkańców bloków przy ul. Sowińskiego 4, Al. Racławickich 22 i 22b – pomagając przygotować ankietę oraz spotkanie dot. zagospodarowania przestrzeni między tymi blokami. Na spotkanie w tej sprawie, w kwietniu stawiło się ok. 80 osób oraz dwóch radnych.\r\n\r\n<strong>Społeczni Asystenci Radnych</strong>\r\n\r\nPrzekonaliśmy najaktywniejszych radnych Rady Miasta Lublin (tych, którzy jesienią 2012 roku zostali najwyżej ocenieni w Badaniu Aktywności Radnych) do przedłożenia projektu uchwały w sprawie powołania społecznych asystentów radnych Rady Miasta Lublin. Podjęcie uchwały było naszą rekomendacją zawartą w ubiegłorocznym Badaniu Aktywności Radnych. Pod projektem uchwały podpisało się 16 spośród 31 radnych. Jednak na początku sesji projekt został zdjęty z porządku obrad wobec nieuzyskania poparcia bezwzględnej większości radnych (12 głosów „za”, 2 „przeciw” i 11 „wstrzymujących”). O możliwości powołania społecznych asystentów radnych dyskutowali również radni Sejmiku Województwa Lubelskiego. Ostatecznie jednak zrezygnowali, wobec niejasnego prawodawstwa w tej kwestii.\r\n\r\n<strong>Konsultacje budżetu miasta Kraśnik</strong>\r\n\r\nNa zaproszenie władz miasta Kraśnik, uczestniczyliśmy w spotkaniach konsultacyjnych budżetu miasta Kraśnik na 2014 rok. W czasie siedmiu spotkań z mieszkańcami (w których łącznie uczestniczyło ok. 500 osób) prezentowaliśmy idee i założenia budżetu obywatelskiego.\r\n\r\n<strong>Wystąpienia publiczne</strong>\r\n\r\nW ciągu roku dwukrotnie wystąpiliśmy podczas Kawiarenek Obywatelskich, organizowanych przez Związek Stowarzyszeń Forum Lubelskich Organizacji Pozarządowych. Prezentowaliśmy uczestnikom idee i zasady budżetu obywatelskiego oraz podstawy prawne i istotę inicjatywy lokalnej.\r\n\r\n21 listopada wzięliśmy udział w debacie na temat działalności samorządu lokalnego w II Liceum Ogólnokształcącym im. Hetmana Jana Zamoyskiego w Lublinie. W spotkaniu wzięli udział również lokalni samorządowcy, a my mieliśmy okazję do propagowania aktywności obywatelskiej oraz budżetu partycypacyjnego wśród uczniów liceum.\r\n\r\nW czasie II Forum Edukacji Obywatelskiej, odbywającego się na Wydziale Politologii UMCS w listopadzie 2013 roku, wygłosiliśmy referat na temat „Budżet obywatelski krok po kroku”, gdzie zaprezentowaliśmy cele i założenia budżetu obywatelskiego oraz kolejne etapy jego wdrażania.\r\n\r\n5 grudnia w sali obrad Rady Miasta Lublin zorganizowaliśmy otwarte spotkanie dla mieszkańców, poświęcone zagadnieniu prawa do informacji oraz dostępu do informacji publicznej. Temat przybliżył uczestnikom Krzysztof Izdebski, prawnik, ekspert w zakresie prawa do informacji stowarzyszenia Sieć Obywatelska Watchdog Polska. Natomiast Krzysztof Kowalik przedstawił zebranym kwestie dochodzenia prawa do informacji przed sądami administracyjnymi, omawiając własne doświadczenia. W spotkaniu wzięło udział ok. 25 osób.\r\n\r\n11 grudnia wzięliśmy udział w debacie pt. „Wolność słowa i rola mediów lokalnych jako czwartej władzy”, zorganizowanej przez Stowarzyszenie Dziennikarzy Polskich. Omawialiśmy tam temat dostępu do informacji publicznych dla obywateli.\r\n\r\n<strong>Inne</strong>\r\n\r\n8 sierpnia Fundacja Wolności została przyjęta w poczet członków Związku Stowarzyszeń Forum Lubelskich Organizacji Pozarządowych. Od tego czasu aktywnie uczestniczymy w życiu związku, m. in. poprzez udział w spotkaniach organizowanych przez FLOP oraz w opracowaniu strategii rozwoju zrzeszenia. Natomiast jesienią przedstawiciel fundacji został wybrany do składu Sekretariatu Technicznego Lubelskiego Porozumienia Organizacji Pozarządowych (LPOP). Jest to nieformalny organ, zrzeszający średnie i małe organizacje pozarządowe z Lublina.\r\n\r\n \r\n\r\n<strong>W skrócie:</strong>\r\n\r\nFundacja Wolności istnieje od 3 sierpnia 2012 roku.\r\n\r\nSkupiamy 12 wolontariuszy i współpracowników\r\n\r\nDo maja 2013 roku zrealizowaliśmy 11 projektów,\r\n\r\nW 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <em>Fundację Batorego </em>i organizatorów akcji „<em>Masz Głos, Masz Wybór</em>”.\r\n\r\nOd 8 sierpnia 2013 roku Fundacja Wolności jest członkiem <strong>Związku Stowarzyszeń Forum Lubelskich Organizacji Pozarządowych</strong>.\r\n\r\n ','O nas','','draft','open','open','','o-nas','','','2014-12-11 01:24:08','2014-12-11 00:24:08','',0,'http://papaya2.vdl.pl/jawnylublin/?page_id=19',0,'page','',0),(20,1,'2014-10-24 00:44:09','2014-10-23 22:44:09','','O nas','','inherit','open','open','','19-revision-v1','','','2014-10-24 00:44:09','2014-10-23 22:44:09','',19,'http://papaya2.vdl.pl/jawnylublin/?p=20',0,'revision','',0),(21,1,'2014-10-24 00:44:22','2014-10-23 22:44:22','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz <a href=\"http://budzetobywatelski.lublin.pl/\">budżet obywatelski jest w całym mieście</a>.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania <a href=\"http://bip.lublin.eu/bip/um/index.php?t=200&id=219509\">rejestru miejskich wydatków</a>, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span></p>\r\n<p style=\"text-align: justify;\">W 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<a href=\"http://maszglos.pl\"><i>Masz Głos, Masz Wybór</i></a>”.</p>\r\n \r\n\r\n \r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','publish','open','open','','kontakt','','','2014-12-14 14:15:36','2014-12-14 13:15:36','',0,'http://papaya2.vdl.pl/jawnylublin/?page_id=21',0,'page','',0),(22,1,'2014-10-24 00:44:22','2014-10-23 22:44:22','','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-10-24 00:44:22','2014-10-23 22:44:22','',21,'http://papaya2.vdl.pl/jawnylublin/?p=22',0,'revision','',0),(23,1,'2014-10-25 10:40:28','2014-10-25 08:40:28','','Rejestr Umów','','publish','open','open','','rejestr-umow','','','2014-10-25 10:40:34','2014-10-25 08:40:34','',0,'http://papaya2.vdl.pl/jawnylublin/?page_id=23',0,'page','',0),(24,1,'2014-10-25 10:40:28','2014-10-25 08:40:28','','Rejestr Umów','','inherit','open','open','','23-revision-v1','','','2014-10-25 10:40:28','2014-10-25 08:40:28','',23,'http://papaya2.vdl.pl/jawnylublin/?p=24',0,'revision','',0),(26,1,'2014-10-25 11:20:44','2014-10-25 09:20:44','Wykonano roboty ziemne, fundamenty, konstrukcję piwnic, nadziemia i stropodach, ścianki działowe, tynki wewnętrzne, przyłącza ciepłownicze i gazowe, sieci i przyłącza wodociągowe oraz częściowo sieci deszczowe i sanitarne, instalacje wod.-kan., c.o., sieci i przyłącza wodociągowe, posadzki parteru i podłoża, stolarkę okienną, elewację zewnętrzną, linie zasilające, tablice rozdzielcze oraz instalacje elektryczne wewnętrzne. W dniu 27 lipca 2012 roku została podpisana umowa pomiędzy gminą Lublin a Bankiem Gospodarstwa Krajowego o udzielenie finansowego wsparcia ze środków Funduszu Dopłat w wysokości do 3.199.492,83 zł (tj. 30% faktycznych kosztów zadania) na pokrycie części kosztów przedsięwzięcia polegającego na budowie dwóch budynków mieszkalnych wielorodzinnych położonych w rejonie ul. Zygmunta Augusta, w wyniku którego powstaną 64 lokale wchodzące w skład mieszkaniowego zasobu gminy. Stan zaangażowania realizacji w odniesieniu do zadania wieloletniego – 69,88%.','Budowa mieszkań komunalnych','','publish','closed','closed','','pierwsze-miejsce-na-liscie','','','2014-12-07 10:12:32','2014-12-07 09:12:32','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=26',0,'gmcpt_post','',0),(33,1,'2014-10-25 11:54:57','2014-10-25 09:54:57','','Budżet Miasta','','publish','open','open','','budzet-miasta-2','','','2014-12-11 01:28:37','2014-12-11 00:28:37','',0,'http://papaya2.vdl.pl/jawnylublin/?p=33',1,'nav_menu_item','',0),(34,1,'2014-10-25 11:55:33','2014-10-25 09:55:33',' ','','','publish','open','open','','34','','','2014-12-11 01:28:37','2014-12-11 00:28:37','',0,'http://papaya2.vdl.pl/jawnylublin/?p=34',2,'nav_menu_item','',0),(36,1,'2014-10-25 11:59:57','2014-10-25 09:59:57','<h2>Na co władze Lublina wydadzą Twoje pieniądze w 2015 roku?</h2>\r\n<h3>Wskaż swoje miesięczne wynagrodzenie brutto:</h3>','Kalkulator 2015','','publish','closed','closed','','kalkulator-2014','','','2014-12-26 16:34:45','2014-12-26 15:34:45','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=calculator&p=36',0,'calculator','',0),(37,1,'2014-10-25 12:00:54','2014-10-25 10:00:54','','Moje Podatki','','publish','open','open','','moje-podatki','','','2014-12-11 01:28:37','2014-12-11 00:28:37','',0,'http://papaya2.vdl.pl/jawnylublin/?p=37',3,'nav_menu_item','',0),(38,1,'2014-10-25 12:03:04','2014-10-25 10:03:04','','Mapa Inwestycji','','publish','open','open','','miejsca-inwestycji','','','2014-12-11 01:28:37','2014-12-11 00:28:37','',0,'http://papaya2.vdl.pl/jawnylublin/?p=38',4,'nav_menu_item','',0),(39,1,'2014-10-25 12:04:54','2014-10-25 10:04:54','Prawo do wolności informacji jako rozwinięcie prawa do wolności słowa jest prawem człowieka. Prawo to pozwala w szczególności na <i>poszukiwanie, otrzymywanie i rozpowszechnianie informacji wszelkimi środkami<a class=\"sdfootnoteanc\" href=\"#sdfootnote1sym\" name=\"sdfootnote1anc\"><sup>1</sup></a></i>. Same prawa i wolności człowieka istnieją niejako niezależnie od Państwa. Zadaniem Państwa jest je poprzez swoje prawodawstwo w jak najszerszym stopniu realizować i chronić. W Polsce prawo do informacji zostało zagwarantowane już w ustawie zasadniczej – Konstytucji, która ma najwyższą moc prawną w systemie źródeł prawa. Dodatkowo prawo to zostało w art. 61 rozszerzone o prawo do informacji o działalności organów władzy publicznej. Pozwala to na sprawowanie społecznej kontroli nad organami władzy publicznej. Należy, jednak pamiętać, iż prawo to może być ograniczone ze względu na niezbędne w społeczeństwie demokratycznym: interesy bezpieczeństwa państwowego, integralność terytorialną, bezpieczeństwo publiczne, ze względu na konieczność zapobieżenia zakłóceniu porządku lub przestępstwu, z uwagi na ochronę zdrowia i moralności, ochronę dobrego imienia i praw innych osób oraz ze względu na zapobieżenie ujawnieniu informacji poufnych lub na zagwarantowanie powagi i bezstronności władzy sądowej<a class=\"sdfootnoteanc\" href=\"#sdfootnote2sym\" name=\"sdfootnote2anc\"><sup>2</sup></a>.Szczególne regulację dotyczące dostępu do informacji publicznych zostały zawarte przede wszystkim w Ustawie z dnia 6 września 2001 r. o dostępie do informacji publicznej (wraz z późniejszymi zmianami)<a class=\"sdfootnoteanc\" href=\"#sdfootnote3sym\" name=\"sdfootnote3anc\"><sup>3</sup></a>.\r\n<div id=\"sdfootnote1\">\r\n<p class=\"sdfootnote\"><a class=\"sdfootnotesym\" href=\"#sdfootnote1anc\" name=\"sdfootnote1sym\">1</a>Powszechna Deklaracja Praw Człowieka z 1948r, art. 19</p>\r\n\r\n</div>\r\n<div id=\"sdfootnote2\">\r\n<p class=\"sdfootnote\"><a class=\"sdfootnotesym\" href=\"#sdfootnote2anc\" name=\"sdfootnote2sym\">2</a>Europejskiej Konwencji Praw Człowieka i Podstawowych Wolności z 1950r, art. 10</p>\r\n\r\n</div>\r\n<div id=\"sdfootnote3\">\r\n<p class=\"sdfootnote\"><a class=\"sdfootnotesym\" href=\"#sdfootnote3anc\" name=\"sdfootnote3sym\">3</a>Dz.U. 2001 nr 112 poz. 1198</p>\r\n\r\n</div>','Podstawy prawne','','publish','closed','closed','','podstawy-prawne','','','2014-11-25 11:20:53','2014-11-25 10:20:53','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=39',0,'poradnik','',0),(40,1,'2014-10-25 12:05:12','2014-10-25 10:05:12','<img src=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/Zatrudnienie-WYK1C.jpg\" alt=\"Zatrudnienie-WYK1C\" width=\"1500\" height=\"4100\" class=\"alignnone size-full wp-image-93\" />','Zatrudnienie w instytucjach finansowanych z budżetu miasta Lublin','','publish','closed','closed','','pierwsza-infografika','','','2014-11-13 22:19:07','2014-11-13 21:19:07','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=infografika&p=40',0,'infografika','',0),(41,1,'2014-10-25 12:08:04','2014-10-25 10:08:04','','Poradnik Dostępu do Informacji Publicznej','','publish','open','open','','poradnik-dostepu-do-informacji-publicznej','','','2014-12-11 01:28:37','2014-12-11 00:28:37','',0,'http://papaya2.vdl.pl/jawnylublin/?p=41',6,'nav_menu_item','',0),(43,1,'2014-10-25 12:08:37','2014-10-25 10:08:37',' ','','','publish','open','open','','43','','','2014-12-11 01:28:37','2014-12-11 00:28:37','',0,'http://papaya2.vdl.pl/jawnylublin/?p=43',8,'nav_menu_item','',0),(45,1,'2014-10-25 12:24:59','2014-10-25 10:24:59','<a href=\"[smartlib_link]wp-content/uploads/2014/10/Targi-Lublin-SA-2012.pdf\" target=\"_blank\">Wprowadzenie do sprawozdania finansowego za 2012 [PDF]</a>\r\n\r\n<a href=\"[smartlib_link]wp-content/uploads/2014/10/Targi-Lublin-SA-2012.pdf\" target=\"_blank\">Wprowadzenie do sprawozdania finansowego za</a><a href=\"[smartlib_link]wp-content/uploads/2014/10/Targi-Lublin-SA-2013-A.pdf\" target=\"_blank\"> 2013 [PDF]</a>\r\n\r\n<a href=\"[smartlib_link]wp-content/uploads/2014/10/Targi-Lublin-SA-2013-B.pdf\" target=\"_blank\">Bilans za rok 2013 [PDF]</a>\r\n\r\n<a href=\"http://fundacjawolnosci.org/wp-content/uploads/2013/09/targilublin_zarobki.txt\" target=\"_blank\">Wynagrodzenie członków zarządu i Rady Nadzorczej spółki Targi Lublin [TXT]</a>','Targi Lublin','','publish','closed','closed','','pierwsza-spolka','','','2014-12-10 23:50:35','2014-12-10 22:50:35','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=45',0,'spolka','',0),(46,1,'2014-10-25 12:25:41','2014-10-25 10:25:41','','Spółki Miejskie','','publish','open','open','','spolki-miejskie','','','2014-12-11 01:28:37','2014-12-11 00:28:37','',0,'http://papaya2.vdl.pl/jawnylublin/?p=46',5,'nav_menu_item','',0),(47,1,'2014-10-25 16:09:19','2014-10-25 14:09:19','','Budżet Miasta','','publish','open','open','','budzet-miasta','','','2014-10-25 16:10:24','2014-10-25 14:10:24','',0,'http://papaya2.vdl.pl/jawnylublin/?p=47',1,'nav_menu_item','',0),(48,1,'2014-10-25 16:09:46','2014-10-25 14:09:46','','Moje Podatki','','publish','open','open','','moje-podatki-2','','','2014-10-25 16:10:24','2014-10-25 14:10:24','',0,'http://papaya2.vdl.pl/jawnylublin/?p=48',2,'nav_menu_item','',0),(49,1,'2014-10-25 16:10:24','2014-10-25 14:10:24','','Mapa Inwestycji','','publish','open','open','','mapa-inwestycji','','','2014-10-25 16:10:24','2014-10-25 14:10:24','',0,'http://papaya2.vdl.pl/jawnylublin/?p=49',3,'nav_menu_item','',0),(50,1,'2014-10-25 16:54:10','2014-10-25 14:54:10','','Transport i łączność','','publish','closed','closed','','transport-i-lacznosc','','','2014-12-23 23:39:24','2014-12-23 22:39:24','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=50',1,'budget','',0),(51,1,'2014-10-25 16:57:35','2014-10-25 14:57:35','','ico-transport','','inherit','open','open','','ico-transport','','','2014-10-25 16:57:35','2014-10-25 14:57:35','',50,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/ico-transport.png',0,'attachment','image/png',0),(52,1,'2014-10-25 16:58:55','2014-10-25 14:58:55','','funkcjonowanie ZTM','','publish','closed','closed','','funkcjonowanie-ztm','','','2014-10-25 17:07:43','2014-10-25 15:07:43','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=52',0,'budget','',0),(53,1,'2014-10-25 16:59:42','2014-10-25 14:59:42','','zakup usług przewozu pasażerów od MPK i przewoźników prywatnych','','publish','closed','closed','','zakup-uslug-przewozu-pasazerow-od-mpk-i-przewoznikow-prywatnych','','','2014-10-25 17:09:50','2014-10-25 15:09:50','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=53',0,'budget','',0),(54,1,'2014-10-25 17:00:16','2014-10-25 15:00:16','','prowadzenie kontroli biletów','','publish','closed','closed','','prowadzenie-kontroli-biletow','','','2014-10-25 17:09:01','2014-10-25 15:09:01','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=54',0,'budget','',0),(55,1,'2014-10-25 17:00:57','2014-10-25 15:00:57','','Sprzątanie i utrzymanie przystanków','','publish','closed','closed','','sprzatanie-i-utrzymanie-przystankow','','','2014-10-25 17:08:37','2014-10-25 15:08:37','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=55',0,'budget','',0),(56,1,'2014-10-25 17:01:38','2014-10-25 15:01:38','','objęcie udziałów w MPK Lublin','','publish','closed','closed','','objecie-udzialow-w-mpk-lublin','','','2014-10-25 17:01:59','2014-10-25 15:01:59','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=56',0,'budget','',0),(57,1,'2014-10-25 17:03:13','2014-10-25 15:03:13','','objęcie udziałów w Porcie Lotniczym','','publish','closed','closed','','objecie-udzialow-w-porcie-lotniczym','','','2014-10-25 17:03:13','2014-10-25 15:03:13','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=57',0,'budget','',0),(58,1,'2014-10-25 17:04:29','2014-10-25 15:04:29','','Miejska Szerokopasmowa Sieć Szkieletowa','','publish','closed','closed','','miejska-szerokopasmowa-siec-szkieletowa','','','2014-10-25 17:04:29','2014-10-25 15:04:29','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=58',0,'budget','',0),(59,1,'2014-10-25 17:05:09','2014-10-25 15:05:09','','inwestycje realizowane z udziałem środków europejskich','','publish','closed','closed','','inwestycje-realizowane-z-udzialem-srodkow-europejskich','','','2014-10-25 17:05:09','2014-10-25 15:05:09','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=59',0,'budget','',0),(60,1,'2014-10-25 17:05:59','2014-10-25 15:05:59','','zwrot podatku VAT dla ZTM','','publish','closed','closed','','zwrot-podatku-vat-dla-ztm','','','2014-10-25 17:05:59','2014-10-25 15:05:59','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=60',0,'budget','',0),(61,1,'2014-10-25 17:06:42','2014-10-25 15:06:42','','inne','','publish','closed','closed','','inne','','','2014-10-25 17:06:42','2014-10-25 15:06:42','',50,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=61',0,'budget','',0),(62,1,'2014-10-25 17:33:10','2014-10-25 15:33:10','','Administracja publiczna','','publish','closed','closed','','administracja-publiczna','','','2014-10-25 17:33:10','2014-10-25 15:33:10','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=62',0,'budget','',0),(63,1,'2014-10-25 17:33:03','2014-10-25 15:33:03','','ico-admin','','inherit','open','open','','ico-admin','','','2014-10-25 17:33:03','2014-10-25 15:33:03','',62,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/ico-admin.png',0,'attachment','image/png',0),(64,1,'2014-10-25 17:33:49','2014-10-25 15:33:49','','wynagrodzenia i pochodne od wynagrodzeń','','publish','closed','closed','','wynagrodzenia-i-pochodne-od-wynagrodzen','','','2014-10-25 17:33:49','2014-10-25 15:33:49','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=64',0,'budget','',0),(65,1,'2014-10-25 17:34:31','2014-10-25 15:34:31','','diety radnych i Przewodniczących Zarządów','','publish','closed','closed','','diety-radnych-i-przewodniczacych-zarzadow','','','2014-10-25 17:34:31','2014-10-25 15:34:31','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=65',0,'budget','',0),(66,1,'2014-10-25 17:35:21','2014-10-25 15:35:21','','zakup materiałów biurowych i wyposażenia, paliwa i części zamiennych, prenumeratę prasy, zakup środków czystości i innych','','publish','closed','closed','','zakup-materialow-biurowych-i-wyposazenia-paliwa-i-czesci-zamiennych-prenumerate-prasy-zakup-srodkow-czystosci-i-innych','','','2014-10-25 17:35:21','2014-10-25 15:35:21','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=66',0,'budget','',0),(67,1,'2014-10-25 17:35:59','2014-10-25 15:35:59','','usługi informatyczne, zakup urządzeń telekomunikacyjnych oraz materiałów eksploatacyjnych do kserokopiarek','','publish','closed','closed','','uslugi-informatyczne-zakup-urzadzen-telekomunikacyjnych-oraz-materialow-eksploatacyjnych-do-kserokopiarek','','','2014-10-25 17:35:59','2014-10-25 15:35:59','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=67',0,'budget','',0),(68,1,'2014-10-25 17:36:36','2014-10-25 15:36:36','','energię elektryczną, cieplną, wodę i gaz','','publish','closed','closed','','energie-elektryczna-cieplna-wode-i-gaz','','','2014-10-25 17:36:36','2014-10-25 15:36:36','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=68',0,'budget','',0),(69,1,'2014-10-25 17:37:19','2014-10-25 15:37:19','','Promocja jednostek samorządu terytorialnego','','publish','closed','closed','','promocja-jednostek-samorzadu-terytorialnego','','','2014-10-25 17:37:19','2014-10-25 15:37:19','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=69',0,'budget','',0),(70,1,'2014-10-25 17:38:15','2014-10-25 15:38:15','','opłaty z tytułu wynajmu pomieszczeń biurowych na potrzeby Urzędu','','publish','closed','closed','','oplaty-z-tytulu-wynajmu-pomieszczen-biurowych-na-potrzeby-urzedu','','','2014-10-25 17:38:15','2014-10-25 15:38:15','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=70',0,'budget','',0),(71,1,'2014-10-25 17:38:58','2014-10-25 15:38:58','','opłaty pocztowe, bankowe, wywóz nieczystości, ogłoszenia prasowe, dozór i ochrona budynków, usługi drukarskie, telefoniczne, zdrowotne i inne','','publish','closed','closed','','oplaty-pocztowe-bankowe-wywoz-nieczystosci-ogloszenia-prasowe-dozor-i-ochrona-budynkow-uslugi-drukarskie-telefoniczne-zdrowotne-i-inne','','','2014-10-25 17:38:58','2014-10-25 15:38:58','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=71',0,'budget','',0),(72,1,'2014-10-25 17:39:44','2014-10-25 15:39:44','','funkcjonowanie systemu gospodarowania odpadami','','publish','closed','closed','','funkcjonowanie-systemu-gospodarowania-odpadami','','','2014-10-25 17:39:44','2014-10-25 15:39:44','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=72',0,'budget','',0),(73,1,'2014-10-25 17:40:21','2014-10-25 15:40:21','','wydatki majątkowe','','publish','closed','closed','','wydatki-majatkowe','','','2014-10-25 17:40:21','2014-10-25 15:40:21','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=73',0,'budget','',0),(74,1,'2014-10-25 17:40:57','2014-10-25 15:40:57','','inne','','publish','closed','closed','','inne','','','2014-10-25 17:40:57','2014-10-25 15:40:57','',62,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=74',0,'budget','',0),(75,1,'2014-12-26 16:34:41','2014-12-26 15:34:41','<h2>Na co władze Lublina wydadzą Twoje pieniądze w 201?</h2>\n<h3>Wskaż swoje miesięczne wynagrodzenie brutto:</h3>','Kalkulator 2015','','inherit','open','open','','36-autosave-v1','','','2014-12-26 16:34:41','2014-12-26 15:34:41','',36,'http://papaya2.vdl.pl/jawnylublin/?p=75',0,'revision','',0),(76,1,'2014-10-26 16:54:00','2014-10-26 15:54:00','<div class=\"row\">\r\n<div class=\"columns large-8\">erer</div>\r\n<div class=\"columns large-8\">erer</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-10-26 16:54:00','2014-10-26 15:54:00','',21,'http://papaya2.vdl.pl/jawnylublin/?p=76',0,'revision','',0),(77,1,'2014-10-26 16:58:20','2014-10-26 15:58:20','<div class=\"row\">\n<div class=\"columns large-8\">\n<h4>Dane Kontaktowe</h4>\n<h3>Fundacja Wolności</h3>\n</div>\n<div class=\"columns large-8\">\n\n<h4>Formularz Kontaktowy</h4>\n\n</div>\n</div>','Kontakt','','inherit','open','open','','21-autosave-v1','','','2014-10-26 16:58:20','2014-10-26 15:58:20','',21,'http://papaya2.vdl.pl/jawnylublin/?p=77',0,'revision','',0),(78,1,'2014-10-26 16:59:09','2014-10-26 15:59:09','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n\r\nul. Sowia 2/6 20-323 Lublin\r\nKRS: 0000428743\r\nNIP: 7123272946\r\nREGON: 061444494\r\nkontakt@fundacjawolnosci.org\r\n</div>\r\n<div class=\"columns large-8\">\r\n\r\n<h4>Formularz Kontaktowy</h4>\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-10-26 16:59:09','2014-10-26 15:59:09','',21,'http://papaya2.vdl.pl/jawnylublin/?p=78',0,'revision','',0),(79,1,'2014-10-26 17:02:33','2014-10-26 16:02:33','<p class=\"half-line-form\">\r\n [text* your-name watermark \"Imię i nazwisko (wymagane)\"] </p>\r\n<p class=\"half-line-form half-line-form-right\">\r\n [text your-firm watermark \"Nazwa Firmy\"] </p>\r\n<p class=\"half-line-form\">\r\n [email* your-email watermark \"Adres email (wymagane)\"] </p>\r\n<p class=\"half-line-form half-line-form-right\">\r\n [text your-phone watermark \"Numer Telefonu\"] </p>\r\n<p>\r\n [text your-subject watermark \"Temat\"] </p>\r\n\r\n<p>\r\n [textarea your-message watermark \"Jak możemy Ci pomóc\"] </p>\r\n\r\n<p>[submit \"Wyślij\"]</p>\nEmail ze strony Jawny Lublin\nkontakt@fundacjawolnosci.org\nNadawca: [your-name] <[your-email]>\r\nTemat: [your-subject]\r\nNumer Telefonu: [your-phone]\r\nNazwa instytucji: [your-firm]\r\nTreść wiadomości:\r\n[your-message]\nkontakt@fundacjawolnosci.org\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nJawny Lublin <wordpress@papaya2.vdl.pl>\nTreść wiadomości:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Jawny Lublin (http://papaya2.vdl.pl/jawnylublin)\n[your-email]\nReply-To: instalacjaw@gmail.com\n\n\n\nTwoja wiadomość została wysłana. Dziękujemy.\nTwoja wiadomość nie została wysłana.\nWystąpiły błędy. Sprawdź wszystkie pola formularza i spróbuj wysłać ponownie.\nTwoja wiadomość nie została wysłana.\nProszę zapoznać się z warunkami oraz zaznaczyć odpowiednie pole aby kontynuować.\nProszę uzupełnić wymagane pole.\nWpisany kod jest nieprawidłowy.\nFormat liczby jest niepoprawny.\nTa liczba jest zbyt mała.\nTa liczba jest zbyt duża.\nPodany adres e-mail jest niepoprawny.\nAdres URL jest niepoprawny.\nPodany numer telefonu jest niepoprawny.\nOdpowiedź nie jest prawidłowa.\nFormat daty jest niepoprawny.\nPodana data jest zbyt wczesna.\nPodana data jest zbyt późna.\nBłąd podczas przesyłania pliku.\nPrzesyłanie tego rodzaju pliku jest niedozwolone.\nPlik jest zbyt duży.\nNie udało się przesłać pliku. Wystąpił błąd.','Formularz 1','','publish','open','open','','formularz-1','','','2014-12-15 08:48:33','2014-12-15 07:48:33','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=wpcf7_contact_form&p=79',0,'wpcf7_contact_form','',0),(80,1,'2014-10-26 17:03:09','2014-10-26 16:03:09','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n\r\nul. Sowia 2/6 20-323 Lublin\r\nKRS: 0000428743\r\nNIP: 7123272946\r\nREGON: 061444494\r\nkontakt@fundacjawolnosci.org\r\n</div>\r\n<div class=\"columns large-8\">\r\n\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-10-26 17:03:09','2014-10-26 16:03:09','',21,'http://papaya2.vdl.pl/jawnylublin/?p=80',0,'revision','',0),(86,1,'2014-11-03 00:44:50','2014-11-02 23:44:50','','Lotnisko w świdniku','','publish','closed','closed','','86','','','2014-11-03 07:32:09','2014-11-03 06:32:09','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=chart_data&p=86',0,'chart_data','',0),(88,1,'2014-11-03 01:11:22','2014-11-03 00:11:22','','','','inherit','open','open','','86-autosave-v1','','','2014-11-03 01:11:22','2014-11-03 00:11:22','',86,'http://papaya2.vdl.pl/jawnylublin/?p=88',0,'revision','',0),(89,1,'2014-11-03 23:34:08','2014-11-03 22:34:08','Poniesione wydatki obejmują wypłatę odszkodowań za grunty przejęte z mocy prawa na realizację inwestycji, opracowanie studium wykonalności dla projektu „Drogi dojazdowej do węzła \"Jakubowice\" obwodnicy Miasta Lublin w ciągu dróg ekspresowych S12, S17, S19 (przebudowa skrzyżowania ulic: al. Solidarności, al. Sikorskiego, ul. Gen. B. Ducha, budowa ul. Poligonowej na odcinku od ul. Willowej do granicy miasta oraz budowa drogi wojewódzkiej nr 809 od granicy miasta do węzła drogowego \"Jakubowice\") oraz aktualizację kosztorysów inwestorskich budowy ul. Poligonowej. Zlecono opracowanie dokumentacji projektowej na przebudowę skrzyżowania al. Solidarności, al. Sikorskiego, ul. Gen. B. Ducha. Stopień zaawansowania realizacji zadania do końca 2013 roku – 11,32%.\r\n\r\n[caption id=\"attachment_387\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-387 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/jakubowice_um-1024x678.jpg\" alt=\"źródło: bip.lublin.eu\" width=\"625\" height=\"413\" /> źródło: bip.lublin.eu[/caption]','Budowa drogi dojazdowej do węzła drogowego Jakubowice obwodnicy miasta','','publish','closed','closed','','budowa-drogi-dojazdowej-do-wezla-drogowego-jakubowice-obwodnicy-miasta','','','2014-12-12 08:32:33','2014-12-12 07:32:33','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=89',0,'gmcpt_post','',0),(90,1,'2014-11-03 23:36:28','2014-11-03 22:36:28','Projekt ma na celu poprawę atrakcyjności turystycznej regionu oraz zwiększenie dostępności do oferty turystyczno - kulturowej na terenie Lublina. W 2014 roku roku planuje się budowę ścieżek rowerowych oraz wytyczanie pasów rowerowych w ruchu miejskim oraz zakup stacji rowerowych i rowerów.','Europejska Stolica Turystyki Rowerowej','','publish','closed','closed','','europejska-stolica-turystyki-rowerowej','','','2014-12-07 10:12:55','2014-12-07 09:12:55','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=90',0,'gmcpt_post','',0),(91,1,'2014-11-03 23:37:29','2014-11-03 22:37:29','Projekt ma na celu poprawę atrakcyjności turystycznej regionu oraz zwiększenie dostępności do oferty turystyczno - kulturowej na terenie Lublina. W 2014 roku roku planuje się budowę ścieżek rowerowych oraz wytyczanie pasów rowerowych w ruchu miejskim oraz zakup stacji rowerowych i rowerów.','Europejska Stolica Turystyki Rowerowej','','inherit','open','open','','90-autosave-v1','','','2014-11-03 23:37:29','2014-11-03 22:37:29','',90,'http://papaya2.vdl.pl/jawnylublin/?p=91',0,'revision','',0),(92,1,'2014-11-03 23:39:07','2014-11-03 22:39:07','Projekt ma na celu podniesienie efektywności administracji publicznej poprzez budowę Systemu Informacji Przestrzennej dla Miasta Lublin. W ramach projektu planuje się realizację działań związanych z rozbudową systemu informacji przestrzennej, w wyniku którego powstanie zintegrowany system informatyczny służący udostępnianiu i upowszechnianiu wiarygodnej informacji odnośnie przestrzeni miasta Lublin i zachodzących w niej zjawisk','Opracowanie i wdrożenie systemu informacji przestrzennej','','publish','closed','closed','','opracowanie-i-wdrozenie-systemu-informacji-przestrzennej','','','2014-12-07 10:13:24','2014-12-07 09:13:24','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=92',0,'gmcpt_post','',0),(93,1,'2014-11-04 01:46:19','2014-11-04 00:46:19','','Zatrudnienie-WYK1C','','inherit','open','open','','zatrudnienie-wyk1c','','','2014-11-04 01:46:19','2014-11-04 00:46:19','',40,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/Zatrudnienie-WYK1C.jpg',0,'attachment','image/jpeg',0),(94,1,'2014-11-04 07:36:50','2014-11-04 06:36:50','','Ochrona zdrowia','','publish','closed','closed','','ochrona-zdrowia','','','2014-11-04 07:42:00','2014-11-04 06:42:00','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=94',0,'budget','',0),(95,1,'2014-11-04 07:38:26','2014-11-04 06:38:26','','ico-zdrowie','','inherit','open','open','','ico-zdrowie','','','2014-11-04 07:38:26','2014-11-04 06:38:26','',94,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-zdrowie.png',0,'attachment','image/png',0),(97,1,'2014-11-04 07:42:39','2014-11-04 06:42:39','','Gospodarka komunalna i ochrona środowiska','','publish','closed','closed','','gospodarka-komunalna-i-ochrona-srodowiska','','','2014-11-04 07:42:57','2014-11-04 06:42:57','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=97',0,'budget','',0),(98,1,'2014-11-04 07:42:50','2014-11-04 06:42:50','','ico-gospodarka-komunalna','','inherit','open','open','','ico-gospodarka-komunalna','','','2014-11-04 07:42:50','2014-11-04 06:42:50','',97,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-gospodarka-komunalna.png',0,'attachment','image/png',0),(99,1,'2014-11-04 07:44:41','2014-11-04 06:44:41','','ico-road','','inherit','open','open','','ico-road','','','2014-11-04 07:44:41','2014-11-04 06:44:41','',7,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/ico-road.png',0,'attachment','image/png',0),(100,1,'2014-11-04 07:45:31','2014-11-04 06:45:31','','Bezpieczeństwo publiczne i ochrona przeciwpożarowa:','','publish','closed','closed','','bezpieczenstwo-publiczne-i-ochrona-przeciwpozarowa','','','2014-11-04 07:46:03','2014-11-04 06:46:03','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=100',0,'budget','',0),(101,1,'2014-11-04 07:45:56','2014-11-04 06:45:56','','ico-bezpieczenstwo','','inherit','open','open','','ico-bezpieczenstwo','','','2014-11-04 07:45:56','2014-11-04 06:45:56','',100,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-bezpieczenstwo.png',0,'attachment','image/png',0),(102,1,'2014-11-04 07:46:35','2014-11-04 06:46:35','','Pomoc społeczna','','publish','closed','closed','','pomoc-spoleczna','','','2014-11-04 07:54:33','2014-11-04 06:54:33','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=102',0,'budget','',0),(103,1,'2014-11-04 07:46:50','2014-11-04 06:46:50','','ico-pomoc-spoleczna','','inherit','open','open','','ico-pomoc-spoleczna','','','2014-11-04 07:46:50','2014-11-04 06:46:50','',102,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-pomoc-spoleczna.png',0,'attachment','image/png',0),(104,1,'2014-11-04 07:47:31','2014-11-04 06:47:31','','Kultura i ochrona dziedzictwa narodowego','','publish','closed','closed','','kultura-i-ochrona-dziedzictwa-narodowego','','','2014-11-04 07:48:03','2014-11-04 06:48:03','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=104',0,'budget','',0),(105,1,'2014-11-04 07:47:55','2014-11-04 06:47:55','','ico-kultura','','inherit','open','open','','ico-kultura','','','2014-11-04 07:47:55','2014-11-04 06:47:55','',104,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-kultura.png',0,'attachment','image/png',0),(106,1,'2014-11-04 07:48:40','2014-11-04 06:48:40','','Gospodarka mieszkaniowa','','publish','closed','closed','','gospodarka-mieszkaniowa','','','2014-11-04 07:49:01','2014-11-04 06:49:01','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=106',0,'budget','',0),(107,1,'2014-11-04 07:48:56','2014-11-04 06:48:56','','ico-build','','inherit','open','open','','ico-build','','','2014-11-04 07:48:56','2014-11-04 06:48:56','',106,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-build.png',0,'attachment','image/png',0),(108,1,'2014-11-04 07:49:51','2014-11-04 06:49:51','','Oświata i wychowanie','','publish','closed','closed','','oswiata-i-wychowanie','','','2014-11-04 07:49:51','2014-11-04 06:49:51','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=108',0,'budget','',0),(109,1,'2014-11-04 07:49:46','2014-11-04 06:49:46','','ico-oswiata','','inherit','open','open','','ico-oswiata','','','2014-11-04 07:49:46','2014-11-04 06:49:46','',108,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-oswiata.png',0,'attachment','image/png',0),(110,1,'2014-11-04 07:51:44','2014-11-04 06:51:44','','Polityka społeczna i wczesna edukacja','','publish','closed','closed','','polityka-spoleczna-i-wczesna-edukacja','','','2014-11-04 07:51:44','2014-11-04 06:51:44','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=110',0,'budget','',0),(111,1,'2014-11-04 07:51:38','2014-11-04 06:51:38','','ico-pomoc-spoleczna','','inherit','open','open','','ico-pomoc-spoleczna-2','','','2014-11-04 07:51:38','2014-11-04 06:51:38','',110,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-pomoc-spoleczna1.png',0,'attachment','image/png',0),(112,1,'2014-11-04 07:52:31','2014-11-04 06:52:31','','Sport','','publish','closed','closed','','sport','','','2014-11-04 07:52:31','2014-11-04 06:52:31','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=112',0,'budget','',0),(113,1,'2014-11-04 07:52:27','2014-11-04 06:52:27','','ico-sport','','inherit','open','open','','ico-sport','','','2014-11-04 07:52:27','2014-11-04 06:52:27','',112,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-sport.png',0,'attachment','image/png',0),(114,1,'2014-11-04 07:53:24','2014-11-04 06:53:24','','Turystyka','','publish','closed','closed','','turystyka','','','2014-11-04 07:53:24','2014-11-04 06:53:24','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=114',0,'budget','',0),(115,1,'2014-11-04 07:53:12','2014-11-04 06:53:12','','ico-turystyka','','inherit','open','open','','ico-turystyka','','','2014-11-04 07:53:12','2014-11-04 06:53:12','',114,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-turystyka.png',0,'attachment','image/png',0),(116,1,'2014-11-04 07:54:29','2014-11-04 06:54:29','','ico-pomoc','','inherit','open','open','','ico-pomoc','','','2014-11-04 07:54:29','2014-11-04 06:54:29','',102,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-pomoc.png',0,'attachment','image/png',0),(117,1,'2014-11-04 08:05:56','2014-11-04 07:05:56','<strong>Wynagrodzenie członków zarządu i Rady Nadzorczej SPR Lublin</strong>\r\n\r\nZAROBKI\r\n- Rady Nadzorczej: 0 zł\r\n- Prezes Zarządu: 8000 zł brutto\r\n\r\n<a href=\"http://jawnylublin.pl/wp-content/uploads/2014/12/II-SaB-Lu-374-14.pdf\">Wyrok z 30 października 2014 roku w sprawie skargi Fundacji Wolności na bezczynność SPR Lublin SA w przedmiocie udostępnienia informacji publicznej (sygn. II SaB/Lu 374/14)</a>','SPR Lublin','','publish','closed','closed','','spr-lublin','','','2014-12-11 00:00:09','2014-12-10 23:00:09','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=117',0,'spolka','',0),(118,1,'2014-11-04 08:06:08','2014-11-04 07:06:08','','Motor Lublin','','publish','closed','closed','','motor-lublin','','','2014-11-13 22:37:03','2014-11-13 21:37:03','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=118',0,'spolka','',0),(119,1,'2014-11-04 08:06:21','2014-11-04 07:06:21','<a href=\"http://fundacjawolnosci.org/wp-content/uploads/2014/06/MKK2.jpg\" target=\"_blank\">Skład i wynagrodzenie zarządu i rady nadzorczej spółki Miejska Korporacja Komunikacyjna. [JPG]</a>','Miejska Korporacja Komunikacyjna','','publish','closed','closed','','miejska-korporacja-komunikacyjna','','','2014-12-04 00:47:56','2014-12-03 23:47:56','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=119',0,'spolka','',0),(120,1,'2014-11-04 08:06:33','2014-11-04 07:06:33','<a href=\"http://fundacjawolnosci.org/wp-content/uploads/2013/11/wynagrodzenie_TBSLublin.jpg\" target=\"_blank\">Wynagrodzenie członków zarządu i Rady Nadzorczej spółki TBS Lublin [JPG]</a>','Towarzystwo Budownictwa Społecznego „Nowy Dom”','','publish','closed','closed','','towarzystwo-budownictwa-spolecznego-nowy-dom','','','2014-12-04 00:46:48','2014-12-03 23:46:48','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=120',0,'spolka','',0),(121,1,'2014-11-04 08:06:44','2014-11-04 07:06:44','<strong> Wynagrodzenie członków zarządu i Rady Nadzorczej spółki Kamienice Miasta</strong>\r\n\r\nPrezes Zarządu 3 - krotność przeciętnego miesięcznego wynagrodzenia w sektorze przedsiębiorstw bez wypłat z nagród zysków w czwartym kwartale roku poprzedniego ogłoszonego przez Prezesa GUS;\r\nPrzewodniczący Rady Nadzorczej 1.100,00 PLN\r\nWiceprzewodniczący Rady Nadzorczej 600,00 PLN\r\nCzłonek Rady Nadzorczej - 600,00 PLN\r\n\r\n<a href=\"http://jawnylublin.pl/wp-content/uploads/2014/12/Kamienice_rachunek2013.jpg\">Rachunek zysków i strat za 2013 rok [JPG]</a>\r\n\r\n<a href=\"http://jawnylublin.pl/wp-content/uploads/2014/12/Kamienice_wynagrodzenia.jpg\">Wynagrodzenia w spółce za 2013 rok [JPG]</a>','Kamienice Miasta','','publish','closed','closed','','kamienice-miasta','','','2014-12-23 01:42:55','2014-12-23 00:42:55','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=121',0,'spolka','',0),(122,1,'2014-11-04 08:06:54','2014-11-04 07:06:54','<a href=\"[smartlib_link]wp-content/uploads/2014/11/PLL-SA-2013-A.pdf\">Wprowadzenie do sprawozdania finansowego za 2013 rok [PDF]</a>\r\n\r\n<a href=\"[smartlib_link]wp-content/uploads/2014/11/PLL-SA-2013-B.pdf\">Bilans spółki za 2013 rok [PDF]</a>','Port Lotniczy Lublin','','publish','closed','closed','','port-lotniczy-lublin','','','2014-12-10 23:57:01','2014-12-10 22:57:01','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=122',0,'spolka','',0),(123,1,'2014-11-04 08:07:05','2014-11-04 07:07:05','<a href=\"http://fundacjawolnosci.org/wp-content/uploads/2013/09/LPEC_zarobki.pdf\" target=\"_blank\">Wynagrodzenie członków zarządu i Rady Nadzorczej LPEC [PDF]</a>\r\n\r\n<a href=\"http://jawnylublin.pl/wp-content/uploads/2014/12/LPEC_podzialZysku_2012.jpg\">Podział zysku spółki za 2012 rok [JPG]</a>','Lubelskie Przedsiębiorstwo Energetyki Cieplnej','','publish','closed','closed','','lubelskie-przedsiebiorstwo-energetyki-cieplnej','','','2014-12-23 01:40:13','2014-12-23 00:40:13','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=123',0,'spolka','',0),(124,1,'2014-11-04 08:07:14','2014-11-04 07:07:14','<strong>Wynagrodzenie członków zarządu i Rady Nadzorczej MPWiK</strong>\r\n\r\nmiesięczne wynagrodzenie brutto na stanowisku:\r\nPrezes Zarządu: wynosi 6-krotność,\r\nWiceprezes Zarządu: wynosi 5-krotność,\r\nCzłonek Zarządu: wynosi 5- krotnoć,\r\nPrzewodniczący Rady Nadzorczej: wynosi 1-krotność,\r\nZastępca Przewodniczącego Rady Nadzorczej: wynosi 0,75-krotności,\r\nCzłonek Rady Nadzorczej: wynosi: 0,75-krotności,\r\n- przeciętnego miesięcznego wynagrodzenia w sektorze przedsiębiorstw bez wypłat nagród z zysku w czwartym kwartale roku poprzedniego, ogłoszonego przez Prezesa Głównego Urzędu Statystycznego.','Miejskie Przedsiębiorstwo Wodociągów i Kanalizacji','','publish','closed','closed','','miejskie-przedsiebiorstwo-wodociagow-i-kanalizacji','','','2014-12-10 23:53:42','2014-12-10 22:53:42','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=124',0,'spolka','',0),(125,1,'2014-11-04 08:07:24','2014-11-04 07:07:24','<a href=\"http://fundacjawolnosci.org/wp-content/uploads/2013/08/MOSiR.pdf\" target=\"_blank\">Skład i wynagrodzenie Rady Nadzorczej i zarządu Miejskiego Ośrodka Sportu i Rekreacji „Bystrzyca” w Lublinie [PDF]</a>','Miejski Ośrodek Sportu i Rekreacji','','publish','closed','closed','','miejski-osrodek-sportu-i-rekreacji','','','2014-12-04 00:36:12','2014-12-03 23:36:12','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=125',0,'spolka','',0),(126,1,'2014-11-04 08:07:34','2014-11-04 07:07:34','<strong>Wynagrodzenie członków Rady Nadzorczej MPK Lublin</strong>\r\n\r\nWynagrodzenie miesięczne dla członków Rady Nadzorczej MPK Lublin Sp. z o.o. wynosi:\r\n- dla Przewodniczącego 1,0 przeciętnego miesięcznego wynagrodzenia w sektorze przedsiębiorstw bez wypłat nagród z zysku w czwartym kwartale roku poprzedniego, ogłoszonego przez Prezesa GUS,\r\n- dla pozostałych członków 0,75 przeciętnego miesięcznego wynagrodzenia w sektorze przedsiębiorstw bez wypłat nagród z zysku w czwartym kwartale roku poprzedniego, ogłoszonego przez Prezesa GUS.','Miejskie Przedsiębiorstwo Komunikacji','','publish','closed','closed','','miejskie-przedsiebiorstwo-komunikacji','','','2014-12-10 23:55:46','2014-12-10 22:55:46','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=spolka&p=126',0,'spolka','',0),(127,1,'2014-11-04 08:08:54','2014-11-04 07:08:54','Fundacja Wolności jest jedyną lubelską organizacją pozarządową promującą idee partycypacji społecznej i monitorującą działania władzy w sposób gwarantujący bezstronność, nie korzystając przy tym ze środków finansowych z budżetu Miasta. Zachowując niezależność pracujemy dla ekonomicznego i politycznego rozwoju społeczeństwa obywatelskiego.\r\n\r\n<strong>Patrzymy władzy na ręce</strong>\r\n\r\nOd początku działalności monitorujemy działalność administracji i władz samorządowych. Jednym z pierwszych naszych projektów było badanie aktywności radnych w pracach rady i komisji oraz ich otwartości na kontakt z wyborcami. Analizujemy też prace urzędu, na przykład zasadności i efektywności wykorzystania środków Gminnego Programu Profilaktyki i Rozwiązywania Problemów Alkoholowych w Lublinie.\r\n\r\n<strong>Budżet obywatelski dzielnicy Rury</strong>\r\n\r\nWe współpracy z Radą Dzielnicy w 2013 roku zorganizowaliśmy pilotażowy w skali miasta projekt wdrożenia budżetu obywatelskiego na terenie dzielnicy Rury. Zorganizowaliśmy cztery spotkania mieszkańców, na których dyskutowano nie tylko pomysły do budżetu obywatelskiego ale również rozmawiano o ważnych problemach mieszkańców dzielnicy. Głosowanie zostało poprzedzone kampanią informacyjną. Ponad 20 tysięcy mieszkańców otrzymało specjalne wydanie gazety „Nowy Impuls”, poświęcone budżetowi obywatelskiemu.\r\n\r\nW lipcu w Trybunale Koronnym w Lublinie zorganizowaliśmy konferencję pod hasłem „Czy warto wprowadzić budżet obywatelski w Lublinie”.\r\n\r\nNasza aktywność lokalna została dostrzeżona i zostaliśmy zaproszeniu do udziału w pracy ogólnopolskiego kilkunastoosobowego zespołu, którego celem było opracowanie niezbędnych elementów składowych budżetu partycypacyjnego. Prace zespoły były koordynowane przez Pracownię Badań i Innowacji Społecznych Stocznia z Warszawy.\r\n\r\n \r\n\r\n<strong>Święto Samorządu Lokalnego</strong>\r\n\r\nW maju przypadała rocznica pierwszych wolnych wyborów samorządowych. Z tej okazji zorganizowaliśmy na Placu Litewskim nasze stoisko. Zaprosiliśmy radnych rady miasta oraz sejmiku wojewódzkiego z Lublina do udziału w wydarzeniu. Ostatecznie w wydarzeniu wzięło udział pięcioro samorządowców. Przechodnie mogli z nimi porozmawiać, zadać pytania. Całość została wzbogacona kolportażem broszur, zawierających informacje o prawach mieszkańców i obywateli.\r\n\r\n \r\n\r\n<strong>Masz Głos Masz Wybór</strong>\r\n\r\nW marcu 2013 roku fundacja otrzymała wyróżnienie od organizatorów akcji za udział w ubiegłorocznej edycji programu „Masz Głos, Masz Wybór” (konkretnie za społeczny monitoring efektywności i zasadności wydatkowania środków z Gminnego Programu Profilaktyki i Przeciwdziałania Alkoholizmowi). W 2013 roku również uczestniczyliśmy w programie, tym razem podejmując działania na rzecz uchwalenia inicjatywy lokalnej w Lublinie. W maju uczestniczyliśmy w szkoleniu inauguracyjnym w Warszawie. Poza korespondencją z urzędem miasta w tej sprawie, zajęliśmy się również promowaniem samego narzędzia inicjatywy lokalnej wśród mieszkańców miasta (np. poprzez wystąpienie na kawiarence obywatelskiej). Przygotowaliśmy ulotkę, zawierającą podstawowe informacje o inicjatywie lokalnej. Ponadto wsparliśmy mieszkańców bloków przy ul. Sowińskiego 4, Al. Racławickich 22 i 22b – pomagając przygotować ankietę oraz spotkanie dot. zagospodarowania przestrzeni między tymi blokami. Na spotkanie w tej sprawie, w kwietniu stawiło się ok. 80 osób oraz dwóch radnych.\r\n\r\n<strong>Społeczni Asystenci Radnych</strong>\r\n\r\nPrzekonaliśmy najaktywniejszych radnych Rady Miasta Lublin (tych, którzy jesienią 2012 roku zostali najwyżej ocenieni w Badaniu Aktywności Radnych) do przedłożenia projektu uchwały w sprawie powołania społecznych asystentów radnych Rady Miasta Lublin. Podjęcie uchwały było naszą rekomendacją zawartą w ubiegłorocznym Badaniu Aktywności Radnych. Pod projektem uchwały podpisało się 16 spośród 31 radnych. Jednak na początku sesji projekt został zdjęty z porządku obrad wobec nieuzyskania poparcia bezwzględnej większości radnych (12 głosów „za”, 2 „przeciw” i 11 „wstrzymujących”). O możliwości powołania społecznych asystentów radnych dyskutowali również radni Sejmiku Województwa Lubelskiego. Ostatecznie jednak zrezygnowali, wobec niejasnego prawodawstwa w tej kwestii.\r\n\r\n<strong>Konsultacje budżetu miasta Kraśnik</strong>\r\n\r\nNa zaproszenie władz miasta Kraśnik, uczestniczyliśmy w spotkaniach konsultacyjnych budżetu miasta Kraśnik na 2014 rok. W czasie siedmiu spotkań z mieszkańcami (w których łącznie uczestniczyło ok. 500 osób) prezentowaliśmy idee i założenia budżetu obywatelskiego.\r\n\r\n<strong>Wystąpienia publiczne</strong>\r\n\r\nW ciągu roku dwukrotnie wystąpiliśmy podczas Kawiarenek Obywatelskich, organizowanych przez Związek Stowarzyszeń Forum Lubelskich Organizacji Pozarządowych. Prezentowaliśmy uczestnikom idee i zasady budżetu obywatelskiego oraz podstawy prawne i istotę inicjatywy lokalnej.\r\n\r\n21 listopada wzięliśmy udział w debacie na temat działalności samorządu lokalnego w II Liceum Ogólnokształcącym im. Hetmana Jana Zamoyskiego w Lublinie. W spotkaniu wzięli udział również lokalni samorządowcy, a my mieliśmy okazję do propagowania aktywności obywatelskiej oraz budżetu partycypacyjnego wśród uczniów liceum.\r\n\r\nW czasie II Forum Edukacji Obywatelskiej, odbywającego się na Wydziale Politologii UMCS w listopadzie 2013 roku, wygłosiliśmy referat na temat „Budżet obywatelski krok po kroku”, gdzie zaprezentowaliśmy cele i założenia budżetu obywatelskiego oraz kolejne etapy jego wdrażania.\r\n\r\n5 grudnia w sali obrad Rady Miasta Lublin zorganizowaliśmy otwarte spotkanie dla mieszkańców, poświęcone zagadnieniu prawa do informacji oraz dostępu do informacji publicznej. Temat przybliżył uczestnikom Krzysztof Izdebski, prawnik, ekspert w zakresie prawa do informacji stowarzyszenia Sieć Obywatelska Watchdog Polska. Natomiast Krzysztof Kowalik przedstawił zebranym kwestie dochodzenia prawa do informacji przed sądami administracyjnymi, omawiając własne doświadczenia. W spotkaniu wzięło udział ok. 25 osób.\r\n\r\n11 grudnia wzięliśmy udział w debacie pt. „Wolność słowa i rola mediów lokalnych jako czwartej władzy”, zorganizowanej przez Stowarzyszenie Dziennikarzy Polskich. Omawialiśmy tam temat dostępu do informacji publicznych dla obywateli.\r\n\r\n<strong>Inne</strong>\r\n\r\n8 sierpnia Fundacja Wolności została przyjęta w poczet członków Związku Stowarzyszeń Forum Lubelskich Organizacji Pozarządowych. Od tego czasu aktywnie uczestniczymy w życiu związku, m. in. poprzez udział w spotkaniach organizowanych przez FLOP oraz w opracowaniu strategii rozwoju zrzeszenia. Natomiast jesienią przedstawiciel fundacji został wybrany do składu Sekretariatu Technicznego Lubelskiego Porozumienia Organizacji Pozarządowych (LPOP). Jest to nieformalny organ, zrzeszający średnie i małe organizacje pozarządowe z Lublina.\r\n\r\n \r\n\r\n<strong>W skrócie:</strong>\r\n\r\nFundacja Wolności istnieje od 3 sierpnia 2012 roku.\r\n\r\nSkupiamy 12 wolontariuszy i współpracowników\r\n\r\nDo maja 2013 roku zrealizowaliśmy 11 projektów,\r\n\r\nW 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <em>Fundację Batorego </em>i organizatorów akcji „<em>Masz Głos, Masz Wybór</em>”.\r\n\r\nOd 8 sierpnia 2013 roku Fundacja Wolności jest członkiem <strong>Związku Stowarzyszeń Forum Lubelskich Organizacji Pozarządowych</strong>.\r\n\r\n ','O nas','','inherit','open','open','','19-revision-v1','','','2014-11-04 08:08:54','2014-11-04 07:08:54','',19,'http://papaya2.vdl.pl/jawnylublin/?p=127',0,'revision','',0),(128,1,'2014-11-04 08:10:10','2014-11-04 07:10:10','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-11-04 08:10:10','2014-11-04 07:10:10','',21,'http://papaya2.vdl.pl/jawnylublin/?p=128',0,'revision','',0),(130,1,'2014-11-10 10:04:04','2014-11-10 09:04:04','','Część równoważąca subwencji ogólnej','','publish','closed','closed','','czesc-rownowazaca-subwencji-ogolnej','','','2014-11-10 10:04:04','2014-11-10 09:04:04','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=130',0,'budget','',0),(131,1,'2014-11-10 10:03:59','2014-11-10 09:03:59','','ico-rownowazaca','','inherit','open','open','','ico-rownowazaca','','','2014-11-10 10:03:59','2014-11-10 09:03:59','',130,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-rownowazaca.png',0,'attachment','image/png',0),(132,1,'2014-11-10 10:05:00','2014-11-10 09:05:00','','Inne','','publish','closed','closed','','inne','','','2014-11-10 10:05:00','2014-11-10 09:05:00','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=132',0,'budget','',0),(133,1,'2014-11-10 10:04:49','2014-11-10 09:04:49','','ico-inne','','inherit','open','open','','ico-inne','','','2014-11-10 10:04:49','2014-11-10 09:04:49','',132,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-inne.png',0,'attachment','image/png',0),(134,1,'2014-11-10 10:05:32','2014-11-10 09:05:32','','Obsługa zadłużenia','','publish','closed','closed','','obsluga-zadluzenia','','','2014-11-10 10:05:32','2014-11-10 09:05:32','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=134',0,'budget','',0),(135,1,'2014-11-10 10:05:28','2014-11-10 09:05:28','','ico-obsluga-zadluzenia','','inherit','open','open','','ico-obsluga-zadluzenia','','','2014-11-10 10:05:28','2014-11-10 09:05:28','',134,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/ico-obsluga-zadluzenia.png',0,'attachment','image/png',0),(136,1,'2014-11-13 21:50:40','2014-11-13 20:50:40','test','Infografiki','','publish','open','open','','infografiki','','','2014-12-03 23:21:12','2014-12-03 22:21:12','',0,'http://papaya2.vdl.pl/jawnylublin/?page_id=136',0,'page','',0),(137,1,'2014-11-13 21:50:40','2014-11-13 20:50:40','','Infografiki','','inherit','open','open','','136-revision-v1','','','2014-11-13 21:50:40','2014-11-13 20:50:40','',136,'http://papaya2.vdl.pl/jawnylublin/136-revision-v1/',0,'revision','',0),(138,1,'2014-11-13 21:51:33','2014-11-13 20:51:33',' ','','','publish','open','open','','138','','','2014-12-11 01:28:37','2014-12-11 00:28:37','',0,'http://papaya2.vdl.pl/jawnylublin/?p=138',7,'nav_menu_item','',0),(139,1,'2014-11-13 21:53:36','2014-11-13 20:53:36','test','Infografiki','','inherit','open','open','','136-revision-v1','','','2014-11-13 21:53:36','2014-11-13 20:53:36','',136,'http://papaya2.vdl.pl/jawnylublin/136-revision-v1/',0,'revision','',0),(140,1,'2014-11-13 22:16:50','2014-11-13 21:16:50','<img class=\"alignnone size-full wp-image-141\" src=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/infografika1.jpg\" alt=\"infografika1\" width=\"1000\" height=\"736\" />','Skąd Lublin bierze każde 100 zł','','publish','closed','closed','','skad-lublin-bierze-kazde-100-zl','','','2015-01-12 12:09:17','2015-01-12 11:09:17','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=infografika&p=140',0,'infografika','',0),(141,1,'2014-11-13 22:16:45','2014-11-13 21:16:45','','infografika1','','inherit','open','open','','infografika1','','','2014-11-13 22:16:45','2014-11-13 21:16:45','',140,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/infografika1.jpg',0,'attachment','image/jpeg',0),(142,1,'2014-11-13 22:17:36','2014-11-13 21:17:36','<img src=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/infografika2.jpg\" alt=\"infografika2\" width=\"1000\" height=\"671\" class=\"alignnone size-full wp-image-143\" />','Na co Lublin wydaje każde 100 zł','','publish','closed','closed','','na-co-lublin-wydaje-kazde-100-zl','','','2014-11-13 22:17:36','2014-11-13 21:17:36','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=infografika&p=142',0,'infografika','',0),(143,1,'2014-11-13 22:17:20','2014-11-13 21:17:20','','infografika2','','inherit','open','open','','infografika2','','','2014-11-13 22:17:20','2014-11-13 21:17:20','',142,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/infografika2.jpg',0,'attachment','image/jpeg',0),(144,1,'2014-11-13 22:27:06','2014-11-13 21:27:06','','lpec','','inherit','open','open','','lpec','','','2014-11-13 22:27:06','2014-11-13 21:27:06','',123,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/lpec.jpg',0,'attachment','image/jpeg',0),(145,1,'2014-11-13 22:35:35','2014-11-13 21:35:35','','mpwik','','inherit','open','open','','mpwik','','','2014-11-13 22:35:35','2014-11-13 21:35:35','',124,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/mpwik.jpg',0,'attachment','image/jpeg',0),(146,1,'2014-11-13 22:36:59','2014-11-13 21:36:59','','motor','','inherit','open','open','','motor','','','2014-11-13 22:36:59','2014-11-13 21:36:59','',118,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/motor.jpg',0,'attachment','image/jpeg',0),(147,1,'2014-11-13 22:37:36','2014-11-13 21:37:36','','targi','','inherit','open','open','','targi','','','2014-11-13 22:37:36','2014-11-13 21:37:36','',45,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/targi.png',0,'attachment','image/png',0),(148,1,'2014-11-13 22:37:58','2014-11-13 21:37:58','','spr','','inherit','open','open','','spr','','','2014-11-13 22:37:58','2014-11-13 21:37:58','',117,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/spr.jpg',0,'attachment','image/jpeg',0),(149,1,'2014-11-13 22:38:36','2014-11-13 21:38:36','','mkk','','inherit','open','open','','mkk','','','2014-11-13 22:38:36','2014-11-13 21:38:36','',119,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/mkk.png',0,'attachment','image/png',0),(150,1,'2014-11-13 22:39:13','2014-11-13 21:39:13','','mosir','','inherit','open','open','','mosir','','','2014-11-13 22:39:13','2014-11-13 21:39:13','',125,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/mosir.jpg',0,'attachment','image/jpeg',0),(151,1,'2014-11-13 23:03:09','2014-11-13 22:03:09','','Targi Lublin SA 2012','','inherit','open','open','','targi-lublin-sa-2012','','','2014-11-13 23:03:09','2014-11-13 22:03:09','',45,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/Targi-Lublin-SA-2012.pdf',0,'attachment','application/pdf',0),(152,1,'2014-11-13 23:03:09','2014-11-13 22:03:09','','Targi Lublin SA 2013 A','','inherit','open','open','','targi-lublin-sa-2013-a','','','2014-11-13 23:03:09','2014-11-13 22:03:09','',45,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/Targi-Lublin-SA-2013-A.pdf',0,'attachment','application/pdf',0),(153,1,'2014-11-13 23:03:10','2014-11-13 22:03:10','','Targi Lublin SA 2013 B','','inherit','open','open','','targi-lublin-sa-2013-b','','','2014-11-13 23:03:10','2014-11-13 22:03:10','',45,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/10/Targi-Lublin-SA-2013-B.pdf',0,'attachment','application/pdf',0),(154,1,'2014-11-13 23:14:21','2014-11-13 22:14:21','','PLL SA 2013 A','','inherit','open','open','','pll-sa-2013-a','','','2014-11-13 23:14:21','2014-11-13 22:14:21','',122,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/PLL-SA-2013-A.pdf',0,'attachment','application/pdf',0),(155,1,'2014-11-13 23:14:22','2014-11-13 22:14:22','','PLL SA 2013 B','','inherit','open','open','','pll-sa-2013-b','','','2014-11-13 23:14:22','2014-11-13 22:14:22','',122,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/PLL-SA-2013-B.pdf',0,'attachment','application/pdf',0),(156,1,'2014-11-14 08:24:35','2014-11-14 07:24:35','','Straż Miejska','','publish','closed','closed','','straz-miejska','','','2014-11-14 08:25:35','2014-11-14 07:25:35','',100,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=156',0,'budget','',0),(157,1,'2014-11-14 08:26:02','2014-11-14 07:26:02','','Zarządzanie kryzysowe','','publish','closed','closed','','zarzadzanie-kryzysowe','','','2014-11-14 08:26:02','2014-11-14 07:26:02','',100,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=157',0,'budget','',0),(158,1,'2014-11-14 08:30:48','2014-11-14 07:30:48','','Funkcjonowania Komendy Miejskiej PSP','','publish','closed','closed','','funkcjonowania-komendy-miejskiej-psp','','','2014-11-14 08:30:48','2014-11-14 07:30:48','',100,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=158',0,'budget','',0),(159,1,'2014-11-14 08:31:37','2014-11-14 07:31:37','','Zakup samochodów ratowniczo-gaśniczych dla portu lotniczego','','publish','closed','closed','','zakup-samochodow-ratowniczo-gasniczych-dla-portu-lotniczego','','','2014-11-14 08:31:37','2014-11-14 07:31:37','',100,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=159',0,'budget','',0),(160,1,'2014-11-14 08:32:07','2014-11-14 07:32:07','','Komenda wojewódzka Policji','','publish','closed','closed','','komenda-wojewodzka-policji','','','2014-11-14 08:32:07','2014-11-14 07:32:07','',100,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=160',0,'budget','',0),(161,1,'2014-11-14 08:32:40','2014-11-14 07:32:40','','Budowa Miasteczka Ruchu Drogowego','','publish','closed','closed','','budowa-miasteczka-ruchu-drogowego','','','2014-11-14 08:32:40','2014-11-14 07:32:40','',100,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=161',0,'budget','',0),(162,1,'2014-11-14 08:33:10','2014-11-14 07:33:10','','inne','','publish','closed','closed','','inne','','','2014-11-14 08:33:10','2014-11-14 07:33:10','',100,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=162',0,'budget','',0),(163,1,'2014-11-14 08:33:54','2014-11-14 07:33:54','','wynagrodzenia i pochodne od wynagrodzeń','','publish','closed','closed','','wynagrodzenia-i-pochodne-od-wynagrodzen','','','2014-11-14 08:33:54','2014-11-14 07:33:54','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=163',0,'budget','',0),(164,1,'2014-11-14 08:34:23','2014-11-14 07:34:23','','inwestycje','','publish','closed','closed','','inwestycje','','','2014-11-14 08:34:23','2014-11-14 07:34:23','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=164',0,'budget','',0),(165,1,'2014-11-14 08:34:54','2014-11-14 07:34:54','','dokształcanie i doskonalenie zawodowe nauczycieli','','publish','closed','closed','','doksztalcanie-i-doskonalenie-zawodowe-nauczycieli','','','2014-11-14 08:34:54','2014-11-14 07:34:54','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=165',0,'budget','',0),(166,1,'2014-11-14 08:35:27','2014-11-14 07:35:27','','dotacje dla publicznych i niepublicznych szkół i placówek oświatowych','','publish','closed','closed','','dotacje-dla-publicznych-i-niepublicznych-szkol-i-placowek-oswiatowych','','','2014-11-14 08:35:27','2014-11-14 07:35:27','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=166',0,'budget','',0),(167,1,'2014-11-14 08:36:10','2014-11-14 07:36:10','','akcję „Bezpieczna droga” i „Przyjazna Zebra”','','publish','closed','closed','','akcje-bezpieczna-droga-i-przyjazna-zebra','','','2014-11-14 08:36:10','2014-11-14 07:36:10','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=167',0,'budget','',0),(168,1,'2014-11-14 08:36:47','2014-11-14 07:36:47','','dowożenie uczniów do szkół','','publish','closed','closed','','dowozenie-uczniow-do-szkol','','','2014-11-14 08:36:47','2014-11-14 07:36:47','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=168',0,'budget','',0),(169,1,'2014-11-14 08:37:12','2014-11-14 07:37:12','','program „Radosna szkoła” (wydatki majątkowe)','','publish','closed','closed','','program-radosna-szkola-wydatki-majatkowe','','','2014-11-14 08:37:12','2014-11-14 07:37:12','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=169',0,'budget','',0),(170,1,'2014-11-14 08:38:00','2014-11-14 07:38:00','','projekty edukacyjne realizowane ze środków europejskich','','publish','closed','closed','','projekty-edukacyjne-realizowane-ze-srodkow-europejskich','','','2014-11-14 08:38:00','2014-11-14 07:38:00','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=170',0,'budget','',0),(171,1,'2014-11-14 08:38:41','2014-11-14 07:38:41','','inne','','publish','closed','closed','','inne','','','2014-11-14 08:38:41','2014-11-14 07:38:41','',108,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=171',0,'budget','',0),(172,1,'2014-11-14 08:40:40','2014-11-14 07:40:40','','bieżące utrzymanie dróg powiatowych','','publish','closed','closed','','biezace-utrzymanie-drog-powiatowych','','','2014-11-14 08:40:40','2014-11-14 07:40:40','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=172',0,'budget','',0),(173,1,'2014-11-14 08:41:09','2014-11-14 07:41:09','','obsługa strefy płatnego parkowania','','publish','closed','closed','','obsluga-strefy-platnego-parkowania','','','2014-11-14 08:41:09','2014-11-14 07:41:09','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=173',0,'budget','',0),(174,1,'2014-11-14 08:41:58','2014-11-14 07:41:58','','remonty dróg, chodników, ciągów pieszych i obiektów inżynierskich','','publish','closed','closed','','remonty-drog-chodnikow-ciagow-pieszych-i-obiektow-inzynierskich','','','2014-11-14 08:41:58','2014-11-14 07:41:58','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=174',0,'budget','',0),(175,1,'2014-11-14 08:42:36','2014-11-14 07:42:36','','inwestycje na drogach powiatowych','','publish','closed','closed','','inwestycje-na-drogach-powiatowych','','','2014-11-14 08:42:36','2014-11-14 07:42:36','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=175',0,'budget','',0),(176,1,'2014-11-14 08:43:08','2014-11-14 07:43:08','','bieżące utrzymanie dróg i chodników gminnych','','publish','closed','closed','','biezace-utrzymanie-drog-i-chodnikow-gminnych','','','2014-11-14 08:43:08','2014-11-14 07:43:08','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=176',0,'budget','',0),(177,1,'2014-11-14 08:43:41','2014-11-14 07:43:41','','inwestycje na drogach gminnych','','publish','closed','closed','','inwestycje-na-drogach-gminnych','','','2014-11-14 08:43:41','2014-11-14 07:43:41','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=177',0,'budget','',0),(178,1,'2014-11-14 08:44:17','2014-11-14 07:44:17','','Drogi wewnętrzne','','publish','closed','closed','','drogi-wewnetrzne','','','2014-11-14 08:44:17','2014-11-14 07:44:17','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=178',0,'budget','',0),(179,1,'2014-11-14 08:44:54','2014-11-14 07:44:54','','funkcjonowanie ZDiM','','publish','closed','closed','','funkcjonowanie-zdim','','','2014-11-14 08:44:54','2014-11-14 07:44:54','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=179',0,'budget','',0),(180,1,'2014-11-14 08:45:20','2014-11-14 07:45:20','','wydatki związane z przygotowaniem inwestycji','','publish','closed','closed','','wydatki-zwiazane-z-przygotowaniem-inwestycji','','','2014-11-14 08:45:20','2014-11-14 07:45:20','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=180',0,'budget','',0),(181,1,'2014-11-14 08:45:49','2014-11-14 07:45:49','','inwestycje realizowane z udziałem środków europejskich','','publish','closed','closed','','inwestycje-realizowane-z-udzialem-srodkow-europejskich','','','2014-11-14 08:45:49','2014-11-14 07:45:49','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=181',0,'budget','',0),(182,1,'2014-11-14 08:46:22','2014-11-14 07:46:22','','inne','','publish','closed','closed','','inne','','','2014-11-14 08:46:22','2014-11-14 07:46:22','',7,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=182',0,'budget','',0),(183,1,'2014-11-14 08:48:06','2014-11-14 07:48:06','','dotacja dla ZNK','','publish','closed','closed','','dotacja-dla-znk','','','2014-11-14 08:48:06','2014-11-14 07:48:06','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=183',0,'budget','',0),(184,1,'2014-11-14 08:48:38','2014-11-14 07:48:38','','ubezpieczenie majątku miasta','','publish','closed','closed','','ubezpieczenie-majatku-miasta','','','2014-11-14 08:48:38','2014-11-14 07:48:38','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=184',0,'budget','',0),(185,1,'2014-11-14 08:49:21','2014-11-14 07:49:21','','remonty obiektów oświatowych','','publish','closed','closed','','remonty-obiektow-oswiatowych','','','2014-11-14 08:49:21','2014-11-14 07:49:21','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=185',0,'budget','',0),(186,1,'2014-11-14 08:50:04','2014-11-14 07:50:04','','czynsze w obiektach oświatowych','','publish','closed','closed','','czynsze-w-obiektach-oswiatowych','','','2014-11-14 08:50:04','2014-11-14 07:50:04','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=186',0,'budget','',0),(187,1,'2014-11-14 08:50:44','2014-11-14 07:50:44','','wykup gruntów, nieruchomości i nakładów','','publish','closed','closed','','wykup-gruntow-nieruchomosci-i-nakladow','','','2014-11-14 08:50:44','2014-11-14 07:50:44','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=187',0,'budget','',0),(188,1,'2014-11-14 08:51:16','2014-11-14 07:51:16','','wydatki związane z utrzymaniem zasobów komunalnych, sprzedażą mienia komunalnego oraz szacunki nieruchomości','','publish','closed','closed','','wydatki-zwiazane-z-utrzymaniem-zasobow-komunalnych-sprzedaza-mienia-komunalnego-oraz-szacunki-nieruchomosci','','','2014-11-14 08:51:16','2014-11-14 07:51:16','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=188',0,'budget','',0),(189,1,'2014-11-14 08:51:47','2014-11-14 07:51:47','','wypłata odszkodowań wraz z odsetkami','','publish','closed','closed','','wyplata-odszkodowan-wraz-z-odsetkami','','','2014-11-14 08:51:47','2014-11-14 07:51:47','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=189',0,'budget','',0),(190,1,'2014-11-14 08:52:33','2014-11-14 07:52:33','','odszkodowania, renty i koszty postępowania','','publish','closed','closed','','odszkodowania-renty-i-koszty-postepowania','','','2014-11-14 08:52:33','2014-11-14 07:52:33','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=190',0,'budget','',0),(191,1,'2014-11-14 09:08:06','2014-11-14 08:08:06','','inne','','publish','closed','closed','','inne','','','2014-11-14 09:08:06','2014-11-14 08:08:06','',106,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=191',0,'budget','',0),(192,1,'2014-11-14 09:09:40','2014-11-14 08:09:40','','Przeciwdziałanie alkoholizmowi','','publish','closed','closed','','przeciwdzialanie-alkoholizmowi','','','2014-11-14 09:09:40','2014-11-14 08:09:40','',94,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=192',0,'budget','',0),(193,1,'2014-11-14 09:10:03','2014-11-14 08:10:03','','Lecznictwo ambulatoryjne','','publish','closed','closed','','lecznictwo-ambulatoryjne','','','2014-11-14 09:10:03','2014-11-14 08:10:03','',94,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=193',0,'budget','',0),(194,1,'2014-11-14 09:10:32','2014-11-14 08:10:32','','Lecznictwo stomatologiczne','','publish','closed','closed','','lecznictwo-stomatologiczne','','','2014-11-14 09:10:32','2014-11-14 08:10:32','',94,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=194',0,'budget','',0),(195,1,'2014-11-14 09:11:06','2014-11-14 08:11:06','','Zwalczanie narkomanii','','publish','closed','closed','','zwalczanie-narkomanii','','','2014-11-14 09:11:06','2014-11-14 08:11:06','',94,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=195',0,'budget','',0),(196,1,'2014-11-14 09:11:44','2014-11-14 08:11:44','','Programy polityki zdrowotnej','','publish','closed','closed','','programy-polityki-zdrowotnej','','','2014-11-14 09:11:44','2014-11-14 08:11:44','',94,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=196',0,'budget','',0),(197,1,'2014-11-14 09:12:39','2014-11-14 08:12:39','','ubezpieczenie zdrowotne za osoby bezrobotne oraz uczniów i wychowanków placówek opiekuńczo-wychowawczych','','publish','closed','closed','','ubezpieczenie-zdrowotne-za-osoby-bezrobotne-oraz-uczniow-i-wychowankow-placowek-opiekunczo-wychowawczych','','','2014-11-14 09:12:39','2014-11-14 08:12:39','',94,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=197',0,'budget','',0),(198,1,'2014-11-14 09:13:30','2014-11-14 08:13:30','','inne','','publish','closed','closed','','inne','','','2014-11-14 09:13:47','2014-11-14 08:13:47','',94,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=198',0,'budget','',0),(199,1,'2014-11-14 09:14:49','2014-11-14 08:14:49','','Placówki opiekuńczo-wychowawcze','','publish','closed','closed','','placowki-opiekunczo-wychowawcze','','','2014-11-14 09:14:49','2014-11-14 08:14:49','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=199',0,'budget','',0),(200,1,'2014-11-14 09:15:37','2014-11-14 08:15:37','','Domy pomocy społecznej','','publish','closed','closed','','domy-pomocy-spolecznej','','','2014-11-14 09:15:37','2014-11-14 08:15:37','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=200',0,'budget','',0),(201,1,'2014-11-14 09:16:15','2014-11-14 08:16:15','','Ośrodki Wsparcia','','publish','closed','closed','','osrodki-wsparcia','','','2014-11-14 09:16:15','2014-11-14 08:16:15','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=201',0,'budget','',0),(202,1,'2014-11-14 09:16:49','2014-11-14 08:16:49','','Rodziny zastępcze','','publish','closed','closed','','rodziny-zastepcze','','','2014-11-14 09:16:49','2014-11-14 08:16:49','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=202',0,'budget','',0),(203,1,'2014-11-14 09:17:32','2014-11-14 08:17:32','','Wspieranie rodziny','','publish','closed','closed','','wspieranie-rodziny','','','2014-11-14 09:17:32','2014-11-14 08:17:32','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=203',0,'budget','',0),(204,1,'2014-11-14 09:18:13','2014-11-14 08:18:13','','Zasiłki i pomoc w naturze oraz składki na ubezpieczenia emerytalne i rentowe','','publish','closed','closed','','zasilki-i-pomoc-w-naturze-oraz-skladki-na-ubezpieczenia-emerytalne-i-rentowe','','','2014-11-14 09:18:13','2014-11-14 08:18:13','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=204',0,'budget','',0),(205,1,'2014-11-14 09:18:45','2014-11-14 08:18:45','','Dodatki mieszkaniowe','','publish','closed','closed','','dodatki-mieszkaniowe','','','2014-11-14 09:18:45','2014-11-14 08:18:45','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=205',0,'budget','',0),(206,1,'2014-11-14 09:19:14','2014-11-14 08:19:14','','Zasiłki stałe','','publish','closed','closed','','zasilki-stale','','','2014-11-14 09:19:14','2014-11-14 08:19:14','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=206',0,'budget','',0),(207,1,'2014-11-14 09:19:56','2014-11-14 08:19:56','','funkcjonowanie MOPR','','publish','closed','closed','','funkcjonowanie-mopr','','','2014-11-14 09:19:56','2014-11-14 08:19:56','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=207',0,'budget','',0),(208,1,'2014-11-14 09:20:32','2014-11-14 08:20:32','','Uługi opiekuńcze','','publish','closed','closed','','ulugi-opiekuncze','','','2014-11-14 09:20:32','2014-11-14 08:20:32','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=208',0,'budget','',0),(209,1,'2014-11-14 09:21:05','2014-11-14 08:21:05','','Pomoc Państwa w zakresie dożywiania','','publish','closed','closed','','pomoc-panstwa-w-zakresie-dozywiania','','','2014-11-14 09:21:05','2014-11-14 08:21:05','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=209',0,'budget','',0),(210,1,'2014-11-14 09:21:34','2014-11-14 08:21:34','','Świadczenia rodzinne, świadczenie z funduszu alimentacyjnego oraz składki','','publish','closed','closed','','swiadczenia-rodzinne-swiadczenie-z-funduszu-alimentacyjnego-oraz-skladki','','','2014-11-14 09:21:34','2014-11-14 08:21:34','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=210',0,'budget','',0),(211,1,'2014-11-14 09:22:26','2014-11-14 08:22:26','','inne','','publish','closed','closed','','inne','','','2014-11-14 09:22:26','2014-11-14 08:22:26','',102,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=211',0,'budget','',0),(212,1,'2014-11-14 09:38:30','2014-11-14 08:38:30','','funkcjonowanie Miejskiego Zespołu Żłobków','','publish','closed','closed','','funkcjonowanie-miejskiego-zespolu-zlobkow','','','2014-11-14 09:38:30','2014-11-14 08:38:30','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=212',0,'budget','',0),(213,1,'2014-11-14 09:39:07','2014-11-14 08:39:07','','MUP','','publish','closed','closed','','mup','','','2014-11-14 09:39:07','2014-11-14 08:39:07','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=213',0,'budget','',0),(214,1,'2014-11-14 09:39:38','2014-11-14 08:39:38','','Funkcjonowanie placówek prowadzonych przez miasto','','publish','closed','closed','','funkcjonowanie-placowek-prowadzonych-przez-miasto','','','2014-11-14 09:39:38','2014-11-14 08:39:38','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=214',0,'budget','',0),(215,1,'2014-11-14 09:40:32','2014-11-14 08:40:32','','Dotacje dla niepublicznych placówek oświatowo-wychowawczych','','publish','closed','closed','','dotacje-dla-niepublicznych-placowek-oswiatowo-wychowawczych','','','2014-11-14 09:40:32','2014-11-14 08:40:32','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=215',0,'budget','',0),(216,1,'2014-11-14 09:41:05','2014-11-14 08:41:05','','Pomoc materialna dla uczniów','','publish','closed','closed','','pomoc-materialna-dla-uczniow','','','2014-11-14 09:42:03','2014-11-14 08:42:03','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=216',0,'budget','',0),(217,1,'2014-11-14 09:42:40','2014-11-14 08:42:40','','Rehabilitacja zawodowa i społeczna osób niepełnosprawnych','','publish','closed','closed','','rehabilitacja-zawodowa-i-spoleczna-osob-niepelnosprawnych','','','2014-11-14 09:42:40','2014-11-14 08:42:40','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=217',0,'budget','',0),(218,1,'2014-11-14 09:44:08','2014-11-14 08:44:08','','Zespoły do spraw orzekania o niepełnosprawności','','publish','closed','closed','','zespoly-do-spraw-orzekania-o-niepelnosprawnosci','','','2014-11-14 09:44:08','2014-11-14 08:44:08','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=218',0,'budget','',0),(219,1,'2014-11-14 09:45:39','2014-11-14 08:45:39','','projekty realizowane ze środków europejskich','','publish','closed','closed','','projekty-realizowane-ze-srodkow-europejskich','','','2014-11-14 09:45:39','2014-11-14 08:45:39','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=219',0,'budget','',0),(220,1,'2014-11-14 09:46:20','2014-11-14 08:46:20','','inne','','publish','closed','closed','','inne','','','2014-11-14 09:46:20','2014-11-14 08:46:20','',110,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=220',0,'budget','',0),(221,1,'2014-11-14 09:47:29','2014-11-14 08:47:29','','Gospodarka ściekowa i ochrona wód','','publish','closed','closed','','gospodarka-sciekowa-i-ochrona-wod','','','2014-11-14 09:47:29','2014-11-14 08:47:29','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=221',0,'budget','',0),(222,1,'2014-11-14 09:48:18','2014-11-14 08:48:18','','Gospodarka odpadami','','publish','closed','closed','','gospodarka-odpadami','','','2014-11-14 09:48:18','2014-11-14 08:48:18','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=222',0,'budget','',0),(223,1,'2014-11-14 09:49:08','2014-11-14 08:49:08','','Oczyszczanie miast i wsi','','publish','closed','closed','','oczyszczanie-miast-i-wsi','','','2014-11-14 09:49:08','2014-11-14 08:49:08','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=223',0,'budget','',0),(224,1,'2014-11-14 09:49:56','2014-11-14 08:49:56','','Utrzymanie zieleni w miastach i gminach','','publish','closed','closed','','utrzymanie-zieleni-w-miastach-i-gminach','','','2014-11-14 09:49:56','2014-11-14 08:49:56','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=224',0,'budget','',0),(225,1,'2014-11-14 09:50:20','2014-11-14 08:50:20','','Schroniska dla zwierząt','','publish','closed','closed','','schroniska-dla-zwierzat','','','2014-11-14 09:50:29','2014-11-14 08:50:29','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=225',0,'budget','',0),(226,1,'2014-11-14 09:51:10','2014-11-14 08:51:10','','Oświetlenie ulic, placów i dróg','','publish','closed','closed','','oswietlenie-ulic-placow-i-drog','','','2014-11-14 09:51:10','2014-11-14 08:51:10','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=226',0,'budget','',0),(227,1,'2014-11-14 09:51:48','2014-11-14 08:51:48','','Infrastruktura dla strefy ekonomicznej na Felinie (II etap)','','publish','closed','closed','','infrastruktura-dla-strefy-ekonomicznej-na-felinie-ii-etap','','','2014-11-14 09:51:48','2014-11-14 08:51:48','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=227',0,'budget','',0),(228,1,'2014-11-14 09:52:28','2014-11-14 08:52:28','','Infrastruktura dla aktywizacji gospodarczej dzielnicy Bursaki i Rudnik','','publish','closed','closed','','infrastruktura-dla-aktywizacji-gospodarczej-dzielnicy-bursaki-i-rudnik','','','2014-11-14 09:52:28','2014-11-14 08:52:28','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=228',0,'budget','',0),(229,1,'2014-11-14 09:53:06','2014-11-14 08:53:06','','pomoc finansowa dla gminy Lubartów','','publish','closed','closed','','pomoc-finansowa-dla-gminy-lubartow','','','2014-11-14 09:53:06','2014-11-14 08:53:06','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=229',0,'budget','',0),(230,1,'2014-11-14 09:53:40','2014-11-14 08:53:40','','inne','','publish','closed','closed','','inne','','','2014-11-14 09:53:40','2014-11-14 08:53:40','',97,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=230',0,'budget','',0),(231,1,'2014-11-14 09:54:50','2014-11-14 08:54:50','','Dotacja dla Teatru Andersena','','publish','closed','closed','','dotacja-dla-teatru-andersena','','','2014-11-14 09:54:50','2014-11-14 08:54:50','',104,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=231',0,'budget','',0),(232,1,'2014-11-14 09:55:34','2014-11-14 08:55:34','','Domy i ośrodki kultury, świetlice i kluby','','publish','closed','closed','','domy-i-osrodki-kultury-swietlice-i-kluby','','','2014-11-14 09:55:34','2014-11-14 08:55:34','',104,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=232',0,'budget','',0),(233,1,'2014-11-14 09:56:15','2014-11-14 08:56:15','','Galerie i biura wystaw artystycznych','','publish','closed','closed','','galerie-i-biura-wystaw-artystycznych','','','2014-11-14 09:56:15','2014-11-14 08:56:15','',104,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=233',0,'budget','',0),(234,1,'2014-11-14 09:57:31','2014-11-14 08:57:31','','Miejska Biblioteka Publiczna im. Łopacińskiego','','publish','closed','closed','','miejska-biblioteka-publiczna-im-lopacinskiego','','','2014-11-14 09:57:31','2014-11-14 08:57:31','',104,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=234',0,'budget','',0),(235,1,'2014-11-14 09:58:07','2014-11-14 08:58:07','','Ochrona zabytków i opieka nad zabytkami','','publish','closed','closed','','ochrona-zabytkow-i-opieka-nad-zabytkami','','','2014-11-14 09:58:07','2014-11-14 08:58:07','',104,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=235',0,'budget','',0),(236,1,'2014-11-14 09:58:46','2014-11-14 08:58:46','','Renowacja klasztoru powizytkowskiego','','publish','closed','closed','','renowacja-klasztoru-powizytkowskiego','','','2014-11-14 09:58:46','2014-11-14 08:58:46','',104,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=236',0,'budget','',0),(237,1,'2014-11-14 09:59:18','2014-11-14 08:59:18','','Rewaloryzacja Ogrodu Saskiego','','publish','closed','closed','','rewaloryzacja-ogrodu-saskiego','','','2014-11-14 09:59:18','2014-11-14 08:59:18','',104,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=237',0,'budget','',0),(238,1,'2014-11-14 09:59:59','2014-11-14 08:59:59','','inne','','publish','closed','closed','','inne','','','2014-11-14 09:59:59','2014-11-14 08:59:59','',104,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=238',0,'budget','',0),(239,1,'2014-11-14 10:00:56','2014-11-14 09:00:56','','budowa stadionu miejskiego','','publish','closed','closed','','budowa-stadionu-miejskiego','','','2014-11-14 10:00:56','2014-11-14 09:00:56','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=239',0,'budget','',0),(240,1,'2014-11-14 10:01:30','2014-11-14 09:01:30','','utrzymanie boisk Orlik','','publish','closed','closed','','utrzymanie-boisk-orlik','','','2014-11-14 10:01:30','2014-11-14 09:01:30','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=240',0,'budget','',0),(241,1,'2014-11-14 10:02:22','2014-11-14 09:02:22','','zajęcia sportowe w szkołach','','publish','closed','closed','','zajecia-sportowe-w-szkolach','','','2014-11-14 10:02:22','2014-11-14 09:02:22','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=241',0,'budget','',0),(242,1,'2014-11-14 10:03:04','2014-11-14 09:03:04','','zakup usług w MOSIR „Bystrzyca” Sp. z o.o.','','publish','closed','closed','','zakup-uslug-w-mosir-bystrzyca-sp-z-o-o','','','2014-11-14 10:03:04','2014-11-14 09:03:04','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=242',0,'budget','',0),(243,1,'2014-11-14 10:03:43','2014-11-14 09:03:43','','budowa basenu przy ul. Łabędziej','','publish','closed','closed','','budowa-basenu-przy-ul-labedziej','','','2014-11-14 10:03:43','2014-11-14 09:03:43','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=243',0,'budget','',0),(244,1,'2014-11-14 10:04:38','2014-11-14 09:04:38','','budowa zespołu krytych pływalni przy Al. Zygmuntowskich 4 w Lublinie','','publish','closed','closed','','budowa-zespolu-krytych-plywalni-przy-al-zygmuntowskich-4-w-lublinie','','','2014-11-14 10:04:38','2014-11-14 09:04:38','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=244',0,'budget','',0),(245,1,'2014-11-14 10:05:36','2014-11-14 09:05:36','','objęcie udziałów w MOSIR','','publish','closed','closed','','objecie-udzialow-w-mosir','','','2014-11-14 10:05:36','2014-11-14 09:05:36','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=245',0,'budget','',0),(246,1,'2014-11-14 10:06:44','2014-11-14 09:06:44','','objęcie udziałów w SPR','','publish','closed','closed','','objecie-udzialow-w-spr','','','2014-11-14 10:06:44','2014-11-14 09:06:44','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=246',0,'budget','',0),(247,1,'2014-11-14 10:07:18','2014-11-14 09:07:18','','objęcie udziałów w Motor Lublin','','publish','closed','closed','','objecie-udzialow-w-motor-lublin','','','2014-11-14 10:07:18','2014-11-14 09:07:18','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=247',0,'budget','',0),(248,1,'2014-11-14 10:07:45','2014-11-14 09:07:45','','Zadania w zakresie kultury fizycznej','','publish','closed','closed','','zadania-w-zakresie-kultury-fizycznej','','','2014-11-14 10:07:45','2014-11-14 09:07:45','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=248',0,'budget','',0),(249,1,'2014-11-14 10:08:21','2014-11-14 09:08:21','','utrzymanie obiektów sportowych','','publish','closed','closed','','utrzymanie-obiektow-sportowych','','','2014-11-14 10:08:21','2014-11-14 09:08:21','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=249',0,'budget','',0),(250,1,'2014-11-14 10:13:07','2014-11-14 09:13:07','','inne','','publish','closed','closed','','inne','','','2014-11-14 10:13:07','2014-11-14 09:13:07','',112,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=250',0,'budget','',0),(251,1,'2014-11-14 10:14:07','2014-11-14 09:14:07','','opłacenie składek z tytułu członkostwa w organizacjach turystycznych','','publish','closed','closed','','oplacenie-skladek-z-tytulu-czlonkostwa-w-organizacjach-turystycznych','','','2014-11-14 10:14:07','2014-11-14 09:14:07','',114,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=251',0,'budget','',0),(252,1,'2014-11-14 10:14:44','2014-11-14 09:14:44','','Budowa systemu ścieżek rowerowych','','publish','closed','closed','','budowa-systemu-sciezek-rowerowych','','','2014-11-14 10:14:44','2014-11-14 09:14:44','',114,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=252',0,'budget','',0),(253,1,'2014-11-14 10:23:46','2014-11-14 09:23:46','','organizacja działalności turystyczno-krajoznawczej','','publish','closed','closed','','organizacja-dzialalnosci-turystyczno-krajoznawczej','','','2014-11-14 10:23:46','2014-11-14 09:23:46','',114,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=253',0,'budget','',0),(254,1,'2014-11-14 10:24:22','2014-11-14 09:24:22','','propagowanie turystyki','','publish','closed','closed','','propagowanie-turystyki','','','2014-11-14 10:24:22','2014-11-14 09:24:22','',114,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=254',0,'budget','',0),(255,1,'2014-11-14 10:24:53','2014-11-14 09:24:53','','inne','','publish','closed','closed','','inne','','','2014-11-14 10:24:53','2014-11-14 09:24:53','',114,'http://papaya2.vdl.pl/jawnylublin/?post_type=budget&p=255',0,'budget','',0),(257,1,'2014-11-14 10:47:53','2014-11-14 09:47:53','W ramach kontynuowanych robót budowlanych wykonano: przygotowanie pozostałego terenu zielonego, prace ziemne wraz z wyłożeniem kostki brukowej, częściowo ogrodzenie - siatka niska, częściowo teren gry (fairway). Ponadto wykonano aktualizację studium wykonalności oraz opracowano dokumentację projektową zamienną. Poniesiono także opłaty za przyłączenie do sieci dystrybucyjnej. Zadanie realizowane jest przy udziale środków z Regionalnego Programu Operacyjnego Województwa Lubelskiego na lata 2007-2013. Łączne nakłady finansowe przeznaczone na realizację projektu wynoszą 2.971.788 zł. Łączna kwota dofinansowania stanowi 678.529 zł. Celem projektu jest poprawa wizerunku Lubelszczyzny jako regionu o dużej atrakcyjności turystycznej i sportowej. Lata realizacji projektu: 2009-2014.','Budowa Akademii Golfa','','publish','closed','closed','','budowa-akademii-golfa','','','2014-12-07 10:07:34','2014-12-07 09:07:34','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=257',0,'gmcpt_post','',0),(258,1,'2014-11-14 10:49:20','2014-11-14 09:49:20','Z powyższej kwoty sfinansowano przebudowę skrzyżowania ulic: Koncertowej, Kompozytorów Polskich i ulicy „bez nazwy” KDD w postaci ronda turbinowego. W ramach inwestycji położona została nawierzchnia jezdni i pierścień wokół wyspy z kostki betonowej, wykonano budowę zatok autobusowych w ul. Koncertowej, obustronnych chodników z kostki betonowej oddzielonych od jezdni zieleńcem (przyległym do jezdni tylko po stronie zachodniej północnej części ul. Koncertowej), budowę ścieżki rowerowej (po stronie wschodniej północnej części ul. Koncertowej), budowę zjazdu do kościoła, przebudowę kanalizacji deszczowej. Wykonano oświetlenie uliczne na przebudowanym skrzyżowaniu, przebudowę sieci wodociągowej – komorę wodociągową, przebudowano i zabezpieczono sieci telekomunikacyjne oraz w niezbędnym zakresie urządzenia obce kolidujące z rozbudową ulicy. Wykonano oznakowanie drogowe, poziome i pionowe oraz zamontowano urządzenia bezpieczeństwa ruchu drogowego.','Przebudowa skrzyżowania Al. Kompozytorów Polskich i ul. Koncertowej','','publish','closed','closed','','przebudowa-skrzyzowania-al-kompozytorow-polskich-i-ul-koncertowej','','','2014-12-07 10:13:40','2014-12-07 09:13:40','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=258',0,'gmcpt_post','',0),(259,1,'2014-11-14 10:51:40','2014-11-14 09:51:40','','Infrastruktura dla aktywizacji gospodarczej dzielnicy Bursaki i Rudnik','','publish','closed','closed','','infrastruktura-dla-aktywizacji-gospodarczej-dzielnicy-bursaki-i-rudnik','','','2014-12-07 10:13:11','2014-12-07 09:13:11','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=259',0,'gmcpt_post','',0),(260,1,'2014-11-14 10:54:04','2014-11-14 09:54:04','Projekt realizowany jest w ramach Szwajcarsko-Polskiego Programu Współpracy i ma na celu poprawę skuteczności pomocy społecznej w Gminie Lublin poprzez zapewnienie wysokiej jakości usług spełniających standardy i potrzeby osób starszych Domu.','Rozbudowa DPS Kalina','','publish','closed','closed','','rozbudowa-dps-kalina','','','2014-12-07 10:14:40','2014-12-07 09:14:40','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=260',0,'gmcpt_post','',0),(261,1,'2014-11-14 10:55:51','2014-11-14 09:55:51','','zagospodarowanie terenów przy cmentarzu komunalnym przy ul. Droga Męczenników Majdanka','','publish','closed','closed','','zagospodarowanie-terenow-przy-cmentarzu-komunalnym-przy-ul-droga-meczennikow-majdanka','','','2014-12-07 10:14:53','2014-12-07 09:14:53','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=261',0,'gmcpt_post','',0),(262,1,'2014-11-14 10:58:07','2014-11-14 09:58:07','Wykonano przebudowę ul. Droga Męczenników Majdanka w Lublinie, odcinek od ul. Grabskiego do zaprojektowanej zatoki autobusowej przy ul. Grenadierów obejmującą: wymianę warstw bitumicznych nawierzchni jezdni, istniejących krawężników, przebudowę chodników, wykonanie ciągu pieszo-rowerowego poszerzającego istniejący chodnik oraz zatok postojowych i autobusowych wraz z przyległymi peronami, a także wpustów oraz studni kanalizacji deszczowej i sanitarnej, wykonano oznakowanie poziome i pionowe, przesadzono istniejące krzewy oraz wykonano trawniki.\r\n\r\nKoszt: 5 647 500,01 zł\r\n\r\n[caption id=\"attachment_394\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-394 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/Meczennikow_majdanka-1024x680.jpg\" alt=\"źródło: Fundacja Wolności\" width=\"625\" height=\"415\" /> źródło: Fundacja Wolności[/caption]','Przebudowa ul. Droga Męczenników Majdanka (od Grabskiego do Grenadierów)','','publish','closed','closed','','ul-droga-meczennikow-majdanka-od-grabskiego-do-grenadierow','','','2014-12-10 21:47:03','2014-12-10 20:47:03','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=262',0,'gmcpt_post','',0),(263,1,'2014-11-14 11:00:29','2014-11-14 10:00:29','Łączna długość przebudowanej ulicy wynosi 3 024,76 mb. W ramach zadania wykonano roboty przygotowawcze i rozbiórkowe (m.in. roboty pomiarowe przy liniowych robotach ziemnych, odkopanie i wyjęcie słupków do znaków, zdjęcie znaków drogowych, frezowanie nawierzchni, mechaniczne rozebranie podbudowy z kruszywa, rozebranie chodników, nawierzchni, krawężników betonowych, ogrodzenia, poręczy ochronnych, zdemontowanie wiat przystankowych, roboty ziemne (wykopy, formowanie nasypów), podbudowy, nawierzchnię (warstwę podbudowy asfaltowej i warstwę wiążącą), krawężniki, obrzeża, wykonano chodniki z kostki brukowej oraz na odcinku od kościoła parafialnego w kierunku Gminy Głusk po prawej stronie wykonano chodnik z kostki granitowej szarej (trakt historyczny), zjazdy, ścieżkę rowerową (od mostu do ul. Wyzwolenia), zatoki autobusowe i miejsca postojowe. Wykonano i zabezpieczono antykorozyjnie przez malowanie całą konstrukcję przepustu, obrukowano stożki. Wykonano większość prac związanych z przebudową mostu na rzece Czerniejówce tj. płytę z nadbetonu, warstwę wiążącą na moście, nowe kapy chodnikowe, nowe krawężniki granitowe, wyszpachlowano i wymalowano cały obiekt. Wykonano nowe bariery energochłonne i balustrady mostowe, schody skarpowe, obrukowanie stożków mostowych z dybli betonowych. Zaawansowanie prac mostu i przepustu wyniosło 75 %. W ramach zadania nastąpiła budowa sieci kanalizacji deszczowej, przebudowa gazociągu, sieci wodociągowej, sieci teletechnicznej, elektroenergetycznej, przebudowano oświetlenie drogowe.\r\n\r\n \r\n\r\n<img class=\"alignnone size-large wp-image-317\" src=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Gluska-1024x680.jpg\" alt=\"Gluska\" width=\"625\" height=\"415\" />','przebudowa ul. Głuskiej','','publish','closed','closed','','przebudowa-ul-gluskiej','','','2014-12-07 10:13:52','2014-12-07 09:13:52','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=263',0,'gmcpt_post','',0),(264,1,'2014-11-14 11:01:24','2014-11-14 10:01:24','Z powyższej kwoty sfinansowano:\r\n- wykonanie dokumentacji na przebudowę ulicy na odcinku od ul. Głębokiej do ul. Zana opracowaną w 2012 r. (169.373,14 zł) oraz nadzór autorski przy realizacji wiaduktu nad tzw. „Suchą Doliną” (2.275,50 zł).\r\n- roboty polegające na budowie dodatkowego pasa do skrętu w prawo z ul. Filaretów w ul. Głęboką. Wykonano poszerzenie jezdni w celu wydzielenia dodatkowego drugiego pasa do skrętu w prawo. Nowo poszerzony odcinek zawiera się między ul. Urmowskiego oraz ul. Głęboką, długość przebudowy wynosi 141 mb. (1.166.826,62 zł).\r\n- roboty budowlane polegające na przebudowie odcinka ul. Filaretów od ul. Głębokiej do ul. Zana. Wykonano budowę nawierzchni jezdni ul. Filaretów na długości 788 mb wraz z oświetleniem drogowym, odwodnieniem, przebudową trakcji trolejbusowej, przebudową sygnalizacji świetlnej, przebudową urządzeń teletechnicznych oraz kanalizacji deszczowej, sieci elektrycznych, wodociągowej i gazowej (7.983.860,66 zł).\r\n- przebudowę ul. Filaretów na odcinku od ul. Zana do ul. Jana Pawła II oraz dwóch wiaduktów nad doliną „Przełęcz” w ciągu ul. Filaretów o długości około 1340 mb. Wykonano przebudowę jezdni wraz z 2 wiaduktami - dwie jezdnie po 2 pasy ruchu, przebudowę istniejących zatok autobusowych, przebudowę istniejących chodników, budowę ścieżek rowerowych obustronnych, przebudowę zieleńców, ustawiono krawężniki i obrzeża, wykonano oznakowanie pionowe, poziome, przebudowę istniejących skrzyżowań z ulicami bocznymi, usunięto kolizje z istniejącą infrastrukturą (12.177.000,00 zł).\r\n\r\n \r\n\r\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Filaretow7.jpg\"><img class=\"alignnone size-large wp-image-315\" src=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Filaretow7-1024x680.jpg\" alt=\"Filaretow7\" width=\"625\" height=\"415\" /></a>','przebudowa ul. Filaretów','','publish','closed','closed','','przebudowa-ul-filaretow','','','2014-12-07 10:13:46','2014-12-07 09:13:46','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=264',0,'gmcpt_post','',0),(265,1,'2014-11-14 11:11:41','2014-11-14 10:11:41','Wykonano remont płyty żelbetonowej, belki podporęczowej, montaż krawężników oraz podpór. Ponadto wykonano drogi dojazdowe, chodniki do wiaduktu, remont schodów terenowych.','remont wiaduktu nad al. Smorawińskiego w ciągu ul. Lipińskiego i ul. Kiepury','','publish','closed','closed','','remont-wiaduktu-nad-al-smorawinskiego-w-ciagu-ul-lipinskiego-i-ul-kiepury','','','2014-12-07 10:14:22','2014-12-07 09:14:22','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=265',0,'gmcpt_post','',0),(266,1,'2014-11-14 11:13:54','2014-11-14 10:13:54','W wyniku przeprowadzonych prac wykonano wymianę warstw bitumicznych nawierzchni jezdni, wymianę krawężników, wymianę oraz regulację wysokościową nawierzchni chodników wraz ze zjazdami do posesji. Wykonano ścieżkę rowerową z betonu asfaltowego, remont 4 zatok autobusowych wraz z przyległymi peronami, remont wpustów oraz studni kanalizacji deszczowej i sanitarnej, oznakowanie pionowe i poziome oraz odtworzono Trawniki.\r\n\r\nKoszt w roku 2013: <strong>3 544 083,87 zł</strong>\r\n\r\n<img class=\"alignnone size-large wp-image-325\" src=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Zemborzycka2-1024x680.jpg\" alt=\"Zemborzycka2\" width=\"625\" height=\"415\" />','Remont ul. Zemborzyckiej o długości ok. 1 885 mb (od skrzyżowania z ul. Kunickiego do ul. Diamentowej)','','publish','closed','closed','','remont-ul-zemborzyckiej-o-dlugosci-ok-1-885-mb-od-skrzyzowania-z-ul-kunickiego-do-ul-diamentowej','','','2014-12-10 23:45:10','2014-12-10 22:45:10','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=266',0,'gmcpt_post','',0),(267,1,'2014-11-14 11:17:21','2014-11-14 10:17:21','Powyższa kwota przeznaczona została na: zakup 2 samochodów ratowniczo-gaśniczych, samochodu rozpoznawczo-ratowniczego wraz z wyposażeniem do prowadzenia działań chemiczno-ekologicznych I kontenera na środek pianotwórczy (1.178.194,25 zł) oraz wynagrodzenia bezosobowe, obsługę prawną oraz promocję projektu. Głównym celem projektu była poprawa stanu zachowania bioróżnorodności oraz zapobiegania degradacji środowiska naturalnego. Wartość projektu: 2.363.303 zł. Zadanie realizowane przy udziale środków z Europejskiego Funduszu Rozwoju Regionalnego w ramach Regionalnego Programu Operacyjnego Województwa Lubelskiego na lata 2007-2013. Lata realizacji projektu: 2011-2013.','Poprawa systemu bezpieczeństwa chemiczno-ekologicznego na terenie powiatu lubelskiego i świdnickiego','','publish','closed','closed','','poprawa-systemu-bezpieczenstwa-chemiczno-ekologicznego-na-terenie-powiatu-lubelskiego-i-swidnickiego','','','2014-12-07 10:13:29','2014-12-07 09:13:29','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=267',0,'gmcpt_post','',0),(268,1,'2014-11-14 11:20:09','2014-11-14 10:20:09','','Lubelska Biblioteka Wirtualna','','publish','closed','closed','','lubelska-biblioteka-wirtualna','','','2014-11-14 11:20:09','2014-11-14 10:20:09','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=268',0,'gmcpt_post','',0),(269,1,'2014-11-14 11:28:07','2014-11-14 10:28:07','','Zagospodarowanie placu teatralnego z budową wielopoziomowego parkingu podziemnego','','publish','closed','closed','','zagospodarowanie-placu-teatralnego-z-budowa-wielopoziomowego-parkingu-podziemnego','','','2014-11-14 11:28:07','2014-11-14 10:28:07','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=269',0,'gmcpt_post','',0),(270,1,'2014-11-14 11:29:30','2014-11-14 10:29:30','W 2013 roku prowadzono następujące roboty budowlane i drogowe: wzmocniono grunt pod place i drogi, zakończono budowę konstrukcji budynku głównego oraz rozpoczęto roboty wykończeniowe. Wykonano konstrukcję trybun wraz z częściowym zadaszeniem, rozpoczęto roboty w pomieszczeniach podtrybunia oraz na płycie głównej boiska, wykonano docieplenie elewacji zachodniej budynku głównego oraz prowadzono roboty budowlane na budynku komercyjnym. Prowadzono prace w zakresie zagospodarowania terenu, tj. jezdnie główne, chodniki, parkingi, nasadzenia drzew i krzewów od strony zachodniej i północnej, trawniki, oświetlenie terenu, uzbrojenie terenu w sieci elektryczne i sanitarne, wykonano sieć i przyłącze wodociągowe zasilające w wodę stadion oraz sieć i przyłącze ciepłownicze wysokoparametrowe do węzła cieplnego. Wykonano również roboty uzupełniające, obejmujące ukształtowanie ekranu akustycznego w formie nasypu ziemnego, instalacje sanitarne, wodnokanalizacyjne części komercyjnej budynku. Ponadto wykonano aktualizację studium wykonalności dla projektu w zakresie infrastruktury szkolnej i sportowej. Wykonano audyt w zakresie zgodności projektu budowlanego stadionu, programu funkcjonalno-użytkowego z przepisami sportowymi i z zakresu bezpieczeństwa, zrealizowano dostawę i instalację kamer i urządzeń radiowych, wykorzystywanych do monitorowania postępu prac przy budowie stadionu. Zawarto umowę na wykonanie usunięcia kolizji linii 110 kV z projektowanym parkingiem przy stadionie oraz umowę z Krajową Spółką Cukrową o odpłatne udostępnienie nieruchomości w celu zaprojektowania i umieszczenia na przedmiotowej działce sieci wodociągowej zasilającej stadion. Opracowano kompletną dokumentację projektową na wykonanie instalacji BMS, wykonano opinię dotyczącą oceny poprawności rozwiązań technicznych projektów budowlanych i wykonawczych dróg wewnętrznych, parkingów, ciągów pieszych oraz organizacji ruchu, opracowano projekt budowlano-wykonawczy odwodnienia realizowanej sieci ciepłowniczej zasilającej stadion. W ramach budowy dróg dojazdowych do stadionu został rozstrzygnięty przetarg na zaprojektowanie i budowę dróg dojazdowych do stadionu miejskiego wraz z infrastrukturą techniczną (zgodnie z programem funkcjonalno-użytkowym). Zadanie realizowane jest przy udziale środków z Regionalnego Programu Operacyjnego Województwa Lubelskiego na lata 2007-2013. Łączne nakłady finansowe przeznaczone na realizację projektu wynoszą 180.253.960,34 zł. Łączna kwota dofinansowania stanowi 67.158.580,50 zł. Celem projektu jest poprawa dostępu na terenie Lublina do nowoczesnej infrastruktury sportowej. Lata realizacji projektu: 2009-2015. Stopień zaawansowania realizacji zadania do końca 2013 roku – 41,16%.\r\n\r\n<img class=\"aligncenter wp-image-382\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/stadion_um-300x198.jpg\" alt=\"Stadion Miejski w Lublinie\" width=\"500\" height=\"331\" />','Budowa stadionu miejskiego','','publish','closed','closed','','budowa-stadionu-miejskiego','','','2014-12-10 15:09:43','2014-12-10 14:09:43','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=270',0,'gmcpt_post','',0),(271,1,'2014-11-14 11:31:06','2014-11-14 10:31:06','W 2013 r. zakończono realizację projektu. W ramach prac budowlanych zostały przebudowane i wykonane nowe nawierzchnie na ścieżkach parkowych, placach oraz schodach terenowych, wykonano nowe ogrodzenie od strony ul. Leszczyńskiego i Długosza (wybudowano nowy mur i wykonano ścianę oporową), przebudowę niecki stawu dolnego, koryta cieku wodnego oraz stawu górnego. Przeprowadzono prace zieleniarskie (przygotowanie podłoża pod nasadzenia nowych roślin), wykonano trawniki. Przebudowano i rozbudowano plac zabaw dla dzieci. W całym parku zostały ustawione nowe elementy małej architektury ogrodowej. Poniesione zostały również koszty sprawowania nadzorów (autorskiego i archeologicznego). W miesiącach wiosennych zrealizowano usunięcie gniazd gawronów w Ogrodzie Saskim oraz ich płoszenie. Natomiast w ramach wydatków bieżących wydatkowano kwotę 7.970,40 zł i przeznaczono na opracowanie i wydruk foldera informacyjnego dla projektu „Rewaloryzacja Ogrodu Saskiego w Lublinie”. Celem projektu było przywrócenie funkcji społecznych, kulturalnych, turystycznych i historycznych zdegradowanemu obszarowi Ogrodu Saskiego. Zadanie realizowane było w ramach Regionalnego Programu Operacyjnego Województwa Lubelskiego na lata 2007-2013. Łączna wartość projektu – 12.720.064 zł, dofinansowanie ze środków europejskich i NFOŚiGW 7.711.517 zł. Lata realizacji: 2010-2013.\r\n\r\n<img class=\"alignnone size-large wp-image-321\" src=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Park_saski3-1024x680.jpg\" alt=\"Park_saski3\" width=\"625\" height=\"415\" />','Rewaloryzacja Ogrodu Saskiego','','publish','closed','closed','','rewaloryzacja-ogrodu-saskiego','','','2014-12-07 10:14:34','2014-12-07 09:14:34','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=271',0,'gmcpt_post','',0),(272,1,'2014-11-14 11:33:04','2014-11-14 10:33:04','W 2013 roku zakończono przebudowę budynku dawnego klasztoru powizytkowskiego. Klasztor przebudowany został w wielofunkcyjne centrum kultury w skład którego wchodzi: sala teatralna z widownią na 187 osób (dawny kościół), scena kameralna dla 51 widzów, sala konferencyjna dla 56 osób, sala wielofunkcyjna dla dyskusyjnego klubu filmowego dla ponad 100 osób, galerie wystawiennicze, biblioteka miejska, sale baletowe, pracownie artystyczne, pokoje hotelowe i pomieszczenia administracyjne. Budynek został wyposażony w meble, urządzenia ekspozycyjne oraz sprzęt estradowy. Budynek został przekazany do użytku w lipcu 2013 roku. Całkowita wartość projektu wynosi 38.427.854 zł, łączne dofinansowanie ze środków europejskich i budżetu państwa – 16.034.738 zł. Projekt był realizowany w ramach Programu Operacyjnego Infrastruktura i Środowisko. Okres realizacji projektu 2007-2013.\r\n\r\n<img class=\"wp-image-377 aligncenter\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/powizytkowski_um-300x198.jpg\" alt=\"powizytkowski_um\" width=\"500\" height=\"331\" />','Renowacja klasztoru powizytkowskiego','','publish','closed','closed','','renowacja-klasztoru-powizytkowskiego','','','2014-12-10 14:55:02','2014-12-10 13:55:02','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=272',0,'gmcpt_post','',0),(273,1,'2014-11-14 11:35:11','2014-11-14 10:35:11','W 2013 roku zakupiono meble i wykładziny, sprzęt nagłaśniający i oświetleniowy wraz ze sceną przenośną, sprzęt komputerowy i biurowy. Wydrukowany został także folder promocyjno-informacyjny DDK „Węglin”. Celem projektu jest przeciwdziałanie marginalizacji życia kulturalnego, wzrost znaczenia kultury jako czynnika wpływającego na zwiększenie zatrudnienia i poziomu życia mieszkańców oraz rozwój społeczno-gospodarczy poprzez budowę i wyposażenie domu kultury przy ul. Judyma. Całkowita wartość projektu: 2.935.660 zł, łączne dofinansowanie ze środków europejskich: 2.054.962 zł. Zadanie realizowane przy udziale Regionalnego Programu Operacyjnego Województwa Lubelskiego. Lata realizacji: 2007-2013.\r\n\r\n[caption id=\"attachment_378\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-378 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/DDK_Judyma_BZurawski-Kopiowanie-1024x682.jpg\" alt=\"fot. Bartek Żurawski (źródło: www.bip.lublin.eu)\" width=\"625\" height=\"416\" /> fot. Bartek Żurawski (źródło: www.bip.lublin.eu)[/caption]','Budowa Domu Kultury przy ul. Judyma','','publish','closed','closed','','budowa-domu-kultury-przy-ul-judyma','','','2014-12-10 15:06:01','2014-12-10 14:06:01','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=273',0,'gmcpt_post','',0),(274,1,'2014-11-14 11:45:45','2014-11-14 10:45:45','2013: Poniesione koszty obejmują regulację spraw terenowo-prawnych (odszkodowania) oraz wydatki związane z kontynuacją budowy ulic oznaczonych symbolami: 4/1KDL-G, 5KDL-G, 6KDL-G, 7KDL-G oraz ul. Rataja (na odcinku od ul. Grygowej do granicy miasta) wraz z wykonaniem elementów bezpieczeństwa i organizacji ruchu drogowego, przebudową i budową skrzyżowań, budową ronda, przebudową i budową istniejących zjazdów, budową ciągów pieszych, budową zatok autobusowych, budową pętli nawrotowej, budową słupów oświetleniowych i trakcyjnooświetleniowych. Roboty drogowe zostały wykonane i odebrane. Łącznie wykonano 5,8 km dróg. Ponadto przeprowadzono kampanię informacyjno-promocyjną w radiu i prasie. Celem projektu jest podniesienie atrakcyjności miasta Lublin poprzez przygotowanie terenów inwestycyjnych stwarzających korzystne warunki do utworzenia przedsiębiorstw generujących nowe miejsca pracy. Zadanie realizowane jest przy udziale środków europejskich w ramach Programu Operacyjnego Rozwój Polski Wschodniej 2007-2013. Całkowita wartość projektu - 62.348.762 zł, wartość dofinansowania ze środków europejskich i budżetu państwa - 9.421.276 zł. Lata realizacji 2007-2013.','Infratruktura dla strefy ekonomicznej na Felinie II etap','','publish','closed','closed','','infratruktura-dla-strefy-ekonomicznej-na-felinie-ii-etap','','','2014-12-07 10:13:19','2014-12-07 09:13:19','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=274',0,'gmcpt_post','',0),(275,1,'2014-11-14 11:49:29','2014-11-14 10:49:29','W 2013 roku opracowano dokumentację projektowo-kosztorysową budowy miasteczka ruchu drogowego oraz wykonano roboty budowlano - montażowe tj. wykopy, izolacje ścian fundamentowych, instalacje elektryczne i sanitarne zewnętrzne. Ponadto realizowano roboty budowlane przy budowie Hali Lodowej (roboty rozbiórkowe, ziemne, pale fundamentowe). Celem projektu jest poprawa stanu bezpieczeństwa na drodze, w tym bezpieczeństwa dzieci i młodzieży szkolnej oraz podniesienie kultury motoryzacyjnej. W zakres planowanej inwestycji wchodzą prace budowlane wraz z infrastrukturą towarzyszącą oraz zakup wyposażenia. Projekt jest współfinansowany z Regionalnego Programu Operacyjnego Województwa Lubelskiego na lata 2007-2013. Całkowita wartość projektu wynosi 16.411.979 zł, natomiast kwota dofinansowania stanowi 3.749.350 zł. Lata realizacji: 2010-2014. Stopień zaawansowania realizacji zadania na koniec 2013 roku (realizowanego również w ramach rozdz. 92605) – 12,21%.\r\n\r\n[caption id=\"attachment_405\" align=\"aligncenter\" width=\"625\" class=\" \"]<img class=\"wp-image-405\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/MRD_um-300x199.jpg\" alt=\"źródło: bip.lublin.eu\" width=\"625\" height=\"416\" /> źródło: bip.lublin.eu[/caption]','Budowa miasteczka ruchu drogowego','','publish','closed','closed','','budowa-miasteczka-ruchu-drogowego','','','2014-12-10 23:43:25','2014-12-10 22:43:25','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=275',0,'gmcpt_post','',0),(276,1,'2014-11-14 11:51:42','2014-11-14 10:51:42','W 2013 roku kontynuowano i zakończono prace budowlane w zakresie budowy ścieżki rowerowej wzdłuż ul. Osmolickiej i ul. Cienistej w zakresie konstrukcji ścieżki rowerowej i wykonania warstwy jezdnej ścieżek rowerowych. Zakończono realizację projektu w wyniku, którego wybudowano ponad 5 km długości ścieżki rowerowej. Zakupiono również witrynę internetową na potrzeby projektu. Zadanie realizowane było przy udziale środków z Regionalnego Programu Operacyjnego Województwa Lubelskiego na lata 2007-2013. Łączne nakłady finansowe przeznaczone na realizację projektu wynoszą 4.425.540 zł. Łączna kwota dofinansowania stanowi 2.760.641 zł. Celem projektu jest poprawa atrakcyjności turystycznej regionu poprzez budowę systemu ścieżek pieszorowerowych w Lublinie. Lata realizacji projektu: 2012-2013.\r\n\r\n[caption id=\"attachment_386\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-386 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/sciezkirowerowe_um-1024x677.jpg\" alt=\"źródło: bip.lublin.eu\" width=\"625\" height=\"413\" /> źródło: bip.lublin.eu[/caption]','Budowa bezpiecznego systemu ścieżek rowerowych etap II','','publish','closed','closed','','budowa-bezpiecznego-systemu-sciezek-rowerowych-etap-ii','','','2014-12-10 15:27:44','2014-12-10 14:27:44','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=276',0,'gmcpt_post','',0),(277,1,'2014-11-14 11:53:49','2014-11-14 10:53:49','2013: W budynku Szkoły Muzycznej I i II stopnia im. T. Szeligowskiego zakończono roboty związane z przebudową, tj. wykonano montaż stolarki i ślusarki okiennej i drzwiowej wewnętrznej oraz tynki wewnętrzne i oblicowania, wykonano posadzki i podłogi, malowanie wewnętrzne, zainstalowano dźwig elektryczny, wymieniono instalację c.o., elektryczną i teletechniczną wentylację, zainstalowano oświetlenie terenu, dokonano opłaty za przyłączenie do sieci elektroenergetycznej oraz wykonano tablicę informacyjną. Natomiast w zakresie przebudowy ulic: rozstrzygnięto przetarg i podpisano umowę z wykonawcą robót. Przebudowano ul. Kruczą w zakresie kanalizacji deszczowej, robót elektrycznych oraz drogowych, w ul. Konopnickiej wykonano kanalizację deszczową oraz częściowo roboty elektryczne, w ulicy Orlej oraz w ulicy Granicznej wykonano częściowo roboty elektryczne. Ponadto zakupiono i zamontowano kamerę monitoringu miejskiego w rejonie ulicy Narutowicza. Dokonano również płatności na odszkodowanie za grunty przejęte pod przebudowę ul. Narutowicza z ulicami przyległymi. Całkowita wartość projektu objętego dofinansowaniem ze środków Regionalnego Programu Operacyjnego Województwa Lubelskiego wynosi 21.753.284 zł (zgodnie z aneksem podpisanym w styczniu 2014 r.). Łączna kwota dofinansowania stanowi 10.000.000 zł. Lata realizacji: 2008 - 2014. Projekt ma na celu przywrócenie zdegradowanym obszarom dzielnicy Śródmieście funkcji edukacyjnych, społecznych i gospodarczych poprzez działania rewitalizacyjne przyczyniające się do wzrostu atrakcyjności inwestycyjnej regionu oraz poprawy warunków życia mieszkańców. Stopień zaawansowania realizacji zadania na koniec 2013 roku – 37,92%.\r\n\r\n<img class=\"alignnone size-large wp-image-320\" src=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Narutowicza-1024x680.jpg\" alt=\"Narutowicza\" width=\"625\" height=\"415\" />','Przebudowa ul. Narutowicza','','publish','closed','closed','','przebudowa-ul-narutowicza','','','2014-12-02 20:49:40','2014-12-02 19:49:40','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=277',0,'gmcpt_post','',0),(278,1,'2014-11-14 11:55:20','2014-11-14 10:55:20','2013: W omawianym okresie sprawozdawczym dokonano wypłaty odszkodowań za grunty przejęte z mocy prawa na realizację dróg dojazdowych do obwodnicy miasta. Wydatki dotyczyły również końcowego rozliczenia zadania. Zadanie dofinansowane było ze środków Europejskiego Funduszu Rozwoju Regionalnego w ramach Programu Operacyjnego Rozwój Polski Wschodniej 2007-2013. Całkowita wartość projektu wyniosła 131.441.006 zł. Łączna kwota dofinansowania na realizację projektu stanowi 67.285.624 zł.\r\n\r\n[caption id=\"attachment_381\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-381 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/Melgiewska_um-1024x679.jpg\" alt=\"(źródło: www.bip.lublin.eu)\" width=\"625\" height=\"414\" /> (źródło: www.bip.lublin.eu)[/caption]','Przedłużenie ul. Mełgiewskiej','','publish','closed','closed','','przedluzenie-melgiewskiej','','','2014-12-10 15:03:01','2014-12-10 14:03:01','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=278',0,'gmcpt_post','',0),(279,1,'2014-11-14 11:56:22','2014-11-14 10:56:22','2013: W ramach wykorzystanych środków dokonano wypłaty odszkodowań za grunty przejęte z mocy prawa na realizację dróg dojazdowych do węzła drogowego. Poniesiono wydatki na realizację robót rozbiórkowych, prac przy budowie obiektów inżynierskich: wiaduktu WD-1 w ciągu ulicy Głównej, wiaduktu drogowego WD-2 w ciągu ulicy Mgielnej, mostu drogowego MD-3 i MD-7 nad rzeką Czechówką, kładki KP w ciągu pieszo rowerowym CPR-1, wiaduktu WD-8 w ciągu al. Warszawskiej, przepustu PDR 9,9,1, murów oporowych z gruntu zbrojonego, ścian oporowych żelbetonowych. Prowadzono roboty drogowe na drogach serwisowych DD1, DD2, DD3, DD4, DD5 oraz roboty branżowe w ramach odwodnienia drogi, kanalizacji deszczowej i sanitarnej, sieci wodociągowej, gazowej, energetycznej, oświetlenia drogowego. Ponadto poniesiono wydatki na pełnienie stałego nadzoru przyrodniczego dla budowy drogi, funkcji Menadżera Projektu oraz kompleksowego nadzoru autorskiego i geodezyjnego.\r\n\r\n[caption id=\"attachment_389\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-389 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/dabrowica_um-1024x678.jpg\" alt=\"źródło: bip.lublin.eu\" width=\"625\" height=\"413\" /> źródło: bip.lublin.eu[/caption]','Budowa drogi dojazdowej do węzła drogowego Dąbrowica obwodnicy miasta','','publish','closed','closed','','budowa-drogi-dojazdowej-do-wezla-drogowego-dabrowica-obwodnicy-miasta','','','2014-12-10 15:42:21','2014-12-10 14:42:21','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=279',0,'gmcpt_post','',0),(280,1,'2014-11-14 11:59:45','2014-11-14 10:59:45','<strong><span style=\"font-size: medium;\">Zakres projektu:</span></strong>\r\n\r\n* <span style=\"font-size: medium;\">budowa sieci trakcji trolejbusowej - trakcja dwukierunkowa 25,0 km i jednokierunkowa 1,4 km, łącznie 26,4 km, wraz z systemem zasilania (9 podstacji trakcyjnych),\r\n</span>* <span style=\"font-size: medium;\">budowa nowej zajezdni trolejbusowej (1 szt.),\r\n</span>* <span style=\"font-size: medium;\">zakup nowego taboru trolejbusowego (70 szt.), autobusowego (100 szt.), wozów technicznych (3 szt.),\r\n</span>* <span style=\"font-size: medium;\">budowa Systemu Zarządzania Ruchem i Systemu Zarządzania Transportem Publicznym,</span>\r\n* <span style=\"font-size: medium;\">przebudowa ulic i skrzyżowań w ramach rozbudowy sieci trakcji trolejbusowej. </span>\r\n\r\n[caption id=\"attachment_384\" align=\"aligncenter\" width=\"300\" class=\" \"]<img class=\"wp-image-384 size-medium\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/autobusy_um-300x225.jpg\" alt=\"źródło: www.bip.lublin.eu\" width=\"300\" height=\"225\" /> źródło: www.bip.lublin.eu[/caption]','Zintegrowany System Miejskiego Transportu publicznego w Lublinie','','publish','closed','closed','','zintegrowany-system-miejskiego-transportu-publicznego-w-lublinie','','','2014-12-10 23:48:45','2014-12-10 22:48:45','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=gmcpt_post&p=280',0,'gmcpt_post','',0),(283,1,'2014-11-25 11:20:31','2014-11-25 10:20:31','Prawo do wolności informacji jako rozwinięcie prawa do wolności słowa jest prawem człowieka. Prawo to pozwala w szczególności na <i>poszukiwanie, otrzymywanie i rozpowszechnianie informacji wszelkimi środkami<a class=\"sdfootnoteanc\" href=\"#sdfootnote1sym\" name=\"sdfootnote1anc\"><sup>1</sup></a></i>. Same prawa i wolności człowieka istnieją niejako niezależnie od Państwa. Zadaniem Państwa jest je poprzez swoje prawodawstwo w jak najszerszym stopniu realizować i chronić. W Polsce prawo do informacji zostało zagwarantowane już w ustawie zasadniczej – Konstytucji, która ma najwyższą moc prawną w systemie źródeł prawa. Dodatkowo prawo to zostało w art. 61 rozszerzone o prawo do informacji o działalności organów władzy publicznej. Pozwala to na sprawowanie społecznej kontroli nad organami władzy publicznej. Należy, jednak pamiętać, iż prawo to może być ograniczone ze względu na niezbędne w społeczeństwie demokratycznym: interesy bezpieczeństwa państwowego, integralność terytorialną, bezpieczeństwo publiczne, ze względu na konieczność zapobieżenia zakłóceniu porządku lub przestępstwu, z uwagi na ochronę zdrowia i moralności, ochronę dobrego imienia i praw innych osób oraz ze względu na zapobieżenie ujawnieniu informacji poufnych lub na zagwarantowanie powagi i bezstronności władzy sądowej<a class=\"sdfootnoteanc\" href=\"#sdfootnote2sym\" name=\"sdfootnote2anc\"><sup>2</sup></a>.Szczególne regulację dotyczące dostępu do informacji publicznych zostały zawarte przede wszystkim w Ustawie z dnia 6 września 2001 r. o dostępie do informacji publicznej (wraz z późniejszymi zmianami)<a class=\"sdfootnoteanc\" href=\"#sdfootnote3sym\" name=\"sdfootnote3anc\"><sup>3</sup></a>.\n<div id=\"sdfootnote1\">\n<p class=\"sdfootnote\"><a class=\"sdfootnotesym\" href=\"#sdfootnote1anc\" name=\"sdfootnote1sym\">1</a>Powszechna Deklaracja Praw Człowieka z 1948r, art. 19</p>\n\n</div>\n<div id=\"sdfootnote2\">\n<p class=\"sdfootnote\"><a class=\"sdfootnotesym\" href=\"#sdfootnote2anc\" name=\"sdfootnote2sym\">2</a>Europejskiej Konwencji Praw Człowieka i Podstawowyc<span style=\"font-size: small;\">h Wolności </span>z 1950r, art. 10</p>\n\n</div>\n<div id=\"sdfootnote3\">\n<p class=\"sdfootnote\"><span style=\"color: #000000;\"><a class=\"sdfootnotesym\" href=\"#sdfootnote3anc\" name=\"sdfootnote3sym\">3</a>Dz.U. 2001 nr 112 poz. 1198</span></p>\n\n</div>','Podstawy prawne','','inherit','open','open','','39-autosave-v1','','','2014-11-25 11:20:31','2014-11-25 10:20:31','',39,'http://papaya2.vdl.pl/jawnylublin/archiwa/283',0,'revision','',0),(284,1,'2014-11-25 11:21:33','2014-11-25 10:21:33','W artykule 61 ustęp 1 Konstytucji czytamy:\r\nObywatel ma prawo do uzyskiwania informacji o działalności organów władzy publicznej oraz osób pełniących funkcje publiczne. Prawo to obejmuje również uzyskiwanie informacji o działalności organów samorządu gospodarczego i zawodowego a także innych osób oraz jednostek organizacyjnych w zakresie, w jakim wykonują one zadania władzy publicznej i gospodarują mieniem komunalnym lub majątkiem Skarbu Państwa.\r\n Pamiętając, że w artykule 7 Konstytucja określa, że organy władzy publicznej działają na podstawie i w ramach przepisów prawa możemy stwierdzić, iż wszystko co dotyczy władzy publicznej, wydawania pieniędzy publicznych i realizacji zadań publicznych jest informacją publiczną. Przykładowo orzeczenie dyscyplinarne lekarzy są informacją publiczną, ponieważ dotyczą realizacja zadań publicznych. Innym przykładem mogą być umowy gminnej spółki komunalnej, która wykonuje zadania publiczne czy dysponuje majątkiem publicznym. \r\n Podobny zapis znajdziemy w w artykule 1 Ustawy o dostępie do informacji publicznej, która mówi:\r\nKażda informacja o sprawach publicznych stanowi informację publiczną.\r\n Tak szeroka definicja oznacza, iż intencją ustawodawcy była jak największa jawność. Ustawa ta podaje ponadto w art. 6 przykładowy katalog informacji publicznych. Są to m.in. informacje dotyczące:\r\n- polityki wewnętrznej i zagranicznej, w szczególności dotyczące planowanych działaniach władzy ustawodawczej i wykonawczej, projektowania aktów normatywnych, sposobie realizacji, i wykonywania zadań publicznych,\r\n- władz publicznych i podmiotów wykonujących zadania publiczne oraz sposobu ich funkcjonowania, w szczególności dotyczące formy prawnej, przedmiotu działalności, majątku, którym dysponują, trybie działania, sposobie stanowienia aktów publicznoprawnych czy przyjmowania i załatwiania spraw\r\n- danych publicznych, takich jak treść i postać dokumentów urzędowych, treść ocen dokonywanych przez organy władzy publicznej, \r\n- majątku publicznego, w szczególności majątku Skarbu Państwa, jednostek samorządu terytorialnego, dochodach i stratach spółek handlowych, w których podmioty publiczne mają pozycję dominującą.\r\n Większość z wyżej wymienionych informacji powinna znajdować się w Biuletynie Informacji Publicznej, o którym szerzej w części 7.\r\n Dostęp do informacji publicznej nie zamyka się jedynie w kręgu dokumentów, ale pozwala także na dostęp do posiedzeń kolegialnych organów władzy publicznej pochodzących z powszechnych wyborów (np. Rada Powiatu) czy uzyskania informacji przetworzonej w takim zakresie, w jakim jest to szczególnie istotne dla interesu publicznego.\r\n Czym jest informacja przetworzona? Najkrócej mówiąc jest czymś, czego urząd nie posiada i co na nasz wniosek będzie musiał wykonać. Jest to np. zestawienie pewnych danych lub ich analiza. Przykładowo informację przetworzoną będzie informacja ile dębów w zeszłym roku pozwolił wyciąć prezydent miasta. Urząd nie posiada tej informacji w chwili obecnej i w celu jej stworzenia musiałby przeanalizować setki decyzji zezwalających na wycinkę drzew. Przetworzeniem nie jest natomiast wyszukiwanie informacji i ich przekształcanie (np. z formy papierowej w elektroniczną – skanowanie).\r\n Przykłady informacji publicznych:\r\n- faktury opłacone przez urząd, np. za ogrzewanie czy internet,\r\n- projekt budowlany np. komisariatu lub galerii handlowej,\r\n- umowa pomiędzy miastem a deweloperem określająca warunki budowy drogi dojazdowej do osiedla mieszkaniowego i warunki jej przekazania miastu,\r\n- usprawiedliwienie nieobecności radnego podczas posiedzenia Rady Miasta,\r\n- lista osób zatrudnionych w gminnej spółce, które wysłały esemesy premium z telefonów służbowych,\r\n- rejestr korespondencji wychodzącej z urzędu,\r\n- koncepcja zagospodarowania dolin rzecznych zamówiona przez Urząd Miasta','Co to jest informacja publiczna?','','publish','closed','closed','','co-to-jest-informacja-publiczna','','','2014-11-25 11:21:33','2014-11-25 10:21:33','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=284',0,'poradnik','',0),(285,1,'2014-11-25 11:22:14','2014-11-25 10:22:14','Wiemy już czym jest informacja publiczna. W tej części odpowiemy na pytanie kto musi nam takiej informacji udzielić. Artykuł 61 ust. 1 Konstytucji, który mówi co stanowi informację publiczną wskazuje także na podmioty, które muszą informować o swojej działalności. Są to:\r\n- organy władzy publicznej,\r\n- osoby pełniące funkcje publiczne\r\n- organy samorządu gospodarczego i zawodowego,\r\n- inne osoby oraz jednostki organizacyjne w zakresie, w jakim wykonują one zadania władzy publicznej i gospodarują mieniem komunalnym lub majątkiem Skarbu Państwa. \r\nSpis ten został wymieniony także w art. 4 ustawy o dostępie do informacji publicznej:\r\n1. organy władzy publicznej,\r\n2. organy samorządów gospodarczych i zawodowych,\r\n3. podmioty reprezentujące zgodnie z odrębnymi przepisami Skarb Państwa,\r\n4. podmioty reprezentujące państwowe osoby prawne albo osoby prawne samorządu terytorialnego oraz podmioty reprezentujące inne państwowe jednostki organizacyjne albo jednostki organizacyjne samorządu terytorialnego,\r\n5. podmioty reprezentujące inne osoby lub jednostki organizacyjne, które wykonują zadania publiczne lub dysponują majątkiem publicznym, oraz osoby prawne, w których Skarb Państwa, jednostki samorządu terytorialnego lub samorządu gospodarczego albo zawodowego mają pozycję dominującą w rozumieniu przepisów o ochronie konkurencji i konsumentów.\r\n6. organizacje związkowe i pracodawców oraz partie polityczne\r\n\r\n1. Organy władzy publicznej to np.: \r\nPrezydent, \r\nMinistrowie (oraz podległe Ministerstwa), \r\nWojewodowie (oraz podległe Urzędy Wojewódzkie), \r\nWójtowie/burmistrzowie/prezydenci (oraz podległe im Urzędy Gmin), \r\nSądy i prokuratury, \r\nAgencja Bezpieczeństwa Wewnętrznego, \r\nGłówny Inspektor Nadzoru Budowlanego, \r\nRzecznik Praw Obywatelskich, \r\nGłówny Lekarz Weterynarii, \r\nGeneralny Inspektor Ochrony Danych Osobowych.\r\n\r\n2. Organy samorządów gospodarczych i zawodowych to m.in.: \r\nSamorząd adwokacki – Naczelna Rada Adwokacka, \r\nSamorząd radców prawnych - Krajowa Izba Radców Prawnych, \r\nSamorząd aptekarski – Naczelna Izba Aptekarska, \r\nSamorząd inżynierów Budownictwa - Polskia Izba Inżynierów Budownictwa, \r\nSamorząd doradców podatkowych, \r\nSamorząd komorników, \r\nSamorządy rzemiosła, \r\nSamorząd notariuszy, \r\nSamorząd lekarski, \r\nIzby gospodarcze – np. Izba Gospodarcza \"Wodociągi Polskie\".\r\n\r\n3. Podmioty reprezentujące Skarb Państwa lub osoby albo jednostki organizacyjne samorządu terytorialnego to np..: \r\n- Spółki prawa handlowego - w przypadku kiedy Skarb Państwa lub gmina/powiat/województwo jest wyłącznym właścicielem lub większościowym udziałowcem, np. :\r\n- Spółki, w których 100% właścicielem jest Gmina Lublin: MPK Lublin, MPWiK Lublin, LPEC, TBS Nowy Dom, Kamienice Miasta, MOSiR \r\n- Spółki, w których większościowym udziałowcem jest Gmina Lublin: MKK (99,9%), SPR Lublin SSA (97%), Motor Lublin SA (81%), Port Lotniczy (55%) \r\n- Agencje państwowe – np. Zakład Ubezpieczeń Społecznych, Narodowy Fundusz Zdrowia, Państwowa Agencja Atomistyki\r\n\r\n4. Podmioty reprezentujące inne osoby lub jednostki organizacyjne, które wykonują zadania publiczne lub dysponują majątkiem publicznym, oraz osoby prawne, w których Skarb Państwa, jednostki samorządu terytorialnego lub samorządu gospodarczego albo zawodowego mają pozycję dominującą w rozumieniu przepisów o ochronie konkurencji i konsumentów, np.:\r\nStowarzyszenia i Fundacje (np. Organizacje Pożytku Publicznego otrzymujące 1% podatku), parafia, spółdzielnie socjalne, Polski Związek Działkowców, Publiczne szkoły wyższe, Spółki komunalne.\r\n\r\nNależy pamiętać, że podmiotem zobowiązanym jest w szczególności ten, który wykonuje zadania publiczne lub otrzymuje środki publiczne. W tym drugim przypadku udostępnianie informacji odbywa się w zakresie w zakresie gospodarowania tymi środkami. Istotne jest także, że udostępnieniu podlegają wyłącznie informacje publiczne będące w posiadaniu podmiotu. Oznacza to także, że podmiot jest zobowiązany do udostępnienia informacji publicznej, którą posiada, a której nie wytworzył, np. faktury czy korespondencji adresowanej do niego.','Podmioty zobowiązane do udostępniania informacji','','publish','closed','closed','','podmioty-zobowiazane-do-udostepniania-informacji','','','2014-11-25 11:22:14','2014-11-25 10:22:14','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=285',0,'poradnik','',0),(286,1,'2014-11-25 11:22:32','2014-11-25 10:22:32','W artykule 61 ustęp 1 Konstytucji czytamy:\r\nOgraniczenie prawa [do informacji] może nastąpić wyłącznie ze względu na określone w ustawach ochronę wolności i praw innych osób i podmiotów gospodarczych oraz ochronę porządku publicznego, bezpieczeństwa lub ważnego interesu gospodarczego państwa.\r\n Ustawa doprecyzowuje, iż prawo do informacji publicznej podlega ograniczeniu:\r\n- w zakresie i na zasadach określonych w przepisach o ochronie informacji niejawnych oraz o ochronie innych tajemnic ustawowo chronionych,\r\n- ze względu na ochronę ważnego interesu gospodarczego państwa, jednak wyłącznie w takim zakresie i czasie, w jakim udostępnienie informacji osłabiłoby zdolność negocjacyjną lub istotnie utrudniłoby ochronę interesów majątkowych Rzeczypospolitej Polskiej lub Skarbu Państwa,\r\n- ze względu na prywatność osoby fizycznej lub tajemnicę przedsiębiorcy, jednak ograniczenie to nie dotyczy informacji o osobach pełniących funkcje publiczne lub mających związek z pełnieniem tych funkcji oraz w przypadku, gdy osoba fizyczna lub przedsiębiorca rezygnują z przysługującego\r\nim prawa.\r\n Ponadto nie można ograniczać dostępu do informacji, w szczególności w postępowaniu administracyjnym, karnym lub cywilnym, ze względu na ochronę interesu strony, jeżeli postępowanie dotyczy władz publicznych lub innych podmiotów wykonujących zadania publiczne albo osób pełniących funkcje publiczne - w zakresie tych zadań lub funkcji.\r\nPrzykłady ustaw ograniczających dostęp do informacji publicznej:\r\n Przykład ustaw ograniczających dostęp do informacji publicznej: \r\n- ustawa z dn. 25 czerwca 1997 r. o świadku koronnym (tajemnica państwowa) , \r\n- ustawa z dn. 20 czerwca 1985 r. o prokuraturze (tajemnica państwowa i służbowa oraz zawodowa , postępowania) , \r\n- ustawa z dn. 9 stycznia 1997 r. Kodeks celny (tajemnica służbowa) , \r\n- ustawa z dn. 6 czerwca 1997 r. o Inspekcji Celnej (tajemnica państwowa, służbowa i skarbowa) , \r\n- ustawa z dn. 29 sierpnia 1997 r. Ordynacja podatkowa (tajemnica skarbowa jako tajemnica służbowa) , \r\n- ustawa o tajemnicy statystycznej (tajemnica statystyczna jako tajemnica służbowa) , \r\n- ustawa z dn. 29 sierpnia 1997 r. Ordynacja podatkowa (tajemnica skarbowa jako tajemnica służbowa) , \r\n- ustawa o tajemnicy statystycznej (tajemnica statystyczna jako tajemnica służbowa) , \r\n- ustawa z dn. 29 września 1986 r. Prawo o aktach stanu cywilnego (tajemnica akt stanu cywilnego) , \r\n- ustawa z dn. 29 listopada 1990 r. o pomocy społecznej ( tajemnica pomocy społecznej) , \r\n- ustawa z dn. 13 października 1998 r. o systemie ubezpieczeń społecznych (tajemnica ubezpieczeń społecznych),\r\n- ustawa z dnia 29 sierpnia 1997 r. prawo bankowe (tajemnica bankowa)...\r\nNie musisz jednak pamiętać o ustawach ograniczających dostęp do informacji publicznej. To podmiot zobowiązany do udostępnienia informacji publicznej powinien wskazać z jakiego powodu nie może udostępnić wnioskowanej informacji publicznej.\r\n Dodatkowo należy pamiętać, iż art. 2 ust. 1 ustawy o dostępie do informacji publicznej mówi: „Przepisy ustawy nie naruszają przepisów innych ustaw określających odmienne zasady i tryb dostępu do informacji będących informacjami publicznymi”. W praktyce oznacza, to, że jeśli inna ustawa reguluje dostęp do informacji publicznych będzie ona miała pierwszeństwo przed ustawą o o dostępie do informacji publicznej. Przykładem mogą być tutaj:\r\n- ustawa o udostępnianiu informacji o środowisku i jego ochronie, udziale społeczeństwa w ochronie środowiska oraz o ocenach oddziaływania na środowisko (informacje o środowisku, np. raport oddziaływania na środowisko),\r\n- ustawa Prawo geodezyjne i kartograficzne (państwowy zasób geodezyjny, np. mapa zasadnicza lub ewidencyjna).\r\n Pewnym rodzajem ograniczenia w udostępnianiu informacji publicznej objęty jest też dostęp do informacji przetworzonej, której powstanie angażuje duży wysiłek intelektualny po stronie urzędu. Informacje takie mogą być udostępniane jeśli zajdzie przesłanka szczególnie istotnego interesu publicznego. Niestety nigdzie nie zdefiniowany czym jest szczególnie istotny interes społeczny. Zdaniem NSA szczególnie istotnym interesem społecznym nie będzie sytuacja, gdy w uzyskaniu informacji wnioskodawca ma wyłącznie interes własny, będzie nią natomiast sytuacja, w której wytworzona informacja jest ważna dla dużego kręgu potencjalnych odbiorców a jej wytworzenie stwarza realną, możliwość wykorzystania uzyskanych danych dla poprawy funkcjonowania na przykład organu administracji, publicznej. Nie będzie, więc uzasadnieniem dla udostępnienia informacji przetworzonej np. praca naukowa w wyniku, której powstaną rekomendacje dla urzędu, ponieważ urząd może z nich wcale nie skorzystać. O istnieniu przesłanki szczególnie istotnego interesu publicznego decyduje podmiot zobowiązany do udostępnienie informacji publicznej. Prowadzi to do sytuacji, w której udostępnienie informacji przetworzonej jest uznaniowe i różnorodne na obszarze całego kraju. Pamiętajmy, jednak, że w sytuacji, gdy nie możemy uzyskać informacji publicznej przetworzonej zawsze możemy uzyskać informacją publiczną prostą i sami ją przetworzyć.','Ograniczenia w udostępnianiu informacji publicznej','','publish','closed','closed','','ograniczenia-w-udostepnianiu-informacji-publicznej','','','2014-11-25 11:22:32','2014-11-25 10:22:32','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=286',0,'poradnik','',0),(287,1,'2014-11-25 11:22:56','2014-11-25 10:22:56','Podmioty zobowiązane do udostępniania informacji publicznej mają obowiązek przekazywać ją za pomocą trzech możliwych trybów:\r\n- w Biuletynie Informacji Publicznej,\r\n- w centralnym repozytorium,\r\n- na wniosek.\r\n Na wniosek udostępniane są jedynie te informacje, które nie są udostępnione w Biuletynie Informacji Publicznej lub w centralnym repozytorium. W przypadku, gdy złożymy wniosek o udostępnienie informacji publicznej, która jest już udostępniona w Biuletynie Informacji Publicznej lub w centralnym repozytorium organ zobowiązany powinien nam wskazać dokładną lokalizację tego pliku.\r\n Biuletyn Informacji Publicznej to strona internetowa, której celem jest powszechne udostępnianie informacji publicznej. Każdy podmiot, który ma obowiązek udostępniać informacje publiczne ma obowiązek posiadać taką stronę. Podmiot zobowiązany musi umieścić w Biuletyn Informacji Publicznej informacje publiczne określone w art. 8 ust. 3 Ustawy o dostępie do informacji publicznej. Dodatkowo podmiot zobowiązany może w Biuletynie Informacji Publicznej zamieścić każdą informację publiczną.\r\n Centralne Repozytorium to strona internetowa, której celem jest powszechne udostępnianie informacji publicznej, która ma szczególne znaczenie dla rozwoju innowacyjności i społeczeństwa informacyjnego. W Centralnym Repozytorium umieszcza się wyłącznie takie informacje publiczne, które w sposób użyteczny i efektywny mogą być ponownie wykorzystane. Centralne Repozytorium prowadzi minister właściwy do spraw informatyzacji. W Centralnym Repozytorium znajdują się wyłącznie informacje publiczne pochodzące od organów administracji rządowej, z funduszy celowych, ZUSu, KRUSu, NFZu, państwowych instytutów badawczych i państwowych osób prawnych powołanych do realizacji zadań publicznych (z wyłączeniem państwowych uczelni i PANu). W Centralnym Repozytorium nie znajdziemy informacji pochodzących od samorządów, stowarzyszeń i fundacji. Przykładem informacji publicznych znajdujących się w Centralnym Repozytorium:\r\n- Kościoły i inne związki wyznaniowe wpisane do Rejestru kościołów i innych związków wyznaniowych,\r\n- Wykaz organizacji pożytku publicznego, które otrzymały 1% należnego podatku dochodowego od osób fizycznych,\r\n-Informacje dotyczące rozliczenia podatku dochodowego od osób prawnych oraz od osób fizycznych,\r\n- Informacja o ilości wniosków złożonych w Centralnej Ewidencji i Informacji o Działalności Gospodarczej,\r\n- Produkty regionalne i tradycyjne (lista produktów z podziałem na województwa),\r\n- biuletyny informacyjne Zintegrowanego Systemu Rolniczej Informacji Rynkowej,\r\n- Absolwenci według typów szkół,\r\n- Inwestycje, infrastruktura i wykaz nieruchomości szkół wyższych i jednostek naukowych,\r\n Więcej informacji publicznych dostępnych w Centralnym Repozytorium znajdziesz pod adresem: https://danepubliczne.gov.pl .\r\n\r\n Dodatkowo prawo do uzyskiwania informacji obejmuje także dostęp do dokumentów urzędowych oraz wstęp na posiedzenia organów kolegialnych (np. Rada Miasta) i udostępniania materiałów dokumentujących te posiedzenia (także audiowizualnych i teleinformatycznych). Pamiętajmy także, że w art. 61 Konstytucja gwarantuje nam prawo do możliwości rejestracji dźwięku lub obrazu w trakcie posiedzeń organów władzy publicznej pochodzących z powszechnych wyborów.','Jak uzyskać informację publiczną','','publish','closed','closed','','jak-uzyskac-informacje-publiczna','','','2014-11-25 11:22:56','2014-11-25 10:22:56','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=287',0,'poradnik','',0),(288,1,'2014-11-25 11:23:15','2014-11-25 10:23:15','Przede wszystkim należy pamiętać, że udostępnienie informacji na wniosek wynika z tego, że organ nie udostępnił jej w Biuletynie Informacji Publicznej czy Centralnym Repozytorium. Warto też pamiętać, że wnioskować może każdy – nie musisz być mieszkańcem danej gminy by wnioskować w niej o informacje publiczne. Podmiot zobowiązany nie ma także prawa pytać kim jesteś. Nie zapominaj także, że od osoby wnioskującej o informacje publiczną nie można żądać wykazania dlaczego chce danej informacji.\r\n Warto wiedzieć także, że tryb wnioskowania o informację publiczną jest uproszczony i nie stosuje się do niego Kodeksu Postępowania Administracyjnego*. Właśnie dlatego wnioskować o informację publiczną możesz w każdy sposób – ustnie lub pisemnie. Najprostszą formą jest wysłanie wniosku pocztą elektroniczną – nie jest tutaj wymagany podpis elektroniczny! W związku z uproszczoną procedurą przepisy nie przewidują także żadnej konkretnej formy wniosku. Wzór wniosku został przedstawiony na końcu poradnika. Zachęcamy by z niego korzystać jednak nie jest on obowiązkowy. Wystarczającą treścią wniosku są trzy elementy:\r\n- czego żądamy,\r\n- w jakiej formie,\r\n- jak chcemy to otrzymać.\r\nWysyłając e-mail warto w tytule wiadomości wpisać „Wniosek o udostępnienie informacji publicznej” co ułatwi urzędnikom klasyfikację naszego żądania. \r\n Pamiętajmy, że dla każdego naszego wniosku powinniśmy mieć dowód jego złożenia na wypadek, gdyby organ z różnych przyczyn nie zrealizował naszego wniosku. W przypadku złożenia tradycyjnego, papierowego wniosku powinno to być potwierdzenie złożenia, w przypadku e-mail – wystarczy wydruk z folderu wysłanych wiadomości. Problem powstaje w przypadku wniosku ustnego stąd nie zachęcamy do tej formy wnioskowania o informacje publiczne (chyba, że urząd może nam udzielić odpowiedzi na nasz wniosek niezwłocznie). Wysyłając e-mail możemy w jego treści poprosić o potwierdzenie otrzymania naszej wiadomości (lub użyć odpowiedniej funkcji). W przypadku otrzymania potwierdzenia będziemy mieć pewność, że nasz wniosek dotarł. Niestety w części urzędów wnioski o udostępnienie informacji publicznej przesłane e-mailem trafiają do niechcianej poczty (spam).\r\n Składając wniosek o informację publiczną osoba wnioskująca nie ma obowiązku wiedzieć czy wnioskowane informacje publiczne:\r\n- są informacją publiczną,\r\n- są informacją przetworzoną,\r\n- są w posiadaniu organu,\r\n- są udostępnione w Biuletynie Informacji Publicznej,\r\n- nie mogą być udostępnione ze ze względu na określone w ustawach ochronę wolności i praw innych osób i podmiotów gospodarczych oraz ochronę porządku publicznego, bezpieczeństwa lub ważnego interesu gospodarczego państwa.','Jak napisać wniosek o informację publiczną?','','publish','closed','closed','','jak-napisac-wniosek-o-informacje-publiczna','','','2014-11-25 11:23:15','2014-11-25 10:23:15','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=288',0,'poradnik','',0),(289,1,'2014-11-25 11:23:34','2014-11-25 10:23:34','Po złożeniu wniosku urząd powinien zrealizować nasz wniosek niezwłocznie, jednak nie później niż w ciągu 14 dni. Urząd ma kilka możliwości zrealizowania naszego wniosku:\r\n- udostępnić informację publiczną zgodnie z wnioskiem,\r\n- wskazać, iż nie może udostępnić informacji publicznej zgodnie z wnioskiem,\r\n- wskazać, iż nie może udostępnić informacji publicznej w trybie ustawy o dostępie do informacji publicznej,\r\n- przedłużyć okres udostępnienia do 2 miesięcy od dnia złożenia wniosku, \r\n- poinformować, iż żądana informacja nie jest informacją publiczną, \r\n- poinformować, iż nie jest w posiadaniu określonej informacji publicznej, \r\n- wydać decyzję o odmowie udostępnienia informacji publicznej,\r\n- pozostawać w bezczynności...\r\n Udostępnienia informacji publicznej zgodnie z wnioskiem jest sytuacją najbardziej pożądaną przez wnioskującego. Należy jednak pamiętać, że możemy zostać obciążeni opłatą za udostępnienie informacji publicznej. Opłaty te mogą być naliczone wyłącznie za koszt materiałów potrzebnych od udostępnienia nam informacji publicznej w określonej przez nas formie – np. za ksero czy płyty CD. Stawki stosowane przez urząd powinny być nie wyższe niż stawki rynkowe, ponieważ opłata ta ma odzwierciedlać wyłącznie poniesione koszty. Jeśli koszty urzędu są wyższe niż koszty przedsiębiorcy, który w cenę ma wliczony zysk oznacza to, że urząd jest niegospodarny i nie można nas obarczać wyższymi kosztami z tego względu. W żadnym wypadku nie możemy być obciążeni opłatami np. za czas pracy pracowników, ponieważ ich obowiązkiem jest udostępnianie informacji publicznej. Najlepiej ilustruje to przykład: wnioskujemy o informacje publiczne, które zajmują 50 stron: jeśli zawnioskujemy o nie w formie ksero – urząd może naliczyć opłatę za ksero; natomiast jeśli zawnioskujemy o nie w formie skanów – urząd nie naliczy opłat, ponieważ do udostępnienia informacji publicznej we wnioskowanej przez nas formie nie zużyje żadnych materiałów (prąd czy amortyzacja urządzenia to jak w przypadku pracowników normalny koszt funkcjonowania urzędu).\r\n W przypadku, gdy podmiot zobowiązany będzie chciał obciążyć nas opłatą za udostępnienie informacji publicznej musi to zrobić przed jej udostępnieniem. Ustawa o dostępie do informacji publicznej w art. 15 ust. 2 przewiduje, że urząd ma nas poinformować o kosztach udostępnienia informacji a dopiero po 14 dniach od poinformowania udostępnić ją nam chyba, że w tym czasie zmienimy swój wniosek. Zmiana wniosku może polegać na zmianie trybu udostępnienia informacji. Zobrazujmy to na powyższym przykładzie: zawnioskowaliśmy o informację publiczną w formie ksero, urząd poinformował nas, że koszt udostępnienia 100 stron wyniesie 10zł, w tym momencie zmieniamy nasz wniosek by udostępnić nam informacje w formie skanów – urząd udostępnia nam informację bez opłat. W przypadku gdy nie zmienimy wniosku podmiot zobowiązany ma obowiązek udostępnić nam informację publiczną nawet jeśli w ciągu 14 dni nie wniesiemy opłaty. Udostępnienie informacji publicznej dopiero pod warunkiem uiszczenia opłaty jest niezgodne z prawem. W przypadku gdy urząd nalicza nam opłatę po udostępnieniu informacji publicznej jego działania także są bezprawne.\r\n W sytuacji, gdy urząd informuje nas, że nie może udostępnić informacji publicznej zgodnie z wnioskiem (tzn. nie posiada możliwości technicznych by udostępnić informacje w sposób i w formie przez nas wnioskowanej) powinien nas poinformować o przyczynach i zaproponować inną formę udostępnienia. Jeśli w ciągu 14 dni nie zmienimy naszego wniosku postępowanie takie umarza się. Przykładem takiej sytuacji może być wniosek o udostępnienie informacji publicznej w formie ksero formacie A3 na co urząd odpowiada, że nie posiada ksero A3 i może nam udostępnić informację jedynie w formacie A4.\r\n W sytuacji gdy urząd informuje nas, iż nie może udostępnić informacji publicznej w trybie ustawy o dostępie do informacji publicznej pozostaje nam jedynie ponowić wniosek we właściwym trybie.\r\n W przypadku, gdy urząd przedłuży okres udostępnienia do 2 miesięcy pozostaje nam czekać. W piśmie informującym o wydłużeniu terminu podmiot zobowiązany ma obowiązek podać przyczyny opóźnienia. Termin 2 miesięczny liczymy od dnia złożenia wniosku (w przypadku e-maila jest to chwila wysłania, bądź przesłania potwierdzenia, w przypadku listu data jego otrzymania). Jeśli wniosek złożyliśmy 6 stycznia to dwumiesięczny termin upływa 6 marca.\r\n W przypadkach, gdy podmiot zobowiązany informuje nas, iż żądana informacja nie jest informacją publiczną lub iż nie jest w posiadaniu określonej informacji publicznej postępowanie uważa się za zakończone.\r\n W sytuacji gdy organ wydaje decyzję o odmowie udostępnienia informacji publicznej otrzymujemy decyzję administracyjną, z którą możemy się zgodzić lub nie. W przypadku gdy nie zgadzamy się z wydaną decyzją możemy się od niej odwołać lub wnieść o ponowne rozpatrzenie. O właściwym trybie musimy być poinformowani w pouczeniu. Warto wiedzieć, że wydanie decyzji odmownej jest jedyną sytuacją, w której obowiązują przepisy Kodeksu Postępowania Administracyjnego. Jako, że przepisy te wymagają by każdy wniosek był podpisany i zawierał adres wnioskodawcy przed wydaniem decyzji odmownej organ może poprosić nas o uzupełnienie naszego wniosku wysłanego np. pocztą elektroniczną o podpis (bądź elektroniczny, bądź dostarczenie odręcznie podpisanego wniosku) i adres do korespondencji. W przypadku gdy nie zgadzamy się z wydaną decyzją najważniejsze byśmy posiadali prawidłową decyzję odmowną, tj. odnoszącą się do całości naszego wniosku i zawierającą pouczenie. Bez pouczenia nie możemy nic z taką decyzją zrobić.\r\n Co musi zawierać decyzja odmowna? Decyzja odmowna jako decyzja administracyjna musi \r\nzawierać oznaczenie organu administracji publicznej, datę wydania, oznaczenie stron, powołanie podstawy prawnej, rozstrzygnięcie, uzasadnienie faktyczne i prawne, pouczenie, czy i w jakim trybie służy od niej odwołanie lub o możliwość skargi do sądu administracyjnego, podpis z podaniem imienia i nazwiska oraz stanowiska służbowego osoby upoważnionej do wydania decyzji (lub bezpieczny podpis elektroniczny w przypadku e-dokumentu). Dodatkowo przepisy Ustawy o dostępie do informacji publicznej wymagają by decyzja odmowna zawierała także imiona, nazwiska i funkcje osób, które zajęły stanowisko w toku postępowania o udostępnienie informacji, a w przypadku gdy odmowa następuję ze względu na prywatność osoby fizycznej lub tajemnicę przedsiębiorcy także oznaczenie tych podmiotów. \r\n Z sytuacją pozostawania w bezczynności mamy do czynienia w szczególności w sytuacji, gdy podmiot zobowiązany w ciągu 14 dni od dnia złożenia wniosku nie podejmie żadnych czynności. Ponadto z bezczynnością możemy mieć do czynienia, gdy urząd udostępni nam informację publiczną częściowo, nie taką o jaką wnioskowaliśmy lub w innej formie. Także twierdzenie organu, że wnioskowana przez nas informacja publiczna nie jest informacją publiczną może być bezczynnością – w przypadku, gdy z przepisów prawa lub orzeczeń sądów wprost wynika, iż informacja ta jest informacją publiczną. W przypadku bezczynności organu przysługuje nam skarga na bezczynność do właściwego Wojewódzkiego Sądu Administracyjnego...\r\n','Wniosek i co dalej?','','publish','closed','closed','','wniosek-i-co-dalej','','','2014-11-25 11:23:34','2014-11-25 10:23:34','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=289',0,'poradnik','',0),(290,1,'2014-11-25 11:24:05','2014-11-25 10:24:05','Poniżej przedstawiamy fragmenty orzeczeń sądów administracyjnych, na które warto się powoływać, gdy urząd utrudnia nam realizację naszego prawa do informacji.\r\n- Gdy urząd pyta o nasze dokładne dane osobowe\r\n- Gdy urząd informuje, że trzeba wnieść pisemny wniosek\r\n- Gdy urząd pyta: „a po co to pani/panu?”\r\n\"Za wniosek o udzielenie informacji publicznej uznać można przesłanie zapytania drogą elektroniczną, i to nawet, gdy do jej autoryzacji nie zostanie użyty podpis elektroniczny. Postępowanie w sprawie udzielenia informacji publicznej ma uproszczony i odformalizowany charakter, a osoba zadająca pytanie nie musi być nawet w pełni zidentyfikowana, nie musi bowiem wykazywać interesu prawnego, ani interesu faktycznego.\"\r\nwyrok WSA w Łodzi, II SAB/Łd 46/12\r\n\r\n- Gdy urząd nie chce nic udostępnić, ze względu na ochronę danych osobowych\r\n- Gdy urząd twierdzi, że anonimizacja to przetworzenie\r\n„Konieczność dokonania anonimizacji nie może być utożsamiana z odmową udzielenia informacji publicznej z uwagi na ochronę informacji niejawnych lub innych tajemnic ustawowo chronionych.”\r\n„Wyłączenie pewnych danych ze względu na ochronę informacji niejawnych, ochronę innych tajemnic ustawowo chronionych, prywatność osoby fizycznej czy też tajemnicę przedsiębiorcy z treści udostępnianej informacji publicznej nie powoduje przy tym nadania tej informacji charakteru informacji przetworzonej.”\r\nWyrok WSA w Poznaniu, II SA/Po 47/13\r\n\r\n- Gdy urząd odmawia udostępnienia ze względu na ochronę praw autorskich\r\n„Informację publiczną stanowią nie tylko dokumenty wytworzone przez podmiot zobowiązany do udzielenia informacji publicznej, ale także dokumenty wytworzone przez inne podmioty będące w dyspozycji zobowiązanego do udzielenia informacji, nawet wówczas, gdy w stosunku do nich przysługują inne uprawnienia w tym prawa autorskie.”\r\nwyrok WSA w Rzeszowie, II SAB/Rz 29/11\r\n\r\n- Gdy spółka komunalna twierdzi, że nie jest podmiotem zobowiązanym\r\n„Do udzielenia informacji publicznej są zgodnie z art. 4 ust. 1 pkt 5 u.d.i.p. nie tylko szeroko rozumiane organy administracji publicznej, publiczne osoby prawne lub jednostki organizacyjne albo podmioty je reprezentujące, lecz także inne podmioty lub jednostki organizacyjne, jeżeli wykonują one w szczególności zadania publiczne.”\r\nwyrok WSA w Poznaniu, IV SAB/Po 99/12','Najczęstsze problemy','','publish','closed','closed','','najczestsze-problemy','','','2014-11-25 11:24:05','2014-11-25 10:24:05','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=290',0,'poradnik','',0),(291,1,'2014-11-25 11:24:21','2014-11-25 10:24:21','Coraz rzadziej, jednak wciąż zdarzają się sytuację, gdy obywatel o prawo do informacji publicznej musi walczyć przed sądem administracyjnym. Do sytuacji takiej dochodzi w dwóch wypadkach:\r\n- gdy nie zgadzamy się z decyzją odmowną wydaną przez organ drugiej instancji,\r\n- gdy organ pozostaje w bezczynności.\r\n Przypadek, gdy składamy skargę do Wojewódzkiego Sądu Administracyjnego na decyzję odmowną jest przypadkiem trudniejszym, jeśli decyzja taka jest silna merytorycznie. Po naszej stronie ciąży obowiązek udowodnić, że organ nie ma racji. Często niezbędne będzie powołanie się na liczne orzeczenia czy literaturę. Tutaj nie lada wyzwanie stoi także przed składem sędziowskim, który wydając orzeczenie w sprawie precedensowej ustala pewną linię orzeczniczą sądów administracyjnych. Niestety zdarzają się także decyzje odmowne w sprawach, w których zapadło już wiele wyroków mówiących, że w danej sytuacji nie można wydać takiej decyzji. W takich sprawach wystarczy powołać się na jedno lub kilka orzeczeń by dla sądu sprawa była w miarę oczywista. W tym Poradniku nie będziemy jednak opisywać szczegółowo tej procedury.\r\n Innym przypadkiem jest sytuacja, gdy urząd pozostaje w bezczynności, szczególnie tej najbardziej typowej, czyli milczy. Złożyliśmy wniosek, po 14 dniach się telefonicznie się upomnieliśmy (co nie jest wymagane, ale jeśli naszym celem jest uzyskać informację publiczną warto to zrobić) i po rozmowie wiemy, że nic nie dostaniemy. W tej sytuacji jedyną opcją jest złożenie skargi na bezczynność do właściwego Wojewódzkiego Sądu Administracyjnego. Skargę taką możemy złożyć od momentu, w którym organ jest w bezczynności. Skargę taką składamy za pośrednictwem skarżonego organu w dwóch kopiach wraz z załącznikami. Fakt złożenia skargi należy potwierdzić na trzeciej kopii skargi, którą pozostawiamy dla siebie. W skardze należy pokrótce opisać bezczynność (np. złożyliśmy wniosek i przez 14 dni żadnej odpowiedzi) oraz powołać się na dowody (np. złożony wniosek o udostępnienie informacji publicznej, potwierdzenie otrzymania e-maila lub dowód nadania z poczty), które załączamy do skargi. Organ ma obowiązek przekazać naszą skargę wraz z jego odpowiedzią na tą skargę w ciągu 14 dni do Sądu (przepisy ogólne przewidują 30 dniowy termin). W tym czasie (i aż do czasu pierwszej rozprawy) organ może też uznać całość skargi za zasadną i w trybie autokontroli wznowić postępowanie w przedmiocie udostępnienia informacji publicznej (w takiej sytuacji sąd uzna postępowania za bezprzedmiotowe i umorzy sprawę). Po otrzymaniu skargi przez sąd wyśle on do nas pismo z wezwaniem do uiszczenia wpisu (wpis wynosi 100zł i należy go uiścić w terminie 7 dni od otrzymania wezwania) oraz odpowiedzią organu na naszą skargę. Przed uiszczeniem wpisu należy koniecznie zapoznać się z treścią odpowiedzi na naszą skargę. Może się okazać, że organ udostępnił nam informacje, ale np. wylądowała w folderze spam. Jeśli po zapoznaniu się z treścią odpowiedzi na skargę w dalszym ciągu uważamy, że skarga jest zasadna powinniśmy uiścić wpis. Jeśli tego nie zrobimy sąd odrzuci naszą skargę. Po uiszczeniu wpisu sąd wyznacza termin rozprawy (w Lublinie jest to około 2-3 miesięcy). Warto pamiętać, że stawiennictwo na rozprawie jest nieobowiązkowe. W sytuacji, gdy nie mamy zamiaru się pokazać na sali rozpraw warto ustosunkować się do treści odpowiedzi na skargę – wyrazić, że podtrzymuje się skargę i odnieść się do ewentualnych uwag organu wskazać dlaczego podmiot tkwi w bezczynności. W przypadku, gdybyśmy planowali pojawienie się na sali rozpraw warto przypomnieć sobie przebieg całej sprawy, ponieważ sąd może o to pytać. Sąd powinien też zapytać o co wnosimy – wystarczy wtedy powtórzyć to co napisaliśmy w skardze. Po wysłuchaniu najpierw nas, później skarżonego organu sąd zamyka rozprawę. Większość spraw kończy się na pierwszej rozprawie. W tym momencie sąd prosi wszystkich o opuszczenie sali celem wydania wyroku (co trwa kilkanaście minut). Wyrok ogłasza się publicznie.\r\n W przypadku uwzględnienia naszej skargi sąd sporządzi pisemne uzasadnienie wyroku z urzędu. W przypadku nieuwzględnienia skargi mamy 7 dni by złożyć wniosek o pisemnie uzasadnienie co wiąże się też z kosztem 100zł. Uzasadnienie wyroku w przypadku nieuwzględnienia skargi jest nam potrzebne, jeśli chcemy złożyć skargę kasacyjną do Naczelnego Sądu Administracyjnego. Skargę kasacyjną może sporządzić wyłącznie adwokat lub radca prawny.\r\n Mając już wyrok wraz z uzasadnieniem są dwie możliwości: urząd sam wykona wyrok lub będzie trzeba wysłać mu wezwanie do wykonania wyroku. W obu przypadkach musimy poczekać na uprawomocnienie się wyroku. Wyrok staje się prawomocny w chwili, gdy nie służą do niego środki odwoławcze. Odwołanie można wnieść w ciągu 30 dni od dnia otrzymania odpisu orzeczenia wraz z uzasadnieniem (możemy się o to zapytać w sądzie). W przypadku, gdy w tym czasie urząd nie skontaktował się z nami lub nie wykonał wyroku powinniśmy wysłać mu wezwanie do wykonania wyroku. W wezwaniu tym powinniśmy określić termin na realizację wyroku i ewentualnie sposób zwrotu kosztów sądowych. Termin ten nie jest ustawowo określony, stąd wydaje się, że nawet termin 1 dniowy jest słusznym terminem, biorąc pod uwagę, że organ od dłuższego czasu miał świadomość tego wyroku.\r\n W wypadku gdy organ nie spełni naszego wezwania powinniśmy złożyć Skargę do Wojewódzkiego Sądu Administracyjnego na niewykonanie wyroku. Skargę taką składamy bezpośrednio w sądzie w dwóch egzemplarzach wraz z załącznikami. Fakt złożenia skargi należy potwierdzić na trzeciej kopii skargi, którą pozostawiamy dla siebie. W skardze należy pokrótce opisać sytuację (np. wyrok uprawomocnił się, wezwałem pisemnie do jego wykonania w terminie 7 dni organ nic nie zrobił) oraz powołać się na dowody (np. odpis wyroku, wezwanie do wykonania wyroku), które załączamy do skargi. Sąd wezwie nas do opłacenia wpisu (wpis wynosi 100zł i należy go uiścić w terminie 7 dni od otrzymania wezwania). Sprawa zostanie rozpoznana na posiedzeniu niejawnym. O rozstrzygnięciu sąd poinformuje nas listownie. W wypadku, gdyby pomimo skargi organ w dalszym ciągu nie wykonywał wyroku przysługuje nam kolejna skarga na niewykonanie wyroku. Istotne jest też, że w przypadku osoba, która poniosła szkodę wskutek niewykonania orzeczenia sądu, służy roszczenie o odszkodowanie na zasadach określonych w Kodeksie cywilnym\r\n W przypadku, gdy organ nie przekazuje do sądu naszej Skargi na bezczynność możemy złożyć Wniosek strony skarżącej o wymierzenie organowi grzywny za nieprzekazanie skargi na bezczynność. Skargę taką składamy bezpośrednio w sądzie w dwóch egzemplarzach wraz z załącznikami. Fakt złożenia skargi należy potwierdzić na trzeciej kopii skargi, którą pozostawiamy dla siebie. W skardze należy pokrótce opisać sytuację (np. złożono skargę na bezczynność i organ nie przekazał jej w ciągu 14 dni) oraz powołać się na dowody (np. kserokopia potwierdzenia złożenia skargi), które załączamy do skargi. Sąd wezwie nas listownie do opłacenia wpisu (wpis wynosi 100zł i należy go uiścić w terminie 7 dni od otrzymania wezwania). Sprawa zostanie rozpoznana na posiedzeniu niejawnym. O rozstrzygnięciu sąd poinformuje nas listownie. \r\n W przypadku, gdy żaden z powyższych sposób nie spełnia swojego zadania możemy także skorzystać z uprawnienia Zawiadomienia o popełnieniu przestępstwa naruszenia obowiązku udostępnienia informacji publicznej. Artykuł 23 ustawy o udostępnianiu informacji publicznej przewiduje, że kto, wbrew ciążącemu na nim obowiązkowi, nie udostępnia informacji publicznej, podlega grzywnie, karze ograniczenia wolności albo pozbawienia wolności do roku. Skorzystać z tego środka możemy na równi ze środkami administracyjnymi.','Obywatel przed sądem... czyli walka o informację publiczną.','','publish','closed','closed','','obywatel-przed-sadem-czyli-walka-o-informacje-publiczna','','','2014-11-25 11:24:21','2014-11-25 10:24:21','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=291',0,'poradnik','',0),(292,1,'2014-11-27 11:44:34','2014-11-27 10:44:34','<ul>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Odwołanie-od-decyzji-odmownej-przykład.pdf\">Odwołanie od decyzji odmownej (przykład)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Odwołanie-od-decyzji-odmownej-wzór.pdf\">Odwołanie od decyzji odmownej (wzór)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-Wojewódzkiego-Sądu-Administracyjnego-na-decyzję-odmowną-przykład.pdf\">Skarga do Wojewódzkiego Sądu Administracyjnego na decyzję odmowną (przykład)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-Wojewódzkiego-Sądu-Administracyjnego-na-decyzję-odmowną-wzór.pdf\">Skarga do Wojewódzkiego Sądu Administracyjnego na decyzję odmowną (wzór)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-WSA-na-niewykonanie-wyroku-wzór.pdf\">Skarga do WSA na niewykonanie wyroku (wzór)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-WSA-na-niewykonanie-wyrokuprzykład.pdf\">Skarga do WSA na niewykonanie wyroku(przykład)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-na-bezczynność-do-Wojewódzkiego-Sądu-Administracyjnego-przykład.pdf\">Skarga na bezczynność do Wojewódzkiego Sądu Administracyjnego (przykład)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-na-bezczynność-do-Wojewódzkiego-Sądu-Administracyjnego-wzór.pdf\">Skarga na bezczynność do Wojewódzkiego Sądu Administracyjnego (wzór)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wezwanie-do-wykonania-wyroku-przykład.pdf\">Wezwanie do wykonania wyroku (przykład)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wezwanie-do-wykonania-wyroku-wzór.pdf\">Wezwanie do wykonania wyroku (wzór)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-ponowne-rozpatrzenie-sprawy-przykład.pdf\">Wniosek o ponowne rozpatrzenie sprawy (przykład)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-ponowne-rozpatrzenie-sprawy-wzór.pdf\">Wniosek o ponowne rozpatrzenie sprawy (wzór)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-uzupełnienie-decyzji-odmownej-przykład.pdf\">Wniosek o uzupełnienie decyzji odmownej (przykład)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-uzupełnienie-decyzji-odmownej-wzór.pdf\">Wniosek o uzupełnienie decyzji odmownej (wzór)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-wymierzenie-grzywny-przykład.pdf\">Wniosek o wymierzenie grzywny (przykład)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-wymierzenie-grzywny-wzór.pdf\">Wniosek o wymierzenie grzywny (wzór)</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek_udost_info_publicznej_wzor.pdf\">Wniosek_udost_info_publicznej_wzor</a></span></li>\r\n <li><span style=\"text-decoration: underline;\"><a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Zawiadomienie-o-możliwości-popełnienia-przestępstwa-naruszenia-obowiązku-udostępnienia-informacji-publicznej-przykład.pdf\">Zawiadomienie o możliwości popełnienia przestępstwa naruszenia obowiązku udostępnienia informacji publicznej (przykład)</a></span></li>\r\n</ul>','Wzory pism','','publish','closed','closed','','wzory-pism','','','2014-11-27 11:48:20','2014-11-27 10:48:20','',0,'http://papaya2.vdl.pl/jawnylublin/?post_type=poradnik&p=292',0,'poradnik','',0),(293,1,'2014-11-27 11:45:47','2014-11-27 10:45:47','','Odwołanie od decyzji odmownej (przykład)','','inherit','open','open','','odwolanie-od-decyzji-odmownej-przyklad','','','2014-11-27 11:45:47','2014-11-27 10:45:47','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Odwołanie-od-decyzji-odmownej-przykład.pdf',0,'attachment','application/pdf',0),(294,1,'2014-11-27 11:45:47','2014-11-27 10:45:47','','Odwołanie od decyzji odmownej (wzór)','','inherit','open','open','','odwolanie-od-decyzji-odmownej-wzor','','','2014-11-27 11:45:47','2014-11-27 10:45:47','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Odwołanie-od-decyzji-odmownej-wzór.pdf',0,'attachment','application/pdf',0),(295,1,'2014-11-27 11:45:48','2014-11-27 10:45:48','','Skarga do Wojewódzkiego Sądu Administracyjnego na decyzję odmowną (przykład)','','inherit','open','open','','skarga-do-wojewodzkiego-sadu-administracyjnego-na-decyzje-odmowna-przyklad','','','2014-11-27 11:45:48','2014-11-27 10:45:48','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-Wojewódzkiego-Sądu-Administracyjnego-na-decyzję-odmowną-przykład.pdf',0,'attachment','application/pdf',0),(296,1,'2014-11-27 11:45:48','2014-11-27 10:45:48','','Skarga do Wojewódzkiego Sądu Administracyjnego na decyzję odmowną (wzór)','','inherit','open','open','','skarga-do-wojewodzkiego-sadu-administracyjnego-na-decyzje-odmowna-wzor','','','2014-11-27 11:45:48','2014-11-27 10:45:48','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-Wojewódzkiego-Sądu-Administracyjnego-na-decyzję-odmowną-wzór.pdf',0,'attachment','application/pdf',0),(297,1,'2014-11-27 11:45:48','2014-11-27 10:45:48','','Skarga do WSA na niewykonanie wyroku (wzór)','','inherit','open','open','','skarga-do-wsa-na-niewykonanie-wyroku-wzor','','','2014-11-27 11:45:48','2014-11-27 10:45:48','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-WSA-na-niewykonanie-wyroku-wzór.pdf',0,'attachment','application/pdf',0),(298,1,'2014-11-27 11:45:49','2014-11-27 10:45:49','','Skarga do WSA na niewykonanie wyroku(przykład)','','inherit','open','open','','skarga-do-wsa-na-niewykonanie-wyrokuprzyklad','','','2014-11-27 11:45:49','2014-11-27 10:45:49','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-WSA-na-niewykonanie-wyrokuprzykład.pdf',0,'attachment','application/pdf',0),(299,1,'2014-11-27 11:45:49','2014-11-27 10:45:49','','Skarga na bezczynność do Wojewódzkiego Sądu Administracyjnego (przykład)','','inherit','open','open','','skarga-na-bezczynnosc-do-wojewodzkiego-sadu-administracyjnego-przyklad','','','2014-11-27 11:45:49','2014-11-27 10:45:49','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-na-bezczynność-do-Wojewódzkiego-Sądu-Administracyjnego-przykład.pdf',0,'attachment','application/pdf',0),(300,1,'2014-11-27 11:45:49','2014-11-27 10:45:49','','Skarga na bezczynność do Wojewódzkiego Sądu Administracyjnego (wzór)','','inherit','open','open','','skarga-na-bezczynnosc-do-wojewodzkiego-sadu-administracyjnego-wzor','','','2014-11-27 11:45:49','2014-11-27 10:45:49','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-na-bezczynność-do-Wojewódzkiego-Sądu-Administracyjnego-wzór.pdf',0,'attachment','application/pdf',0),(301,1,'2014-11-27 11:45:50','2014-11-27 10:45:50','','Wezwanie do wykonania wyroku (przykład)','','inherit','open','open','','wezwanie-do-wykonania-wyroku-przyklad','','','2014-11-27 11:45:50','2014-11-27 10:45:50','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wezwanie-do-wykonania-wyroku-przykład.pdf',0,'attachment','application/pdf',0),(302,1,'2014-11-27 11:45:50','2014-11-27 10:45:50','','Wezwanie do wykonania wyroku (wzór)','','inherit','open','open','','wezwanie-do-wykonania-wyroku-wzor','','','2014-11-27 11:45:50','2014-11-27 10:45:50','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wezwanie-do-wykonania-wyroku-wzór.pdf',0,'attachment','application/pdf',0),(303,1,'2014-11-27 11:45:50','2014-11-27 10:45:50','','Wniosek o ponowne rozpatrzenie sprawy (przykład)','','inherit','open','open','','wniosek-o-ponowne-rozpatrzenie-sprawy-przyklad','','','2014-11-27 11:45:50','2014-11-27 10:45:50','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-ponowne-rozpatrzenie-sprawy-przykład.pdf',0,'attachment','application/pdf',0),(304,1,'2014-11-27 11:45:50','2014-11-27 10:45:50','','Wniosek o ponowne rozpatrzenie sprawy (wzór)','','inherit','open','open','','wniosek-o-ponowne-rozpatrzenie-sprawy-wzor','','','2014-11-27 11:45:50','2014-11-27 10:45:50','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-ponowne-rozpatrzenie-sprawy-wzór.pdf',0,'attachment','application/pdf',0),(305,1,'2014-11-27 11:45:50','2014-11-27 10:45:50','','Wniosek o uzupełnienie decyzji odmownej (przykład)','','inherit','open','open','','wniosek-o-uzupelnienie-decyzji-odmownej-przyklad','','','2014-11-27 11:45:50','2014-11-27 10:45:50','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-uzupełnienie-decyzji-odmownej-przykład.pdf',0,'attachment','application/pdf',0),(306,1,'2014-11-27 11:45:50','2014-11-27 10:45:50','','Wniosek o uzupełnienie decyzji odmownej (wzór)','','inherit','open','open','','wniosek-o-uzupelnienie-decyzji-odmownej-wzor','','','2014-11-27 11:45:50','2014-11-27 10:45:50','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-uzupełnienie-decyzji-odmownej-wzór.pdf',0,'attachment','application/pdf',0),(307,1,'2014-11-27 11:45:51','2014-11-27 10:45:51','','Wniosek o wymierzenie grzywny (przykład)','','inherit','open','open','','wniosek-o-wymierzenie-grzywny-przyklad','','','2014-11-27 11:45:51','2014-11-27 10:45:51','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-wymierzenie-grzywny-przykład.pdf',0,'attachment','application/pdf',0),(308,1,'2014-11-27 11:45:51','2014-11-27 10:45:51','','Wniosek o wymierzenie grzywny (wzór)','','inherit','open','open','','wniosek-o-wymierzenie-grzywny-wzor','','','2014-11-27 11:45:51','2014-11-27 10:45:51','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-wymierzenie-grzywny-wzór.pdf',0,'attachment','application/pdf',0),(309,1,'2014-11-27 11:45:51','2014-11-27 10:45:51','','Wniosek_udost_info_publicznej_wzor','','inherit','open','open','','wniosek_udost_info_publicznej_wzor','','','2014-11-27 11:45:51','2014-11-27 10:45:51','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek_udost_info_publicznej_wzor.pdf',0,'attachment','application/pdf',0),(310,1,'2014-11-27 11:45:51','2014-11-27 10:45:51','','Zawiadomienie o możliwości popełnienia przestępstwa naruszenia obowiązku udostępnienia informacji publicznej (przykład)','','inherit','open','open','','zawiadomienie-o-mozliwosci-popelnienia-przestepstwa-naruszenia-obowiazku-udostepnienia-informacji-publicznej-przyklad','','','2014-11-27 11:45:51','2014-11-27 10:45:51','',292,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Zawiadomienie-o-możliwości-popełnienia-przestępstwa-naruszenia-obowiązku-udostępnienia-informacji-publicznej-przykład.pdf',0,'attachment','application/pdf',0),(311,1,'2014-11-27 11:46:35','2014-11-27 10:46:35','<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Odwołanie-od-decyzji-odmownej-przykład.pdf\">Odwołanie od decyzji odmownej (przykład)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Odwołanie-od-decyzji-odmownej-wzór.pdf\">Odwołanie od decyzji odmownej (wzór)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-Wojewódzkiego-Sądu-Administracyjnego-na-decyzję-odmowną-przykład.pdf\">Skarga do Wojewódzkiego Sądu Administracyjnego na decyzję odmowną (przykład)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-Wojewódzkiego-Sądu-Administracyjnego-na-decyzję-odmowną-wzór.pdf\">Skarga do Wojewódzkiego Sądu Administracyjnego na decyzję odmowną (wzór)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-WSA-na-niewykonanie-wyroku-wzór.pdf\">Skarga do WSA na niewykonanie wyroku (wzór)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-do-WSA-na-niewykonanie-wyrokuprzykład.pdf\">Skarga do WSA na niewykonanie wyroku(przykład)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-na-bezczynność-do-Wojewódzkiego-Sądu-Administracyjnego-przykład.pdf\">Skarga na bezczynność do Wojewódzkiego Sądu Administracyjnego (przykład)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Skarga-na-bezczynność-do-Wojewódzkiego-Sądu-Administracyjnego-wzór.pdf\">Skarga na bezczynność do Wojewódzkiego Sądu Administracyjnego (wzór)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wezwanie-do-wykonania-wyroku-przykład.pdf\">Wezwanie do wykonania wyroku (przykład)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wezwanie-do-wykonania-wyroku-wzór.pdf\">Wezwanie do wykonania wyroku (wzór)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-ponowne-rozpatrzenie-sprawy-przykład.pdf\">Wniosek o ponowne rozpatrzenie sprawy (przykład)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-ponowne-rozpatrzenie-sprawy-wzór.pdf\">Wniosek o ponowne rozpatrzenie sprawy (wzór)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-uzupełnienie-decyzji-odmownej-przykład.pdf\">Wniosek o uzupełnienie decyzji odmownej (przykład)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-uzupełnienie-decyzji-odmownej-wzór.pdf\">Wniosek o uzupełnienie decyzji odmownej (wzór)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-wymierzenie-grzywny-przykład.pdf\">Wniosek o wymierzenie grzywny (przykład)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek-o-wymierzenie-grzywny-wzór.pdf\">Wniosek o wymierzenie grzywny (wzór)</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Wniosek_udost_info_publicznej_wzor.pdf\">Wniosek_udost_info_publicznej_wzor</a>\n\n<a href=\"http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/11/Zawiadomienie-o-możliwości-popełnienia-przestępstwa-naruszenia-obowiązku-udostępnienia-informacji-publicznej-przykład.pdf\">Zawiadomienie o możliwości popełnienia przestępstwa naruszenia obowiązku udostępnienia informacji publicznej (przykład)</a>\n\n1. Wniosek o udostępnienie informacji publicznej (wzór i przykład)\n\n2. Wniosek o uzupełnienie decyzji odmownej (wzór i przykład)\n\n3. Wniosek o ponowne rozpatrzenie sprawy (wzór i przykład)\n\n4. Odwołanie od decyzji odmownej (wzór i przykład)\n\n5. Skarga na bezczynność do Wojewódzkiego Sądu Administracyjnego (wzór i\n\nprzykład)\n\n6. Skarga do Wojewódzkiego Sądu Administracyjnego na decyzję odmowną (wzór i\n\nprzykład)\n\n7. Wniosek o wymierzenie grzywny (wzór i przykład)\n\n8. Wezwanie do wykonania wyroku (wzór i przykład)\n\n9. Skarga do Wojewódzkiego Sądu Administracyjnego na niewykonanie wyroku (wzór i\n\nprzykład)\n\n10. Zawiadomienie o popełnieniu przestępstwa naruszenia obowiązku udostępnienia\n\ninformacji publicznej (wzór i przykład)','Wzory pism','','inherit','open','open','','292-autosave-v1','','','2014-11-27 11:46:35','2014-11-27 10:46:35','',292,'http://papaya2.vdl.pl/jawnylublin/archiwa/311',0,'revision','',0),(313,1,'2014-12-01 22:52:25','2014-12-01 21:52:25','','basen_łabedzia4','','inherit','open','open','','basen_labedzia4','','','2014-12-01 22:52:25','2014-12-01 21:52:25','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/basen_łabedzia4.jpg',0,'attachment','image/jpeg',0),(314,1,'2014-12-01 22:52:27','2014-12-01 21:52:27','','CK','','inherit','open','open','','ck','','','2014-12-01 22:52:27','2014-12-01 21:52:27','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/CK.jpg',0,'attachment','image/jpeg',0),(315,1,'2014-12-01 22:52:29','2014-12-01 21:52:29','','Filaretow7','','inherit','open','open','','filaretow7','','','2014-12-01 22:52:29','2014-12-01 21:52:29','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Filaretow7.jpg',0,'attachment','image/jpeg',0),(316,1,'2014-12-01 22:52:31','2014-12-01 21:52:31','','Gim16_2','','inherit','open','open','','gim16_2','','','2014-12-01 22:52:31','2014-12-01 21:52:31','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Gim16_2.jpg',0,'attachment','image/jpeg',0),(317,1,'2014-12-01 22:52:33','2014-12-01 21:52:33','','Gluska','','inherit','open','open','','gluska','','','2014-12-01 22:52:33','2014-12-01 21:52:33','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Gluska.jpg',0,'attachment','image/jpeg',0),(318,1,'2014-12-01 22:52:36','2014-12-01 21:52:36','','kosciol_powizytkowski','','inherit','open','open','','kosciol_powizytkowski','','','2014-12-01 22:52:36','2014-12-01 21:52:36','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/kosciol_powizytkowski.jpg',0,'attachment','image/jpeg',0),(319,1,'2014-12-01 22:52:38','2014-12-01 21:52:38','','Meczennikow_majdanka','','inherit','open','open','','meczennikow_majdanka','','','2014-12-01 22:52:38','2014-12-01 21:52:38','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Meczennikow_majdanka.jpg',0,'attachment','image/jpeg',0),(320,1,'2014-12-01 22:52:42','2014-12-01 21:52:42','','Narutowicza','','inherit','open','open','','narutowicza','','','2014-12-01 22:52:42','2014-12-01 21:52:42','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Narutowicza.jpg',0,'attachment','image/jpeg',0),(321,1,'2014-12-01 22:52:46','2014-12-01 21:52:46','','Park_saski3','','inherit','open','open','','park_saski3','','','2014-12-01 22:52:46','2014-12-01 21:52:46','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Park_saski3.jpg',0,'attachment','image/jpeg',0),(322,1,'2014-12-01 22:52:49','2014-12-01 21:52:49','','Plywalnia_Zygmuntowskie2','','inherit','open','open','','plywalnia_zygmuntowskie2','','','2014-12-01 22:52:49','2014-12-01 21:52:49','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Plywalnia_Zygmuntowskie2.jpg',0,'attachment','image/jpeg',0),(323,1,'2014-12-01 22:52:52','2014-12-01 21:52:52','','Przedszkole_Wolska2','','inherit','open','open','','przedszkole_wolska2','','','2014-12-01 22:52:52','2014-12-01 21:52:52','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Przedszkole_Wolska2.jpg',0,'attachment','image/jpeg',0),(324,1,'2014-12-01 22:52:55','2014-12-01 21:52:55','','Szkola_Slawinkowska2','','inherit','open','open','','szkola_slawinkowska2','','','2014-12-01 22:52:55','2014-12-01 21:52:55','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Szkola_Slawinkowska2.jpg',0,'attachment','image/jpeg',0),(325,1,'2014-12-01 22:52:59','2014-12-01 21:52:59','','Zemborzycka2','','inherit','open','open','','zemborzycka2','','','2014-12-01 22:52:59','2014-12-01 21:52:59','',0,'http://papaya2.vdl.pl/jawnylublin/wp-content/uploads/2014/12/Zemborzycka2.jpg',0,'attachment','image/jpeg',0),(328,1,'2014-12-03 23:44:42','2014-12-03 22:44:42','','Nowa strona','','publish','open','open','','nowa-strona','','','2014-12-03 23:44:42','2014-12-03 22:44:42','',0,'http://jawnylublin.pl/?page_id=328',0,'page','',0),(329,1,'2014-12-03 23:44:42','2014-12-03 22:44:42','','Nowa strona','','inherit','open','open','','328-revision-v1','','','2014-12-03 23:44:42','2014-12-03 22:44:42','',328,'http://jawnylublin.pl/2014/12/03/328-revision-v1/',0,'revision','',0),(330,1,'2014-12-08 21:32:45','2014-12-08 20:32:45','','Transport i łączność','','publish','closed','closed','','transport-i-lacznosc-2','','','2014-12-08 22:23:55','2014-12-08 21:23:55','',0,'http://jawnylublin.pl/?post_type=budget&p=330',0,'budget','',0),(332,1,'2014-12-07 09:44:35','2014-12-07 08:44:35','','JL_fav','','inherit','open','open','','jl_fav','','','2014-12-07 09:44:35','2014-12-07 08:44:35','',0,'http://jawnylublin.pl/wp-content/uploads/2014/12/JL_fav.png',0,'attachment','image/png',0),(333,1,'2014-12-08 09:01:02','2014-12-08 08:01:02','<strong>Wynagrodzenie członków zarządu i Rady Nadzorczej MPWiK</strong>\n\nW odpowiedzi na złożony drogą elektroniczną w dniu 29 sierpnia 2013 r. wniosek o udostępnienie informacji w zakresie wynagrodzeń Członków Zarządu i Rady Nadzorczej Miejskiego Przedsiębiorstwa Wodociągów i Kanalizacji w Lublinie Sp. z o.o., informujemy, iż zgodnie z art. 8 ustawy z dnia 3 marca 2000 r. o wynagrodzeniu osób kierujących niektórymi podmiotami prawnymi miesięczne wynagrodzenie brutto na stanowisku:\n Prezes Zarządu: wynosi 6-krotnoć,\n Wiceprezes Zarządu: wynosi 5-krotnoć,\n Członek Zarządu: wynosi 5- krotnoć,\n Przewodniczący Rady Nadzorczej: wynosi 1-krotnoć,\n Zastępca Przewodniczšcego Rady Nadzorczej: wynosi 0,75-krotnoci, \n Członek Rady Nadzorczej: wynosi: 0,75-krotnoci,\n- przeciętnego miesięcznego wynagrodzenia w sektorze przedsiębiorstw bez wypłat nagród z zysku w czwartym kwartale roku poprzedniego, ogłoszonego przez Prezesa Głównego Urzędu Statystycznego.\n\nNiniejsza odpowied udzielana jest w formie elektronicznej, zgodnie z Państwa wnioskiem.\n\n\nZ poważaniem\nEwa Dębiec-Biuro Zarzšdu','Miejskie Przedsiębiorstwo Wodociągów i Kanalizacji','','inherit','open','open','','124-autosave-v1','','','2014-12-08 09:01:02','2014-12-08 08:01:02','',124,'http://jawnylublin.pl/archiwa/333',0,'revision','',0),(334,1,'2014-12-08 22:01:25','2014-12-08 21:01:25','','Utrzymanie i remonty dróg','','publish','closed','closed','','utrzymanie-i-remonty-drog','','','2014-12-08 22:01:25','2014-12-08 21:01:25','',0,'http://jawnylublin.pl/?post_type=budget&p=334',0,'budget','',0),(335,1,'2014-12-08 22:02:12','2014-12-08 21:02:12','','Gospodarka mieszkaniowa','','publish','closed','closed','','gospodarka-mieszkaniowa-2','','','2014-12-08 22:02:12','2014-12-08 21:02:12','',0,'http://jawnylublin.pl/?post_type=budget&p=335',0,'budget','',0),(336,1,'2014-12-08 22:02:53','2014-12-08 21:02:53','','Administracja publiczna','','publish','closed','closed','','administracja-publiczna-2','','','2014-12-08 22:02:53','2014-12-08 21:02:53','',0,'http://jawnylublin.pl/?post_type=budget&p=336',0,'budget','',0),(337,1,'2014-12-08 22:04:40','2014-12-08 21:04:40','','Bezpieczeństwo publiczne i ochrona przeciwpożarowa','','publish','closed','closed','','bezpieczenstwo-publiczne-i-ochrona-przeciwpozarowa-2','','','2014-12-08 22:04:40','2014-12-08 21:04:40','',0,'http://jawnylublin.pl/?post_type=budget&p=337',0,'budget','',0),(338,1,'2014-12-08 22:05:21','2014-12-08 21:05:21','','Obsługa zadłużenia','','publish','closed','closed','','obsluga-zadluzenia-2','','','2014-12-22 00:38:29','2014-12-21 23:38:29','',0,'http://jawnylublin.pl/?post_type=budget&p=338',17,'budget','',0),(339,1,'2014-12-08 22:05:47','2014-12-08 21:05:47','','Oświata i wychowanie','','publish','closed','closed','','oswiata-i-wychowanie-2','','','2014-12-08 22:05:47','2014-12-08 21:05:47','',0,'http://jawnylublin.pl/?post_type=budget&p=339',0,'budget','',0),(340,1,'2014-12-08 22:06:30','2014-12-08 21:06:30','','Ochrona zdrowia','','publish','closed','closed','','ochrona-zdrowia-2','','','2014-12-08 22:06:30','2014-12-08 21:06:30','',0,'http://jawnylublin.pl/?post_type=budget&p=340',0,'budget','',0),(341,1,'2014-12-08 22:07:05','2014-12-08 21:07:05','','Pomoc społeczna','','publish','closed','closed','','pomoc-spoleczna-2','','','2014-12-08 22:07:05','2014-12-08 21:07:05','',0,'http://jawnylublin.pl/?post_type=budget&p=341',0,'budget','',0),(342,1,'2014-12-08 22:07:38','2014-12-08 21:07:38','','Polityka społeczna i wczesna edukacja','','publish','closed','closed','','polityka-spoleczna-i-wczesna-edukacja-2','','','2014-12-08 22:07:38','2014-12-08 21:07:38','',0,'http://jawnylublin.pl/?post_type=budget&p=342',0,'budget','',0),(343,1,'2014-12-08 22:08:13','2014-12-08 21:08:13','','Gospodarka komunalna i ochrona środowiska','','publish','closed','closed','','gospodarka-komunalna-i-ochrona-srodowiska-2','','','2014-12-08 22:08:13','2014-12-08 21:08:13','',0,'http://jawnylublin.pl/?post_type=budget&p=343',0,'budget','',0),(344,1,'2014-12-08 22:08:43','2014-12-08 21:08:43','','Kultura i ochrona dziedzictwa narodowego','','publish','closed','closed','','kultura-i-ochrona-dziedzictwa-narodowego-2','','','2014-12-08 22:08:43','2014-12-08 21:08:43','',0,'http://jawnylublin.pl/?post_type=budget&p=344',0,'budget','',0),(345,1,'2014-12-08 22:09:04','2014-12-08 21:09:04','','Sport','','publish','closed','closed','','sport-2','','','2014-12-08 22:09:04','2014-12-08 21:09:04','',0,'http://jawnylublin.pl/?post_type=budget&p=345',0,'budget','',0),(346,1,'2014-12-08 22:09:32','2014-12-08 21:09:32','','Turystyka','','publish','closed','closed','','turystyka-2','','','2014-12-08 22:09:32','2014-12-08 21:09:32','',0,'http://jawnylublin.pl/?post_type=budget&p=346',0,'budget','',0),(347,1,'2014-12-08 22:15:18','2014-12-08 21:15:18','','Rezerwy','','publish','closed','closed','','rezerwy','','','2014-12-08 22:15:18','2014-12-08 21:15:18','',0,'http://jawnylublin.pl/?post_type=budget&p=347',0,'budget','',0),(348,1,'2014-12-08 22:15:09','2014-12-08 21:15:09','','rezerwy','','inherit','open','open','','rezerwy','','','2014-12-08 22:15:09','2014-12-08 21:15:09','',347,'http://jawnylublin.pl/wp-content/uploads/2014/12/rezerwy.jpg',0,'attachment','image/jpeg',0),(349,1,'2014-12-08 22:16:20','2014-12-08 21:16:20','','Część ogólna subwencji oświatowej dla powiatów','','publish','closed','closed','','czesc-ogolna-subwencji-oswiatowej-dla-powiatow','','','2014-12-08 22:16:20','2014-12-08 21:16:20','',0,'http://jawnylublin.pl/?post_type=budget&p=349',0,'budget','',0),(350,1,'2014-12-08 22:17:05','2014-12-08 21:17:05','','Inne','','publish','closed','closed','','inne-2','','','2014-12-22 00:37:58','2014-12-21 23:37:58','',0,'http://jawnylublin.pl/?post_type=budget&p=350',18,'budget','',0),(351,1,'2014-12-08 22:20:26','2014-12-08 21:20:26','','Działalność usługowa','','publish','closed','closed','','dzialalnosc-uslugowa','','','2014-12-22 00:36:22','2014-12-21 23:36:22','',0,'http://jawnylublin.pl/?post_type=budget&p=351',17,'budget','',0),(352,1,'2014-12-08 22:20:18','2014-12-08 21:20:18','','serwis','','inherit','open','open','','serwis','','','2014-12-08 22:20:18','2014-12-08 21:20:18','',351,'http://jawnylublin.pl/wp-content/uploads/2014/12/serwis.jpg',0,'attachment','image/jpeg',0),(353,1,'2014-12-08 22:40:24','2014-12-08 21:40:24','','funkcjonowanie ZTM','','publish','closed','closed','','funkcjonowanie-ztm','','','2014-12-08 22:40:24','2014-12-08 21:40:24','',330,'http://jawnylublin.pl/?post_type=budget&p=353',0,'budget','',0),(356,1,'2014-12-08 22:41:51','2014-12-08 21:41:51','','zakup usług przewodu pasażerów w komunikacji miejskiej','','publish','closed','closed','','zakup-uslug-przewodu-pasazerow-w-komunikacji-miejskiej','','','2014-12-08 22:41:51','2014-12-08 21:41:51','',330,'http://jawnylublin.pl/?post_type=budget&p=356',0,'budget','',0),(357,1,'2014-12-08 22:43:09','2014-12-08 21:43:09','','sprzedaż i kontrola biletów','','publish','closed','closed','','sprzedaz-i-kontrola-biletow','','','2014-12-08 22:43:09','2014-12-08 21:43:09','',330,'http://jawnylublin.pl/?post_type=budget&p=357',0,'budget','',0),(358,1,'2014-12-08 22:43:51','2014-12-08 21:43:51','','sprzątanie i utrzymanie przystanków','','publish','closed','closed','','sprzatanie-i-utrzymanie-przystankow','','','2014-12-08 22:43:51','2014-12-08 21:43:51','',330,'http://jawnylublin.pl/?post_type=budget&p=358',0,'budget','',0),(359,1,'2014-12-08 22:44:12','2014-12-08 21:44:12','','objęcie udziałów w MPK Lublin','','publish','closed','closed','','objecie-udzialow-w-mpk-lublin','','','2014-12-08 22:44:12','2014-12-08 21:44:12','',330,'http://jawnylublin.pl/?post_type=budget&p=359',0,'budget','',0),(360,1,'2014-12-08 22:44:36','2014-12-08 21:44:36','','objęcie udziałów w Porcie Lotniczym','','publish','closed','closed','','objecie-udzialow-w-porcie-lotniczym','','','2014-12-08 22:44:36','2014-12-08 21:44:36','',330,'http://jawnylublin.pl/?post_type=budget&p=360',0,'budget','',0),(361,1,'2014-12-08 22:44:57','2014-12-08 21:44:57','','Miejska Szerokopasmowa Sieć Szkieletowa','','publish','closed','closed','','miejska-szerokopasmowa-siec-szkieletowa','','','2014-12-08 22:44:57','2014-12-08 21:44:57','',330,'http://jawnylublin.pl/?post_type=budget&p=361',0,'budget','',0),(362,1,'2014-12-08 22:45:17','2014-12-08 21:45:17','','inwestycje realizowane z udziałem środków europejskich','','publish','closed','closed','','inwestycje-realizowane-z-udzialem-srodkow-europejskich','','','2014-12-08 22:45:17','2014-12-08 21:45:17','',330,'http://jawnylublin.pl/?post_type=budget&p=362',0,'budget','',0),(363,1,'2014-12-08 22:51:21','2014-12-08 21:51:21','','bieżące utrzymanie dróg powiatowych','','publish','closed','closed','','biezace-utrzymanie-drog-powiatowych','','','2014-12-08 22:51:21','2014-12-08 21:51:21','',334,'http://jawnylublin.pl/?post_type=budget&p=363',0,'budget','',0),(364,1,'2014-12-08 22:51:45','2014-12-08 21:51:45','','inne','','publish','closed','closed','','inne','','','2014-12-08 22:51:45','2014-12-08 21:51:45','',334,'http://jawnylublin.pl/?post_type=budget&p=364',0,'budget','',0),(365,1,'2014-12-08 22:52:07','2014-12-08 21:52:07','','infrastruktura telekomunikacyjna','','publish','closed','closed','','infrastruktura-telekomunikacyjna','','','2014-12-08 22:52:07','2014-12-08 21:52:07','',334,'http://jawnylublin.pl/?post_type=budget&p=365',0,'budget','',0),(366,1,'2014-12-08 22:52:35','2014-12-08 21:52:35','','inwestycje na drogach powiatowych','','publish','closed','closed','','inwestycje-na-drogach-powiatowych','','','2014-12-08 22:52:35','2014-12-08 21:52:35','',334,'http://jawnylublin.pl/?post_type=budget&p=366',0,'budget','',0),(367,1,'2014-12-08 22:52:59','2014-12-08 21:52:59','','bieżące utrzymanie dróg i chodników gminnych','','publish','closed','closed','','biezace-utrzymanie-drog-i-chodnikow-gminnych','','','2014-12-08 22:52:59','2014-12-08 21:52:59','',334,'http://jawnylublin.pl/?post_type=budget&p=367',0,'budget','',0),(368,1,'2014-12-08 22:53:17','2014-12-08 21:53:17','','inwestycje na drogach gminnych','','publish','closed','closed','','inwestycje-na-drogach-gminnych','','','2014-12-08 22:53:17','2014-12-08 21:53:17','',334,'http://jawnylublin.pl/?post_type=budget&p=368',0,'budget','',0),(369,1,'2014-12-08 22:53:37','2014-12-08 21:53:37','','drogi wewnętrzne','','publish','closed','closed','','drogi-wewnetrzne','','','2014-12-08 22:53:37','2014-12-08 21:53:37','',334,'http://jawnylublin.pl/?post_type=budget&p=369',0,'budget','',0),(370,1,'2014-12-08 22:53:55','2014-12-08 21:53:55','','funkcjonowanie ZDiM','','publish','closed','closed','','funkcjonowanie-zdim','','','2014-12-08 22:53:55','2014-12-08 21:53:55','',334,'http://jawnylublin.pl/?post_type=budget&p=370',0,'budget','',0),(371,1,'2014-12-08 22:54:14','2014-12-08 21:54:14','','opracowanie dokumentacji przyszłościowej w zakresie budowy i przebudowy dróg','','publish','closed','closed','','opracowanie-dokumentacji-przyszlosciowej-w-zakresie-budowy-i-przebudowy-drog','','','2014-12-08 22:54:14','2014-12-08 21:54:14','',334,'http://jawnylublin.pl/?post_type=budget&p=371',0,'budget','',0),(372,1,'2014-12-08 22:54:33','2014-12-08 21:54:33','','inwestycje realizowane z udziałem środków europejskich','','publish','closed','closed','','inwestycje-realizowane-z-udzialem-srodkow-europejskich','','','2014-12-08 22:54:33','2014-12-08 21:54:33','',334,'http://jawnylublin.pl/?post_type=budget&p=372',0,'budget','',0),(373,1,'2014-12-08 22:54:51','2014-12-08 21:54:51','','wykup gruntów pod inwestycje','','publish','closed','closed','','wykup-gruntow-pod-inwestycje','','','2014-12-08 22:54:51','2014-12-08 21:54:51','',334,'http://jawnylublin.pl/?post_type=budget&p=373',0,'budget','',0),(376,1,'2014-12-10 14:49:26','2014-12-10 13:49:26','W 2013 roku zakończono przebudowę budynku dawnego klasztoru powizytkowskiego. Klasztor przebudowany został w wielofunkcyjne centrum kultury w skład którego wchodzi: sala teatralna z widownią na 187 osób (dawny kościół), scena kameralna dla 51 widzów, sala konferencyjna dla 56 osób, sala wielofunkcyjna dla dyskusyjnego klubu filmowego dla ponad 100 osób, galerie wystawiennicze, biblioteka miejska, sale baletowe, pracownie artystyczne, pokoje hotelowe i pomieszczenia administracyjne. Budynek został wyposażony w meble, urządzenia ekspozycyjne oraz sprzęt estradowy. Budynek został przekazany do użytku w lipcu 2013 roku. Całkowita wartość projektu wynosi 38.427.854 zł, łączne dofinansowanie ze środków europejskich i budżetu państwa – 16.034.738 zł. Projekt był realizowany w ramach Programu Operacyjnego Infrastruktura i Środowisko. Okres realizacji projektu 2007-2013.\n\n ','Renowacja klasztoru powizytkowskiego','','inherit','open','open','','272-autosave-v1','','','2014-12-10 14:49:26','2014-12-10 13:49:26','',272,'http://jawnylublin.pl/archiwa/376',0,'revision','',0),(377,1,'2014-12-10 14:51:45','2014-12-10 13:51:45','','powizytkowski_um','','inherit','open','open','','powizytkowski_um','','','2014-12-10 14:51:45','2014-12-10 13:51:45','',272,'http://jawnylublin.pl/wp-content/uploads/2014/11/powizytkowski_um.jpg',0,'attachment','image/jpeg',0),(378,1,'2014-12-10 14:55:27','2014-12-10 13:55:27','','Dom Kultury przy yl. Judyma','fot. Bartek Żurawski (źródło: www.bip.lublin.eu)','inherit','open','open','','ddk_judyma_bzurawski-kopiowanie','','','2014-12-10 14:55:54','2014-12-10 13:55:54','',273,'http://jawnylublin.pl/wp-content/uploads/2014/11/DDK_Judyma_BZurawski-Kopiowanie.jpg',0,'attachment','image/jpeg',0),(379,1,'2014-12-10 14:55:49','2014-12-10 13:55:49','W 2013 roku zakupiono meble i wykładziny, sprzęt nagłaśniający i oświetleniowy wraz ze sceną przenośną, sprzęt komputerowy i biurowy. Wydrukowany został także folder promocyjno-informacyjny DDK „Węglin”. Celem projektu jest przeciwdziałanie marginalizacji życia kulturalnego, wzrost znaczenia kultury jako czynnika wpływającego na zwiększenie zatrudnienia i poziomu życia mieszkańców oraz rozwój społeczno-gospodarczy poprzez budowę i wyposażenie domu kultury przy ul. Judyma. Całkowita wartość projektu: 2.935.660 zł, łączne dofinansowanie ze środków europejskich: 2.054.962 zł. Zadanie realizowane przy udziale Regionalnego Programu Operacyjnego Województwa Lubelskiego. Lata realizacji: 2007-2013.\n\n ','Budowa Domu Kultury przy ul. Judyma','','inherit','open','open','','273-autosave-v1','','','2014-12-10 14:55:49','2014-12-10 13:55:49','',273,'http://jawnylublin.pl/archiwa/379',0,'revision','',0),(380,1,'2014-12-10 15:02:40','2014-12-10 14:02:40','2013: W omawianym okresie sprawozdawczym dokonano wypłaty odszkodowań za grunty przejęte z mocy prawa na realizację dróg dojazdowych do obwodnicy miasta. Wydatki dotyczyły również końcowego rozliczenia zadania. Zadanie dofinansowane było ze środków Europejskiego Funduszu Rozwoju Regionalnego w ramach Programu Operacyjnego Rozwój Polski Wschodniej 2007-2013. Całkowita wartość projektu wyniosła 131.441.006 zł. Łączna kwota dofinansowania na realizację projektu stanowi 67.285.624 zł.\n\n[caption id=\"attachment_381\" align=\"alignnone\" width=\"300\"]<a href=\"http://jawnylublin.pl/wp-content/uploads/2014/11/Melgiewska_um.jpg\"><img class=\"size-medium wp-image-381\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/Melgiewska_um-300x199.jpg\" alt=\"(źródło: www.bip.lublin.eu)\" width=\"300\" height=\"199\" /></a> (źródło: www.bip.lublin.eu)[/caption]','przedłużenie Mełgiewskiej','','inherit','open','open','','278-autosave-v1','','','2014-12-10 15:02:40','2014-12-10 14:02:40','',278,'http://jawnylublin.pl/archiwa/380',0,'revision','',0),(381,1,'2014-12-10 15:01:59','2014-12-10 14:01:59','','Przedłużenie ul. Melgiewskiej','(źródło: www.bip.lublin.eu)','inherit','open','open','','melgiewska_um','','','2014-12-10 15:02:36','2014-12-10 14:02:36','',278,'http://jawnylublin.pl/wp-content/uploads/2014/11/Melgiewska_um.jpg',0,'attachment','image/jpeg',0),(382,1,'2014-12-10 15:09:06','2014-12-10 14:09:06','','Stadion Miejski w Lublinie','','inherit','open','open','','stadion_um','','','2014-12-10 15:09:15','2014-12-10 14:09:15','',270,'http://jawnylublin.pl/wp-content/uploads/2014/11/stadion_um.jpg',0,'attachment','image/jpeg',0),(383,1,'2014-12-10 15:13:04','2014-12-10 14:13:04','<strong><span style=\"font-size: medium;\">Zakres projektu:</span></strong>\n\n* <span style=\"font-size: medium;\">budowa sieci trakcji trolejbusowej - trakcja dwukierunkowa 25,0 km i jednokierunkowa 1,4 km, łącznie 26,4 km, wraz z systemem zasilania (9 podstacji trakcyjnych),\n</span>* <span style=\"font-size: medium;\">budowa nowej zajezdni trolejbusowej (1 szt.),\n</span>* <span style=\"font-size: medium;\">zakup nowego taboru trolejbusowego (70 szt.), autobusowego (100 szt.), wozów technicznych (3 szt.),\n</span>* <span style=\"font-size: medium;\">budowa Systemu Zarządzania Ruchem i Systemu Zarządzania Transportem Publicznym,</span>\n\n* <span style=\"font-size: medium;\">przebudowa ulic i skrzyżowań w ramach rozbudowy sieci trakcji trolejbusowej. </span>','Zintegrowany System Miejskiego Transportu publicznego w Lublinie','','inherit','open','open','','280-autosave-v1','','','2014-12-10 15:13:04','2014-12-10 14:13:04','',280,'http://jawnylublin.pl/archiwa/383',0,'revision','',0),(384,1,'2014-12-10 15:13:39','2014-12-10 14:13:39','','Zintegrowany System Miejskiego Transportu Publicznego w Lublinie','źródło: www.bip.lublin.eu','inherit','open','open','','autobusy_um','','','2014-12-10 15:14:18','2014-12-10 14:14:18','',280,'http://jawnylublin.pl/wp-content/uploads/2014/11/autobusy_um.jpg',0,'attachment','image/jpeg',0),(385,1,'2014-12-10 15:27:00','2014-12-10 14:27:00','W 2013 roku kontynuowano i zakończono prace budowlane w zakresie budowy ścieżki rowerowej wzdłuż ul. Osmolickiej i ul. Cienistej w zakresie konstrukcji ścieżki rowerowej i wykonania warstwy jezdnej ścieżek rowerowych. Zakończono realizację projektu w wyniku, którego wybudowano ponad 5 km długości ścieżki rowerowej. Zakupiono również witrynę internetową na potrzeby projektu. Zadanie realizowane było przy udziale środków z Regionalnego Programu Operacyjnego Województwa Lubelskiego na lata 2007-2013. Łączne nakłady finansowe przeznaczone na realizację projektu wynoszą 4.425.540 zł. Łączna kwota dofinansowania stanowi 2.760.641 zł. Celem projektu jest poprawa atrakcyjności turystycznej regionu poprzez budowę systemu ścieżek pieszorowerowych w Lublinie. Lata realizacji projektu: 2012-2013.\n\n ','Budowa bezpiecznego systemu ścieżek rowerowych etap II','','inherit','open','open','','276-autosave-v1','','','2014-12-10 15:27:00','2014-12-10 14:27:00','',276,'http://jawnylublin.pl/archiwa/385',0,'revision','',0),(386,1,'2014-12-10 15:27:16','2014-12-10 14:27:16','','Budowa systemu ścieżek rowerowych','źródło: bip.lublin.eu','inherit','open','open','','sciezkirowerowe_um','','','2014-12-10 15:27:33','2014-12-10 14:27:33','',276,'http://jawnylublin.pl/wp-content/uploads/2014/11/sciezkirowerowe_um.jpg',0,'attachment','image/jpeg',0),(387,1,'2014-12-10 15:40:18','2014-12-10 14:40:18','','Drogi dojazdowe do węzła drogowego „Jakubowice\" obwodnicy Miasta Lublin ','źródło: bip.lublin.eu','inherit','open','open','','jakubowice_um','','','2014-12-10 15:41:20','2014-12-10 14:41:20','',89,'http://jawnylublin.pl/wp-content/uploads/2014/11/jakubowice_um.jpg',0,'attachment','image/jpeg',0),(388,1,'2014-12-10 15:40:58','2014-12-10 14:40:58','Poniesione wydatki obejmują wypłatę odszkodowań za grunty przejęte z mocy prawa na realizację inwestycji, opracowanie studium wykonalności dla projektu „Drogi dojazdowej do węzła \"Jakubowice\" obwodnicy Miasta Lublin w ciągu dróg ekspresowych S12, S17, S19 (przebudowa skrzyżowania ulic: al. Solidarności, al. Sikorskiego, ul. Gen. B. Ducha, budowa ul. Poligonowej na odcinku od ul. Willowej do granicy miasta oraz budowa drogi wojewódzkiej nr 809 od granicy miasta do węzła drogowego \"Jakubowice\") oraz aktualizację kosztorysów inwestorskich budowy ul. Poligonowej. Zlecono opracowanie dokumentacji projektowej na przebudowę skrzyżowania al. Solidarności, al. Sikorskiego, ul. Gen. B. Ducha. Stopień zaawansowania realizacji zadania do końca 2013 roku – 11,32%.\n\n ','Budowa drogi dojazdowej do węzła drogowego Jakubowice obwodnicy miasta','','inherit','open','open','','89-autosave-v1','','','2014-12-10 15:40:58','2014-12-10 14:40:58','',89,'http://jawnylublin.pl/archiwa/388',0,'revision','',0),(389,1,'2014-12-10 15:41:53','2014-12-10 14:41:53','','Drogi dojazdowe do węzła drogowego „Dąbrowica\" obwodnicy Miasta Lublin ','źródło: bip.lublin.eu','inherit','open','open','','dabrowica_um','','','2014-12-10 15:42:12','2014-12-10 14:42:12','',279,'http://jawnylublin.pl/wp-content/uploads/2014/11/dabrowica_um.jpg',0,'attachment','image/jpeg',0),(390,1,'2014-12-10 15:45:39','2014-12-10 14:45:39','W 2013 roku kontynuowano i zakończono roboty budowlane, instalacyjne sanitarne i elektryczne w zakresie robót wykończeniowych. Realizowano prace z zakresu zagospodarowania terenu (drogi, parkingi, nasadzenia drzew i krzewów, trawniki, rabata żwirowa, plac zabaw, ogrodzenie). Opracowano zamienną wielobranżową dokumentację projektowo-kosztorysową dotyczącą zmiany funkcji pomieszczeń w budynku pływalni i przystosowania obiektu do utworzenia placówki rehabilitacyjnej. Ponadto w ramach prac uzupełniających wykonano ogrodzenie od strony wschodniej i nasadzenia drzew, rozbudowę instalacji elektrycznej i teletechnicznej, studnie przy komorze wodomierza oraz studnię chłonną. Nad realizacja inwestycji prowadzono nadzór autorski.\r\n\r\n[caption id=\"attachment_391\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-391 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/12/basen_łabedzia4-1024x680.jpg\" alt=\"źródło: Fundacja Wolności\" width=\"625\" height=\"415\" /> źródło: Fundacja Wolności[/caption]','Budowa basenu przy ul. Łabędziej','','publish','closed','closed','','budowa-basenu-przy-ul-labedziej','','','2014-12-10 15:46:59','2014-12-10 14:46:59','',0,'http://jawnylublin.pl/?post_type=gmcpt_post&p=390',0,'gmcpt_post','',0),(391,1,'2014-12-10 15:46:27','2014-12-10 14:46:27','','Budowa basenu przy ul. Łabędziej','źródło: Fundacja Wolności','inherit','open','open','','basen_labedzia4-2','','','2014-12-10 15:46:50','2014-12-10 14:46:50','',390,'http://jawnylublin.pl/wp-content/uploads/2014/12/basen_łabedzia4.jpg',0,'attachment','image/jpeg',0),(392,1,'2014-12-10 15:46:41','2014-12-10 14:46:41','W 2013 roku kontynuowano i zakończono roboty budowlane, instalacyjne sanitarne i elektryczne w zakresie robót wykończeniowych. Realizowano prace z zakresu zagospodarowania terenu (drogi, parkingi, nasadzenia drzew i krzewów, trawniki, rabata żwirowa, plac zabaw, ogrodzenie). Opracowano zamienną wielobranżową dokumentację projektowo-kosztorysową dotyczącą zmiany funkcji pomieszczeń w budynku pływalni i przystosowania obiektu do utworzenia placówki rehabilitacyjnej. Ponadto w ramach prac uzupełniających wykonano ogrodzenie od strony wschodniej i nasadzenia drzew, rozbudowę instalacji elektrycznej i teletechnicznej, studnie przy komorze wodomierza oraz studnię chłonną. Nad realizacja inwestycji prowadzono nadzór autorski.\n\n ','Budowa basenu przy ul. Łabędziej','','inherit','open','open','','390-autosave-v1','','','2014-12-10 15:46:41','2014-12-10 14:46:41','',390,'http://jawnylublin.pl/archiwa/392',0,'revision','',0),(393,1,'2014-12-10 21:45:45','2014-12-10 20:45:45','Wykonano przebudowę ul. Droga Męczenników Majdanka w Lublinie, odcinek od ul. Grabskiego do zaprojektowanej zatoki autobusowej przy ul. Grenadierów obejmującą: wymianę warstw bitumicznych nawierzchni jezdni, istniejących krawężników, przebudowę chodników, wykonanie ciągu pieszo-rowerowego poszerzającego istniejący chodnik oraz zatok postojowych i autobusowych wraz z przyległymi peronami, a także wpustów oraz studni kanalizacji deszczowej i sanitarnej, wykonano oznakowanie poziome i pionowe, przesadzono istniejące krzewy oraz wykonano trawniki.\nW ramach przebudowy ul. Droga Męczenników Majdanka (od ul. Lotniczej do ul. Grabskiego) - długość ok. 865 mb wykonano nawierzchnię z betonu asfaltowego, chodniki z kostki brukowej, zjazdy z kostki brukowej, ścieżkę rowerową z betonu asfaltowego, zatoki autobusowe z kostki brukowej oraz zatoki postojowe z betonu asfaltowego. Przystąpiono również do przebudowy ul. Głuskiej na odcinku od wjazdu do szpitala do mostu na rzece Czerniejówce. W ramach zadania wykonano roboty rozbiórkowe i przygotowawcze (m.in. wycinka drzew i krzewów), w tym rozbiórki elementów drogowych (m.in. rozebrano chodniki, ogrodzenia, nawierzchnię zjazdów), roboty ziemne (wykopy), ułożone zostały krawężniki, wykonano podbudowę i nawierzchnię jezdni, zatoki autobusowe, przebudowano zjazdy i chodniki oraz sieć kanalizacji deszczowej.\n\n[caption id=\"attachment_394\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-394 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/11/Meczennikow_majdanka-1024x680.jpg\" alt=\"źródło: Fundacja Wolności\" width=\"625\" height=\"415\" /> źródło: Fundacja Wolności[/caption]','ul. Droga Męczenników Majdanka (od Grabskiego do Grenadierów)','','inherit','open','open','','262-autosave-v1','','','2014-12-10 21:45:45','2014-12-10 20:45:45','',262,'http://jawnylublin.pl/archiwa/393',0,'revision','',0),(394,1,'2014-12-10 21:44:17','2014-12-10 20:44:17','','Remont ul. Droga Męczenników Majdanka','źródło: Fundacja Wolności','inherit','open','open','','meczennikow_majdanka-2','','','2014-12-10 21:45:24','2014-12-10 20:45:24','',262,'http://jawnylublin.pl/wp-content/uploads/2014/11/Meczennikow_majdanka.jpg',0,'attachment','image/jpeg',0),(395,1,'2014-12-10 21:52:05','2014-12-10 20:52:05','Koszt w 2013 roku: 9 241 903,46 zł\r\n\r\nKoszt w 2014 roku: 9 943 715,63 zł\r\n\r\n[caption id=\"attachment_396\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-396 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/12/Szkola_Slawinkowska21-1024x680.jpg\" alt=\"źródło: Fundacja Wolności\" width=\"625\" height=\"415\" /> źródło: Fundacja Wolności[/caption]','Budowa szkoły podstawowej w dzielnicy Sławin','','publish','closed','closed','','budowa-szkoly-podstawowej-w-dzielnicy-slawin','','','2014-12-10 21:52:05','2014-12-10 20:52:05','',0,'http://jawnylublin.pl/?post_type=gmcpt_post&p=395',0,'gmcpt_post','',0),(396,1,'2014-12-10 21:50:03','2014-12-10 20:50:03','','Szkola Sławinkowska','źródło: Fundacja Wolności','inherit','open','open','','szkola_slawinkowska2-2','','','2014-12-10 21:50:46','2014-12-10 20:50:46','',395,'http://jawnylublin.pl/wp-content/uploads/2014/12/Szkola_Slawinkowska21.jpg',0,'attachment','image/jpeg',0),(397,1,'2014-12-10 21:54:14','2014-12-10 20:54:14','W 2013 toku kontynuowano prace związane z budową obiektu w zakresie robót budowlanych oraz instalacji sanitarnych i elektrycznych, a także wyposażeniem przedszkola. Wykonano place zabaw, ogrodzenie i parkingi. Dokonano podłączenia obiektu do sieci telefonicznej urzędu miasta (licencje, aparaty telefoniczne). Uzyskano decyzję pozwolenia na użytkowanie. Zakończono realizację inwestycji.\r\n\r\nKoszt w 2013 roku: <strong>5 021 338,78 zł</strong>\r\n\r\n[caption id=\"attachment_398\" align=\"aligncenter\" width=\"625\" class=\" \"]<img class=\"wp-image-398 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/12/Przedszkole_Wolska21-1024x680.jpg\" alt=\"źródło: Fundacja Wolności\" width=\"625\" height=\"415\" /> źródło: Fundacja Wolności[/caption]','Budowa przedszkola i żłobka przy ul. Wolskiej','','publish','closed','closed','','budowa-przedszkola-i-zlobka-przy-ul-wolskiej','','','2014-12-10 21:56:43','2014-12-10 20:56:43','',0,'http://jawnylublin.pl/?post_type=gmcpt_post&p=397',0,'gmcpt_post','',0),(398,1,'2014-12-10 21:53:35','2014-12-10 20:53:35','','Przedszkole Wolska','źródło: Fundacja Wolności','inherit','open','open','','przedszkole_wolska2-2','','','2014-12-10 21:53:53','2014-12-10 20:53:53','',397,'http://jawnylublin.pl/wp-content/uploads/2014/12/Przedszkole_Wolska21.jpg',0,'attachment','image/jpeg',0),(399,1,'2014-12-10 21:59:16','2014-12-10 20:59:16','W wyniku realizacji zadania powstał budynek o jednej kondygnacji nadziemnej, częściowo podpiwniczony o powierzchni użytkowej 2 159,12 m3 i kubaturze 10 504,24 m3.\r\nPływalnię podzielono na następujące zespoły funkcjonalne:\r\n- zespól wejściowy,\r\n- zespół basenowy,\r\n- zespół przebieralniowo - natryskowy,\r\n- zespół personelu,\r\n- zespół administracji\r\n- zespół techniczny,\r\n- zespół gastronomii.\r\n\r\nW skład części basenowej wchodzi basen pływacki 6-torowy o wymiarach 25mx12,5m i głębokości 1,2-1,8 m oraz powierzchni lustra wody 312,5 m2 i pojemności niecki 468,75 m3 jak również trybuny dla 145 osób, podzielone na część dostępną z sali basenowej (42 miejsca) przeznaczone dla pływających oraz trybuny dla widzów (103 miejsca) rozmieszczone na poziomie przy basenie. Obiekt jest w pełni dostosowany do korzystania przez osoby niepełnosprawne.\r\n\r\nKoszt w 2013 roku: <strong>3 910 074,47 zł</strong>\r\n\r\n ','Budowa krytej pływalni przy Zespole Szkół nr 7','','publish','closed','closed','','budowa-krytej-plywalni-przy-zespole-szkol-nr-7','','','2014-12-10 22:01:04','2014-12-10 21:01:04','',0,'http://jawnylublin.pl/?post_type=gmcpt_post&p=399',0,'gmcpt_post','',0),(400,1,'2014-12-10 22:04:35','2014-12-10 21:04:35','Koszt w 2013 roku: <strong>3 000 000,00 zł</strong>\r\n\r\nKoszt w 2013 roku: <strong>1 904 214,26 zł</strong>\r\n\r\n[caption id=\"attachment_401\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-401 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/12/Gim16_21-1024x680.jpg\" alt=\"źródło: Fundacja Wolności\" width=\"625\" height=\"415\" /> źródło: Fundacja Wolności[/caption]','Budynek sportowy z zapleczem szatniowym przy Gimnazjum nr 16','','publish','closed','closed','','budynek-sportowy-z-zapleczem-szatniowym-przy-gimnazjum-nr-16','','','2014-12-10 22:09:28','2014-12-10 21:09:28','',0,'http://jawnylublin.pl/?post_type=gmcpt_post&p=400',0,'gmcpt_post','',0),(401,1,'2014-12-10 22:03:57','2014-12-10 21:03:57','','Gim16','źródło: Fundacja Wolności','inherit','open','open','','gim16_2-2','','','2014-12-10 22:04:26','2014-12-10 21:04:26','',400,'http://jawnylublin.pl/wp-content/uploads/2014/12/Gim16_21.jpg',0,'attachment','image/jpeg',0),(402,1,'2014-12-10 22:07:37','2014-12-10 21:07:37','Koszt w 2013 roku: <strong>6 241 345,12 zł</strong>\r\n\r\n[caption id=\"attachment_403\" align=\"aligncenter\" width=\"625\"]<img class=\"wp-image-403 size-large\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/12/Plywalnia_Zygmuntowskie21-1024x680.jpg\" alt=\"źródło: Fundacja Wolności\" width=\"625\" height=\"415\" /> źródło: Fundacja Wolności[/caption]','Budowa zespołu krytych pływalnii przy Al. Zygmuntowskich 4','','publish','closed','closed','','budowa-zespolu-krytych-plywalnii-przy-al-zygmuntowskich-4','','','2014-12-10 22:09:24','2014-12-10 21:09:24','',0,'http://jawnylublin.pl/?post_type=gmcpt_post&p=402',0,'gmcpt_post','',0),(403,1,'2014-12-10 22:07:52','2014-12-10 21:07:52','','Plywalnia Zygmuntowskie2','źródło: Fundacja Wolności','inherit','open','open','','plywalnia_zygmuntowskie2-2','','','2014-12-10 22:08:14','2014-12-10 21:08:14','',402,'http://jawnylublin.pl/wp-content/uploads/2014/12/Plywalnia_Zygmuntowskie21.jpg',0,'attachment','image/jpeg',0),(404,1,'2014-12-10 22:10:55','2014-12-10 21:10:55','Koszt w 2013 roku: <strong>4 947 215,57 zł</strong>','Budowa ul. Zelwerowicza','','publish','closed','closed','','budowa-ul-zelwerowicza','','','2014-12-10 23:34:05','2014-12-10 22:34:05','',0,'http://jawnylublin.pl/?post_type=gmcpt_post&p=404',0,'gmcpt_post','',0),(405,1,'2014-12-10 23:39:47','2014-12-10 22:39:47','','Miasteczko Ruchu Drogowego w Lublinie','źródło: bip.lublin.eu','inherit','open','open','','mrd_um','','','2014-12-10 23:40:16','2014-12-10 22:40:16','',275,'http://jawnylublin.pl/wp-content/uploads/2014/11/MRD_um.jpg',0,'attachment','image/jpeg',0),(406,1,'2014-12-10 23:55:21','2014-12-10 22:55:21','','mpk lublin','','inherit','open','open','','mpklublin','','','2014-12-10 23:55:44','2014-12-10 22:55:44','',126,'http://jawnylublin.pl/wp-content/uploads/2014/11/mpklublin.jpg',0,'attachment','image/jpeg',0),(407,1,'2014-12-10 23:56:51','2014-12-10 22:56:51','','port lotniczy lublin','','inherit','open','open','','portlotniczy','','','2014-12-10 23:56:59','2014-12-10 22:56:59','',122,'http://jawnylublin.pl/wp-content/uploads/2014/11/portlotniczy.png',0,'attachment','image/png',0),(408,1,'2014-12-10 23:59:46','2014-12-10 22:59:46','<strong>Wynagrodzenie członków zarządu i Rady Nadzorczej SPR Lublin</strong>\n\nZAROBKI\n- Rady Nadzorczej: 0 zł\n- Prezes Zarządu: 8000 zł brutto\n\nWyrok z 30 października 2014 roku w sprawie skargi Fundacji Wolności na bezczynność SPR Lublin SA w przedmiocie udostępnienia informacji publicznej (sygn. II SaB/Lu 374/14)','SPR Lublin','','inherit','open','open','','117-autosave-v1','','','2014-12-10 23:59:46','2014-12-10 22:59:46','',117,'http://jawnylublin.pl/archiwa/408',0,'revision','',0),(409,1,'2014-12-10 23:59:59','2014-12-10 22:59:59','','II SaB Lu 374-14','','inherit','open','open','','ii-sab-lu-374-14','','','2014-12-10 23:59:59','2014-12-10 22:59:59','',0,'http://jawnylublin.pl/wp-content/uploads/2014/12/II-SaB-Lu-374-14.pdf',0,'attachment','application/pdf',0),(410,1,'2014-12-11 01:24:32','2014-12-11 00:24:32','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n\r\n<b>O nas:</b>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span>\r\n\r\n<b>W skrócie:</b>\r\n\r\nFundacja Wolności istnieje od 3 sierpnia 2012 roku.\r\n\r\nSkupiamy 12 wolontariuszy i współpracowników\r\n\r\nW 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<i>Masz Głos, Masz Wybór</i>”.\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-11 01:24:32','2014-12-11 00:24:32','',21,'http://jawnylublin.pl/archiwa/410',0,'revision','',0),(411,1,'2014-12-11 01:24:58','2014-12-11 00:24:58','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n<b>O nas:</b>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span>\r\n\r\n<b>W skrócie:</b>\r\n\r\nFundacja Wolności istnieje od 3 sierpnia 2012 roku.\r\n\r\nSkupiamy 12 wolontariuszy i współpracowników\r\n\r\nW 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<i>Masz Głos, Masz Wybór</i>”.\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-11 01:24:58','2014-12-11 00:24:58','',21,'http://jawnylublin.pl/archiwa/411',0,'revision','',0),(412,1,'2014-12-11 01:25:18','2014-12-11 00:25:18','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span>\r\n\r\n<b>W skrócie:</b>\r\n\r\nFundacja Wolności istnieje od 3 sierpnia 2012 roku.\r\n\r\nSkupiamy 12 wolontariuszy i współpracowników\r\n\r\nW 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<i>Masz Głos, Masz Wybór</i>”.\r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-11 01:25:18','2014-12-11 00:25:18','',21,'http://jawnylublin.pl/archiwa/412',0,'revision','',0),(413,1,'2014-12-11 01:26:36','2014-12-11 00:26:36','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span>\r\n\r\n<b>W skrócie:</b>\r\n\r\nFundacja Wolności istnieje od 3 sierpnia 2012 roku.\r\n\r\nW 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<i>Masz Głos, Masz Wybór</i>”.\r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-11 01:26:36','2014-12-11 00:26:36','',21,'http://jawnylublin.pl/archiwa/413',0,'revision','',0),(414,1,'2014-12-11 01:26:50','2014-12-11 00:26:50','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span>\r\n\r\nW 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<i>Masz Głos, Masz Wybór</i>”.</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-11 01:26:50','2014-12-11 00:26:50','',21,'http://jawnylublin.pl/archiwa/414',0,'revision','',0),(415,1,'2014-12-11 01:27:03','2014-12-11 00:27:03','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span>\r\n\r\n<span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span>\r\n\r\nW 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<i>Masz Głos, Masz Wybór</i>”.\r\n\r\n \r\n\r\n \r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-11 01:27:03','2014-12-11 00:27:03','',21,'http://jawnylublin.pl/archiwa/415',0,'revision','',0),(416,1,'2014-12-11 01:27:19','2014-12-11 00:27:19','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span></p>\r\n<p style=\"text-align: justify;\">W 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<i>Masz Głos, Masz Wybór</i>”.</p>\r\n \r\n\r\n \r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-11 01:27:19','2014-12-11 00:27:19','',21,'http://jawnylublin.pl/archiwa/416',0,'revision','',0),(417,1,'2014-12-11 01:27:56','2014-12-11 00:27:56','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span></p>\r\n<p style=\"text-align: justify;\">W 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<a href=\"http://maszglos.pl\"><i>Masz Głos, Masz Wybór</i></a>”.</p>\r\n \r\n\r\n \r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-11 01:27:56','2014-12-11 00:27:56','',21,'http://jawnylublin.pl/archiwa/417',0,'revision','',0),(419,1,'2014-10-19 02:25:56','2014-10-19 00:25:56','<a href=\"http://jawnylublin.pl/wp-content/uploads/2014/12/infografika-alkoholowa.jpg\"><img class=\"aligncenter wp-image-420 size-full\" src=\"http://jawnylublin.pl/wp-content/uploads/2014/12/infografika-alkoholowa.jpg\" alt=\"Wynagrodzenia członków Komisji Rozwiązywania Problemów Alkoholowych\" width=\"2988\" height=\"3754\" /></a>','Wynagrodzenia Komisji Rozwiązywania Problemów Alkoholowych','','publish','closed','closed','','wynagrodzenia-komisji-rozwiazywania-problemow-alkoholowych','','','2014-12-11 02:27:02','2014-12-11 01:27:02','',0,'http://jawnylublin.pl/?post_type=infografika&p=419',0,'infografika','',0),(420,1,'2014-12-11 02:24:44','2014-12-11 01:24:44','','Wynagrodzenia członków Komisji Rozwiązywania Problemów Alkoholowych','','inherit','open','open','','infografika-alkoholowa','','','2014-12-11 02:25:05','2014-12-11 01:25:05','',419,'http://jawnylublin.pl/wp-content/uploads/2014/12/infografika-alkoholowa.jpg',0,'attachment','image/jpeg',0),(421,1,'2014-12-11 13:09:05','2014-12-11 12:09:05','','dotacja dla ZNK','','publish','closed','closed','','dotacja-dla-znk','','','2014-12-11 13:09:05','2014-12-11 12:09:05','',335,'http://jawnylublin.pl/?post_type=budget&p=421',0,'budget','',0),(422,1,'2014-12-11 13:09:49','2014-12-11 12:09:49','','ubezpieczenie majątku miasta','','publish','closed','closed','','ubezpieczenie-majatku-miasta','','','2014-12-11 13:09:49','2014-12-11 12:09:49','',335,'http://jawnylublin.pl/?post_type=budget&p=422',0,'budget','',0),(423,1,'2014-12-11 13:10:12','2014-12-11 12:10:12','','remonty obiektów oświatowych','','publish','closed','closed','','remonty-obiektow-oswiatowych','','','2014-12-11 13:10:12','2014-12-11 12:10:12','',335,'http://jawnylublin.pl/?post_type=budget&p=423',0,'budget','',0),(424,1,'2014-12-11 13:10:36','2014-12-11 12:10:36','','czynsze w obiektach oświatowych','','publish','closed','closed','','czynsze-w-obiektach-oswiatowych','','','2014-12-11 13:10:36','2014-12-11 12:10:36','',335,'http://jawnylublin.pl/?post_type=budget&p=424',0,'budget','',0),(425,1,'2014-12-11 13:10:58','2014-12-11 12:10:58','','wykup gruntów, nieruchomości i nakładów','','publish','closed','closed','','wykup-gruntow-nieruchomosci-i-nakladow','','','2014-12-11 13:10:58','2014-12-11 12:10:58','',335,'http://jawnylublin.pl/?post_type=budget&p=425',0,'budget','',0),(426,1,'2014-12-11 13:11:24','2014-12-11 12:11:24','','wypłata odszkodowań wraz z odsetkami','','publish','closed','closed','','wyplata-odszkodowan-wraz-z-odsetkami','','','2014-12-11 13:11:24','2014-12-11 12:11:24','',335,'http://jawnylublin.pl/?post_type=budget&p=426',0,'budget','',0),(427,1,'2014-12-11 13:11:47','2014-12-11 12:11:47','','wydatki związane z długami spadkowymi przejętymi po osobach zmarłych','','publish','closed','closed','','wydatki-zwiazane-z-dlugami-spadkowymi-przejetymi-po-osobach-zmarlych','','','2014-12-11 13:11:47','2014-12-11 12:11:47','',335,'http://jawnylublin.pl/?post_type=budget&p=427',0,'budget','',0),(428,1,'2014-12-11 13:12:11','2014-12-11 12:12:11','','zakup nieruchomości przy ul. Zbożowej','','publish','closed','closed','','zakup-nieruchomosci-przy-ul-zbozowej','','','2014-12-11 13:12:11','2014-12-11 12:12:11','',335,'http://jawnylublin.pl/?post_type=budget&p=428',0,'budget','',0),(429,1,'2014-12-11 13:12:30','2014-12-11 12:12:30','','utrzymanie zasobów komunalnych i sprzedażą mienia komunalnego oraz szacunki nieruchomości','','publish','closed','closed','','utrzymanie-zasobow-komunalnych-i-sprzedaza-mienia-komunalnego-oraz-szacunki-nieruchomosci','','','2014-12-11 13:12:30','2014-12-11 12:12:30','',335,'http://jawnylublin.pl/?post_type=budget&p=429',0,'budget','',0),(430,1,'2014-12-11 13:12:48','2014-12-11 12:12:48','','inne','','publish','closed','closed','','inne','','','2014-12-11 13:12:48','2014-12-11 12:12:48','',335,'http://jawnylublin.pl/?post_type=budget&p=430',0,'budget','',0),(431,1,'2014-12-11 13:13:39','2014-12-11 12:13:39','','wydatki związane z funkcjonowanie urzędu miasta, w tym wynagrodzenia','','publish','closed','closed','','wydatki-zwiazane-z-funkcjonowanie-urzedu-miasta-w-tym-wynagrodzenia','','','2014-12-11 13:13:39','2014-12-11 12:13:39','',336,'http://jawnylublin.pl/?post_type=budget&p=431',0,'budget','',0),(432,1,'2014-12-11 13:14:00','2014-12-11 12:14:00','','diety radnych i Przewodniczących Zarządów','','publish','closed','closed','','diety-radnych-i-przewodniczacych-zarzadow','','','2014-12-11 13:14:00','2014-12-11 12:14:00','',336,'http://jawnylublin.pl/?post_type=budget&p=432',0,'budget','',0),(433,1,'2014-12-11 13:14:22','2014-12-11 12:14:22','','modernizacja budynków','','publish','closed','closed','','modernizacja-budynkow','','','2014-12-11 13:14:22','2014-12-11 12:14:22','',336,'http://jawnylublin.pl/?post_type=budget&p=433',0,'budget','',0),(434,1,'2014-12-11 13:14:39','2014-12-11 12:14:39','','termomoderniacja obiektów użyteczności publicznej','','publish','closed','closed','','termomoderniacja-obiektow-uzytecznosci-publicznej','','','2014-12-11 13:14:39','2014-12-11 12:14:39','',336,'http://jawnylublin.pl/?post_type=budget&p=434',0,'budget','',0),(435,1,'2014-12-11 13:14:59','2014-12-11 12:14:59','','zakupy inwestycyjne','','publish','closed','closed','','zakupy-inwestycyjne','','','2014-12-11 13:14:59','2014-12-11 12:14:59','',336,'http://jawnylublin.pl/?post_type=budget&p=435',0,'budget','',0),(436,1,'2014-12-11 13:15:21','2014-12-11 12:15:21','','promocja jednostek samorządu terytorialnego','','publish','closed','closed','','promocja-jednostek-samorzadu-terytorialnego','','','2014-12-11 13:15:21','2014-12-11 12:15:21','',336,'http://jawnylublin.pl/?post_type=budget&p=436',0,'budget','',0),(437,1,'2014-12-11 13:15:37','2014-12-11 12:15:37','','pozostała działalność w zakresie administracji','','publish','closed','closed','','pozostala-dzialalnosc-w-zakresie-administracji','','','2014-12-11 13:15:37','2014-12-11 12:15:37','',336,'http://jawnylublin.pl/?post_type=budget&p=437',0,'budget','',0),(438,1,'2014-12-11 13:16:04','2014-12-11 12:16:04','','zadania zlecone','','publish','closed','closed','','zadania-zlecone','','','2014-12-11 13:16:04','2014-12-11 12:16:04','',336,'http://jawnylublin.pl/?post_type=budget&p=438',0,'budget','',0),(439,1,'2014-12-11 13:16:29','2014-12-11 12:16:29','','funkcjonowanie systemu gospodarowania odpadami','','publish','closed','closed','','funkcjonowanie-systemu-gospodarowania-odpadami','','','2014-12-11 13:16:29','2014-12-11 12:16:29','',336,'http://jawnylublin.pl/?post_type=budget&p=439',0,'budget','',0),(440,1,'2014-12-11 13:16:45','2014-12-11 12:16:45','','inwestycje realizowane z udziałem środków europejskich','','publish','closed','closed','','inwestycje-realizowane-z-udzialem-srodkow-europejskich','','','2014-12-11 13:16:45','2014-12-11 12:16:45','',336,'http://jawnylublin.pl/?post_type=budget&p=440',0,'budget','',0),(441,1,'2014-12-11 13:17:11','2014-12-11 12:17:11','','inne','','publish','closed','closed','','inne','','','2014-12-22 00:35:42','2014-12-21 23:35:42','',336,'http://jawnylublin.pl/?post_type=budget&p=441',18,'budget','',0),(442,1,'2014-12-11 13:17:49','2014-12-11 12:17:49','','Straż Miejska','','publish','closed','closed','','straz-miejska','','','2014-12-11 13:17:49','2014-12-11 12:17:49','',337,'http://jawnylublin.pl/?post_type=budget&p=442',0,'budget','',0),(443,1,'2014-12-11 13:18:17','2014-12-11 12:18:17','','zarządzanie kryzysowe','','publish','closed','closed','','zarzadzanie-kryzysowe','','','2014-12-11 13:18:17','2014-12-11 12:18:17','',337,'http://jawnylublin.pl/?post_type=budget&p=443',0,'budget','',0),(444,1,'2014-12-11 13:18:47','2014-12-11 12:18:47','','funkcjonowania Komendy Miejskiej PSP','','publish','closed','closed','','funkcjonowania-komendy-miejskiej-psp','','','2014-12-11 13:18:47','2014-12-11 12:18:47','',337,'http://jawnylublin.pl/?post_type=budget&p=444',0,'budget','',0),(445,1,'2014-12-11 13:19:13','2014-12-11 12:19:13','','zakup samochodów ratowniczo-gaśniczych dla portu lotniczego','','publish','closed','closed','','zakup-samochodow-ratowniczo-gasniczych-dla-portu-lotniczego','','','2014-12-11 13:19:13','2014-12-11 12:19:13','',337,'http://jawnylublin.pl/?post_type=budget&p=445',0,'budget','',0),(446,1,'2014-12-11 13:20:00','2014-12-11 12:20:00','','Komenda Wojewódzka Policji','','publish','closed','closed','','komenda-wojewodzka-policji','','','2014-12-11 13:20:00','2014-12-11 12:20:00','',337,'http://jawnylublin.pl/?post_type=budget&p=446',0,'budget','',0),(447,1,'2014-12-11 13:20:20','2014-12-11 12:20:20','','Komenda Miejska Państwowej Straży Pożarnej','','publish','closed','closed','','komenda-miejska-panstwowej-strazy-pozarnej','','','2014-12-11 13:20:21','2014-12-11 12:20:21','',337,'http://jawnylublin.pl/?post_type=budget&p=447',0,'budget','',0),(448,1,'2014-12-11 13:20:40','2014-12-11 12:20:40','','inne','','publish','closed','closed','','inne','','','2014-12-11 13:20:40','2014-12-11 12:20:40','',337,'http://jawnylublin.pl/?post_type=budget&p=448',0,'budget','',0),(449,1,'2014-12-11 13:21:24','2014-12-11 12:21:24','','wynagrodzenia i pochodne od wynagrodzeń','','publish','closed','closed','','wynagrodzenia-i-pochodne-od-wynagrodzen','','','2014-12-11 13:21:24','2014-12-11 12:21:24','',339,'http://jawnylublin.pl/?post_type=budget&p=449',0,'budget','',0),(450,1,'2014-12-11 13:21:49','2014-12-11 12:21:49','','pozostałe wydatki bieżące','','publish','closed','closed','','pozostale-wydatki-biezace','','','2014-12-11 13:21:49','2014-12-11 12:21:49','',339,'http://jawnylublin.pl/?post_type=budget&p=450',0,'budget','',0),(451,1,'2014-12-11 13:22:10','2014-12-11 12:22:10','','dokształcanie i doskonalenie zawodowe nauczycieli','','publish','closed','closed','','doksztalcanie-i-doskonalenie-zawodowe-nauczycieli','','','2014-12-11 13:22:10','2014-12-11 12:22:10','',339,'http://jawnylublin.pl/?post_type=budget&p=451',0,'budget','',0),(452,1,'2014-12-11 13:22:33','2014-12-11 12:22:33','','dotacje dla publicznych i niepublicznych szkół i placówek oświatowych','','publish','closed','closed','','dotacje-dla-publicznych-i-niepublicznych-szkol-i-placowek-oswiatowych','','','2014-12-11 13:22:33','2014-12-11 12:22:33','',339,'http://jawnylublin.pl/?post_type=budget&p=452',0,'budget','',0),(453,1,'2014-12-11 13:22:53','2014-12-11 12:22:53','','akcję „Bezpieczna droga” i „Przyjazna Zebra”','','publish','closed','closed','','akcje-bezpieczna-droga-i-przyjazna-zebra','','','2014-12-11 13:22:53','2014-12-11 12:22:53','',339,'http://jawnylublin.pl/?post_type=budget&p=453',0,'budget','',0),(454,1,'2014-12-11 13:23:11','2014-12-11 12:23:11','','dowożenie uczniów do szkół','','publish','closed','closed','','dowozenie-uczniow-do-szkol','','','2014-12-11 13:23:11','2014-12-11 12:23:11','',339,'http://jawnylublin.pl/?post_type=budget&p=454',0,'budget','',0),(455,1,'2014-12-11 13:23:35','2014-12-11 12:23:35','','inwestycje w szkołach','','publish','closed','closed','','inwestycje-w-szkolach','','','2014-12-11 13:23:35','2014-12-11 12:23:35','',339,'http://jawnylublin.pl/?post_type=budget&p=455',0,'budget','',0),(456,1,'2014-12-11 13:23:54','2014-12-11 12:23:54','','kryte pływalnie przy jednostkach oświatowych','','publish','closed','closed','','kryte-plywalnie-przy-jednostkach-oswiatowych','','','2014-12-11 13:23:54','2014-12-11 12:23:54','',339,'http://jawnylublin.pl/?post_type=budget&p=456',0,'budget','',0),(457,1,'2014-12-11 13:24:14','2014-12-11 12:24:14','','inne','','publish','closed','closed','','inne','','','2014-12-11 13:24:14','2014-12-11 12:24:14','',339,'http://jawnylublin.pl/?post_type=budget&p=457',0,'budget','',0),(458,1,'2014-12-11 13:25:52','2014-12-11 12:25:52','','przeciwdziałanie alkoholizmowi','','publish','closed','closed','','przeciwdzialanie-alkoholizmowi','','','2014-12-11 13:25:52','2014-12-11 12:25:52','',340,'http://jawnylublin.pl/?post_type=budget&p=458',0,'budget','',0),(459,1,'2014-12-11 13:26:17','2014-12-11 12:26:17','','lecznictwo ambulatoryjne','','publish','closed','closed','','lecznictwo-ambulatoryjne','','','2014-12-11 13:26:17','2014-12-11 12:26:17','',340,'http://jawnylublin.pl/?post_type=budget&p=459',0,'budget','',0),(460,1,'2014-12-11 13:26:46','2014-12-11 12:26:46','','lecznictwo stomatologiczne','','publish','closed','closed','','lecznictwo-stomatologiczne','','','2014-12-11 13:26:46','2014-12-11 12:26:46','',340,'http://jawnylublin.pl/?post_type=budget&p=460',0,'budget','',0),(461,1,'2014-12-11 13:27:09','2014-12-11 12:27:09','','zwalczanie narkomanii','','publish','closed','closed','','zwalczanie-narkomanii','','','2014-12-11 13:27:09','2014-12-11 12:27:09','',340,'http://jawnylublin.pl/?post_type=budget&p=461',0,'budget','',0),(462,1,'2014-12-11 13:27:36','2014-12-11 12:27:36','','programy polityki zdrowotnej','','publish','closed','closed','','programy-polityki-zdrowotnej','','','2014-12-11 13:27:36','2014-12-11 12:27:36','',340,'http://jawnylublin.pl/?post_type=budget&p=462',0,'budget','',0),(463,1,'2014-12-11 13:27:56','2014-12-11 12:27:56','','ubezpieczenie zdrowotne za osoby bezrobotne oraz uczniów i wychowanków placówek opiekuńczo-wychowawczych','','publish','closed','closed','','ubezpieczenie-zdrowotne-za-osoby-bezrobotne-oraz-uczniow-i-wychowankow-placowek-opiekunczo-wychowawczych','','','2014-12-11 13:27:56','2014-12-11 12:27:56','',340,'http://jawnylublin.pl/?post_type=budget&p=463',0,'budget','',0),(464,1,'2014-12-11 13:28:13','2014-12-11 12:28:13','','inne','','publish','closed','closed','','inne','','','2014-12-11 13:28:13','2014-12-11 12:28:13','',340,'http://jawnylublin.pl/?post_type=budget&p=464',0,'budget','',0),(465,1,'2014-12-11 13:28:57','2014-12-11 12:28:57','','placówki opiekuńczo-wychowawcze','','publish','closed','closed','','placowki-opiekunczo-wychowawcze','','','2014-12-11 13:28:57','2014-12-11 12:28:57','',341,'http://jawnylublin.pl/?post_type=budget&p=465',0,'budget','',0),(466,1,'2014-12-11 13:29:37','2014-12-11 12:29:37','','domy pomocy społecznej','','publish','closed','closed','','domy-pomocy-spolecznej','','','2014-12-11 13:29:37','2014-12-11 12:29:37','',341,'http://jawnylublin.pl/?post_type=budget&p=466',0,'budget','',0),(467,1,'2014-12-11 13:30:14','2014-12-11 12:30:14','','ośrodki wsparcia','','publish','closed','closed','','osrodki-wsparcia','','','2014-12-11 13:30:14','2014-12-11 12:30:14','',341,'http://jawnylublin.pl/?post_type=budget&p=467',0,'budget','',0),(468,1,'2014-12-11 13:30:46','2014-12-11 12:30:46','','rodziny zastępcze','','publish','closed','closed','','rodziny-zastepcze','','','2014-12-11 13:30:46','2014-12-11 12:30:46','',341,'http://jawnylublin.pl/?post_type=budget&p=468',0,'budget','',0),(469,1,'2014-12-11 13:31:15','2014-12-11 12:31:15','','system pieczy zastępczej i wspieranie rodziny','','publish','closed','closed','','system-pieczy-zastepczej-i-wspieranie-rodziny','','','2014-12-11 13:31:15','2014-12-11 12:31:15','',341,'http://jawnylublin.pl/?post_type=budget&p=469',0,'budget','',0),(470,1,'2014-12-11 13:31:40','2014-12-11 12:31:40','','zasiłki i pomoc w naturze oraz składki na ubezpieczenia emerytalne i rentowe','','publish','closed','closed','','zasilki-i-pomoc-w-naturze-oraz-skladki-na-ubezpieczenia-emerytalne-i-rentowe','','','2014-12-11 13:31:40','2014-12-11 12:31:40','',341,'http://jawnylublin.pl/?post_type=budget&p=470',0,'budget','',0),(471,1,'2014-12-11 13:32:12','2014-12-11 12:32:12','','dodatki mieszkaniowe','','publish','closed','closed','','dodatki-mieszkaniowe','','','2014-12-11 13:32:12','2014-12-11 12:32:12','',341,'http://jawnylublin.pl/?post_type=budget&p=471',0,'budget','',0),(472,1,'2014-12-11 13:32:45','2014-12-11 12:32:45','','zasiłki stałe','','publish','closed','closed','','zasilki-stale','','','2014-12-11 13:32:45','2014-12-11 12:32:45','',341,'http://jawnylublin.pl/?post_type=budget&p=472',0,'budget','',0),(473,1,'2014-12-11 13:33:07','2014-12-11 12:33:07','','funkcjonowanie MOPR','','publish','closed','closed','','funkcjonowanie-mopr','','','2014-12-11 13:33:07','2014-12-11 12:33:07','',341,'http://jawnylublin.pl/?post_type=budget&p=473',0,'budget','',0),(474,1,'2014-12-11 13:33:45','2014-12-11 12:33:45','','usługi opiekuńcze','','publish','closed','closed','','uslugi-opiekuncze','','','2014-12-11 13:33:45','2014-12-11 12:33:45','',341,'http://jawnylublin.pl/?post_type=budget&p=474',0,'budget','',0),(475,1,'2014-12-11 13:34:11','2014-12-11 12:34:11','','pomoc państwa w zakresie dożywiania','','publish','closed','closed','','pomoc-panstwa-w-zakresie-dozywiania','','','2014-12-11 13:34:11','2014-12-11 12:34:11','',341,'http://jawnylublin.pl/?post_type=budget&p=475',0,'budget','',0),(476,1,'2014-12-11 13:34:46','2014-12-11 12:34:46','','świadczenia rodzinne, alimentacyjne oraz sładki na ubezpieczenie emerytalne i rentowe','','publish','closed','closed','','swiadczenia-rodzinne-alimentacyjne-oraz-sladki-na-ubezpieczenie-emerytalne-i-rentowe','','','2014-12-11 13:34:46','2014-12-11 12:34:46','',341,'http://jawnylublin.pl/?post_type=budget&p=476',0,'budget','',0),(477,1,'2014-12-11 13:35:20','2014-12-11 12:35:20','','inne','','publish','closed','closed','','inne','','','2014-12-11 13:35:20','2014-12-11 12:35:20','',341,'http://jawnylublin.pl/?post_type=budget&p=477',0,'budget','',0),(478,1,'2014-12-11 13:49:55','2014-12-11 12:49:55','','funkcjonowanie Miejskiego Zespołu Żłobków','','publish','closed','closed','','funkcjonowanie-miejskiego-zespolu-zlobkow','','','2014-12-11 13:49:55','2014-12-11 12:49:55','',342,'http://jawnylublin.pl/?post_type=budget&p=478',0,'budget','',0),(479,1,'2014-12-11 13:50:15','2014-12-11 12:50:15','','MUP','','publish','closed','closed','','mup','','','2014-12-11 13:50:15','2014-12-11 12:50:15','',342,'http://jawnylublin.pl/?post_type=budget&p=479',0,'budget','',0),(480,1,'2014-12-11 13:50:41','2014-12-11 12:50:41','','funkcjonowanie placówek prowadzonych przez miasto','','publish','closed','closed','','funkcjonowanie-placowek-prowadzonych-przez-miasto','','','2014-12-11 13:50:41','2014-12-11 12:50:41','',342,'http://jawnylublin.pl/?post_type=budget&p=480',0,'budget','',0),(481,1,'2014-12-11 13:51:01','2014-12-11 12:51:01','','dotacje dla niepublicznych placówek oświatowo-wychowawczych','','publish','closed','closed','','dotacje-dla-niepublicznych-placowek-oswiatowo-wychowawczych','','','2014-12-11 13:51:01','2014-12-11 12:51:01','',342,'http://jawnylublin.pl/?post_type=budget&p=481',0,'budget','',0),(482,1,'2014-12-11 13:51:32','2014-12-11 12:51:32','','pomoc materialna dla uczniów','','publish','closed','closed','','pomoc-materialna-dla-uczniow','','','2014-12-11 13:51:32','2014-12-11 12:51:32','',342,'http://jawnylublin.pl/?post_type=budget&p=482',0,'budget','',0),(483,1,'2014-12-11 13:52:05','2014-12-11 12:52:05','','rehabilitacja zawodowa i społeczna osób niepełnosprawnych','','publish','closed','closed','','rehabilitacja-zawodowa-i-spoleczna-osob-niepelnosprawnych','','','2014-12-11 13:52:05','2014-12-11 12:52:05','',342,'http://jawnylublin.pl/?post_type=budget&p=483',0,'budget','',0),(484,1,'2014-12-11 13:52:30','2014-12-11 12:52:30','','zespoły do spraw orzekania o niepełnosprawności','','publish','closed','closed','','zespoly-do-spraw-orzekania-o-niepelnosprawnosci','','','2014-12-11 13:52:30','2014-12-11 12:52:30','',342,'http://jawnylublin.pl/?post_type=budget&p=484',0,'budget','',0),(485,1,'2014-12-11 13:52:53','2014-12-11 12:52:53','','projekty realizowane ze środków europejskich','','publish','closed','closed','','projekty-realizowane-ze-srodkow-europejskich','','','2014-12-11 13:52:53','2014-12-11 12:52:53','',342,'http://jawnylublin.pl/?post_type=budget&p=485',0,'budget','',0),(486,1,'2014-12-11 13:53:20','2014-12-11 12:53:20','','inne','','publish','closed','closed','','inne','','','2014-12-11 13:53:20','2014-12-11 12:53:20','',342,'http://jawnylublin.pl/?post_type=budget&p=486',0,'budget','',0),(487,1,'2014-12-11 13:54:13','2014-12-11 12:54:13','','gospodarka ściekowa i ochrona wód','','publish','closed','closed','','gospodarka-sciekowa-i-ochrona-wod','','','2014-12-11 13:54:13','2014-12-11 12:54:13','',343,'http://jawnylublin.pl/?post_type=budget&p=487',0,'budget','',0),(488,1,'2014-12-11 13:55:03','2014-12-11 12:55:03','','gospodarka odpadami','','publish','closed','closed','','gospodarka-odpadami','','','2014-12-11 13:55:03','2014-12-11 12:55:03','',343,'http://jawnylublin.pl/?post_type=budget&p=488',0,'budget','',0),(489,1,'2014-12-11 13:55:28','2014-12-11 12:55:28','','oczyszczanie miast i wsi','','publish','closed','closed','','oczyszczanie-miast-i-wsi','','','2014-12-11 13:55:28','2014-12-11 12:55:28','',343,'http://jawnylublin.pl/?post_type=budget&p=489',0,'budget','',0),(490,1,'2014-12-11 13:55:52','2014-12-11 12:55:52','','utrzymanie zieleni w miastach i gminach','','publish','closed','closed','','utrzymanie-zieleni-w-miastach-i-gminach','','','2014-12-11 13:55:52','2014-12-11 12:55:52','',343,'http://jawnylublin.pl/?post_type=budget&p=490',0,'budget','',0),(491,1,'2014-12-11 13:56:14','2014-12-11 12:56:14','','schroniska dla zwierząt','','publish','closed','closed','','schroniska-dla-zwierzat','','','2014-12-11 13:56:14','2014-12-11 12:56:14','',343,'http://jawnylublin.pl/?post_type=budget&p=491',0,'budget','',0),(492,1,'2014-12-11 13:56:36','2014-12-11 12:56:36','','oświetlenie ulic, placów i dróg','','publish','closed','closed','','oswietlenie-ulic-placow-i-drog','','','2014-12-11 13:56:36','2014-12-11 12:56:36','',343,'http://jawnylublin.pl/?post_type=budget&p=492',0,'budget','',0),(493,1,'2014-12-11 13:56:56','2014-12-11 12:56:56','','inwestycje realizowane z udziałem środków europejskich','','publish','closed','closed','','inwestycje-realizowane-z-udzialem-srodkow-europejskich','','','2014-12-11 13:56:56','2014-12-11 12:56:56','',343,'http://jawnylublin.pl/?post_type=budget&p=493',0,'budget','',0),(494,1,'2014-12-11 13:57:23','2014-12-11 12:57:23','','pomoc finansowa dla Gminy Lubartów','','publish','closed','closed','','pomoc-finansowa-dla-gminy-lubartow','','','2014-12-11 13:57:23','2014-12-11 12:57:23','',343,'http://jawnylublin.pl/?post_type=budget&p=494',0,'budget','',0),(495,1,'2014-12-11 13:57:44','2014-12-11 12:57:44','','inne','','publish','closed','closed','','inne','','','2014-12-11 13:57:44','2014-12-11 12:57:44','',343,'http://jawnylublin.pl/?post_type=budget&p=495',0,'budget','',0),(496,1,'2014-12-11 13:58:27','2014-12-11 12:58:27','','dotacja dla Teatru Andersena','','publish','closed','closed','','dotacja-dla-teatru-andersena','','','2014-12-11 13:58:27','2014-12-11 12:58:27','',344,'http://jawnylublin.pl/?post_type=budget&p=496',0,'budget','',0),(497,1,'2014-12-11 13:58:55','2014-12-11 12:58:55','','domy i ośrodki kultury, świetlice i kluby','','publish','closed','closed','','domy-i-osrodki-kultury-swietlice-i-kluby','','','2014-12-11 13:58:55','2014-12-11 12:58:55','',344,'http://jawnylublin.pl/?post_type=budget&p=497',0,'budget','',0),(498,1,'2014-12-11 13:59:26','2014-12-11 12:59:26','','galerie i biura wystaw artystycznych','','publish','closed','closed','','galerie-i-biura-wystaw-artystycznych','','','2014-12-11 13:59:26','2014-12-11 12:59:26','',344,'http://jawnylublin.pl/?post_type=budget&p=498',0,'budget','',0),(499,1,'2014-12-11 13:59:47','2014-12-11 12:59:47','','Miejska Biblioteka Publiczna im. Łopacińskiego','','publish','closed','closed','','miejska-biblioteka-publiczna-im-lopacinskiego','','','2014-12-11 13:59:47','2014-12-11 12:59:47','',344,'http://jawnylublin.pl/?post_type=budget&p=499',0,'budget','',0),(500,1,'2014-12-11 14:00:20','2014-12-11 13:00:20','','ochrona zabytków i opieka nad zabytkami','','publish','closed','closed','','ochrona-zabytkow-i-opieka-nad-zabytkami','','','2014-12-11 14:00:20','2014-12-11 13:00:20','',344,'http://jawnylublin.pl/?post_type=budget&p=500',0,'budget','',0),(501,1,'2014-12-11 14:00:43','2014-12-11 13:00:43','','tworzenie, upowszechnianie i rozwój kultury','','publish','closed','closed','','tworzenie-upowszechnianie-i-rozwoj-kultury','','','2014-12-11 14:00:43','2014-12-11 13:00:43','',344,'http://jawnylublin.pl/?post_type=budget&p=501',0,'budget','',0),(502,1,'2014-12-11 14:01:11','2014-12-11 13:01:11','','konserwacja Muszli Koncertowej','','publish','closed','closed','','konserwacja-muszli-koncertowej','','','2014-12-11 14:01:11','2014-12-11 13:01:11','',344,'http://jawnylublin.pl/?post_type=budget&p=502',0,'budget','',0),(503,1,'2014-12-11 14:01:32','2014-12-11 13:01:32','','utrzymanie miejsc pamięci narodowej','','publish','closed','closed','','utrzymanie-miejsc-pamieci-narodowej','','','2014-12-11 14:01:32','2014-12-11 13:01:32','',344,'http://jawnylublin.pl/?post_type=budget&p=503',0,'budget','',0),(504,1,'2014-12-11 14:01:50','2014-12-11 13:01:50','','inwestycje realizowane z udziałem środków europejskich','','publish','closed','closed','','inwestycje-realizowane-z-udzialem-srodkow-europejskich','','','2014-12-11 14:01:50','2014-12-11 13:01:50','',344,'http://jawnylublin.pl/?post_type=budget&p=504',0,'budget','',0),(505,1,'2014-12-11 14:02:59','2014-12-11 13:02:59','','wynagrodzenie dla trenerów w ramach programu Orlik','','publish','closed','closed','','wynagrodzenie-dla-trenerow-w-ramach-programu-orlik','','','2014-12-11 14:02:59','2014-12-11 13:02:59','',345,'http://jawnylublin.pl/?post_type=budget&p=505',0,'budget','',0),(506,1,'2014-12-11 14:03:26','2014-12-11 13:03:26','','utrzymanie boisk Orlik','','publish','closed','closed','','utrzymanie-boisk-orlik','','','2014-12-11 14:03:26','2014-12-11 13:03:26','',345,'http://jawnylublin.pl/?post_type=budget&p=506',0,'budget','',0),(507,1,'2014-12-11 14:03:48','2014-12-11 13:03:48','','zajęcia sportowe w szkołach','','publish','closed','closed','','zajecia-sportowe-w-szkolach','','','2014-12-11 14:03:48','2014-12-11 13:03:48','',345,'http://jawnylublin.pl/?post_type=budget&p=507',0,'budget','',0),(508,1,'2014-12-11 14:04:10','2014-12-11 13:04:10','','zakup usług w MOSIR „Bystrzyca” Sp. z o.o.','','publish','closed','closed','','zakup-uslug-w-mosir-bystrzyca-sp-z-o-o','','','2014-12-11 14:04:10','2014-12-11 13:04:10','',345,'http://jawnylublin.pl/?post_type=budget&p=508',0,'budget','',0),(509,1,'2014-12-11 14:04:34','2014-12-11 13:04:34','','budowa basenu przy ul. Łabędziej','','publish','closed','closed','','budowa-basenu-przy-ul-labedziej','','','2014-12-11 14:04:34','2014-12-11 13:04:34','',345,'http://jawnylublin.pl/?post_type=budget&p=509',0,'budget','',0),(510,1,'2014-12-11 14:05:01','2014-12-11 13:05:01','','budowa zespołu krytych pływalni przy Al. Zygmuntowskich 4 w Lublinie','','publish','closed','closed','','budowa-zespolu-krytych-plywalni-przy-al-zygmuntowskich-4-w-lublinie','','','2014-12-11 14:05:01','2014-12-11 13:05:01','',345,'http://jawnylublin.pl/?post_type=budget&p=510',0,'budget','',0),(511,1,'2014-12-11 14:05:30','2014-12-11 13:05:30','','objęcie udziałów w Motor i SPR','','publish','closed','closed','','objecie-udzialow-w-motor-i-spr','','','2014-12-11 14:05:30','2014-12-11 13:05:30','',345,'http://jawnylublin.pl/?post_type=budget&p=511',0,'budget','',0),(512,1,'2014-12-11 14:05:52','2014-12-11 13:05:52','','dokumentacja modernizacji stadionu lekkoatletycznego przy ul. Piłsudskiego','','publish','closed','closed','','dokumentacja-modernizacji-stadionu-lekkoatletycznego-przy-ul-pilsudskiego','','','2014-12-11 14:05:52','2014-12-11 13:05:52','',345,'http://jawnylublin.pl/?post_type=budget&p=512',0,'budget','',0),(513,1,'2014-12-11 14:06:20','2014-12-11 13:06:20','','zadania w zakresie kultury fizycznej','','publish','closed','closed','','zadania-w-zakresie-kultury-fizycznej','','','2014-12-11 14:06:20','2014-12-11 13:06:20','',345,'http://jawnylublin.pl/?post_type=budget&p=513',0,'budget','',0),(514,1,'2014-12-11 14:06:38','2014-12-11 13:06:38','','utrzymanie obiektów sportowych','','publish','closed','closed','','utrzymanie-obiektow-sportowych','','','2014-12-11 14:06:38','2014-12-11 13:06:38','',345,'http://jawnylublin.pl/?post_type=budget&p=514',0,'budget','',0),(515,1,'2014-12-11 14:07:28','2014-12-11 13:07:28','','utrzymanie boisk osiedlowych','','publish','closed','closed','','utrzymanie-boisk-osiedlowych','','','2014-12-11 14:07:28','2014-12-11 13:07:28','',345,'http://jawnylublin.pl/?post_type=budget&p=515',0,'budget','',0),(516,1,'2014-12-11 14:07:47','2014-12-11 13:07:47','','inwestycje realizowane z udziałem środków europejskich','','publish','closed','closed','','inwestycje-realizowane-z-udzialem-srodkow-europejskich','','','2014-12-11 14:07:47','2014-12-11 13:07:47','',345,'http://jawnylublin.pl/?post_type=budget&p=516',0,'budget','',0),(517,1,'2014-12-11 14:08:10','2014-12-11 13:08:10','','opłacenie składek z tytułu członkostwa w organizacjach turystycznych','','publish','closed','closed','','oplacenie-skladek-z-tytulu-czlonkostwa-w-organizacjach-turystycznych','','','2014-12-11 14:08:10','2014-12-11 13:08:10','',346,'http://jawnylublin.pl/?post_type=budget&p=517',0,'budget','',0),(518,1,'2014-12-11 14:08:32','2014-12-11 13:08:32','','organizacja działalności turystyczno-krajoznawczej','','publish','closed','closed','','organizacja-dzialalnosci-turystyczno-krajoznawczej','','','2014-12-11 14:08:32','2014-12-11 13:08:32','',346,'http://jawnylublin.pl/?post_type=budget&p=518',0,'budget','',0),(519,1,'2014-12-11 14:08:51','2014-12-11 13:08:51','','propagowanie turystyki','','publish','closed','closed','','propagowanie-turystyki','','','2014-12-11 14:08:51','2014-12-11 13:08:51','',346,'http://jawnylublin.pl/?post_type=budget&p=519',0,'budget','',0),(520,1,'2014-12-11 14:09:16','2014-12-11 13:09:16','','wytyczenie pasów rowerowych, zakup rowerów i stacji rowerowych (ze środków europejskich)','','publish','closed','closed','','wytyczenie-pasow-rowerowych-zakup-rowerow-i-stacji-rowerowych-ze-srodkow-europejskich','','','2014-12-11 14:09:16','2014-12-11 13:09:16','',346,'http://jawnylublin.pl/?post_type=budget&p=520',0,'budget','',0),(521,1,'2014-12-13 03:18:32','2014-12-13 02:18:32','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz budżet obywatelski jest w całym mieście.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania rejestru miejskich wydatków, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span></p>\r\n<p style=\"text-align: justify;\">W 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<a href=\"http://maszglos.pl\"><i>Masz Głos, Masz Wybór</i></a>”.</p>\r\n \r\n\r\n \r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-13 03:18:32','2014-12-13 02:18:32','',21,'http://jawnylublin.pl/archiwa/521',0,'revision','',0),(522,1,'2014-12-14 14:15:36','2014-12-14 13:15:36','<div class=\"row\">\r\n<div class=\"columns large-8\">\r\n<h4>Dane Kontaktowe</h4>\r\n<h3>Fundacja Wolności</h3>\r\n<a href=\"http://www.fundacjawolnosci.org\">www.fundacjawolnosci.org</a>\r\n<a href=\"mailto:kontakt@fundacjawolnosci.org\">kontakt@fundacjawolnosci.org</a>\r\n\r\nAdres korespondencyjny:\r\nul. Sowia 2/6\r\n20-323 Lublin\r\n\r\n<b>O nas:</b>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$0:0\">Chcemy by mieszkańcy Lublina realnie decydowali o tym, co się dzieje w mieście.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$2:0\">Sprawdzamy czy urzędnicy sensownie wydają nasze pieniądze. Dzięki nam mieszkańcy dzielnicy Rury skorzystali z budżetu obywatelskiego – teraz <a href=\"http://budzetobywatelski.lublin.pl/\">budżet obywatelski jest w całym mieście</a>.</span></p>\r\n<p style=\"text-align: justify;\"><span data-reactid=\".jb.$mid=11415192217380=27d9d9573f65a151999.2:0.0.0.0.0.0.$end:0:$4:0\">Doprowadziliśmy do powstania <a href=\"http://bip.lublin.eu/bip/um/index.php?t=200&id=219509\">rejestru miejskich wydatków</a>, dzięki któremu Lublinianie mogą sprawdzić ile ich kosztowała budowa basenu olimpijskiego, koncert Budki Suflera czy remont osiedlowej drogi.</span></p>\r\n<p style=\"text-align: justify;\">W 2013 roku za naszą pracę zostaliśmy wyróżnieni przez <i>Fundację Batorego </i>i organizatorów akcji „<a href=\"http://maszglos.pl\"><i>Masz Głos, Masz Wybór</i></a>”.</p>\r\n \r\n\r\n \r\n\r\n</div>\r\n<div class=\"columns large-8\">\r\n<h4>Formularz Kontaktowy</h4>\r\n[contact-form-7 id=\"79\" title=\"Formularz 1\"]\r\n\r\n</div>\r\n</div>','Kontakt','','inherit','open','open','','21-revision-v1','','','2014-12-14 14:15:36','2014-12-14 13:15:36','',21,'http://jawnylublin.pl/archiwa/522',0,'revision','',0),(524,1,'2014-12-23 01:34:43','2014-12-23 00:34:43','<a href=\"http://fundacjawolnosci.org/wp-content/uploads/2013/09/LPEC_zarobki.pdf\" target=\"_blank\">Wynagrodzenie członków zarządu i Rady Nadzorczej LPEC [PDF]</a>\n\nPodział zysku spółki za 2012 rok [JPG]','Lubelskie Przedsiębiorstwo Energetyki Cieplnej','','inherit','open','open','','123-autosave-v1','','','2014-12-23 01:34:43','2014-12-23 00:34:43','',123,'http://jawnylublin.pl/archiwa/524',0,'revision','',0),(525,1,'2014-12-23 01:32:48','2014-12-23 00:32:48','','LPEC_podzialZysku_2012','','inherit','open','open','','lpec_podzialzysku_2012','','','2014-12-23 01:32:48','2014-12-23 00:32:48','',0,'http://jawnylublin.pl/wp-content/uploads/2014/12/LPEC_podzialZysku_2012.jpg',0,'attachment','image/jpeg',0),(527,1,'2014-12-23 01:41:32','2014-12-23 00:41:32','','SONY DSC','','inherit','open','open','','sony-dsc','','','2014-12-23 01:41:32','2014-12-23 00:41:32','',0,'http://jawnylublin.pl/wp-content/uploads/2014/12/Kamienice_rachunek2013.jpg',0,'attachment','image/jpeg',0),(528,1,'2014-12-23 01:42:37','2014-12-23 00:42:37','','SONY DSC','','inherit','open','open','','sony-dsc-2','','','2014-12-23 01:42:37','2014-12-23 00:42:37','',0,'http://jawnylublin.pl/wp-content/uploads/2014/12/Kamienice_wynagrodzenia.jpg',0,'attachment','image/jpeg',0),(529,1,'2014-12-23 23:19:05','2014-12-23 22:19:05','','Administracja publiczna','','publish','closed','closed','','administracja-publiczna-3','','','2014-12-23 23:30:36','2014-12-23 22:30:36','',0,'http://jawnylublin.pl/?post_type=budget&p=529',11,'budget','',0),(530,1,'2014-12-23 23:17:19','2014-12-23 22:17:19','','Transport i łączność','','publish','closed','closed','','transport-i-lacznosc-3','','','2014-12-23 23:17:19','2014-12-23 22:17:19','',0,'http://jawnylublin.pl/?post_type=budget&p=530',1,'budget','',0),(531,1,'2014-12-23 23:18:12','2014-12-23 22:18:12','','Utrzymanie i remonty dróg','','publish','closed','closed','','utrzymanie-i-remonty-drog-2','','','2014-12-23 23:18:32','2014-12-23 22:18:32','',0,'http://jawnylublin.pl/?post_type=budget&p=531',2,'budget','',0),(532,1,'2014-12-23 23:19:10','2014-12-23 22:19:10','','Gospodarka mieszkaniowa','','publish','closed','closed','','gospodarka-mieszkaniowa-3','','','2014-12-23 23:19:10','2014-12-23 22:19:10','',0,'http://jawnylublin.pl/?post_type=budget&p=532',3,'budget','',0),(533,1,'2014-12-23 23:19:53','2014-12-23 22:19:53','','Bezpieczeństwo publiczne i ochrona przeciwpożarowa','','publish','closed','closed','','bezpieczenstwo-publiczne-i-ochrona-przeciwpozarowa-3','','','2014-12-23 23:19:53','2014-12-23 22:19:53','',0,'http://jawnylublin.pl/?post_type=budget&p=533',0,'budget','',0),(534,1,'2014-12-23 23:20:28','2014-12-23 22:20:28','','Obsługa zadłużenia','','publish','closed','closed','','obsluga-zadluzenia-3','','','2014-12-23 23:20:28','2014-12-23 22:20:28','',0,'http://jawnylublin.pl/?post_type=budget&p=534',12,'budget','',0),(535,1,'2014-12-23 23:21:40','2014-12-23 22:21:40','','Oświata i wychowanie','','publish','closed','closed','','oswiata-i-wychowanie-3','','','2014-12-23 23:21:40','2014-12-23 22:21:40','',0,'http://jawnylublin.pl/?post_type=budget&p=535',6,'budget','',0),(536,1,'2014-12-23 23:22:26','2014-12-23 22:22:26','','Ochrona zdrowia','','publish','closed','closed','','ochrona-zdrowia-3','','','2014-12-23 23:22:26','2014-12-23 22:22:26','',0,'http://jawnylublin.pl/?post_type=budget&p=536',0,'budget','',0),(537,1,'2014-12-23 23:22:51','2014-12-23 22:22:51','','Pomoc społeczna','','publish','closed','closed','','pomoc-spoleczna-3','','','2014-12-23 23:22:51','2014-12-23 22:22:51','',0,'http://jawnylublin.pl/?post_type=budget&p=537',0,'budget','',0),(538,1,'2014-12-23 23:23:52','2014-12-23 22:23:52','','Polityka społeczna i wczesna edukacja','','publish','closed','closed','','polityka-spoleczna-i-wczesna-edukacja-3','','','2014-12-23 23:24:07','2014-12-23 22:24:07','',0,'http://jawnylublin.pl/?post_type=budget&p=538',0,'budget','',0),(539,1,'2014-12-23 23:24:39','2014-12-23 22:24:39','','Gospodarka komunalna i ochrona środowiska','','publish','closed','closed','','gospodarka-komunalna-i-ochrona-srodowiska-3','','','2014-12-23 23:24:39','2014-12-23 22:24:39','',0,'http://jawnylublin.pl/?post_type=budget&p=539',0,'budget','',0),(540,1,'2014-12-23 23:25:37','2014-12-23 22:25:37','','Kultura i ochrona dziedzictwa narodowego','','publish','closed','closed','','kultura-i-ochrona-dziedzictwa-narodowego-3','','','2014-12-23 23:25:37','2014-12-23 22:25:37','',0,'http://jawnylublin.pl/?post_type=budget&p=540',0,'budget','',0),(541,1,'2014-12-23 23:26:18','2014-12-23 22:26:18','','Sport','','publish','closed','closed','','sport-3','','','2014-12-23 23:26:18','2014-12-23 22:26:18','',0,'http://jawnylublin.pl/?post_type=budget&p=541',0,'budget','',0),(542,1,'2014-12-23 23:26:53','2014-12-23 22:26:53','','Turystyka','','publish','closed','closed','','turystyka-3','','','2014-12-23 23:26:53','2014-12-23 22:26:53','',0,'http://jawnylublin.pl/?post_type=budget&p=542',0,'budget','',0),(543,1,'2014-12-23 23:27:23','2014-12-23 22:27:23','','Działalność usługowa','','publish','closed','closed','','dzialalnosc-uslugowa-2','','','2014-12-23 23:27:23','2014-12-23 22:27:23','',0,'http://jawnylublin.pl/?post_type=budget&p=543',0,'budget','',0),(544,1,'2014-12-23 23:28:21','2014-12-23 22:28:21','','Część równoważąca subwencji oświatowej','','publish','closed','closed','','czesc-rownowazaca-subwencji-oswiatowej','','','2014-12-23 23:28:21','2014-12-23 22:28:21','',0,'http://jawnylublin.pl/?post_type=budget&p=544',0,'budget','',0),(545,1,'2014-12-23 23:29:02','2014-12-23 22:29:02','','Rezerwy','','publish','closed','closed','','rezerwy-2','','','2014-12-23 23:29:02','2014-12-23 22:29:02','',0,'http://jawnylublin.pl/?post_type=budget&p=545',0,'budget','',0),(546,1,'2014-12-23 23:29:41','2014-12-23 22:29:41','','Inne','','publish','closed','closed','','inne-3','','','2014-12-23 23:29:41','2014-12-23 22:29:41','',0,'http://jawnylublin.pl/?post_type=budget&p=546',0,'budget','',0),(547,1,'2015-01-12 12:07:30','2015-01-12 11:07:30','<a href=\"http://jawnylublin.pl/wp-content/uploads/2015/01/podatki_lokalne.jpg\"><img class=\"aligncenter size-large wp-image-548\" src=\"http://jawnylublin.pl/wp-content/uploads/2015/01/podatki_lokalne-501x1024.jpg\" alt=\"podatki_lokalne\" width=\"501\" height=\"1024\" /></a>','Podatki lokalne w Lublinie','','publish','closed','closed','','podatki-lokalne-w-lublinie','','','2015-01-12 12:07:30','2015-01-12 11:07:30','',0,'http://jawnylublin.pl/?post_type=infografika&p=547',0,'infografika','',0),(548,1,'2015-01-12 12:01:56','2015-01-12 11:01:56','','podatki_lokalne','','inherit','open','open','','podatki_lokalne','','','2015-01-12 12:01:56','2015-01-12 11:01:56','',547,'http://jawnylublin.pl/wp-content/uploads/2015/01/podatki_lokalne.jpg',0,'attachment','image/jpeg',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_rj_quickcharts`
--
DROP TABLE IF EXISTS `wp_rj_quickcharts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rj_quickcharts` (
`id` int(16) NOT NULL AUTO_INCREMENT,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`type` char(50) NOT NULL DEFAULT 'line',
`title` varchar(200) NOT NULL,
`subtitle` varchar(200) NOT NULL,
`tooltipSuffix` varchar(200) NOT NULL,
`yAxisTitleText` varchar(200) NOT NULL,
`xAxisCats` longtext NOT NULL,
`legendOn` int(11) NOT NULL,
`series` longtext NOT NULL,
`hotSeries` longtext NOT NULL,
`opts` longtext NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin2;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_rj_quickcharts`
--
LOCK TABLES `wp_rj_quickcharts` WRITE;
/*!40000 ALTER TABLE `wp_rj_quickcharts` DISABLE KEYS */;
INSERT INTO `wp_rj_quickcharts` VALUES (1,'2014-10-20 09:14:13','bar','','','','','[\"Tokyo\",\"New York\",\"Berlin\",\"London\"]',1,'[[[\"Jan\",7],[\"Feb\",6.9],[\"Mar\",9.5],[\"Apr\",14.5],[\"May\",18.2],[\"Jun\",21.5],[\"Jul\",25.2],[\"Aug\",26.5],[\"Sep\",23.3],[\"Oct\",18.3],[\"Nov\",13.9],[\"Dec\",9.6]],[[\"Jan\",-0.2],[\"Feb\",0.8],[\"Mar\",5.7],[\"Apr\",11.3],[\"May\",17],[\"Jun\",22],[\"Jul\",24.8],[\"Aug\",24.1],[\"Sep\",20.1],[\"Oct\",14.1],[\"Nov\",8.6],[\"Dec\",2.5]],[[\"Jan\",-0.9],[\"Feb\",0.6],[\"Mar\",3.5],[\"Apr\",8.4],[\"May\",13.5],[\"Jun\",17],[\"Jul\",18.6],[\"Aug\",17.9],[\"Sep\",14.3],[\"Oct\",9],[\"Nov\",3.9],[\"Dec\",1]],[[\"Jan\",3.9],[\"Feb\",4.2],[\"Mar\",5.7],[\"Apr\",8.5],[\"May\",11.9],[\"Jun\",15.2],[\"Jul\",17],[\"Aug\",16.6],[\"Sep\",14.2],[\"Oct\",10.3],[\"Nov\",6.6],[\"Dec\",4.8]]]','[[\"\",\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\",\"\"],[\"Tokyo\",7,6.9,9.5,14.5,18.2,21.5,25.2,26.5,23.3,18.3,13.9,9.6,\"\"],[\"New York\",-0.2,0.8,5.7,11.3,17,22,24.8,24.1,20.1,14.1,8.6,2.5,\"\"],[\"Berlin\",-0.9,0.6,3.5,8.4,13.5,17,18.6,17.9,14.3,9,3.9,1,\"\"],[\"London\",3.9,4.2,5.7,8.5,11.9,15.2,17,16.6,14.2,10.3,6.6,4.8,\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]','{\"height\":\"300\",\"seriesColors\":[\"#40C0CB\",\"#AEE239\",\"#CC333F\",\"#EB6841\",\"#2A363B\",\"#F9D423\",\"#00DFFC\",\"#FF847C\",\"#F9F2E7\",\"#E84A5F\"]}');
/*!40000 ALTER TABLE `wp_rj_quickcharts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(7,2,0),(7,4,0),(10,4,0),(13,1,0),(26,8,0),(26,15,0),(26,28,0),(26,29,0),(33,11,0),(34,11,0),(36,30,0),(37,11,0),(38,11,0),(41,11,0),(43,11,0),(45,5,0),(46,11,0),(47,13,0),(48,13,0),(49,13,0),(50,4,0),(52,4,0),(53,4,0),(54,4,0),(55,4,0),(56,4,0),(57,4,0),(58,4,0),(59,4,0),(60,4,0),(61,4,0),(62,4,0),(64,4,0),(65,4,0),(66,4,0),(67,4,0),(68,4,0),(69,4,0),(70,4,0),(71,4,0),(72,4,0),(73,4,0),(74,4,0),(86,12,0),(89,8,0),(89,16,0),(89,28,0),(89,29,0),(90,8,0),(90,17,0),(90,28,0),(90,29,0),(92,8,0),(92,18,0),(92,28,0),(92,29,0),(94,4,0),(97,4,0),(100,4,0),(102,4,0),(104,4,0),(106,4,0),(108,4,0),(110,4,0),(112,4,0),(114,4,0),(117,5,0),(118,5,0),(119,5,0),(120,5,0),(121,5,0),(122,5,0),(123,5,0),(124,5,0),(125,5,0),(126,5,0),(130,4,0),(132,4,0),(134,4,0),(138,11,0),(156,4,0),(157,4,0),(158,4,0),(159,4,0),(160,4,0),(161,4,0),(162,4,0),(163,4,0),(164,4,0),(165,4,0),(166,4,0),(167,4,0),(168,4,0),(169,4,0),(170,4,0),(171,4,0),(172,4,0),(173,4,0),(174,4,0),(175,4,0),(176,4,0),(177,4,0),(178,4,0),(179,4,0),(180,4,0),(181,4,0),(182,4,0),(183,4,0),(184,4,0),(185,4,0),(186,4,0),(187,4,0),(188,4,0),(189,4,0),(190,4,0),(191,4,0),(192,4,0),(193,4,0),(194,4,0),(195,4,0),(196,4,0),(197,4,0),(198,4,0),(199,4,0),(200,4,0),(201,4,0),(202,4,0),(203,4,0),(204,4,0),(205,4,0),(206,4,0),(207,4,0),(208,4,0),(209,4,0),(210,4,0),(211,4,0),(212,4,0),(213,4,0),(214,4,0),(215,4,0),(216,4,0),(217,4,0),(218,4,0),(219,4,0),(220,4,0),(221,4,0),(222,4,0),(223,4,0),(224,4,0),(225,4,0),(226,4,0),(227,4,0),(228,4,0),(229,4,0),(230,4,0),(231,4,0),(232,4,0),(233,4,0),(234,4,0),(235,4,0),(236,4,0),(237,4,0),(238,4,0),(239,4,0),(240,4,0),(241,4,0),(242,4,0),(243,4,0),(244,4,0),(245,4,0),(246,4,0),(247,4,0),(248,4,0),(249,4,0),(250,4,0),(251,4,0),(252,4,0),(253,4,0),(254,4,0),(255,4,0),(257,8,0),(257,9,0),(257,20,0),(257,28,0),(257,29,0),(258,9,0),(258,16,0),(258,28,0),(258,29,0),(259,8,0),(259,9,0),(259,21,0),(259,28,0),(259,29,0),(260,8,0),(260,22,0),(260,28,0),(260,29,0),(261,9,0),(261,16,0),(261,28,0),(261,29,0),(262,9,0),(262,16,0),(262,28,0),(262,29,0),(263,9,0),(263,16,0),(263,28,0),(263,29,0),(264,9,0),(264,16,0),(264,28,0),(264,29,0),(265,9,0),(265,16,0),(265,28,0),(265,29,0),(266,9,0),(266,16,0),(266,28,0),(266,29,0),(267,9,0),(267,23,0),(267,28,0),(267,29,0),(268,8,0),(268,9,0),(268,24,0),(269,8,0),(269,9,0),(269,16,0),(270,8,0),(270,9,0),(270,20,0),(270,28,0),(270,29,0),(271,9,0),(271,25,0),(271,28,0),(271,29,0),(272,8,0),(272,9,0),(272,25,0),(272,28,0),(272,29,0),(273,9,0),(273,25,0),(273,28,0),(273,29,0),(274,8,0),(274,9,0),(274,21,0),(274,28,0),(274,29,0),(275,8,0),(275,9,0),(275,23,0),(275,28,0),(275,29,0),(276,9,0),(276,17,0),(276,28,0),(276,29,0),(277,8,0),(277,9,0),(277,16,0),(278,8,0),(278,9,0),(278,16,0),(278,28,0),(278,29,0),(279,8,0),(279,9,0),(279,16,0),(279,28,0),(279,29,0),(280,8,0),(280,9,0),(280,26,0),(280,28,0),(280,29,0),(330,27,0),(334,27,0),(335,27,0),(336,27,0),(337,27,0),(338,27,0),(339,27,0),(340,27,0),(341,27,0),(342,27,0),(343,27,0),(344,27,0),(345,27,0),(346,27,0),(347,27,0),(349,27,0),(350,27,0),(351,27,0),(353,27,0),(356,27,0),(357,27,0),(358,27,0),(359,27,0),(360,27,0),(361,27,0),(362,27,0),(363,27,0),(364,27,0),(365,27,0),(366,27,0),(367,27,0),(368,27,0),(369,27,0),(370,27,0),(371,27,0),(372,27,0),(373,27,0),(390,8,0),(390,20,0),(390,28,0),(395,8,0),(395,9,0),(395,10,0),(395,28,0),(395,29,0),(397,8,0),(397,10,0),(397,28,0),(397,29,0),(399,8,0),(399,10,0),(399,20,0),(399,28,0),(399,29,0),(400,8,0),(400,9,0),(400,10,0),(400,28,0),(400,29,0),(402,8,0),(402,20,0),(402,28,0),(402,29,0),(404,9,0),(404,16,0),(404,28,0),(404,29,0),(421,27,0),(422,27,0),(423,27,0),(424,27,0),(425,27,0),(426,27,0),(427,27,0),(428,27,0),(429,27,0),(430,27,0),(431,27,0),(432,27,0),(433,27,0),(434,27,0),(435,27,0),(436,27,0),(437,27,0),(438,27,0),(439,27,0),(440,27,0),(441,27,0),(442,27,0),(443,27,0),(444,27,0),(445,27,0),(446,27,0),(447,27,0),(448,27,0),(449,27,0),(450,27,0),(451,27,0),(452,27,0),(453,27,0),(454,27,0),(455,27,0),(456,27,0),(457,27,0),(458,27,0),(459,27,0),(460,27,0),(461,27,0),(462,27,0),(463,27,0),(464,27,0),(465,27,0),(466,27,0),(467,27,0),(468,27,0),(469,27,0),(470,27,0),(471,27,0),(472,27,0),(473,27,0),(474,27,0),(475,27,0),(476,27,0),(477,27,0),(478,27,0),(479,27,0),(480,27,0),(481,27,0),(482,27,0),(483,27,0),(484,27,0),(485,27,0),(486,27,0),(487,27,0),(488,27,0),(489,27,0),(490,27,0),(491,27,0),(492,27,0),(493,27,0),(494,27,0),(495,27,0),(496,27,0),(497,27,0),(498,27,0),(499,27,0),(500,27,0),(501,27,0),(502,27,0),(503,27,0),(504,27,0),(505,27,0),(506,27,0),(507,27,0),(508,27,0),(509,27,0),(510,27,0),(511,27,0),(512,27,0),(513,27,0),(514,27,0),(515,27,0),(516,27,0),(517,27,0),(518,27,0),(519,27,0),(520,27,0),(529,30,0),(530,30,0),(531,30,0),(532,30,0),(533,30,0),(534,30,0),(535,30,0),(536,30,0),(537,30,0),(538,30,0),(539,30,0),(540,30,0),(541,30,0),(542,30,0),(543,30,0),(544,30,0),(545,30,0),(546,30,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'category','',0,1),(4,4,'year','<h2>Zobacz, na co gmina Lublin wydaje pieniądze, które otrzymuje z Twojego podatku dochodowego</h2><a href=\"http://bip.lublin.eu/bip/um/index.php?t=200&id=210184\">na podstawie sprawozdania z wykonania budżetu za rok 2013</a>\r\n\r\n<strong style=\"font-size: 40px; padding: 20px;display: block; color: #f78610; text-align: center;\">1 865 249 645,17 zł</strong>',0,138),(5,5,'spolka_category','',0,11),(6,4,'gmcpt_category','',0,0),(7,2,'gmcpt_category','',0,0),(8,4,'gmcpt-rok','',0,23),(9,2,'gmcpt-rok','',0,26),(10,6,'gmcpt-kategoria','',0,4),(11,7,'nav_menu','',0,8),(12,8,'wykres','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut imperdiet ligula, viverra dignissim ante. Vestibulum faucibus magna nec odio mattis, sed tempus nibh iaculis. Duis eu felis sit amet mauris mollis ornare vel quis mi. Nunc at faucibus dui. Pellentesque congue elit a felis iaculis, in molestie massa blandit. ',0,1),(13,9,'nav_menu','',0,3),(14,10,'gmcpt-kategoria','',0,0),(15,11,'gmcpt-kategoria','',0,1),(16,12,'gmcpt-kategoria','',0,13),(17,13,'gmcpt-kategoria','',0,2),(18,14,'gmcpt-kategoria','',0,1),(19,4,'category','',0,0),(20,15,'gmcpt-kategoria','',0,5),(21,16,'gmcpt-kategoria','',0,2),(22,17,'gmcpt-kategoria','',0,1),(23,18,'gmcpt-kategoria','',0,2),(24,19,'gmcpt-kategoria','',0,1),(25,20,'gmcpt-kategoria','',0,3),(26,21,'gmcpt-kategoria','',0,1),(27,2,'year','<h2>Zobacz, na co gmina Lublin wydaje pieniądze, które otrzymuje z Twojego podatku dochodowego</h2> \r\n<a href=\"http://bip.lublin.eu/bip/um/index.php?t=200&id=201746\">wg projektu budżetu na 2014 rok</a>\r\n\r\n<strong style=\"font-size: 40px; padding: 20px;display: block; color: #f78610; text-align: center;\">2 127 941 925,00 zł</strong>\r\n',0,137),(28,22,'gmcpt-rok','',0,32),(29,22,'gmcpt-kategoria','',0,31),(30,23,'year','<h2>Zobacz, na co gmina Lublin wydaje pieniądze, które otrzymuje z Twojego podatku dochodowego</h2> \r\n<a href=\"http://bip.lublin.eu/bip/um/index.php?t=200&id=227032\">wg projektu budżetu na 2015 rok</a>\r\n\r\n<strong style=\"font-size: 40px; padding: 20px;display: block; color: #f78610; text-align: center;\">1 770 853 972 zł</strong>\r\n',0,19);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Bez kategorii','bez-kategorii',0),(2,'2014','2014',0),(4,'2013','2013',0),(5,'Spółki Miejskie','spolki-miejskie',0),(6,'Edukacja','edukacja',0),(7,'Menu główne','menu-glowne',0),(8,'Zbiór 16 najwięjszych inwestycji w Lublinie','pierwszy-wykres',0),(9,'Menu Strona Główna','menu-strona-glowna',0),(10,'Kolejna Kategoria','kolejna-kategoria',0),(11,'Gospodarka mieszkaniowa','gospodarka-mieszkaniowa',0),(12,'Utrzymanie i remonty dróg','utrzymanie-i-remonty-drog',0),(13,'Turystyka','turystyka',0),(14,'Administracja publiczna','administracja-publiczna',0),(15,'Sport','sport',0),(16,'Gospodarka komunalna i ochrona środowiska','gospodarka-komunalna-i-ochrona-srodowiska',0),(17,'Pomoc społeczna','pomoc-spoleczna',0),(18,'Bezpieczeństwo publiczne i ochrona przeciwpożarowa','bezpieczenstwo-publiczne-i-ochrona-przeciwpozarowa',0),(19,'Informatyka','informatyka',0),(20,'Kultura i ochrona dziedzictwa narodowego','kultura-i-ochrona-dziedzictwa-narodowego',0),(21,'Transport i łączność','transport-i-lacznosc',0),(22,'Wszystkie','wszystkie',0),(23,'2015','2015',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:1:{s:64:\"09caac0a972d2fc3110b56467189279f95ea0c5472716cfef1a384fa63400b60\";i:1421232940;}'),(15,1,'wp_dashboard_quick_press_last_post_id','523'),(16,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\";}'),(17,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(18,1,'nav_menu_recently_edited','7'),(19,1,'closedpostboxes_nav-menus','a:0:{}'),(20,1,'wp_user-settings','libraryContent=browse&editor=tinymce&imgsize=large&urlbutton=none&advImgDetails=hide&hidetb=1&align=center'),(21,1,'wp_user-settings-time','1418562931'),(22,1,'closedpostboxes_gmcpt_post','a:0:{}'),(23,1,'metaboxhidden_gmcpt_post','a:1:{i:0;s:7:\"slugdiv\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BP8MIxwC8RUqN9CbtOVdCuiknLerto.','admin','jawnylublin@kodujdlapolski.pl','','2014-10-03 23:24:50','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-16 19:09:56