diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..26338a4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ + +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +end_of_line = crlf +files.encoding = "utf8" +indent_size = 4 +indent_style = tab +insert_final_newline = true +max_line_length = 80 +trim_trailing_whitespace = true + +[*.html] +indent_style = space diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..76c5a16 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ + +* text=auto + +## Enforce text mode and CRLF line breaks +*.md text eol=crlf +*.txt text eol=crlf + +# Scripts +*.html text eol=crlf diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..be94ca8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ + +#./index.html @iWuna diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2883ce6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig + +# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode + +# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4c03998 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 iWuna + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..68528b1 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ + +
+
+ Это история для + + Twine 2 + +
++ Оригинал: + + iWuna/tba + +
+ + +--- + +Скачать редактор: https://twinery.org/ +Открываем и проверяем, чтобы был выбран формат истории «Harlowe 3.2.2» или больше. +Также рекомендуется отметить пункт «Привязать к сетке» в разворачивающемся меню в левом нижнем углу. diff --git a/index.html b/index.html index 3944087..de36a15 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ padding: 30px; border: none; border-radius: none; -}