Update footer links
Opened this issue · 1 comments
I think this is an issue to synchronise the footer links across platforms.
See: resonatecoop/website#23
and (linked from the above)https://community.resonate.is/t/header-and-footer-links-for-new-player-and-website/1587
I think this is something I can do so I hope it's ok to create this issue.
The links are in /beta/src/components/footer/index.js
This is where I'm at with matching links.
NB I have already changed some of the stream ones - so they may or may not match the current deployment - but that doesn't really matter for this issue. I need some clarification.
The below are the ones causing me problems.
- Website is the latest from https://github.com/resonatecoop/website (running in docker - baseURL is resonate.space)
- Stream is this repo
- Forum is the post with the spec: https://community.resonate.is/t/header-and-footer-links-for-new-player-and-website/1587
I'm just looking for definitive URLs please. See notes after the table
Website | Website | Stream | Stream | Forum | Forum | |
---|---|---|---|---|---|---|
https://resonate.space/coop/ | The Co-op | https://resonate.coop/the-coop | The Co-op | The Co-op | resonate.coop/thecoop (“the co-op” page) | |
https://community.resonate.is/c/handbook/60 | Handbook | https://community.resonate.is/docs | Handbook | Handbook | community.resonate.coop/docs | |
https://id.resonate.coop/join | Join | https://resonate.is/join | Join | Join | id.resonate.coop/join | |
https://community.resonate.is/ | Volunteering | https://resonate.coop/volunteering | Volunteering | Volunteering | community.resonate.coop | |
http://localhost:1313/blog/index.xml | RSS | https://resonate.coop/new/the-blog/feed/ | RSS | |||
https://resonate.space/blog/ | Blog | https://resonate.coop/blog | Blog | Blog | resonate.coop/blog | |
https://resonate.space/newsletter/ | Newsletter | |||||
https://github.com/resonatecoop/website/issues | Report an issue | https://github.com/resonatecoop/stream/issues/new | Report an issue | Report an issue | Sign in to GitHub · GitHub |
The Co-op - 3 different URLs. (I think 'coop' is the answer from this: #166 (comment))
Handbook - the forum specified link is best right?
Join - the id. link seems less useful than the .is link?
Volunteering - the /volunteering link seems to be the most useful to me - spec is wrong? (and in fact the 'Forum' link is also https://community.resonate.is/ - so we would have two links to the same place)
RSS and Newsletter are in the spec - do we want them? (NB - The Newsletter link above currently 404s)
Should report an issue go to the issues list or issues/new?