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.