{"id":14067,"date":"2011-07-17T15:52:30","date_gmt":"2011-07-17T15:52:30","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/plugin-list-generator\/"},"modified":"2011-07-30T16:40:24","modified_gmt":"2011-07-30T16:40:24","slug":"plugin-list-generator","status":"closed","type":"plugin","link":"https:\/\/cn.wordpress.org\/plugins\/plugin-list-generator\/","author":7790762,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.1.1","stable_tag":"trunk","tested":"3.1.4","requires":"3.1","requires_php":"","requires_plugins":"","header_name":"Plugin List Generator","header_author":"Marco Const\u00e2ncio","header_description":"","assets_banners_color":"","last_updated":"2011-07-30 16:40:24","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/www.betasix.net","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1629,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"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-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539448","resolution":"1","location":"plugin"}},"screenshots":{"1":"Unordered html list example."}},"plugin_section":[],"plugin_tags":[2275,245,86],"plugin_category":[],"plugin_contributors":[83124],"plugin_business_model":[],"class_list":["post-14067","plugin","type-plugin","status-closed","hentry","plugin_tags-developer","plugin_tags-list","plugin_tags-post","plugin_contributors-marco-constancio","plugin_committers-marco-constancio"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/plugin-list-generator.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/plugin-list-generator\/trunk\/screenshot-1.jpg?rev=1539448","caption":"Unordered html list example."}],"raw_content":"<!--section=description-->\n<p>Allows the user to insert a list of plugins from wordpress.org on page\/post using shortcodes. The list is generated by making a query on wordpress.org just like the 'Install Plugins' page search form.<\/p>\n\n<p>The plugin was created to display all the plugins of a specific user in order to showcase them in a blog, but it can also be used to display other lists. It also allows the user to customize the list and supports caching to save bandwidth.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install the plugin either by uploading the contents of \nplugin-list-generator.zip to the '\/wp-content\/plugins\/' directory \nor by using the 'Add New' in 'Plugins' menu in WordPress<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<h4>Parameters<\/h4>\n\n<ul>\n<li><strong>author<\/strong>, <strong>term<\/strong> and <strong>tag<\/strong> - author, term or tag that will be used in the to search. Choose only one paramater since the search function will be use one of them.  <\/li>\n<li><strong>num<\/strong> - maximum number of plugins to be displayed (default: 25).<\/li>\n<li><strong>list_markup<\/strong> - when used the plugin will generate a html ordered or unordered list. Options can be <strong>ul<\/strong> or <strong>ol<\/strong>. <\/li>\n<li><strong>expire<\/strong> - number of minutes for cache expiration. The plugin will perform a search in wordpress.org and store the result and use it during the expiration duration (default: 1440). <\/li>\n<li><strong>exclude<\/strong> - comma-separated list of plugin slugs that will be excluded from the list.<\/li>\n<li><strong>only<\/strong> - comma-separated list of plugin slugs, that when used, the list will only display info of plugins specified by the slugs.<\/li>\n<li><strong>name<\/strong>, <strong>description<\/strong>, <strong>slug<\/strong>, <strong>version<\/strong>, <strong>author<\/strong>, <strong>author_profile<\/strong>, <strong>requires<\/strong>, <strong>tested<\/strong>, <strong>rating<\/strong>, <strong>num_ratings<\/strong>, <strong>num_ratings<\/strong>, <strong>description<\/strong>, <strong>short_description<\/strong> - plugin data fields that can be used on the list.<\/li>\n<\/ul>\n\n<h4>Examples (Editor Visual Area)<\/h4>\n\n<p>Displays a list of 5 plugins that contains the tag spam.<\/p>\n\n<ul>\n<li>[plg tag='spam' num=5][name] [\/plg]<\/li>\n<\/ul>\n\n<p>Displays a list of 3 plugins with their names and author profile urls and using the search term 'search engine'.<\/p>\n\n<ul>\n<li>[plg term='search engine' num=3][name] ([author_profile]) [\/plg]<\/li>\n<\/ul>\n\n<p>Displays a list of 5 names and slugs of plugins that contains the tag spam, excluding 3 plugins specified by their slug .<\/p>\n\n<ul>\n<li>[plg tag='user' exclude=user-switching,ads-manager,role-scoper num=5][name] ([slug]), [\/plg]<\/li>\n<\/ul>\n\n<h4>Examples (Editor Html Area)<\/h4>\n\n<p>Displays a list of 3 plugins with their names, their versions, using the search term 'cache' and cache expiration duration of 30 minutes.<\/p>\n\n<ul>\n<li>[plg term='cache' num=3 cache='30'] [name] ([version])&lt;br&gt;[\/plg]<\/li>\n<\/ul>\n\n<p>Displays a html unordered list of plugins with their names (with a hyperlink) and small description where the author is 'takayukister'.<\/p>\n\n<ul>\n<li>[plg author='takayukister' list_markup=ul]&lt;a href=\"http:\/\/wordpress.org\/extend\/plugins\/[slug]\"&gt;[name]&lt;\/a&gt; - [short_description][\/plg]<\/li>\n<\/ul>\n\n<p>Displays a html unordered list of 2 plugins (specified by their slugs) with their names (with a hyperlink) a version where the author is 'takayukister'.<\/p>\n\n<ul>\n<li>[plg author='takayukister' only=contact-form-7,camper list_markup=ul]&lt;a href=\"http:\/\/wordpress.org\/extend\/plugins\/[slug]\"&gt;[name]&lt;\/a&gt; (v. [version])[\/plg]<\/li>\n<\/ul>\n\n<!--section=changelog-->\n<h4>0.1<\/h4>\n\n<p>First version of the plugin.<\/p>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Added the option exclude plugins from a list.<\/li>\n<li>Added the option display info from only specified plugins.<\/li>\n<\/ul>","raw_excerpt":"Allows the user to insert a list of plugins from wordpress.org on page\/post using shortcodes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14067","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14067"}],"author":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/marco-constancio"}],"wp:attachment":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14067"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14067"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14067"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14067"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14067"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14067"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}