Re: More than one word linking to a page
[email protected] (John Smith) Tue, 06 Feb 2007 20:48:11 -0500
| Newsgroups | perl.kwiki |
|---|---|
| Message-ID | <[email protected]> |
Andrew Morgan wrote: > Wikipedia has redirect features that means that you can use more than > one word to link to a page. > http://en.wikipedia.org/wiki/Wikipedia:Redirect > > Can Kwiki achieve a similar thing? > > /Andrew I do not know if there is such built-in feature, but I use the "human-mediated mechanism" like this: one of the pages (e.g. KnowledgeManagementBlogs) contains the "meat", i.e. the textual information, and other pages (e.g. Blogs-KnowledgeManagement) that need to contain that same information just contain one line like: GOTO: [KnowledgeManagementBlogs] This at least takes care about the need to have multiple pointers/entry-points while not maintaining the multiple copies of a text (which may easily get out of the sink). -J.