-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update AC satellite website #120
Comments
@baskaufs @nielsklazenga: some feedback required for the new AC website:
|
@peterdesmet I had it as 'home/' (index.md) and 'terms/' (terms.md), but @baskaufs wanted to keep the old names. I think it's mainly a matter of keeping existing urls alive. I would like it to be consistent with what other standards, e.g. Darwin Core, do. Order of the nav. bar is fine. Also for the choice between files or directories, I'd like to follow whatever you decide to do for Darwin Core. |
@peterdesmet Look at all the URLs in https://tdwg.github.io/ac/termlist/. They are from the original standard and I think should be kept alive. If they could be redirected to the current pages, I think we can use the URLs that make sense now for these pages. |
So here is what should (ultimately) happen for every document in a TDWG standard. In the table https://github.com/tdwg/rs.tdwg.org/blob/master/docs/docs.csv, the column "current_iri" contains the "permanent IRI" of a standards document. This is the IRI that should appear in the "Latest version:" part of the document header and is the IRI that should always be used in citations for that document. The column "browserRedirectUri" contains the actual URL that retrieves the document. We can change what's in the "browserRedirectUri" column a hundred times if we want, to any URL that is convenient. But the IRI in the "current_iri" column should never change and should always redirect to a human-readable version of the document (i.e. to the URL in the "browserRedirectUri" column). Except for the Darwin Core documents, the IRIs in the "permanent IRI" column of that table follow a pattern that should be apparent, and is designed to make pattern-based dereferencing easier. The Darwin Core documents don't follow the pattern, but should be maintained as legacy IRIs that may have already been cited many times. As far as I know the "homepage" http://rs.tdwg.org/ac/ doesn't correspond to any known document. So it can go away as far as I'm concerned. The actual "homepage" for the standard is https://www.tdwg.org/standards/ac/ and that's where the "home" link should point. The "Introduction" page Does this clear things up? |
IRI dereferencing documents in the http://rs.tdwg.org/ is now working and the IRIs given in the header sections of those documents now actually dereference to those documents. The some of the IRIs given in the todo section above are wrong, but the right ones work. |
I am checking the box for "Decide if site should also live at http://rs.tdwg.org/ac or rather new https://ac.tdwg.org/". It cannot live at http://rs.tdwg.org/ac because that IRI denotes the Audubon Core vocabulary itself dereferences to the technical metadata about the vocabulary. I'm not sure how much it matters where the "site" lives. The two things that matter are whether the permanent IRIs for the documents dereference somewhere (they do) and that we have some place to archive AC records (we do: it's the GitHub repo for AC). The important thing is that both of this things are linked to the Audubon Core landing page (https://www.tdwg.org/standards/ac/, and they are). So I think this is a moot point. |
Similarly, I'm not sure that "Choose directories or files for guides" is important. Any citation of the guides should be their permanent IRIs, not the page to which they are redirected. Given that outlook, I'm not sure that there is any reason why they can't just have the URLs that they have. |
@peterdesmet With regards to "Setup homepage (e.g. introduction.md)", can we just set "Home" in the navbar to link to the Audubon Core landing page: https://www.tdwg.org/standards/ac/ ? |
@peterdesmet I don't know about the three Markdown documents to be removed. I don't see them anywhere in the docs folder where the website lists. The remaining checkboxes "Define navbar" and "Use definition lists for guide metadata" are technical things I don't understand. It seems like the only real thing here that needs to be done is to make the "Home" link on the Navbar point to the AC landing page. If we do that, can we close this issue? |
@peterdesmet In acfd35d#diff-46b42b4229cd7a39c564e780bb665a8bde4fdf722007e8473f167fe53ed4b995 and a couple minor subsequent commits I fixed the nav bar to mostly match the style that the DwC website now has. I also created a home page that mimics the DwC home page and directs people to key resources in the site. As far as I'm concerned, this issue can be closes as I'm satisfied with the setup of the website. There are still a few checkboxes in #120 (comment) that I don't understand and can't find. I'm happy to ignore them unless you think they are important. If you concur that this is complete, please close the issue. |
I missed this comment in September:
The point of using https://ac.tdwg.org/ or similar rather than https://tdwg.github.io/ac/ is to allow for an easier migration if we should decide to stop using GitHub – we have full control of the former, and control only as far as GitHub allow for the latter. |
If people have actually linked to the rs.tdwg.org permanent doc URLs, we could move to the ac.tdwg.org subdomain without breaking anything; it would just require changing the redirect URLs. I think most of the links within the website are relative, so they would be fine. The question is how many other places link to the existing tdwg.github.io/ac/ paths. I suppose we could search out the ones in TDWG sites and change them, but I don't know how many other places will end up with broken links. I guess my inclination would be to leave things as they are. If we move from GitHub in the future, there will be exactly the same number of broken links as there would be if we changed to ac.tdwg.org now. So I can't think of an advantage of switching now. When we set up the website, I didn't know that the tdwg.org subdomain was an option. We should make sure that any new standards websites don't make the same mistake. |
Hi @baskaufs , changing to https://ac.tdwg.org will not break the https://tdwg.github.io/ac paths. As long as the site is in GitHub, those paths will always be there. Try, for example, http://tdwg.github.io/dwc/terms. So, if we change now, there will be no broken links, but, if we wait until we move the site from GitHub, there will be. I have the AVH website in the Azure CDN, which sets me back about $2 AU per year, so the cost is not really a factor. The site is still managed in GitHub. However, if I ever want to use anything else than Jekyll to create the site, GitHub is not the best option for the site anymore. The TDWG website itself is maintained, but not hosted (I think) in GitHub. We did not make a mistake. Sites in development always have different URLs from sites in production. |
Alright, that makes sense @nielsklazenga. I wasn't thinking about that. @MattBlissett do you control the mapping of the tdwg.org domain? Can you map ac.tdwg.org to https://tdwg.github.io/ac/ ? If so, I don't see any reason not to switch over and start changing any links. |
I've set up the DNS for ac.tdwg.org, but I don't have admin access on this repository. Could you go to Settings->Pages https://github.com/tdwg/ac/settings/pages and set the custom domain to ac.tdwg.org, and tick "Enforce HTTPS" too. (Alternatively, add me as an administrator to the repository.) |
@MattBlissett I have made the setting change. It seems to be working now, except that I get a big ugly warning screen from my browser and the error message:
That may go away because it said there might be a delay of up to a day for the new certificate to work its way through the system. I'll try again tomorrow to see if it's gone away then. I also tried to add you as a member of the AC team, but it says "this person is not a member of this organization". I'm unclear about what that means. However, I had no problem adding you as an individual with admin access. So I suppose that's good enough, although not clean. @stanblum or another site admin may know how to fix this. |
https://ac.tdwg.org/ works fine for me (no warning), so I think it was just a short delay. I don't seem to be an admin on this repository, but it doesn't matter. The setup is fine. |
I don't see the warning any more, so I think we are good to go. Thanks, @MattBlissett ! |
And you did invite me correctly, the email from GitHub had gone to my personal address. |
Although I don't see that every item in the list of the first comment have been completed, I don't actually know what needs to be done with respect to them. If they are a burning issue for anyone, they can re-open this issue, or better yet, open a different issue the addresses the specific problem to be solved. |
Todo:
Pages that should return something:
(Markdown) files that can be removed:
The text was updated successfully, but these errors were encountered: