{"id":11121,"date":"2010-11-08T16:13:27","date_gmt":"2010-11-08T16:13:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wordpress-wiki-that-doesnt-suck\/"},"modified":"2013-04-23T14:26:52","modified_gmt":"2013-04-23T14:26:52","slug":"wordpress-wiki-that-doesnt-suck","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wordpress-wiki-that-doesnt-suck\/","author":1130752,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.9.2","stable_tag":"0.9.2","tested":"3.5.2","requires":"3.1","requires_php":"","requires_plugins":"","header_name":"WordPress Wiki That Doesn't Suck (WPWTDS)","header_author":"Arcane Palette Creative Design","header_description":"","assets_banners_color":"c2adac","last_updated":"2013-04-23 14:26:52","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=AWM2TG3D4HYQ6","header_plugin_uri":"","header_author_uri":"http:\/\/arcanepalette.com\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":5150,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Nothing to see here.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"648552","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.6.1","0.6.2","0.6.3","0.7","0.8","0.8.1","0.9","0.9.1","0.9.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"648548","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"648548","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"648548","resolution":"3","location":"assets"}},"screenshots":{"1":"WordPress Wiki That Doesn't Suck articles page","2":"Edit\/Add New article page","3":"Custom HTML editor in WordPress 3.3"}},"plugin_section":[],"plugin_tags":[1487,1104,9545],"plugin_category":[47],"plugin_contributors":[80736],"plugin_business_model":[],"class_list":["post-11121","plugin","type-plugin","status-closed","hentry","plugin_tags-custom-post-types","plugin_tags-support","plugin_tags-wiki","plugin_category-education-and-support","plugin_contributors-jazzs3quence","plugin_committers-jazzs3quence","plugin_committers-nerrad"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wordpress-wiki-that-doesnt-suck_c2adac.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wordpress-wiki-that-doesnt-suck\/assets\/screenshot-1.png?rev=648548","caption":"WordPress Wiki That Doesn't Suck articles page"},{"src":"https:\/\/ps.w.org\/wordpress-wiki-that-doesnt-suck\/assets\/screenshot-2.png?rev=648548","caption":"Edit\/Add New article page"},{"src":"https:\/\/ps.w.org\/wordpress-wiki-that-doesnt-suck\/assets\/screenshot-3.png?rev=648548","caption":"Custom HTML editor in WordPress 3.3"}],"raw_content":"<!--section=description-->\n<p>The main purpose of this plugin is to provide a page to display documentation. Not a Wiki <em>per se<\/em>, as it's not intented to be collaborative (although it can be), rather, it just uses Custom Post Types to separate documentation articles from the rest of your content. This plugin came as a result of my undying hatred of MediaWiki.  I know BBCode and HTML and PHP and CSS and still the wiki markup just baffles me.  I can never remember how to do the <em>simplest<\/em> things, like create a freaking link.  Really?  All I want to do is throw a <code>&lt;a href=\"...\"&gt;<\/code> in there.  If you're looking at this plugin, you know what I'm talking about.  When this plugin was written the WordPress plugins available for what I want to do either <em>aren't<\/em> what I want to do, or don't work with the latest version of WordPress.  Hence this plugin.<\/p>\n\n<p><em>WordPress Wiki That Doesn't Suck<\/em> uses custom post types.  And that's pretty much it.  It creates a new custom post type (<code>wpwtds_article<\/code>) that can be accessed from the <em>Wiki != suck<\/em> menu it adds to your sidebar (!= is \"not equal to\" in coder jargon).  Wiki articles are posted with the <code>wiki<\/code> slug, so your URLs will look like <code>http:\/\/mydomain.com\/wiki\/my-cool-article<\/code>.<\/p>\n\n<p>To display your wiki articles on a page, you can either use the included template files (in the <code>\/templates<\/code> directory), or you can use the <code>[wpwtds]<\/code> shortcode that's been added in 0.9.<\/p>\n\n<p>You can see WPWTDS in action at http:\/\/museumthemes.com\/wiki\/ and http:\/\/eventespresso.com\/support\/documentation\/<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unpack the zip file and upload to the <code>\/wp-content\/plugins\/<\/code> directory or use the Add New Plugin option in WordPress to install.<\/li>\n<li>Activate the plugin through the <em>Plugins<\/em> menu in WordPress.<\/li>\n<li>Start writing articles!<\/li>\n<li>Use the <code>[wpwtds]<\/code> shortcode or the included template file examples to display a list of wiki articles on your page.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Can I change the default slug?<\/dt>\n<dd><p>Not yet.<\/p><\/dd>\n<dt>Why isn't *x* feature included?<\/dt>\n<dd><p>Basically, I had a specific need, custom post types seemed like the best answer.  Plus, once it was done, I couldn't think of anything else it really needed.<\/p><\/dd>\n<dt>This isn't a *wiki* really, is it?  I mean, there's no real way to contribute like a real Wiki...<\/dt>\n<dd><p>This wasn't a concern for me, since I just wanted someplace I could post support docs that was public.  That said, generic WordPress user roles will still work, so if you're an <em>Author<\/em> you'll be able to post new wiki articles, same as anything else.<\/p><\/dd>\n<dt>I've installed it, now what?<\/dt>\n<dd><p>After you install the plugin, wiki articles will use your theme's default <code>single.php<\/code> template file.  You may want to actually <em>use<\/em> your wiki, as in have an actual wiki page, and for that, you'll either need to add a custom template to your theme or use the <code>[wpwtds]<\/code> shortcode. To use the shortcode, all you need to do is add <code>[wpwtds]<\/code> on a post or a page and it will display a list of all your wiki articles.<\/p>\n\n<p>A default template that you can use is provided if you want to customize the layout. More than likely you'll need to modify it slightly to fit your specific theme.<\/p>\n\n<p>The best reference I can give you for working with custom post types (if you wanted to make your own wiki main page, for instance) is the <a href=\"http:\/\/codex.wordpress.org\/Custom_Post_Types\">Custom Post Types<\/a> article in the <a href=\"http:\/\/codex.wordpress.org\">Codex<\/a>.  The only thing you need to know is that the post types are identified as <code>wpwtds_article<\/code>s.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p><strong>Version 0.9.2<\/strong><\/p>\n\n<ul>\n<li>fixes undefined index notice on edit wiki pages<\/li>\n<\/ul>\n\n<p><strong>Version 0.9.1<\/strong><\/p>\n\n<ul>\n<li>adds post thumbnail support<\/li>\n<\/ul>\n\n<p><strong>Version 0.9<\/strong><\/p>\n\n<ul>\n<li>added shortcode to list all wiki articles without having to code anything. Template examples are still in <code>\/templates\/<\/code> directory, but now you can use <code>[wpwtds]<\/code> to display all your docs in a generic format.<\/li>\n<\/ul>\n\n<p><strong>Version 0.8.1<\/strong><\/p>\n\n<ul>\n<li>updates\/optimizes how the post_meta is saved<\/li>\n<li>removed changelog (since it's in this readme, it's unnecessary)<\/li>\n<\/ul>\n\n<p><strong>Version 0.8<\/strong><\/p>\n\n<ul>\n<li>added column displaying Section taxonomy term(s)<\/li>\n<li>added WordPress 3.3 support for wp_editor for the custom HTML section<\/li>\n<\/ul>\n\n<p><strong>Version 0.7<\/strong><\/p>\n\n<ul>\n<li>added inline documentation<\/li>\n<li>added custom HTML meta area that can be used in wiki template files<\/li>\n<li>added meta area in sample <code>single-wpwtds_article.php<\/code><\/li>\n<\/ul>\n\n<p><strong>Version 0.6.3<\/strong><\/p>\n\n<ul>\n<li>removed blank spaces at the end of file (kills 'headers already sent' error)<\/li>\n<\/ul>\n\n<p><strong>Version 0.6.2<\/strong><\/p>\n\n<ul>\n<li>updated stable tag and tested up to<\/li>\n<li>updated requirements (since custom post types didn't exist in 2.8)<\/li>\n<li>fixed menu image and path to menu image<\/li>\n<li>added post type header image<\/li>\n<li>added wpwtds_ prefix to create_post_type function<\/li>\n<li>added wpwtds_section taxonomy to allow wiki posts to be split into different categories<\/li>\n<li>customized columns<\/li>\n<li>added example template files to the \/templates directory<\/li>\n<li>added screenshots<\/li>\n<\/ul>\n\n<p><strong>Version 0.6.1<\/strong><\/p>\n\n<ul>\n<li>updated <code>readme.txt<\/code><\/li>\n<\/ul>\n\n<p><strong>Version 0.6<\/strong><\/p>\n\n<ul>\n<li>added <code>with_front<\/code> qualifier to the <code>rewrite<\/code> option to use it's own permalink structure.<\/li>\n<\/ul>\n\n<p><strong>Version 0.5<\/strong><\/p>\n\n<ul>\n<li>first public release<\/li>\n<\/ul>","raw_excerpt":"A WordPress Wiki that works.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/11121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=11121"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jazzs3quence"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=11121"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=11121"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=11121"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=11121"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=11121"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=11121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}