Skip to content
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

REF,UBY: static redirects (for old links) #12

Open
westurner opened this issue Jul 7, 2015 · 1 comment
Open

REF,UBY: static redirects (for old links) #12

westurner opened this issue Jul 7, 2015 · 1 comment

Comments

@westurner
Copy link
Member

e.g. xyz#123 -> 123

@westurner
Copy link
Member Author

  • [] manually maintain a list of (from, to) redirect mappings
  • [] maintain an append-only sphinx doctree reflist ( ~ tags)
    • [] Makefile commands for committing JSON[-LD] data in a git repo
  • materialize mapping table as static HTML redirect pages
<!doctype html>
<html>
    <head>
        <meta https-equiv="REFRESH" content="0; url=https://westurner.org/" />
        <title>Redirecting to https://westurner.org/</title>
    </head>
    <body>
    <h1>westurner.org</h1>
    <p>
    Redirecting to <a href="https://westurner.org/" rel="me">https://westurner.org/</a>
    </p>
    </body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant