💾 Archived View for midnight.pub › replies › 5178 captured on 2024-08-25 at 03:06:25. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
That looks really promising. How do you compute the backlinkscore for your pages? I briefly looked at the tree, but was on mobile.
I simply perform a text search (using Postgres' text search functions) on the backlinks, rank them, and sum their scores. This is meant as a very temporary ranking method before I implement something like an actual PagRank.