{"id":21743,"date":"2013-01-28T10:32:48","date_gmt":"2013-01-28T10:32:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/pencil-wiki\/"},"modified":"2013-02-03T13:57:44","modified_gmt":"2013-02-03T13:57:44","slug":"pencil-wiki","status":"publish","type":"plugin","link":"https:\/\/uz.wordpress.org\/plugins\/pencil-wiki\/","author":245975,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.7","stable_tag":"trunk","tested":"3.5.2","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Pencil Wiki","header_author":"G.Breant","header_description":"","assets_banners_color":"fbfefe","last_updated":"2013-02-03 13:57:44","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/bit.ly\/gbreant","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/pencil-wiki","header_author_uri":"http:\/\/pencil2d.org","rating":2.5,"author_block_rating":0,"active_installs":10,"downloads":5005,"num_ratings":4,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"2","2":0,"3":"1","4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"661510","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6941,9545],"plugin_category":[47],"plugin_contributors":[83793],"plugin_business_model":[],"class_list":["post-21743","plugin","type-plugin","status-publish","hentry","plugin_tags-documentation","plugin_tags-wiki","plugin_category-education-and-support","plugin_contributors-grosbouff","plugin_committers-grosbouff"],"banners":{"banner":"https:\/\/ps.w.org\/pencil-wiki\/assets\/banner-772x250.jpg?rev=661510","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/pencil-wiki_fbfefe.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Pencil Wiki is a simple wiki solution for your Wordpress.<\/p>\n\n<p>Basically, it adds new roles &amp; capabilities that allow your users to add\/edit wiki pages (custom post type).<\/p>\n\n<p>It comes with several widgets and custom templates (that you can override) fully integrated with the <em>Twenty Twelve<\/em> theme.<\/p>\n\n<p>Pages are edited backend, but there is a menu on every wiki page with the necessary links; and a wiki index \/ search input.<\/p>\n\n<p>Only Administrators and Editors can create new wikis (top-level pages); and Wiki Authors can add pages to it.\nAdministrators and Editors can also LOCK some wiki pages (for any reason) or branches; which means they will not be editable anymore by other users.<\/p>\n\n<p>I voluntarily made the plugin quite simple to avoid making it intrusive (javascript, css, ...) and put too many features. I recommend to run it with those plugins :\n* <a href=\"http:\/\/wordpress.org\/extend\/plugins\/member\">Members<\/a>Members by Justin Tadlock, to manage roles and capabilities\n* <a href=\"http:\/\/mtekk.us\/code\/breadcrumb-navxt\">Breadcrumb NavXT<\/a> by John Havlik, to generate breadcrumbs\n* <a href=\"http:\/\/wordpress.org\/extend\/plugins\/simple-footnotes\">Simple Footnotes<\/a> by Andrew Nacin, to put footnotes in your wiki pages.<\/p>\n\n<p>Wordpress has a revision system, which is perfect for a wiki. \nUnfortunately,  I didn't find a way to customize it (add revision messages, etc).<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Extract the zip file and just drop the contents in the <em>wp-content\/plugins\/<\/em> directory of your WordPress installation and then activate the Plugin from Plugins page.<\/li>\n<li>Copy the content from the plugin's <em>\/theme<\/em> directory to your current theme directory.<\/li>\n<li>In the Administration Panel &gt; Settings &gt; General, change the default role from <em>Subscriber<\/em> to <em>Wiki Author<\/em>; or give the required capabilities to your users.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How can I customize the templates ?<\/dt>\n<dd><p>Copy the templates from pencil-wiki\/_inc\/theme-default to your current theme (override the existing ones if any) and edit them.<\/p><\/dd>\n<dt>What are the capabilities used in this plugin ?<\/dt>\n<dd><ul>\n<li>edit_root_wiki_pages - allows to create top level wiki pages<\/li>\n<li><p>lock_wiki_pages - allows to lock a wiki page<\/p><\/li>\n<li><p>read_private_wiki_pages<\/p><\/li>\n<li>edit_private_wiki_pages<\/li>\n<li>delete_published_wiki_pages<\/li>\n<li>delete_others_wiki_pages<\/li>\n<li>delete_private_wiki_pages<\/li>\n<li>edit_wiki_pages<\/li>\n<li>edit_others_wiki_pages<\/li>\n<li>edit_published_wiki_pages<\/li>\n<li>delete_wiki_pages<\/li>\n<li>publish_wiki_pages<\/li>\n<\/ul><\/dd>\n<dt>How can I change the users capabilities ?<\/dt>\n<dd><p>With a plugin made for that ! I suggest you the <a href=\"http:\/\/wordpress.org\/extend\/plugins\/members\/\">Members<\/a> by Justin Tadlock.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Localization<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Some bug fixes<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Template bug fix<\/li>\n<li>Added a way to add a reason for Revisions and to list them in the Revisions meta box !<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added custom walker (Pencil_Wiki_Walker_Page) for the wiki menu, allowing customisation of the selected item and its ancestors.<\/li>\n<li>Added a filter on \"the_content\" to add a message if a page is empty (so it's no more a problem to have an empty page &amp; subpages under it)<\/li>\n<li>New function pwiki_has_children() to check if a wiki page has children.<\/li>\n<li>Added Tree Widget to display a list of Wiki Pages<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"Pencil Wiki is a simple wiki solution for your Wordpress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/21743","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=21743"}],"author":[{"embeddable":true,"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/grosbouff"}],"wp:attachment":[{"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=21743"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=21743"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=21743"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=21743"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=21743"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/uz.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=21743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}