DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:metaheaders

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:metaheaders [2014-02-09 20:39] – New release andreasplugin:metaheaders [2023-09-05 07:25] (current) – [MetaHeaders Plugin] version fix s-sahara
Line 1: Line 1:
-====== Plugin MetaHeaders ======+====== MetaHeaders Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Lets you add/remove meta headers dynamically.+description: Lets you add/remove meta headers dynamically
 author     : ARSAVA author     : ARSAVA
 email      : dokuwiki@dev.arsava.com email      : dokuwiki@dev.arsava.com
 type       : action type       : action
-lastupdate : 2014-02-09 +lastupdate : 2020-08-05 
-compatible : 2009-12-25 "Lemming"2010-11-07 "Anteater", 2011-05-25 "Rincewind"2012-01-25 "Angua", 2012-10-13 "Adora Belle", 2013-03-06 "Weatherwax", 2013-12-08 "Binky"+compatible : 2020-07-292022-07-312023-04-04
 depends    :  depends    : 
 conflicts  conflicts 
-similar    :  +similar    : meta 
-tags       : meta htmlheaders +tags       : htmlheaders, meta 
-downloadurl: https://andreashaerter.com/downloads/dokuwiki-plugin-metaheaders/latest+downloadurl: https://github.com/arsava/dokuwiki-plugin-metaheaders/archive/master.zip
 bugtracker : https://github.com/arsava/dokuwiki-plugin-metaheaders/issues bugtracker : https://github.com/arsava/dokuwiki-plugin-metaheaders/issues
 sourcerepo : https://github.com/arsava/dokuwiki-plugin-metaheaders/ sourcerepo : https://github.com/arsava/dokuwiki-plugin-metaheaders/
Line 23: Line 23:
  
   * Maintainer: [[https://dev.arsava.com/|ARSAVA]] ([[https://andreashaerter.com/|Andreas Haerter]])   * Maintainer: [[https://dev.arsava.com/|ARSAVA]] ([[https://andreashaerter.com/|Andreas Haerter]])
-  * Contact: See "[[.:metaheaders#support|Support]]" and "[[.:metaheaders#contact|Contact]]".+  * Contact: See "[[#support|Support]]" and "[[#contact|Contact]]".
  
  
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
  
Line 44: Line 44:
  
 If you need help: If you need help:
-  * Check the [[.:metaheaders#faq|FAQ]].+  * Check the [[#faq|FAQ]].
   * Check the [[https://github.com/arsava/dokuwiki-plugin-metaheaders#readme|README]].   * Check the [[https://github.com/arsava/dokuwiki-plugin-metaheaders#readme|README]].
   * Use [[http://search.dokuwiki.org]] to find useful information.   * Use [[http://search.dokuwiki.org]] to find useful information.
  
-If you found nothing helpful, ask your question at the [[http://forum.dokuwiki.org/|DokuWiki forum]] (preferred) or [[:irc|IRC channel]].+If you found nothing helpful, ask your question at the [[https://forum.dokuwiki.org/|DokuWiki forum]] (preferred) or [[:irc|IRC channel]].
  
  
Line 103: Line 103:
                            'rel'   => 'alternate',                            'rel'   => 'alternate',
                            'title' => 'Blog RSS',                            'title' => 'Blog RSS',
-                           'href'  => 'http://feeds.feedburner.com/blog_feed');+                           'href'  => 'https://feeds.feedburner.com/blog_feed');
 </code> </code>
  
Line 112: Line 112:
                            'rel'   => 'alternate',                            'rel'   => 'alternate',
                            'title' => 'Blog RSS',                            'title' => 'Blog RSS',
-                           'href'  => 'http://feeds.feedburner.com/blog_feed',+                           'href'  => 'https://feeds.feedburner.com/blog_feed',
                            'cond'  => '^blog:*');                            'cond'  => '^blog:*');
 </code> </code>
Line 149: Line 149:
 $headers['meta'][] = array ('name' => 'description', 'content' => '@ABSTRACT@'); $headers['meta'][] = array ('name' => 'description', 'content' => '@ABSTRACT@');
 </code> </code>
- 
  
  
Line 156: Line 155:
 ==== How can I check which version is currently installed? ==== ==== How can I check which version is currently installed? ====
  
-Simply have a look at ''/lib/plugin/metaheaders/VERSION''. This is a textfile containing the version you are using (e.g. ''2012-03-07''). Or have a look at [[plugin:plugin#display_plugin_details|DokuWiki's plugin manager]]. +Simply have a look at ''/lib/plugin/metaheaders/VERSION''. This is a textfile containing the version you are using (e.g. ''2012-03-07''). Or have a look at the [[plugin:extension|Extension manager]].
- +
  
  
Line 168: Line 165:
 |  ''2014-02-09''       | [[https://andreashaerter.com/tmp/downloads/dokuwiki-plugin-metaheaders/2014-02-09_metaheaders.tar.gz|Release]] |  2013-12-08 "Binky",\\ 2012-10-13 "Adora Belle"  | No functional changes, just some minor doc and coding style updates. | |  ''2014-02-09''       | [[https://andreashaerter.com/tmp/downloads/dokuwiki-plugin-metaheaders/2014-02-09_metaheaders.tar.gz|Release]] |  2013-12-08 "Binky",\\ 2012-10-13 "Adora Belle"  | No functional changes, just some minor doc and coding style updates. |
 |  ''2012-03-07''       | [[https://andreashaerter.com/tmp/downloads/dokuwiki-plugin-metaheaders/2012-03-07_metaheaders.tar.gz|Release]] |  2012-01-25 "Angua",\\ 2011-05-25b "Rincewind"   | No functional changes, just some minor doc and coding style updates. | |  ''2012-03-07''       | [[https://andreashaerter.com/tmp/downloads/dokuwiki-plugin-metaheaders/2012-03-07_metaheaders.tar.gz|Release]] |  2012-01-25 "Angua",\\ 2011-05-25b "Rincewind"   | No functional changes, just some minor doc and coding style updates. |
-|  ''Pre 2012-03-07''   | ---                                                                                                            |  ≤ 2010-11-07a "Anteater"                        | All older versions were maintained and developed by [[http://m-klier.de/|Michael Klier]]. There will be no more support for them, please follow the [[.:metaheaders#update|update instructions]] to get a supported version. |+|  ''Pre 2012-03-07''   | ---                                                                                                            |  ≤ 2010-11-07a "Anteater"                        | All older versions were maintained and developed by [[http://m-klier.de/|Michael Klier]]. There will be no more support for them, please follow the [[#update|update instructions]] to get a supported version. |
  
  
 ==== Latest changes ==== ==== Latest changes ====
  
-For a complete change log, see the [[https://github.com/arsava/dokuwiki-plugin-metaheaders/commits|commits on Github]].+For a complete change log, see the [[https://github.com/arsava/dokuwiki-plugin-metaheaders/commits|commits on GitHub]].
  
 {{rss>https://github.com/arsava/dokuwiki-plugin-metaheaders/commits/master.atom date}} {{rss>https://github.com/arsava/dokuwiki-plugin-metaheaders/commits/master.atom date}}
- 
  
plugin/metaheaders.1391974778.txt.gz · Last modified: 2014-02-09 20:39 by andreas

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki