]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix up some links
authorJoey Hess <joey@kitenet.net>
Sun, 9 Dec 2007 01:04:18 +0000 (20:04 -0500)
committerJoey Hess <joey@kitenet.net>
Sun, 9 Dec 2007 01:04:18 +0000 (20:04 -0500)
24 files changed:
doc/basewiki/sandbox.mdwn
doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn
doc/bugs/Trailing_slash_breaks_links.mdwn
doc/bugs/map_does_not_link_directory_for_which_a_file_also_exists/discussion.mdwn
doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn
doc/plugins/camelcase.mdwn
doc/plugins/html.mdwn
doc/plugins/img.mdwn
doc/plugins/img/discussion.mdwn
doc/plugins/meta.mdwn
doc/plugins/meta/discussion.mdwn
doc/plugins/rst.mdwn
doc/plugins/tag.mdwn
doc/plugins/type/link.mdwn
doc/plugins/wikitext.mdwn
doc/sandbox.mdwn
doc/smileys.mdwn
doc/tags.mdwn
doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
doc/todo/__47___should_point_to_top-level_index.mdwn
doc/todo/fileupload/soc-proposal/discussion.mdwn
doc/todo/format_escape.mdwn
doc/todo/linktitle.mdwn
doc/todo/mailnotification/discussion.mdwn

index c93c8f3317b8f7717feb8df85f846c492a4d26e9..c66534fc28a9e3fdb145ec62c7440d5872794ef7 100644 (file)
@@ -29,4 +29,4 @@ Bulleted list
 * *item*
 * item
 
-[[WikiLink]]
+[[ikiwiki/WikiLink]]
index d6e4e5a9b5f91e9cf77bf5a4cc074b52569be6c5..17479aacc3f63bd8d895d3d82eff65121d43724a 100644 (file)
@@ -11,7 +11,7 @@ reported in [[index/discussion#index11h1]].
 > The above examples are ambiguous, only worked due to a bug, and were
 > never documented to work. So I'm not inclined to re-add support for them.
 > 
-> If you look at [[WikiLink]], it is clear that spaces cannot be used in
+> If you look at [[ikiwiki/WikiLink]], it is clear that spaces cannot be used in
 > WikiLinks. It also shows how to use underscores in the link text if you
 > want multiple words.
 >
index aa03e2e9151af7f8c127cfa97550bf6603d48793..11ef49ca33de205bfa400cd2c8fc4791b4ff130b 100644 (file)
@@ -1,4 +1,4 @@
-A trailing slash on a [[wikilink]] breaks the link:
+A trailing slash on a [[ikiwiki/wikilink]] breaks the link:
 
 `\[[todo/Gallery/]]` appears as [[todo/Gallery/]].
 
index 439486741080e8859609bf2fcba60ab800c04963..44ff4143feb7c57ead6ab6bb6abf54a59dcb14d2 100644 (file)
@@ -1,3 +1,3 @@
 On <http://phd.martin-krafft.net/wiki/tag/factors/ideology/>, another symptom of this problem can be seen: the page collects pages linking to `tag/factors/ideology`, and `/factors/language` is one of those. However, the link points to `tag/factors/language`, which does *not* link to `tag/factors/ideology`.
 
-I think this is an artefact of the intersection of ikiwiki [[SubPage/LinkingRules]] with the use of a page's basename when its path relative to the wikiroot should be used.
\ No newline at end of file
+I think this is an artefact of the intersection of ikiwiki [[ikiwiki/SubPage/LinkingRules]] with the use of a page's basename when its path relative to the wikiroot should be used.
index 2bda0cc0f66929e04ba3152de1540203970e1322..744f26f4cab2d6c7f9348b1794f8b45a75b39d18 100644 (file)
@@ -1,8 +1,8 @@
 In [[ikiwiki/markdown]] syntax, none of the other special characters get processed
-inside a code block.  However, in ikiwiki, [[wiki_links|wikilink]] and
+inside a code block.  However, in ikiwiki, [[wiki_links|ikiwiki/wikilink]] and
 [[preprocessor_directives|ikiwiki/preprocessordirective]] still get processed
 inside a code block, requiring additional escaping.  For example, `[links
-don't work](#here)`, but `a [[wikilink]] becomes HTML`. --[[JoshTriplett]]
+don't work](#here)`, but `a [[ikiwiki/wikilink]] becomes HTML`. --[[JoshTriplett]]
 
 Indented lines provide a good way to escape a block of text containing
 markdown syntax, but ikiwiki links like \[[this]] are still
index 2a3e2639ddcc702ba37477a7b1e3705720da3b89..81270f41a9ecde48a291bed262ab481e495c4e6e 100644 (file)
@@ -1,8 +1,9 @@
 [[template id=plugin name=camelcase author="[[Joey]]"]]
 
-This plugin makes words in CamelCase be treated as a [[WikiLink]]. That is
-to say, any two or more words capitalised and mashed together are assumed
-to be the name of some other page on the wiki, and so become a link.
+This plugin makes words in CamelCase be treated as a [[ikiwiki/WikiLink]].
+That is to say, any two or more words capitalised and mashed together are
+assumed to be the name of some other page on the wiki, and so become a
+link.
 
 If this plugin is enabled, this will be a link: SandBox
 
index 01fdd4852c0583069fb6854791ef71ec64d5cbfa..8efefcbcb93e5ad9c11e49b9dc8d8175a98004b6 100644 (file)
@@ -5,7 +5,7 @@ This plugin lets html pages be used as source pages for the wiki. The
 html pages will still be wrapped in the same html template as any other
 page, so for best results you should include only the page body in the html
 file. Also, if the [[htmlscrubber]] plugin is enabled, the html pages will be
-sanitised like any other page. You can also use standard [[WikiLink]]s etc
-in the html pages.
+sanitised like any other page. You can also use standard 
+[[WikiLinks|ikiwiki/WikiLink]] etc in the html pages.
 
 This plugin is included in ikiwiki, but is not enabled by default.
index 5d93e90c50a011180cebde20d4abbe6e099aab6e..7858fd5133e14d0dc795987cca508c798d01174c 100644 (file)
@@ -2,9 +2,9 @@
 [[tag type/chrome]]
 
 This is an image handling plugin. While ikiwiki supports inlining full-size
-images by making a [[WikiLink]] that points to the image, using this plugin
-you can easily scale down an image for inclusion onto a page, providing a
-link to a full-size version.
+images by making a [[ikiwiki/WikiLink]] that points to the image, using
+this plugin you can easily scale down an image for inclusion onto a page,
+providing a link to a full-size version.
 
 This plugin uses the [ImageMagick](http://www.imagemagick.org/) tools via
 [PerlMagick](http://www.imagemagick.org/www/perl-magick.html).
@@ -17,7 +17,7 @@ Note that this is a stripped down version of Christian Mock's
        \[[img image1.jpg size="200x200" alt="clouds"]]
 
 The image file will be searched for using the same rules as used to find
-the file pointed to by a [[WikiLink]].
+the file pointed to by a [[ikiwiki/WikiLink]].
 
 The `size` parameter is optional, defaulting to full size. Note that the
 original image's aspect ratio is always preserved, even if this means
index c8a53632750c2924397d3c6e3dc32e5156246c88..02d46e38081a1d60fb019dc445072dabb96e90e0 100644 (file)
@@ -1,5 +1,5 @@
 It would be useful (at least for me) if one could specify
-(using a [[WikiLink]]) where the image links to.  For example,
+(using a [[ikiwiki/WikiLink]]) where the image links to.  For example,
 on <http://www.bddebian.com/~wiki/sidebar/> I'd like to have the
 logo link to \[[hurd/logo]] / <http://www.bddebian.com/~wiki/hurd/logo/>
 instead of linking to the PNG image file.  --[[tschwinge]]
index 073482a4c31ff55bfd329676913fdabbeb7f8d53..f97e267efe69cf36edeee6fd8e6e1a60f24f606b 100644 (file)
@@ -19,7 +19,7 @@ You can use any field names you like, but here are some predefined ones:
 
   Specifies a link to another page. This can be used as a way to make the
   wiki treat one page as linking to another without displaying a user-visible
-  [[WikiLink]]:
+  [[ikiwiki/WikiLink]]:
 
        \[[meta link=otherpage]]
 
index 73114a951d941179817fb56b2535ca5516ccb673..8388a1172ca70e75c065b4573ab734c204fca933 100644 (file)
@@ -11,8 +11,8 @@ Now I've work-arounded it using apostrophes in another way
 
 --[[Paweł|ptecza]]
 
-> As with any other parameter in a [[preprocessordirective]], you can
+> As with any other parameter in a [[ikiwiki/preprocessordirective]], you can
 > triple-quote, and then include quotation marks inside. --[[Joey]]
 
 >> Thanks for the hint! Toggle plugin is probably my favourite ikiwiki
->> plugin, but I forget about that :D --[[Paweł|ptecza]]
\ No newline at end of file
+>> plugin, but I forget about that :D --[[Paweł|ptecza]]
index 6a6606f2056e1369aceb48bf9bd7a16aa4ae844a..49dd81e70718224a605f3cc7380dc945416485ea 100644 (file)
@@ -10,7 +10,7 @@ Note that this plugin does not interoperate very well with the rest of
 ikiwiki. Limitations include:
 
 * There are issues with inserting raw html into documents, as ikiwiki 
-  does with [[WikiLinks|WikiLink]] and many 
+  does with [[WikiLinks|ikiwiki/WikiLink]] and many 
   [[PreprocessorDirectives|ikiwiki/PreprocessorDirective]].
 
 So while you may find this useful for importing old files into your wiki,
index 98990973b3cef08955ae113f2c86b0af6a6c9757..edae03887727737bff0812faf2a7739b52e89675 100644 (file)
@@ -5,13 +5,14 @@ This plugin allows tagging pages. List tags as follows:
 
        \[[tag tech life linux]]
 
-The tags work the same as if you had put a (hidden) [[WikiLink]] on the page
-for each tag, so you can use a [[ikiwiki/PageSpec]] match all pages that are
-tagged with a given tag, for example. The tags will also show up on blog
-entries and at the bottom of the tagged pages, as well as in RSS and Atom
-feeds.
+The tags work the same as if you had put a (hidden) [[ikiwiki/WikiLink]] on
+the page for each tag, so you can use a [[ikiwiki/PageSpec]] match all
+pages that are tagged with a given tag, for example. The tags will also
+show up on blog entries and at the bottom of the tagged pages, as well as
+in RSS and Atom feeds.
 
-If you want a visible [[WikiLink]] along with the tag, use taglink instead:
+If you want a visible [[ikiwiki/WikiLink]] along with the tag, use taglink
+instead:
 
        \[[taglink foo]]
        \[[taglink tagged_as_foo|foo]]
index 920cd31f5dbc43be20f373d5f031e66f6e990d6e..c10863fac250d39c4271b3729c73d31b7c304ec1 100644 (file)
@@ -1 +1 @@
-These plugins deal with [[WikiLinks|WikiLink]].
+These plugins deal with [[WikiLinks|ikiwiki/WikiLink]].
index 34467cf8e48b1f46c536a7701aec4739c9eee985..a87ab06fdd1e4012c52b4badba0916071076cd1b 100644 (file)
@@ -12,7 +12,7 @@ hyphen characters at the start of a line create a horizontal line. Newlines
 turn into the appropriate tags. Headers are matching equals signs around
 the header text -- the more signs, the lesser the header.
 
-Links are standard [[WikiLinks|WikiLink]], although you can also enable
+Links are standard [[WikiLinks|ikiwiki/WikiLink]], although you can also enable
 [[CamelCase]] links.
 
 Lists are indented text, by one tab or four spaces. In unordered lists,
index d145d48f3b281c7ea88f2eea54b53ef303dd9985..3eddec7cf3f3ddc8e6e84c2ae136d32829f1cc14 100644 (file)
@@ -92,8 +92,8 @@ Bulleted list
 
 ## Different sorts of links:
 
-* [[WikiLink]]
-* [[different_name_for_a_WikiLink|WikiLink]]
+* [[Features]]
+* [[different_name_for_a_WikiLink|ikiwiki/WikiLink]]
 * <http://www.gnu.org/>
 * [GNU](http://www.gnu.org/)
 * [Email](mailto:noone@invalid)
@@ -122,5 +122,3 @@ span also doesn't work:
 This sandbox is also a [[ikiwiki/blog]]!
 
 [[inline pages="sandbox/* and !*/Discussion" rootpage="sandbox" show="4" archive="yes"]]
-
-[[blubb]]
index 9915ec587a9d5a431c67a38671917589e4394763..54ac53979b27324180f04d62ece427faf690f916 100644 (file)
@@ -48,7 +48,7 @@ For example: {*} B) {*}
 To change the supported smileys, just edit the lists on this page.
 Note that the format is important; each list item should start with the
 text that is turned into the smiley, escaped so that users can see what
-produces it, followed by a [[WikiLink]] to the image to display.
+produces it, followed by a [[ikiwiki/WikiLink]] to the image to display.
 
 /!\ Bear in mind that the link to the image needs to be written in a way that
 will work if it's copied to other pages on the wiki. So be sure to include the
index f1a3f9f9b8253cf2a263cf2d4f74d24c1ad86eb1..a210df09c563cecd94322e33dc6a513d8e5d3433 100644 (file)
@@ -15,7 +15,7 @@ You can also tag a page with a visible link:
 
        \[[taglink mytag]]
 
-This tag will be displayed just like a regular [[WikiLink]].
+This tag will be displayed just like a regular [[ikiwiki/WikiLink]].
 
 One way to use these tags is to create a [[ikiwiki/blog]] of pages that have a
 particular set of tags. Or just look at the [[BackLinks]] to a tag page to
index b584341c66123ae1d1bfdff31c723a3e8c0cbe14..842c87e2d1decbded0d39782660f45191d82d411 100644 (file)
@@ -16,7 +16,7 @@ I can also submit a Git patch, if desired.
 
 **URL** = http://some.nice/place/ (*etc.*)
 
-**WHITHER** = \[\[**[[wikilink]]**]] | **URL**
+**WHITHER** = \[\[**[[ikiwiki/wikilink]]**]] | **URL**
 
 **D** = natural number (*meaning seconds*)
 
@@ -49,7 +49,7 @@ the forwarding statement also to the referred-to page.
 >> (How to qualify a valid target address?)
 >> What is a *cyclic meta refresh loop*?  Two pages in turn forwarding to each other?
 >> I think it would be possible to implement such a guard when only in-wiki links
->> ([[wikilink]]s) are being used, but how to do so for external links?  --[[tschwinge]]
+>> ([[ikiwiki/wikilink]]s) are being used, but how to do so for external links?  --[[tschwinge]]
 
 >>> This seems a lot more securely to do for in-wiki links, since we know
 >>> that a link generated by a wikilink is safe, and can avoid cycles.
index 88199d5decd9d748539b4a144b71df4d7a6a5817..60cb763e1f07f4b3232092aeaa2ba1a3e5f9ebe1 100644 (file)
@@ -1,3 +1,3 @@
-Since `/` now works in [[WikiLink]]s to anchor links to the root of the site
+Since `/` now works in [[ikiwiki/WikiLink]]s to anchor links to the root of the site
 (for instance, `\[[/index]]`), `/` alone should work as a reference to the
 top-level index page (for instance, `\[[Home|/]]`). --[[JoshTriplett]]
index 299dc4c565f908c7f2de1c87bd45edd32d08b2c3..1ce52f0ca128922d54b247420548895da8012424 100644 (file)
@@ -1,8 +1,8 @@
-There's nothing in [[fileupload]] that suggests putting the file upload limit in the body of a page. That would indeed be a strange choice. Ikiwiki already uses [[PageSpecs|PageSpec]] in the Preferences page (for specifying locked pages, banned users, and subscriptions), and I had envisioned putting the file upload controls there, and possibly subsuming some of those other controls into them.
+There's nothing in [[fileupload]] that suggests putting the file upload limit in the body of a page. That would indeed be a strange choice. Ikiwiki already uses [[PageSpecs|ikiwiki/PageSpec]] in the Preferences page (for specifying locked pages, banned users, and subscriptions), and I had envisioned putting the file upload controls there, and possibly subsuming some of those other controls into them.
 
 > Thanks for clarifying; I clearly misunderstood the original text. -- Ben
 
-It's not clear to me that the concept of attaching files to a page fits ikiwiki very well; unlike most wikis, ikiwiki supports subdirectories and [[SubPages|SubPage]], which allows for hierarchical placement of uploaded files, which is a much more flexible concept than simple attachment. Futhermore, the idea of listing all attached files at the bottom of a page seems somewhat inflexible. What if I want to make a podcast, using inline's existing support for that -- I won't want a list of every "attached" file at the bottom of my podcast's page then.
+It's not clear to me that the concept of attaching files to a page fits ikiwiki very well; unlike most wikis, ikiwiki supports subdirectories and [[SubPages|ikiwiki/SubPage]], which allows for hierarchical placement of uploaded files, which is a much more flexible concept than simple attachment. Futhermore, the idea of listing all attached files at the bottom of a page seems somewhat inflexible. What if I want to make a podcast, using inline's existing support for that -- I won't want a list of every "attached" file at the bottom of my podcast's page then.
 
 > If a file was attached to _some-dir/some-page_, it would be stored in _some-dir/_ and linked from _some-page_. That would seem reasonably hierarchical to me. What do you suggest as an alternative? 
 
@@ -43,4 +43,4 @@ the image/video/file/... and a discussion page. Probably named image.mdwn and im
 
 > I did an proof of concept implementation of this idea [here](http://ng.l4x.org/brainstorm/gallery/) yesterday night, including the link to the source code. I'd really love to hear comments about this approach.
   (note1: I'm really not interested in any kind of http interface to that thing, just testing ways of storing the meta
-   data, note2: I'm no perl programmer)
\ No newline at end of file
+   data, note2: I'm no perl programmer)
index 0f5859b3edb40e6cd1e83b3ea0dde89556e11af3..45002f0c648fd48be1f3777679ee349bc7a0eb79 100644 (file)
@@ -218,7 +218,7 @@ Index: doc/plugins/rst.mdwn
  
 -* reStructuredText does not allow raw html to be inserted into
 -  documents, but ikiwiki does so in many cases, including
--  [[WikiLinks|WikiLink]] and many
+-  [[WikiLinks|ikiwiki/WikiLink]] and many
 -  [[PreprocessorDirectives|ikiwiki/PreprocessorDirective]].
 +* Some bits of ikiwiki may still assume that markdown is used or embed html
 +  in ways that break reStructuredText. (Report bugs if you find any.)
index 8d6ce3c1fa0548ab08984d7d11a7dc5eba5f0a94..d5b53e0824a49d184b5c64cf51920458c36cb553 100644 (file)
@@ -1,6 +1,6 @@
 Pages could have a `linktitle` (perhaps via [[plugins/meta]]), and
-[[wikilinks|wikilink]] could use that title by default when linking to the
-page.  That would allow pages to have a simple, easily linkable name
+[[wikilinks|ikiwiki/wikilink]] could use that title by default when linking
+to the page.  That would allow pages to have a simple, easily linkable name
 (without spaces, for instance), but use the proper title for links.  For
 example, [[ikiwiki/PreprocessorDirective]] could use the `linktitle`
 "preprocessor directive", and pages for [[users]] could have `linktitle`s
index 29421d3210de263f51dc96383a8fd4f2f0baa0b9..b8af29f05c511c5f2710013b006a73b0c69a42b5 100644 (file)
@@ -10,5 +10,5 @@ Mail notifications are probably not required. For example I get lots of comments
 Perhaps a powerful little UNDO feature on RecentChanges is all that is needed.
 
 > Um, if you'll look at the [[mailnotification]] page, ikiwiki has
-> supported mail notifications for > 1 year, with a powerful [[PageSpec]]
+> supported mail notifications for > 1 year, with a powerful [[ikiwiki/PageSpec]]
 > to allow chosing which pages you want to be notified about. --[[Joey]]