{"id":18909,"date":"2012-07-05T20:51:07","date_gmt":"2012-07-05T20:51:07","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/syntaxhighlighter-evolved-fortran\/"},"modified":"2012-09-22T16:11:31","modified_gmt":"2012-09-22T16:11:31","slug":"syntaxhighlighter-evolved-fortran","status":"closed","type":"plugin","link":"https:\/\/et.wordpress.org\/plugins\/syntaxhighlighter-evolved-fortran\/","author":18789,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.0","stable_tag":"trunk","tested":"3.4.2","requires":"2.7","requires_php":"","requires_plugins":"","header_name":"SyntaxHighlighter Evolved: Fortran","header_author":"Jonathan Landrum","header_description":"","assets_banners_color":"","last_updated":"2012-09-22 16:11:31","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.viper007bond.com\/wordpress-plugins\/syntaxhighlighter\/donate\/","header_plugin_uri":"http:\/\/jonlandrum.com\/downloads\/syntaxhighlighter-evolved-fortran\/","header_author_uri":"http:\/\/jonlandrum.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1578,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"2.0":"<ul>\n<li>This update switches the brush file to Shawn Chin&#039;s Fortran brush. Provides support for Fortran 77, 90, 95, and 2003, as well as some proprietary functions. Updated version does a much better job selecting key words to highlight.<\/li>\n<\/ul>","1.0":"<ul>\n<li>Initial release<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539392","resolution":"1","location":"plugin"}},"screenshots":{"1":"This is a sample image of the plugin in action applied to Fortran code."}},"plugin_section":[],"plugin_tags":[1214,59895,3986,4444,2207],"plugin_category":[],"plugin_contributors":[95749],"plugin_business_model":[],"class_list":["post-18909","plugin","type-plugin","status-closed","hentry","plugin_tags-code","plugin_tags-fortran","plugin_tags-highlight","plugin_tags-highlighter","plugin_tags-syntax","plugin_contributors-jonlandrum","plugin_committers-jonlandrum"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/syntaxhighlighter-evolved-fortran.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/syntaxhighlighter-evolved-fortran\/trunk\/screenshot-1.png?rev=1539392","caption":"This is a sample image of the plugin in action applied to Fortran code."}],"raw_content":"<!--section=description-->\n<p>SyntaxHighlighter Evolved: Fortran is a plugin for self-hosted WordPress installations that adds support to Alex Mills' (Viper007) <a href=\"http:\/\/wordpress.org\/extend\/plugins\/syntaxhighlighter\/\">SyntaxHighlighter Evolved<\/a> plugin for the Fortran language.<\/p>\n\n<p>It provides a brush designed to work with the SyntaxHighlighter Evolved WordPress plugin. To be able to use this plugin, you will need to have the SyntaxHighlighter Evolved plugin installed.<\/p>\n\n<p>For a live demo, see <a href=\"http:\/\/jonlandrum.com\/downloads\/syntaxhighlighter-evolved-fortran\/\">this plugin's homepage<\/a>.<\/p>\n\n<ul>\n<li><p>This plugin follows the programming conventions outlined by <a href=\"http:\/\/www.viper007bond.com\/\">Alex Mills<\/a> for extending  his plugin: <a href=\"http:\/\/www.viper007bond.com\/wordpress-plugins\/syntaxhighlighter\/adding-a-new-brush-language\/\">Adding A New Brush (Language)<\/a><\/p><\/li>\n<li><p>This plugin uses the Fortran brush created by <a href=\"https:\/\/gist.github.com\/517349\">Shawn Chin<\/a>.<\/p><\/li>\n<li><p>This plugin is based on similar work by <a href=\"http:\/\/wordpress.org\/extend\/plugins\/syntaxhighlighter-evolved-php5\/\">Sandro Bilbeisi<\/a>.<\/p><\/li>\n<li><p><a href=\"http:\/\/wordpress.org\/extend\/plugins\/syntaxhighlighter\/\">SyntaxHighlighter Evolved<\/a> Wordpress plugin by Alex Mills is based on the <a href=\"http:\/\/alexgorbatchev.com\/SyntaxHighlighter\/\">SyntaxHighlighter JavaScript package by Alex Gorbatchev<\/a>.<\/p><\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>In order to use SyntaxHighlighter Evolved: Fortran, you must first install <a href=\"http:\/\/wordpress.org\/extend\/plugins\/syntaxhighlighter\/\">SyntaxHighlighter Evolved<\/a>.<\/p>\n\n<ol>\n<li>Extract all files from <code>syntaxhighlighter-evolved-fortran.zip<\/code><\/li>\n<li>Upload the <code>syntaxhighlighter-evolved-fortran<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Wrap code you want highlighted in <code>[fortran]<\/code> tags<\/li>\n<\/ol>\n\n<p>Alternatively, you can install the plugin from within your WordPress Dashboard by navigating to <code>Plugins &gt; Add New<\/code>, and from there searching for 'SyntaxHighlighter Evolved: Fortran'.<\/p>\n\n<h3>Plugin Usage<\/h3>\n\n<p>Wrap your code in <code>[sourcecode]<\/code> tags like so:\n    [sourcecode language=\"fortran\"]\n        your code here\n    [\/sourcecode]\nOr wrap your code in <code>[fortran]<\/code> tags like so:\n    [fortran]\n            your code here\n    [\/fortran]<\/p>\n\n<p>The shortcodes accept a wide variety of parameters. For details, see the bottom of the SyntaxHighlighter Evolved's settings page.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>The code is just being displayed raw. It isn't being converted into a code box or anything. What's wrong?<\/dt>\n<dd><p>Make sure your theme's <code>footer.php<\/code> file has <code>&lt;?php wp_footer(); ?&gt;<\/code> somewhere inside of it, otherwise the plugin won't work.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0<\/h4>\n\n<ul>\n<li>This update switches the brush file to Shawn Chin's Fortran brush. Provides support for Fortran 77, 95, and 2003, as well as some proprietary functions. Updated version does a much better job selecting key words to highlight.<\/li>\n<li>Updated readme.txt to better comply with validation rules<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Adds support for the Fortran language to the SyntaxHighlighter Evolved plugin.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/18909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=18909"}],"author":[{"embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jonlandrum"}],"wp:attachment":[{"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=18909"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=18909"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=18909"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=18909"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=18909"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/et.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=18909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}