clrh / mediawiki

Automatically exported from code.google.com/p/mediawiki
0 stars 0 forks source link

New extension: Related News #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a lot of wiki articles "news", many of this news are related one
each other. This extension will add an option to add on articles something
like: I'm editing article: (Man won on lottery) and i add <relatedto> (Car
crashed) <relatedto/> . 
So on (Man won on lottery) and (Car crashed) article i'll see a list
showing a link one to the other.
If i go to another article: (testing extension) edit it and add:
<relatedto> Car crashed <relatedto/> I'll see a list showing links to: Man
won on lottery and Car crashed. 
Conclusion: On all articles i'll see a list showing links to: two articles.

Understand? 

Original issue reported on code.google.com by lleoliveirabr@gmail.com on 7 Jun 2008 at 1:24

GoogleCodeExporter commented 8 years ago
So, you want something along "what links here" ?

Original comment by JeanLou....@gmail.com on 5 Jul 2008 at 1:26

GoogleCodeExporter commented 8 years ago
No, nothing about "what links here". Think in this: I have articles A, B, C. On
Article B I add: <relatedto>A<relatedto/> On article C I add 
<relatedto>B<relatedto/>
So on article A I'll see a list with a link to B and C.
On article B I'll see a list with a link to A and C.
On article C I'll see a list with a link to A and B.

Understand?

Original comment by lleoliveirabr@gmail.com on 5 Jul 2008 at 1:49

GoogleCodeExporter commented 8 years ago
I like it just that I'd like to see it a level below.
On B an C I add <relatedto>A<relatedto/>. On A I see 2 links to B+C without 
touching
it. On B and C I only see a link to A.
C doesn't care much that B also links to A.
I'd use it for a kinf of repeats. You have an original and repeates. 

In your level you can get many and dirty relations pretty fast.

Original comment by subfa...@gmail.com on 5 Nov 2008 at 6:51