diff --git a/README.md b/README.md index d5fa080..8292e32 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# ifplayer +# ElseIFPlayer Interactive Fiction player for the web. Powered by [cheap-glkote](https://github.com/He4eT/cheap-glkote) and [Emglken](https://github.com/curiousdannii/emglken). -To see a live demo, check out [https://he4et.github.io/ifplayer/](https://he4et.github.io/ifplayer/). +To see a live demo, check out [https://he4et.github.io/elseifplayer/](https://he4et.github.io/elseifplayer/). ## Direct links @@ -12,13 +12,13 @@ You can provide the direct link to your game: `/#/play/encodedURL/[theme]/[mode]/` - `encodedURL` — storyfile location encoded with `encodeURIComponent`. -- `theme` — [UI theme](https://github.com/He4eT/ifplayer/blob/master/src/themes/themes.js), optional. +- `theme` — [UI theme](https://github.com/He4eT/elseifplayer/blob/master/src/themes/themes.js), optional. - `mode` — player interface mode, optional: - the default mode is used if the option is not set. - `focus` — single window mode without additional windows, such as the status bar. ### Examples -- [Play "Lost Pig" with default or last used theme](https://he4et.github.io/ifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/); -- [Play "Lost Pig" without statusbar with default or last used theme](https://he4et.github.io/ifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/); -- [Play "Lost Pig" with Nord theme](https://he4et.github.io/ifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/nord/); -- [Play "Lost Pig" without statusbar with Dim theme](https://he4et.github.io/ifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/dim/focus/); +- [Play "Lost Pig" with default or last used theme](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/); +- [Play "Lost Pig" without statusbar with default or last used theme](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/); +- [Play "Lost Pig" with Nord theme](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/nord/); +- [Play "Lost Pig" without statusbar with Dim theme](https://he4et.github.io/elseifplayer/#/play/https%3A%2F%2Fmirror.ifarchive.org%2Fif-archive%2Fgames%2Fzcode%2FLostPig.z8/dim/focus/); diff --git a/gh.release.sh b/gh.release.sh index e17ab7a..f827697 100755 --- a/gh.release.sh +++ b/gh.release.sh @@ -2,7 +2,7 @@ CURRENT_TIMESTAMP=`date +"%Y-%m-%d-%H%M%S"` -GH_REPO_NAME='ifplayer' +GH_REPO_NAME='elseifplayer' RELEASE_BRANCH='release' BUILD_DIR='docs' diff --git a/index.html b/index.html index 236b7c3..b6c8d45 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1.0">