Hi all,
in a short coding frenzy I added functionality for the wikilink table. I also
added scoring not completely unlike google: score of a page is sum of
importance of pages linking to that page. Importance is count of how many
pages link to a given page.
Works ok - but only with mySQL.
I have added a navgiation bar at the bottom of the "browse.html" template:
most important incoming/outgoing links, most popular pages nearby (meaning
linked by page or linking to page).
Let me know what you think.
Feel free to duplicate the functionality for other databases :o)
(don't worry - the missing functions for dbm, pgsql, ... don't break phpwiki)
Remember: the thing is just a quick hack - I'm open for changes.
/Arno
|