-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What to do with non-functional pages #248
Comments
bug report page should be removed, we already have the forums and gitlab itself. Adventurer's log might see an implementation one day when we have a better API. The old forum is there for archival purposes, and could theoretically just be scrapped. itemdb_rs showing """outdated""" prices is completely and entirely the most useful thing on the website. Knowing the prices of things as they were authentically in 2009 is a good guidance/reference point for how the economy of 2009scape itself should work. The old polls are also kinda useful, but could be axed too. Not particularly necessary. |
Fair. In that case however it would be nice to link to it from somewhere, but at those pages make clear that it's about old prices which do not reflect the current game. |
The adventurer's log could be implemented once I have fleshed out my API a bit more. If we could get some high level requirements I'll know what to flesh out |
From https://runescape.fandom.com/wiki/Adventurer%27s_Log?oldid=2090380
Maybe we could ask on the forums what people would like to see as well |
Surely "I killed" and "item found" are for rares/bosses only? |
Due to the website currently being a static dump of the old interactive website a lot of things currently don't really work. Examples:
/services/m=bugtracker_v4/index-2.html
. A page to report bugs, but those are supposed to be posted on GitLab instead and doesn't actually work/services/m=advert
. None of the pages there actually work, they're all blank./services/m=adventurers-log
. I was actually excited when I saw this as I used to love the adventurer log, but sadly it doesn't work and there doesn't currently seem to be a way to retrieve the required info for such functionality at all./services/m=forum
. Seems to be a dump of the old forum at the time. Quite a lot of pages are in there but no links actually work. I also wonder what the use is of keeping this around./services/m=itemdb_rs
. The pages display, but the prices shown are completely outdated and wrong. I don't see use in keeping it around if it's not going to show updated info./services/m=poll
. Well the pages work, but those are polls from 2009 and before. They're not linked anywhere either and the navigation bar on those pages link to non-existing pages.There is probably more. If the goal is archival than I would rather let that be done by the Wayback machine (for example https://web.archive.org/web/20091208041147if_/http://www.runescape.com/title.ws) or keep that in a separate repo. Currently this repository is quite big to clone because of a lot of this stuff and it doesn't even represent the current state of 2009scape.
What are your thoughts?
The text was updated successfully, but these errors were encountered: