{"id":21180,"date":"2012-12-14T15:30:54","date_gmt":"2012-12-14T15:30:54","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/xwolf-progress-bar\/"},"modified":"2013-03-12T13:52:30","modified_gmt":"2013-03-12T13:52:30","slug":"xwolf-progress-bar","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/xwolf-progress-bar\/","author":9373971,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2","stable_tag":"trunk","tested":"3.5.2","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"xwolf Progress Bar","header_author":"xwolf","header_description":"","assets_banners_color":"","last_updated":"2013-03-12 13:52:30","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/flattr.com\/donation\/give\/to\/xwolf","header_plugin_uri":"http:\/\/piratenkleider.xwolf.de\/plugins\/","header_author_uri":"http:\/\/blog.xwolf.de","rating":5,"author_block_rating":0,"active_installs":10,"downloads":2717,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":{"":"<p>First release version.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1566934","resolution":"5","location":"plugin"},"screenshot-6.png":{"filename":"screenshot-6.png","revision":"1566934","resolution":"6","location":"plugin"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1566934","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1566934","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1566934","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566934","resolution":"1","location":"plugin"}},"screenshots":{"1":"Default view of progress bars within a article or page","2":"Screenshot with progress bars in orange. You can set orange, blue, green and \nred as predefined colors.","3":"Bars with numbers on an additional line and a total-bar.","4":"Sample for a progress bars by activating the HTML5  tag","5":"Widget settings","6":"Sample progress bar (with settings of the widget in screenshot 5) on a\nwidget with another background color."}},"plugin_section":[],"plugin_tags":[3524,9340,72963,162],"plugin_category":[43],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-21180","plugin","type-plugin","status-closed","hentry","plugin_tags-data","plugin_tags-progress","plugin_tags-statictics","plugin_tags-widget","plugin_category-customization","plugin_committers-xwolf"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/xwolf-progress-bar.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/xwolf-progress-bar\/trunk\/screenshot-1.png?rev=1566934","caption":"Default view of progress bars within a article or page"},{"src":"https:\/\/ps.w.org\/xwolf-progress-bar\/trunk\/screenshot-2.png?rev=1566934","caption":"Screenshot with progress bars in orange. You can set orange, blue, green and \nred as predefined colors."},{"src":"https:\/\/ps.w.org\/xwolf-progress-bar\/trunk\/screenshot-3.png?rev=1566934","caption":"Bars with numbers on an additional line and a total-bar."},{"src":"https:\/\/ps.w.org\/xwolf-progress-bar\/trunk\/screenshot-4.png?rev=1566934","caption":"Sample for a progress bars by activating the HTML5  tag"},{"src":"https:\/\/ps.w.org\/xwolf-progress-bar\/trunk\/screenshot-5.png?rev=1566934","caption":"Widget settings"},{"src":"https:\/\/ps.w.org\/xwolf-progress-bar\/trunk\/screenshot-6.png?rev=1566934","caption":"Sample progress bar (with settings of the widget in screenshot 5) on a\nwidget with another background color."}],"raw_content":"<!--section=description-->\n<p>Displays one or more progress bars.\nAll progress bars get data by an external source (URL) and will be automatically \nupdated.<\/p>\n\n<h4>Use as widget<\/h4>\n\n<p>Simply add the progress bar widget to the sidebar you want to display it.\nWithin the widget you can set a title and an URL and other optional settings.<\/p>\n\n<h4>Use as shortcode within articles and pages<\/h4>\n\n<p>To use the progress bars add a shortcode like this:<\/p>\n\n<pre><code> [progressbar url=\"http:\/\/your.url\/data.csv\"]\n<\/code><\/pre>\n\n<p>Additional attributes:<\/p>\n\n<ul>\n<li>color - set a color out of green, blue, red, orange<\/li>\n<li>unitstr - string to add a unit <\/li>\n<li>rounded - make bars and box with rounded borders<\/li>\n<li>total - show total numbers<\/li>\n<li>numbers - show numbers of each bar<\/li>\n<li>numberbar - no break between bar and numbers<\/li>\n<li>html5 - use HTML5 progress-tag.<\/li>\n<\/ul>\n\n<h4>Examples<\/h4>\n\n<p>Default progress bar:<\/p>\n\n<pre><code>[progressbar url=\"http:\/\/your.url\/data.txt\" \n    width=\"350px\"]\n<\/code><\/pre>\n\n<p>Adding a width of 400px and set color to orange:<\/p>\n\n<pre><code>[progressbar url=\"http:\/\/your.url\/data.txt\"   \n    width=\"400px\"  color=\"orange\"]\n<\/code><\/pre>\n\n<p>Adding  Units, like percent, set blue bars, remove the rounded \ncorners and make the numbers appear on a new line:<\/p>\n\n<pre><code>[progressbar url=\"http:\/\/your.url\/data.txt\" \n    width=\"400px\"  color=\"blue\" rounded=\"0\" numberbar=\"0\" \n    unitstr=\"Euro\"]\n<\/code><\/pre>\n\n<p>Add a total bar<\/p>\n\n<pre><code>[progressbar url=\"http:\/\/your.url\/data.txt\" \n    width=\"400px\"  color=\"blue\" rounded=\"0\" numberbar=\"0\" \n    unitstr=\"Meter\" total=\"1\"]\n<\/code><\/pre>\n\n<p>Display bars with HTML5- tag .<\/p>\n\n<pre><code>[progressbar url=\"http:\/\/your.url\/data.txt\" \n    html5=\"1\" width=\"300px\"]\n<\/code><\/pre>\n\n<h4>Syntax for data sources<\/h4>\n\n<p>Syntax for the data-file on the URL is a character seperated file:\nTitel; Progressvalue; Maxvalue<\/p>\n\n<p>E.g.:<\/p>\n\n<pre><code>Projekt 1 Ready State; 20; 100\nProjekt 2 Ready State; 44; 100\n<\/code><\/pre>\n\n<p>You are not based on a maximum number:<\/p>\n\n<pre><code>PC-Founding; 45,33; 2300\nServer-Founding; 2213; 34000\n<\/code><\/pre>\n\n<p>You can also use floating numbers in the value field.<\/p>\n\n<p>Note: Data from external sources will be cached once they was got by\n30 minutes.<\/p>\n\n<h4>Language support<\/h4>\n\n<p>This plugin comes along with german language files.<\/p>\n\n<h4>Support<\/h4>\n\n<ul>\n<li>By <a href=\"https:\/\/flattr.com\/donation\/give\/to\/xwolf\">Flattr<\/a><\/li>\n<\/ul>\n\n<h3>Autor<\/h3>\n\n<ul>\n<li><a href=\"https:\/\/plus.google.com\/u\/0\/110052848631728627228\/\" title=\"Google+\">Google+<\/a><\/li>\n<li><a href=\"https:\/\/twitter.com\/xwolf\" title=\"Twitter\">Twitter<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Download ZIP-file<\/li>\n<li>Upload to your blog into directory \"\/wp-content\/plugins\/\"<\/li>\n<li>Activate within the plugin-section of wordpress backend<\/li>\n<\/ol>","raw_excerpt":"Displays a textbox with progress bars into a widget or a textbox. \nContent for those bars will get by a simple csv-file on a given URL.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/21180","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=21180"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/xwolf"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=21180"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=21180"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=21180"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=21180"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=21180"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=21180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}