{"id":10778,"date":"2010-10-06T19:04:51","date_gmt":"2010-10-06T19:04:51","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/worddraw\/"},"modified":"2010-10-08T07:12:01","modified_gmt":"2010-10-08T07:12:01","slug":"worddraw","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/worddraw\/","author":6993163,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.1-beta","stable_tag":"trunk","tested":"3.0.5","requires":"3.0.0","requires_php":"","requires_plugins":"","header_name":"WordDraw","header_author":"Evgen Burzak","header_description":"","assets_banners_color":"","last_updated":"2010-10-08 07:12:01","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/burzak.com\/?worddraw#donating","header_plugin_uri":"http:\/\/burzak.com\/proj\/worddraw\/","header_author_uri":"http:\/\/burzak.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3506,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>It&#039;s first beta release ...<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1566857","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566857","resolution":"1","location":"plugin"}},"screenshots":{"1":"Single post with WordDraw enabled","2":"Comment editor in WordPress admin"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[131,15401,15400,133,66830],"plugin_category":[44,50],"plugin_contributors":[93734],"plugin_business_model":[],"class_list":["post-10778","plugin","type-plugin","status-publish","hentry","plugin_tags-comment","plugin_tags-draw","plugin_tags-drawing","plugin_tags-image","plugin_tags-worddraw","plugin_category-discussion-and-community","plugin_category-media","plugin_contributors-burzak","plugin_committers-burzak"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/worddraw.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/worddraw\/trunk\/screenshot-1.png?rev=1566857","caption":"Single post with WordDraw enabled"},{"src":"https:\/\/ps.w.org\/worddraw\/trunk\/screenshot-2.png?rev=1566857","caption":"Comment editor in WordPress admin"}],"raw_content":"<!--section=description-->\n<p><a href=\"http:\/\/burzak.com\/proj\/worddraw\/\" title=\"Project homepage\">WordDraw<\/a> enables you and your visitors to draw comments.<\/p>\n\n<p>There are common tools:<\/p>\n\n<ul>\n<li>Pencil<\/li>\n<li>Pen<\/li>\n<li>Path<\/li>\n<li>Paint bucket<\/li>\n<li>Eraser<\/li>\n<li>Marquee<\/li>\n<li>Image<\/li>\n<li>Text<\/li>\n<li>Rectangle and ellipse primitives<\/li>\n<li>Undo and redo<\/li>\n<\/ul>\n\n<p>To enable canvas checking box <strong>'Allow drawings'<\/strong> on <strong>'Edit Post'<\/strong>.<\/p>\n\n<p>Note that this is first beta release. Soon we add support for old IEs, new text tool and additional documentation. So please don't blame us strictly :)<\/p>\n\n<p>All questions and comments please send to the <a href=\"http:\/\/groups.google.com\/group\/drawform\" title=\"Google groups\">mailing list<\/a> and bug report in <a href=\"http:\/\/code.google.com\/p\/drawform\/issues\/list\" title=\"issues list\">issues list<\/a>.<\/p>\n\n<p>Note that when you disabled plugin, all drawings will be displayed as abrakadabra: <code>data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAGQCAYAAABYs5LG<\/code> ...<\/p>\n\n<h3>Presentation<\/h3>\n\n<p>Presentation and further info available on <a href=\"http:\/\/burzak.com\/proj\/worddraw\/\" title=\"Project homepage\">project homepage<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload directory with plugin content to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Manually add your domain in <code>proxy.php<\/code> to allow users draw images from outer world<\/li>\n<\/ol>\n\n<p>Images are stored as text in database, so no special installation required.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>How it works?<\/dt>\n<dd><p>Algorithm is pretty simple: a visitor drawing picture then it encoded in <a href=\"http:\/\/en.wikipedia.org\/wiki\/Base64\" title=\"Base64\">Base64<\/a> and saving in database. After that you can edit or delete it in WordPress admin as ordinary comments.<\/p>\n\n<p>Note that when you disabled plugin, all drawings will be displayer as abrakadabra: <code>data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAGQCAYAAABYs5LG<\/code> ...<\/p><\/dd>\n<dt>What browsers and clients are supported?<\/dt>\n<dd><p>WordDraw will work in most modern browsers. It tested in Internet Explorer 8, Safari (including iPhone\/iPad), Firefox, Opera, Chrome. We also planning support IE 6-7-9 after beta release.<\/p>\n\n<p>For unsupported clients, canvas will be disabled and replaced with default editor.<\/p><\/dd>\n<dt>Is there any security issues?<\/dt>\n<dd><p>It seems, nope. WordDraw does not create additional tables, queries or files. Images are encoded in <a href=\"http:\/\/en.wikipedia.org\/wiki\/Base64\" title=\"Base64\">Base64<\/a> and stored as text in database. So the only problem may be if the browser incorrectly handled these images. But it's unlikely.<\/p><\/dd>\n<dt>Can it be extended with my brush\/fonts\/tools?<\/dt>\n<dd><p>Yes, soon. WordDraw is based on <a href=\"http:\/\/burzak.com\/proj\/drawform\/\">Drawform<\/a> project. Even more WordDraw is just convenient interface for Drawform. DF is in active development, so they release source code and API documentation soon.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1-beta<\/h4>\n\n<ul>\n<li>Initial public release.<\/li>\n<\/ul>","raw_excerpt":"WordDraw enables you and your visitors to draw comments.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/10778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=10778"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/burzak"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=10778"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=10778"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=10778"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=10778"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=10778"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=10778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}