Skip to content

Commit 695ce61

Browse files
committed
# create Redirecting GitHub Pages after a repository move by running shell-command:
# git reset head to last good gh-pages git reset db9252f --hard # remove all files except .html, .gitignore, /dist/ git ls-tree HEAD . -r --name-only | grep -v "\.html\|\.gitignore\|dist\/" | xargs rm # replace .html file contents with redirect-stub for PATHNAME in $(git ls-tree HEAD . -r --name-only | grep "\.html") do URL="https://sql-js.github.io/sql.js/$PATHNAME" printf '<!DOCTYPE html> <meta charset="utf-8"> <title>Redirecting to '$URL'</title> <meta http-equiv="refresh" content="0; URL='$URL'"> <link rel="canonical" href="'$URL'"> ' > "$PATHNAME" done # replace README.md with redirect-stub printf '# SQLite compiled to JavaScript ## The sql.js project has moved to https://github.com/sql-js/sql.js ' > README.md
1 parent db9252f commit 695ce61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+103
-26278
lines changed

.npmignore

-7
This file was deleted.

.travis.yml

-7
This file was deleted.

AUTHORS

-6
This file was deleted.

GUI/codemirror/lib/codemirror.css

-272
This file was deleted.

0 commit comments

Comments
 (0)