]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add robots directive to all directive pages
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Sep 2008 22:30:20 +0000 (18:30 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Sep 2008 22:30:20 +0000 (18:30 -0400)
Since they'll be in an underlay, robots shouldn't index them, as with other
underlay pages.

41 files changed:
underlays/basewiki/directive/aggregate.mdwn
underlays/basewiki/directive/brokenlinks.mdwn
underlays/basewiki/directive/calendar.mdwn
underlays/basewiki/directive/color.mdwn
underlays/basewiki/directive/copy.mdwn
underlays/basewiki/directive/cut.mdwn
underlays/basewiki/directive/cutpaste.mdwn
underlays/basewiki/directive/edittemplate.mdwn
underlays/basewiki/directive/fortune.mdwn
underlays/basewiki/directive/graph.mdwn
underlays/basewiki/directive/haiku.mdwn
underlays/basewiki/directive/if.mdwn
underlays/basewiki/directive/img.mdwn
underlays/basewiki/directive/inline.mdwn
underlays/basewiki/directive/linkmap.mdwn
underlays/basewiki/directive/listdirectives.mdwn
underlays/basewiki/directive/map.mdwn
underlays/basewiki/directive/meta.mdwn
underlays/basewiki/directive/more.mdwn
underlays/basewiki/directive/orphans.mdwn
underlays/basewiki/directive/pagecount.mdwn
underlays/basewiki/directive/pagestats.mdwn
underlays/basewiki/directive/pagetemplate.mdwn
underlays/basewiki/directive/paste.mdwn
underlays/basewiki/directive/ping.mdwn
underlays/basewiki/directive/poll.mdwn
underlays/basewiki/directive/polygen.mdwn
underlays/basewiki/directive/postsparkline.mdwn
underlays/basewiki/directive/progress.mdwn
underlays/basewiki/directive/shortcut.mdwn
underlays/basewiki/directive/sparkline.mdwn
underlays/basewiki/directive/table.mdwn
underlays/basewiki/directive/tag.mdwn
underlays/basewiki/directive/taglink.mdwn
underlays/basewiki/directive/template.mdwn
underlays/basewiki/directive/testpagespec.mdwn
underlays/basewiki/directive/teximg.mdwn
underlays/basewiki/directive/toc.mdwn
underlays/basewiki/directive/toggle.mdwn
underlays/basewiki/directive/toggleable.mdwn
underlays/basewiki/directive/version.mdwn

index 6173f39440b473299b151da2c4f179eae03620bb..f132c9746f4bb88a0dc901dc59a4645c96b40348 100644 (file)
@@ -49,3 +49,5 @@ directive:
 Note that even if you are using subversion or another revision control
 system, pages created by aggregation will *not* be checked into revision
 control.
 Note that even if you are using subversion or another revision control
 system, pages created by aggregation will *not* be checked into revision
 control.
+
+[[!meta robots="noindex, follow"]]
index 27a333196e9312309019e5bccf5b4d0643835a5c..2cde5b64a23fc8fed736d897cf04248165717ccb 100644 (file)
@@ -10,3 +10,5 @@ pages to search for broken links, default is search them all.
 Example:
 
        \[[!brokenlinks pages="* and !recentchanges"]]
 Example:
 
        \[[!brokenlinks pages="* and !recentchanges"]]
+
+[[!meta robots="noindex, follow"]]
index 4688af920ad0861ff4e650fd5052b0479c9ec3bd..5cbfa2dc66b4d433af52a5f142493e526db225e3 100644 (file)
@@ -42,3 +42,5 @@ the given time frame.
   and so on. Defaults to 0, which is Sunday.
 * `months_per_row` - In the annual calendar, number of months to place in
   each row. Defaults to 3.
   and so on. Defaults to 0, which is Sunday.
 * `months_per_row` - In the annual calendar, number of months to place in
   each row. Defaults to 3.
+
+[[!meta robots="noindex, follow"]]
index cdb9b6c1d2ae69aef7ef3deb300a3f05e0cc12b1..be8907099f657dd8b95cdd297a9a5b544199e0b3 100644 (file)
@@ -21,3 +21,5 @@ background:
 The foreground is missing, so the text has the default foreground color:
 
        \[[!color background=#ff0000 text="Default color text on red background"]]
 The foreground is missing, so the text has the default foreground color:
 
        \[[!color background=#ff0000 text="Default color text on red background"]]
+
+[[!meta robots="noindex, follow"]]
index 145bfdb1a494769f14c859bb23f7b77fe546be15..a0aa0ef7f06d449032dae2f99aeafc4073dc651d 100644 (file)
@@ -1 +1,3 @@
 [[!meta redir=/ikiwiki/directive/cutpaste]]
 [[!meta redir=/ikiwiki/directive/cutpaste]]
+
+[[!meta robots="noindex, follow"]]
index 145bfdb1a494769f14c859bb23f7b77fe546be15..a0aa0ef7f06d449032dae2f99aeafc4073dc651d 100644 (file)
@@ -1 +1,3 @@
 [[!meta redir=/ikiwiki/directive/cutpaste]]
 [[!meta redir=/ikiwiki/directive/cutpaste]]
+
+[[!meta robots="noindex, follow"]]
index 6b90647e7d02d3da7ad4092008d5de322a0e4822..7c1d5b6cbd8b2f314990824e5b17c9e7d9d25333 100644 (file)
@@ -52,3 +52,5 @@ nest directives that require multiline parameters inside each other:
        \[[!cut id=baz text="""
        multiline parameter!
        """]]
        \[[!cut id=baz text="""
        multiline parameter!
        """]]
+
+[[!meta robots="noindex, follow"]]
index 94295585e5d54e01b895b6c86ccd0681b0b2f0c8..b3187ea66eb8e3590b44dbf9e5869a23275c6cc5 100644 (file)
@@ -30,3 +30,5 @@ the template page itself, since the directive would then be included as
 part of the template on new pages, which would then in turn be registered
 as templates. If multiple pages are registered as templates for a new page,
 an arbitrary one is chosen, so that could get confusing.
 part of the template on new pages, which would then in turn be registered
 as templates. If multiple pages are registered as templates for a new page,
 an arbitrary one is chosen, so that could get confusing.
+
+[[!meta robots="noindex, follow"]]
index 8d07be5dfe910562d8cdabe99d359e0fc3954e88..5ba704b665cbc679d7908dd7cf5c97c993b0c890 100644 (file)
@@ -4,3 +4,5 @@ This just uses the `fortune` program to insert a fortune cookie into the page.
 Usage:
 
        \[[!fortune ]]
 Usage:
 
        \[[!fortune ]]
+
+[[!meta robots="noindex, follow"]]
index b669c2e806dbd0f2ed7e7eb78c99edfa55bfcbad..48eb7e340e4c772bc3481465fb50aeedb2bbe764 100644 (file)
@@ -19,3 +19,5 @@ The `graph` directive supports the following parameters:
 - `height`, `width` - Limit the size of the graph to a given height and width,
   in inches. You must specify both to limit the size; otherwise, graphviz will
   choose a size, without any limit.
 - `height`, `width` - Limit the size of the graph to a given height and width,
   in inches. You must specify both to limit the size; otherwise, graphviz will
   choose a size, without any limit.
+
+[[!meta robots="noindex, follow"]]
index d7df3e2491061137115af72f5a0b8b634a1d9cd6..15d303bb773554c5fb000799759f2c9bfcf14c32 100644 (file)
@@ -11,3 +11,5 @@ The hint parameter can be omitted, it only provides the generator a hint of
 what to write the haiku about. If no hint is given, it might base it on the
 page name. Since the vocabulary it knows is very small, many hints won't
 affect the result at all.
 what to write the haiku about. If no hint is given, it might base it on the
 page name. Since the vocabulary it knows is very small, many hints won't
 affect the result at all.
+
+[[!meta robots="noindex, follow"]]
index 57a04aa74fa6a462a38f35a6c795ac7e57954c6f..d6419b18b638a8bc5f15c0e87e845e32b310bba2 100644 (file)
@@ -44,3 +44,5 @@ additional tests:
 * included()
 
   Tests whether the page is being included onto another page.
 * included()
 
   Tests whether the page is being included onto another page.
+
+[[!meta robots="noindex, follow"]]
index cfcafc3b3a16aa873229fcd0c876044d5218dcfe..ab3c07bfd3fbc78df6b78c6181f94a30ece012ee 100644 (file)
@@ -34,3 +34,5 @@ the page, unless overridden. Useful when including many images on a page.
        \[[!img photo1.jpg]]
        \[[!img photo2.jpg]]
        \[[!img photo3.jpg size=200x600]]
        \[[!img photo1.jpg]]
        \[[!img photo2.jpg]]
        \[[!img photo3.jpg size=200x600]]
+
+[[!meta robots="noindex, follow"]]
index 7dfda7edafd7946f4848d6cc24df0cebf9d81a8f..4bf0de13dcc5241623942a3be5d5ed24d8cf7e25 100644 (file)
@@ -8,3 +8,5 @@ inside another. For example:
 The most common use of inlining is generating blogs and RSS or Atom feeds.
 See [[ikiwiki/blog]] for details.
 
 The most common use of inlining is generating blogs and RSS or Atom feeds.
 See [[ikiwiki/blog]] for details.
 
+
+[[!meta robots="noindex, follow"]]
index e28e1aba27401b78f95c17b86a3db20df9f28167..ecc12bd7732a96a90026047819a61ae915e0c03d 100644 (file)
@@ -20,3 +20,5 @@ directive:
 * `height`, `width` - Limit the size of the map to a given height and width,
   in inches. Both must be specified for the limiting to take effect, otherwise
   the map's size is not limited.
 * `height`, `width` - Limit the size of the map to a given height and width,
   in inches. Both must be specified for the limiting to take effect, otherwise
   the map's size is not limited.
+
+[[!meta robots="noindex, follow"]]
index 47ced80b5971fce7881c622d3900fc67a7df2766..0564159e0413631ef0e9559ab4dc50be91d2e9cf 100644 (file)
@@ -16,3 +16,5 @@ be listed if the `generated` argument is supplied.
 
 This extended list is often quite long, and often contains many
 undocumented directives.
 
 This extended list is often quite long, and often contains many
 undocumented directives.
+
+[[!meta robots="noindex, follow"]]
index 3b27416ef70f7bcd41b8a063698085cb95db64c4..543470864646c4b0af54e1911c1a788aa6715317 100644 (file)
@@ -15,3 +15,5 @@ the [[meta]] plugin). For example:
 
 Hint: To limit the map to displaying pages less than a certain level deep,
 use a [[ikiwiki/PageSpec]] like this: `pages="* and !*/*/*"`
 
 Hint: To limit the map to displaying pages less than a certain level deep,
 use a [[ikiwiki/PageSpec]] like this: `pages="* and !*/*/*"`
+
+[[!meta robots="noindex, follow"]]
index c1d6cab08992c64d0493218dc12be8a76033ebc6..b01dbfe7605694159191ed08b61ee456f9c15a79 100644 (file)
@@ -145,3 +145,5 @@ If the field is not one of the above predefined fields, the metadata will be
 written to the generated html page as a &lt;meta&gt; header. However, this
 won't be allowed if the [[!iki plugins/htmlscrubber]] plugin is enabled,
 since it can be used to insert unsafe content.
 written to the generated html page as a &lt;meta&gt; header. However, this
 won't be allowed if the [[!iki plugins/htmlscrubber]] plugin is enabled,
 since it can be used to insert unsafe content.
+
+[[!meta robots="noindex, follow"]]
index defe7eb3d3db825f973b076a1eb52cf93800ad35..68c2cd39a2f32f5879a9f6e6695528c33310d987 100644 (file)
@@ -12,3 +12,5 @@ leads to the full version of the page. Use it like this:
 If the `linktext` parameter is omitted it defaults to just "more".
 
 Note that you can accomplish something similar using a [[toggle]] instead.
 If the `linktext` parameter is omitted it defaults to just "more".
 
 Note that you can accomplish something similar using a [[toggle]] instead.
+
+[[!meta robots="noindex, follow"]]
index db9af19a8c37fa175c24d4bbdecb805c73dde952..19b00f0ca5346ec79bb935cfe250753f2d685318 100644 (file)
@@ -11,3 +11,5 @@ pages to check for orphans, default is search them all.
 Note that it takes backlinks into account, but does not count inlining a
 page as linking to it, so will generally count many blog-type pages as
 orphans.
 Note that it takes backlinks into account, but does not count inlining a
 page as linking to it, so will generally count many blog-type pages as
 orphans.
+
+[[!meta robots="noindex, follow"]]
index 314fe382a0325cf04fedd7aa0104f29358a86707..f799a5d7f5d04cd697ff127880b49bcede0f5444 100644 (file)
@@ -6,3 +6,5 @@ This directive counts pages currently in the wiki. Example:
 
 The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
 pages to count, default is to count them all.
 
 The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
 pages to count, default is to count them all.
+
+[[!meta robots="noindex, follow"]]
index c5b39bae3e79354e8b0552a7616114981c5c9dd7..de0419a0338130b17492b3c79f801205e28d7444 100644 (file)
@@ -11,3 +11,5 @@ Here's how to use it to create a [[tag]] cloud:
 And here's how to create a table of all the pages on the wiki:
 
        \[[!pagestats style="table"]]
 And here's how to create a table of all the pages on the wiki:
 
        \[[!pagestats style="table"]]
+
+[[!meta robots="noindex, follow"]]
index 85576322813165d1874f52c0306401049d2dacbe..9c8e439623b378600f5b3bc5b66dd2cd8d7db47d 100644 (file)
@@ -11,3 +11,5 @@ by the system administrator, typically into the
 `/usr/share/ikiwiki/templates` directory. Example:
 
        \[[!pagetemplate template="my_fancy.tmpl"]]
 `/usr/share/ikiwiki/templates` directory. Example:
 
        \[[!pagetemplate template="my_fancy.tmpl"]]
+
+[[!meta robots="noindex, follow"]]
index 145bfdb1a494769f14c859bb23f7b77fe546be15..a0aa0ef7f06d449032dae2f99aeafc4073dc651d 100644 (file)
@@ -1 +1,3 @@
 [[!meta redir=/ikiwiki/directive/cutpaste]]
 [[!meta redir=/ikiwiki/directive/cutpaste]]
+
+[[!meta robots="noindex, follow"]]
index 5bb340edb1242f267e03ac16f24879ec38cf79e0..9eac60fd51925b89832bf0c18e8b0dfaef4e6fac 100644 (file)
@@ -14,3 +14,5 @@ the pinging. This is used to prevent ping loops.
 
 The "to" parameter is the url to ping. The example shows how to ping
 another ikiwiki instance.
 
 The "to" parameter is the url to ping. The example shows how to ping
 another ikiwiki instance.
+
+[[!meta robots="noindex, follow"]]
index d27329c723d6dd0382d3a55cfc357d07424cb4bd..e991dfaa93cee8873522be152a4cecfa1c7629ce 100644 (file)
@@ -21,3 +21,5 @@ Parameters:
   voting.
 * `total` - Show total number of votes at bottom of poll. Default is "yes".
 * `percent` - Whether to display percents. Default is "yes".
   voting.
 * `total` - Show total number of votes at bottom of poll. Default is "yes".
 * `percent` - Whether to display percents. Default is "yes".
+
+[[!meta robots="noindex, follow"]]
index 0ad5c12e3134844c60bec418977c351f43f0a217..3facc131dc9879c914987d37f39844183e039a6c 100644 (file)
@@ -7,3 +7,5 @@ For example:
 
 It's also possible to specify a starting nonterminal for the grammar by
 including `symbol="text"` in the directive.
 
 It's also possible to specify a starting nonterminal for the grammar by
 including `symbol="text"` in the directive.
+
+[[!meta robots="noindex, follow"]]
index 4ee8569f16adbe664bb254b28ad6f5b06a53c6fa..398b48ef1d0645d64d3e774a16ea414fdd1b7ecb 100644 (file)
@@ -41,3 +41,5 @@ them to use the modification times of pages, set it to "mtime".
 
 To change the color used to draw the sparkline, use the `color` parameter.
 For example, "color=red".
 
 To change the color used to draw the sparkline, use the `color` parameter.
 For example, "color=red".
+
+[[!meta robots="noindex, follow"]]
index 57b37ec4a8168dee5a65d2ab3d62cccb70dfb892..c477c435abb8e50bd161655cce2a8095d1716a17 100644 (file)
@@ -14,3 +14,5 @@ For example, to show what percentage of pages have
 discussion pages:
 
        \[[!progress totalpages="* and !*/Discussion" donepages="*/Discussion"]]
 discussion pages:
 
        \[[!progress totalpages="* and !*/Discussion" donepages="*/Discussion"]]
+
+[[!meta robots="noindex, follow"]]
index 25aa9f382d3f62215414c24e00172c5c60637baf..14cdbdce77d6c519be9dc7daca9696d84f7779a4 100644 (file)
@@ -5,3 +5,5 @@ more easily using shortcuts.
 
 The available shortcuts are defined on the [[shortcuts]] page in
 the wiki. The `shortcut` directive can only be used on that page.
 
 The available shortcuts are defined on the [[shortcuts]] page in
 the wiki. The `shortcut` directive can only be used on that page.
+
+[[!meta robots="noindex, follow"]]
index 911ba96fdf64d2f2272e1f12c9bc5531eb3cfbc9..d6eee728729463aa6f04a5fa3832a4c80d0a685f 100644 (file)
@@ -48,3 +48,5 @@ more detail in [its wiki](http://sparkline.wikispaces.com/usage).
   
   Available values for the text location are: "top", "right", "bottom", and
   "left".
   
   Available values for the text location are: "top", "right", "bottom", and
   "left".
+
+[[!meta robots="noindex, follow"]]
index 0ddb0a9a3246a8c6ab4c7a1fa106c3676d2019b6..0d1af124953bc564d4d830bc49c188dd31c0f6d5 100644 (file)
@@ -41,3 +41,5 @@ cells. For example:
 * `header` - By default, or if set to "row", the first data line is used
   as the table header. Set it to "no" to make a table without a header, or
   "column" to make the first column be the header.
 * `header` - By default, or if set to "row", the first data line is used
   as the table header. Set it to "no" to make a table without a header, or
   "column" to make the first column be the header.
+
+[[!meta robots="noindex, follow"]]
index 3ddb3234f0d8e45c74d0ce587a01802634ce4e0c..a6e1833a44baa14df10c20868800e62d58a3f53e 100644 (file)
@@ -26,3 +26,5 @@ something like this:
 
        \[[!tag ./foo]]
        \[[!taglink /foo]]
 
        \[[!tag ./foo]]
        \[[!taglink /foo]]
+
+[[!meta robots="noindex, follow"]]
index 2fc08b1ff288b6cd286b5e6d7d2dac107976af2c..dbfabf8e1c31ad8666e6106fa490eaa1741b94d3 100644 (file)
@@ -1 +1,3 @@
 [[!meta redir=/ikiwiki/directive/tag]]
 [[!meta redir=/ikiwiki/directive/tag]]
+
+[[!meta robots="noindex, follow"]]
index b405331a700e5e8ed2d937a8adb0c625d5d8119f..38b7e3c5ebbbde9291191d171b800c2f6820e11c 100644 (file)
@@ -14,3 +14,5 @@ the specified value, and inserts the result into the page.
 
 For a list of available templates, and details about how to create more,
 see the [[templates]] page.
 
 For a list of available templates, and details about how to create more,
 see the [[templates]] page.
+
+[[!meta robots="noindex, follow"]]
index 38b5c67aec65b203e9632990d766688901a2ad2b..401353e899efacfba66aaee2b00d5f641c890f8a 100644 (file)
@@ -20,3 +20,5 @@ the part of the [[ikiwiki/PageSpec]] that fails is this negated match.
 
 This will print out something like "match: barpage matches barpage",
 indicating the part of the [[ikiwiki/PageSpec]] that caused it to match.
 
 This will print out something like "match: barpage matches barpage",
 indicating the part of the [[ikiwiki/PageSpec]] that caused it to match.
+
+[[!meta robots="noindex, follow"]]
index 08bec67a855de86df59b712c44555420b171e032..bd040c9cf7cbaa779f577d806e8ba2a37360e3a2 100644 (file)
@@ -19,3 +19,5 @@ height is used.
 To add an alt text to the image, use alt="text":
 
        \[[!teximg code="\frac{1}{2}" alt="1/2"]]
 To add an alt text to the image, use alt="text":
 
        \[[!teximg code="\frac{1}{2}" alt="1/2"]]
+
+[[!meta robots="noindex, follow"]]
index e499ee824aa46821fa9daa1a797a5fbd1cd01c42..94b0fe1af67c42db04cbe07b7c53b59bf6dc14c3 100644 (file)
@@ -17,3 +17,5 @@ level, even if there are higher levels seen later in the file.
 The table of contents will be created as an ordered list. If you want
 an unordered list instead, you can change the list-style in your local
 style sheet.
 The table of contents will be created as an ordered list. If you want
 an unordered list instead, you can change the list-style in your local
 style sheet.
+
+[[!meta robots="noindex, follow"]]
index f4602ba2942cdef9970980ac26a2cdf9a3bb39ac..5729fca1156819ddd5d4270605993d0279b24e70 100644 (file)
@@ -30,3 +30,5 @@ The id has a default value of "default", so can be omitted in simple cases.
 
 If you'd like a toggleable to be displayed by default, and toggle to
 hidden, then pass a parameter "open=yes" when setting up the toggleable.
 
 If you'd like a toggleable to be displayed by default, and toggle to
 hidden, then pass a parameter "open=yes" when setting up the toggleable.
+
+[[!meta robots="noindex, follow"]]
index c69cbf8017ac1438d17e435463f9f34492a5619e..5536f448951cd4c8b1bebcf729b579ceedd7e894 100644 (file)
@@ -1 +1,3 @@
 [[!meta redir=/ikiwiki/directive/toggle]]
 [[!meta redir=/ikiwiki/directive/toggle]]
+
+[[!meta robots="noindex, follow"]]
index da1ddceb56c417f3b9f183e67c4361bd8d98a1cf..8ab96d045642711b8b53d74b770b0a7b0a876fbe 100644 (file)
@@ -8,3 +8,5 @@ updating the version number.
 Use is simple:
 
        \[[!version ]]
 Use is simple:
 
        \[[!version ]]
+
+[[!meta robots="noindex, follow"]]