{"id":28241,"date":"2014-03-07T06:31:51","date_gmt":"2014-03-07T06:31:51","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/tuxquote\/"},"modified":"2014-12-31T04:56:04","modified_gmt":"2014-12-31T04:56:04","slug":"tuxquote","status":"publish","type":"plugin","link":"https:\/\/ps.wordpress.org\/plugins\/tuxquote\/","author":13699516,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3","stable_tag":"1.3","tested":"4.1.42","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Tuxquote","header_author":"Craig Douglas","header_description":"","assets_banners_color":"","last_updated":"2014-12-31 04:56:04","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/eldougo\/wordpress_plugin_tuxquote","header_author_uri":"https:\/\/github.com\/eldougo","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1678,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.3":"<ul>\n<li>Added an alignment option to the shortcode and widget.<\/li>\n<li>The image will now expand to fill 100% of the Tuxquote div container.<\/li>\n<\/ul>","1.2":"<ul>\n<li>Replaced some deprecated HTML styling tags.<\/li>\n<li>Widgetized the plugin.<\/li>\n<li>Added width and title options.<\/li>\n<\/ul>","1.1":"<p>Corrected some small typos in the readme file.<\/p>","1.0":"<p>Initial release.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539416","resolution":"2","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539416","resolution":"1","location":"plugin"}},"screenshots":{"1":"Tuxquote in action - static sample only.","2":"Tuxquote in action - static sample only."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[29897,5055,244,61923],"plugin_category":[],"plugin_contributors":[97003],"plugin_business_model":[],"class_list":["post-28241","plugin","type-plugin","status-publish","hentry","plugin_tags-motd","plugin_tags-quote","plugin_tags-random","plugin_tags-tux","plugin_contributors-eldougo","plugin_committers-eldougo"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/tuxquote.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/tuxquote\/trunk\/screenshot-1.jpg?rev=1539416","caption":"Tuxquote in action - static sample only."},{"src":"https:\/\/ps.w.org\/tuxquote\/trunk\/screenshot-2.jpg?rev=1539416","caption":"Tuxquote in action - static sample only."}],"raw_content":"<!--section=description-->\n<p>Tuxquote shows a random image of Tux the Linux penguin with a random quote either as a widget or shortcode.<\/p>\n\n<p>You can add or remove images from wp-content\/plugins\/tuxquote\/images\/ directory. All jpg, png and gif images will be randomly used from that directory.<\/p>\n\n<p>Add or remove quotes from the wp-content\/plugins\/tuxquote\/quotes.txt file. Quotes are line delimited and HTML formatting can be used, enabling you to use <br \/> for line breaks etc.<\/p>\n\n<p>Development for this plugin can be found on GitHub: https:\/\/github.com\/eldougo\/wordpress_plugin_tuxquote<\/p>\n\n<p>The supplied images were sourced from CrystalXP.net (http:\/\/www.crystalxp.net\/) and are all distributed under the Creative Commons BY-NC-SA license (http:\/\/creativecommons.org\/licenses\/by-nc-sa\/3.0\/)<\/p>\n\n<p>Please see images-license.txt for image licensing information and image attributions.<\/p>\n\n<p>See the Installation section for usage instructions.<\/p>\n\n<!--section=installation-->\n<p>You can download and install Tuxquote using the built in WordPress plugin installer. If you download Tuxquote manually, make sure it is uploaded to \"\/wp-content\/plugins\/Tuxquote\/\".<\/p>\n\n<p>Activate Tuxquote in the \"Plugins\" admin panel using the \"Activate\" link.<\/p>\n\n<p>You can either enter the shortcode '[TUXQUOTE]' in your page or post and\/or drag the Tuxquote Widget to a widgitized area on your Widgets page.<\/p>\n\n<h4>Shortcode usage<\/h4>\n\n<p>Default usage:<\/p>\n\n<p>[TUXQUOTE]<\/p>\n\n<p>Parameters:<\/p>\n\n<p>[TUXQUOTE title=\"title_text\" width=\"container_width\" align=\"container_alignment\"]<\/p>\n\n<ul>\n<li>title:     Add title text above the image. Eg: title=\"Listen to the Penguin\"  <\/li>\n<li>width:     Div container width in percentage or pixels. Eg: width=\"80%\" or width=\"200px\"  <\/li>\n<li>align:     How to align among the surrounding elements on the page. Can be \"left\", \"right\", \"none\". Eg: align=\"left\"  <\/li>\n<\/ul>\n\n<h4>Shortcode examples<\/h4>\n\n<p>Set the width to 200 pixels:<\/p>\n\n<p>[TUXQUOTE width=\"200px\"]<\/p>\n\n<p>Set the width to 80% of the container element and add a title:<\/p>\n\n<p>[TUXQUOTE width=\"80%\" title=\"Thought of the day\"]<\/p>\n\n<p>Set the alignment to the left allowing surrounding text to flow down the right of the Tuxquote container:<\/p>\n\n<p>[TUXQUOTE align=\"left\"]<\/p>\n\n<h4>Widget usage<\/h4>\n\n<p>Drag the Tuxquote Widget to a widgitized area on your Widgets page (Apperance -&gt; Widgets).<\/p>\n\n<p>Click the Tuxquote widget and enter the following options as required:<\/p>\n\n<ul>\n<li>title:     Add title text above the Tuxquote image.  <\/li>\n<li>width:     Div container width in percentage or pixels. Eg: 80% or 200px.   <\/li>\n<li>align:     Can be \"left\", \"right\", \"none\". Eg: align=\"left\". Doesn't have much of an affect in a wigetized area.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>The images are distributed under the Creative Commons BY-NC-SA license, what does this mean?<\/dt>\n<dd><p>This means that you can't use the supplied images for any commercial purposes.<\/p><\/dd>\n<dt>How do I get around this?<\/dt>\n<dd><p>No problem, either remove all the images from the plugin images directory and replace them with your own, or get written permission from the image authors who are listed in the images-license.txt file. The Tuxquote plugin code is distributed under the GPL v2 license.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added an alignment option to the shortcode and widget.<\/li>\n<li>The image will now expand to fill 100% of the Tuxquote div container.<\/li>\n<li>Refactored tuxquote.php to Wordpress standards.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Replaced some deprecated HTML styling tags.<\/li>\n<li>Widgetized the plugin.<\/li>\n<li>Added width and title options.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<p>Corrected some small typos in the readme file.<\/p>\n\n<h4>1.0<\/h4>\n\n<p>Initial.<\/p>","raw_excerpt":"Show a random image of Tux the Linux penguin with a random quote.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/28241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=28241"}],"author":[{"embeddable":true,"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/eldougo"}],"wp:attachment":[{"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=28241"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=28241"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=28241"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=28241"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=28241"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ps.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=28241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}