From 46fc3f869e8b66a222424b83132eb75950e9add5 Mon Sep 17 00:00:00 2001 From: fliberd Date: Tue, 30 Jan 2024 19:23:31 +0800 Subject: [PATCH 1/8] test --- .dockerignore | 0 .github/FUNDING.yml | 0 .github/ISSUE_TEMPLATE/bug_report.md | 0 .github/ISSUE_TEMPLATE/feature_request.md | 0 .github/dependabot.yml | 0 .gitignore | 0 Dockerfile | 0 LICENSE | 0 README.md | 0 app.py | 0 constants.py | 0 contextProcessor.py | 0 db/comments.db | Bin db/posts.db | Bin db/users.db | Bin dbChecker.py | 0 delete.py | 0 docker-compose.yml | 12 ++++++++++++ docs/CODE_OF_CONDUCT.md | 0 docs/CODE_OF_CONDUCT_TR.md | 0 docs/CONTRIBUTING.md | 0 docs/SECURITY.md | 0 docs/SECURITY_TR.md | 0 docs/bug_report.md | 0 docs/feature_request.md | 0 docs/pull_request_template.md | 0 docs/readme_tr.md | 0 errorHandlers.py | 0 forms.py | 0 helpers.py | 0 images/GitHubBanner.png | Bin images/Icon180.ico | Bin images/LogoNormal.png | Bin images/LogoSmall.png | Bin images/changetheme.gif | Bin images/changetheme.mp4 | Bin images/desktop/dark.png | Bin images/desktop/dark/Admin-Panel-Comments.png | Bin images/desktop/dark/Admin-Panel-Posts.png | Bin images/desktop/dark/Change-Password.png | Bin images/desktop/dark/Change-Username.png | Bin images/desktop/dark/Create-Post.png | Bin images/desktop/dark/Edit-Post.png | Bin images/desktop/dark/Glioblastoma.png | Bin images/desktop/dark/Login.png | Bin images/desktop/dark/Password-Reset-Send-Code.png | Bin images/desktop/dark/Password-Reset.png | Bin images/desktop/dark/Search-results-for-Dogukan.png | Bin images/desktop/dark/Signup.png | Bin images/desktop/dark/adminpanel.png | Bin images/desktop/dark/adminpanelusers.png | Bin images/desktop/dark/flaskBlog.png | Bin images/desktop/dark/post.png | Bin images/desktop/dark/postwithlogin.png | Bin images/desktop/dark/user dashboard.png | Bin images/desktop/dark/user.png | Bin images/desktop/dark/usersettings.png | Bin images/desktop/dark/userwithlogin.png | Bin images/desktop/light.png | Bin images/desktop/light/Admin-Panel-Comments.png | Bin images/desktop/light/Admin-Panel-Posts.png | Bin images/desktop/light/Admin-Panel-users.png | Bin images/desktop/light/Admin-Panel.png | Bin images/desktop/light/Change-Password.png | Bin images/desktop/light/Change-Username.png | Bin images/desktop/light/Create-Post.png | Bin images/desktop/light/Edit-Post.png | Bin images/desktop/light/Glioblastoma.png | Bin images/desktop/light/Login.png | Bin images/desktop/light/Password-Reset-Send-Code.png | Bin images/desktop/light/Password-Reset.png | Bin images/desktop/light/Search-results-for-Dogukan.png | Bin images/desktop/light/Signup.png | Bin images/desktop/light/flaskBlog.png | Bin images/desktop/light/post.png | Bin images/desktop/light/postwihlogin.png | Bin images/desktop/light/user.png | Bin images/desktop/light/userdashboard.png | Bin images/desktop/light/usersettings.png | Bin images/desktop/light/userwithlogin.png | Bin images/mobile/dark.jpeg | Bin images/mobile/light.jpeg | Bin images/passwordResetMail.png | Bin requirements.txt | 0 routes/about.py | 0 routes/accountSettings.py | 0 routes/adminPanel.py | 0 routes/adminPanelComments.py | 0 routes/adminPanelPosts.py | 0 routes/adminPanelUsers.py | 0 routes/category.py | 0 routes/changePassword.py | 0 routes/changeProfilePicture.py | 0 routes/changeUserName.py | 0 routes/createPost.py | 0 routes/dashboard.py | 0 routes/editPost.py | 0 routes/index.py | 0 routes/login.py | 0 routes/logout.py | 0 routes/passwordReset.py | 0 routes/post.py | 0 routes/returnPostBanner.py | 0 routes/search.py | 0 routes/searchBar.py | 0 routes/signup.py | 0 routes/user.py | 0 routes/verifyUser.py | 0 static/tailwindUI/css/editor.css | 0 static/tailwindUI/css/flash.css | 0 static/tailwindUI/css/general.css | 0 static/tailwindUI/css/recaptcha.css | 0 static/tailwindUI/js/changeTheme.js | 0 static/tailwindUI/js/editor.js | 0 static/tailwindUI/js/navbar.js | 0 static/tailwindUI/js/recaptcha.js | 0 static/tailwindUI/js/searchBar.js | 0 static/tailwindUI/js/timeStamp.js | 0 templates/tailwindUI/about.html.jinja | 0 templates/tailwindUI/accountSettings.html.jinja | 0 templates/tailwindUI/adminPanel.html.jinja | 0 templates/tailwindUI/adminPanelComments.html.jinja | 0 templates/tailwindUI/adminPanelUsers.html.jinja | 0 templates/tailwindUI/category.html.jinja | 0 templates/tailwindUI/changePassword.html.jinja | 0 .../tailwindUI/changeProfilePicture.html.jinja | 0 templates/tailwindUI/changeUserName.html.jinja | 0 .../components/categoryContainer.html.jinja | 0 .../tailwindUI/components/changeTheme.html.jinja | 0 templates/tailwindUI/components/flash.html.jinja | 0 templates/tailwindUI/components/navbar.html.jinja | 0 .../tailwindUI/components/postCardMacro.html.jinja | 0 templates/tailwindUI/createPost.html.jinja | 0 templates/tailwindUI/csrfError.html.jinja | 0 templates/tailwindUI/dashboard.html.jinja | 0 templates/tailwindUI/editPost.html.jinja | 0 templates/tailwindUI/index.html.jinja | 0 templates/tailwindUI/layout.html.jinja | 0 templates/tailwindUI/login.html.jinja | 0 templates/tailwindUI/notFound.html.jinja | 0 templates/tailwindUI/passwordReset.html.jinja | 0 templates/tailwindUI/post.html.jinja | 0 templates/tailwindUI/search.html.jinja | 0 templates/tailwindUI/searchBar.html.jinja | 0 templates/tailwindUI/signup.html.jinja | 0 templates/tailwindUI/unauthorized.html.jinja | 0 templates/tailwindUI/user.html.jinja | 0 templates/tailwindUI/verifyUser.html.jinja | 0 tests/changeProfilePicture.py | 0 tests/changeUserName.py | 0 tests/constants.py | 0 tests/createComment.py | 0 tests/createPost.py | 0 tests/deleteAccount.py | 0 tests/login.py | 0 tests/logout.py | 0 tests/postbanner.jpg | Bin tests/signup.py | 0 158 files changed, 12 insertions(+) mode change 100644 => 100755 .dockerignore mode change 100644 => 100755 .github/FUNDING.yml mode change 100644 => 100755 .github/ISSUE_TEMPLATE/bug_report.md mode change 100644 => 100755 .github/ISSUE_TEMPLATE/feature_request.md mode change 100644 => 100755 .github/dependabot.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 app.py mode change 100644 => 100755 constants.py mode change 100644 => 100755 contextProcessor.py mode change 100644 => 100755 db/comments.db mode change 100644 => 100755 db/posts.db mode change 100644 => 100755 db/users.db mode change 100644 => 100755 dbChecker.py mode change 100644 => 100755 delete.py create mode 100755 docker-compose.yml mode change 100644 => 100755 docs/CODE_OF_CONDUCT.md mode change 100644 => 100755 docs/CODE_OF_CONDUCT_TR.md mode change 100644 => 100755 docs/CONTRIBUTING.md mode change 100644 => 100755 docs/SECURITY.md mode change 100644 => 100755 docs/SECURITY_TR.md mode change 100644 => 100755 docs/bug_report.md mode change 100644 => 100755 docs/feature_request.md mode change 100644 => 100755 docs/pull_request_template.md mode change 100644 => 100755 docs/readme_tr.md mode change 100644 => 100755 errorHandlers.py mode change 100644 => 100755 forms.py mode change 100644 => 100755 helpers.py mode change 100644 => 100755 images/GitHubBanner.png mode change 100644 => 100755 images/Icon180.ico mode change 100644 => 100755 images/LogoNormal.png mode change 100644 => 100755 images/LogoSmall.png mode change 100644 => 100755 images/changetheme.gif mode change 100644 => 100755 images/changetheme.mp4 mode change 100644 => 100755 images/desktop/dark.png mode change 100644 => 100755 images/desktop/dark/Admin-Panel-Comments.png mode change 100644 => 100755 images/desktop/dark/Admin-Panel-Posts.png mode change 100644 => 100755 images/desktop/dark/Change-Password.png mode change 100644 => 100755 images/desktop/dark/Change-Username.png mode change 100644 => 100755 images/desktop/dark/Create-Post.png mode change 100644 => 100755 images/desktop/dark/Edit-Post.png mode change 100644 => 100755 images/desktop/dark/Glioblastoma.png mode change 100644 => 100755 images/desktop/dark/Login.png mode change 100644 => 100755 images/desktop/dark/Password-Reset-Send-Code.png mode change 100644 => 100755 images/desktop/dark/Password-Reset.png mode change 100644 => 100755 images/desktop/dark/Search-results-for-Dogukan.png mode change 100644 => 100755 images/desktop/dark/Signup.png mode change 100644 => 100755 images/desktop/dark/adminpanel.png mode change 100644 => 100755 images/desktop/dark/adminpanelusers.png mode change 100644 => 100755 images/desktop/dark/flaskBlog.png mode change 100644 => 100755 images/desktop/dark/post.png mode change 100644 => 100755 images/desktop/dark/postwithlogin.png mode change 100644 => 100755 images/desktop/dark/user dashboard.png mode change 100644 => 100755 images/desktop/dark/user.png mode change 100644 => 100755 images/desktop/dark/usersettings.png mode change 100644 => 100755 images/desktop/dark/userwithlogin.png mode change 100644 => 100755 images/desktop/light.png mode change 100644 => 100755 images/desktop/light/Admin-Panel-Comments.png mode change 100644 => 100755 images/desktop/light/Admin-Panel-Posts.png mode change 100644 => 100755 images/desktop/light/Admin-Panel-users.png mode change 100644 => 100755 images/desktop/light/Admin-Panel.png mode change 100644 => 100755 images/desktop/light/Change-Password.png mode change 100644 => 100755 images/desktop/light/Change-Username.png mode change 100644 => 100755 images/desktop/light/Create-Post.png mode change 100644 => 100755 images/desktop/light/Edit-Post.png mode change 100644 => 100755 images/desktop/light/Glioblastoma.png mode change 100644 => 100755 images/desktop/light/Login.png mode change 100644 => 100755 images/desktop/light/Password-Reset-Send-Code.png mode change 100644 => 100755 images/desktop/light/Password-Reset.png mode change 100644 => 100755 images/desktop/light/Search-results-for-Dogukan.png mode change 100644 => 100755 images/desktop/light/Signup.png mode change 100644 => 100755 images/desktop/light/flaskBlog.png mode change 100644 => 100755 images/desktop/light/post.png mode change 100644 => 100755 images/desktop/light/postwihlogin.png mode change 100644 => 100755 images/desktop/light/user.png mode change 100644 => 100755 images/desktop/light/userdashboard.png mode change 100644 => 100755 images/desktop/light/usersettings.png mode change 100644 => 100755 images/desktop/light/userwithlogin.png mode change 100644 => 100755 images/mobile/dark.jpeg mode change 100644 => 100755 images/mobile/light.jpeg mode change 100644 => 100755 images/passwordResetMail.png mode change 100644 => 100755 requirements.txt mode change 100644 => 100755 routes/about.py mode change 100644 => 100755 routes/accountSettings.py mode change 100644 => 100755 routes/adminPanel.py mode change 100644 => 100755 routes/adminPanelComments.py mode change 100644 => 100755 routes/adminPanelPosts.py mode change 100644 => 100755 routes/adminPanelUsers.py mode change 100644 => 100755 routes/category.py mode change 100644 => 100755 routes/changePassword.py mode change 100644 => 100755 routes/changeProfilePicture.py mode change 100644 => 100755 routes/changeUserName.py mode change 100644 => 100755 routes/createPost.py mode change 100644 => 100755 routes/dashboard.py mode change 100644 => 100755 routes/editPost.py mode change 100644 => 100755 routes/index.py mode change 100644 => 100755 routes/login.py mode change 100644 => 100755 routes/logout.py mode change 100644 => 100755 routes/passwordReset.py mode change 100644 => 100755 routes/post.py mode change 100644 => 100755 routes/returnPostBanner.py mode change 100644 => 100755 routes/search.py mode change 100644 => 100755 routes/searchBar.py mode change 100644 => 100755 routes/signup.py mode change 100644 => 100755 routes/user.py mode change 100644 => 100755 routes/verifyUser.py mode change 100644 => 100755 static/tailwindUI/css/editor.css mode change 100644 => 100755 static/tailwindUI/css/flash.css mode change 100644 => 100755 static/tailwindUI/css/general.css mode change 100644 => 100755 static/tailwindUI/css/recaptcha.css mode change 100644 => 100755 static/tailwindUI/js/changeTheme.js mode change 100644 => 100755 static/tailwindUI/js/editor.js mode change 100644 => 100755 static/tailwindUI/js/navbar.js mode change 100644 => 100755 static/tailwindUI/js/recaptcha.js mode change 100644 => 100755 static/tailwindUI/js/searchBar.js mode change 100644 => 100755 static/tailwindUI/js/timeStamp.js mode change 100644 => 100755 templates/tailwindUI/about.html.jinja mode change 100644 => 100755 templates/tailwindUI/accountSettings.html.jinja mode change 100644 => 100755 templates/tailwindUI/adminPanel.html.jinja mode change 100644 => 100755 templates/tailwindUI/adminPanelComments.html.jinja mode change 100644 => 100755 templates/tailwindUI/adminPanelUsers.html.jinja mode change 100644 => 100755 templates/tailwindUI/category.html.jinja mode change 100644 => 100755 templates/tailwindUI/changePassword.html.jinja mode change 100644 => 100755 templates/tailwindUI/changeProfilePicture.html.jinja mode change 100644 => 100755 templates/tailwindUI/changeUserName.html.jinja mode change 100644 => 100755 templates/tailwindUI/components/categoryContainer.html.jinja mode change 100644 => 100755 templates/tailwindUI/components/changeTheme.html.jinja mode change 100644 => 100755 templates/tailwindUI/components/flash.html.jinja mode change 100644 => 100755 templates/tailwindUI/components/navbar.html.jinja mode change 100644 => 100755 templates/tailwindUI/components/postCardMacro.html.jinja mode change 100644 => 100755 templates/tailwindUI/createPost.html.jinja mode change 100644 => 100755 templates/tailwindUI/csrfError.html.jinja mode change 100644 => 100755 templates/tailwindUI/dashboard.html.jinja mode change 100644 => 100755 templates/tailwindUI/editPost.html.jinja mode change 100644 => 100755 templates/tailwindUI/index.html.jinja mode change 100644 => 100755 templates/tailwindUI/layout.html.jinja mode change 100644 => 100755 templates/tailwindUI/login.html.jinja mode change 100644 => 100755 templates/tailwindUI/notFound.html.jinja mode change 100644 => 100755 templates/tailwindUI/passwordReset.html.jinja mode change 100644 => 100755 templates/tailwindUI/post.html.jinja mode change 100644 => 100755 templates/tailwindUI/search.html.jinja mode change 100644 => 100755 templates/tailwindUI/searchBar.html.jinja mode change 100644 => 100755 templates/tailwindUI/signup.html.jinja mode change 100644 => 100755 templates/tailwindUI/unauthorized.html.jinja mode change 100644 => 100755 templates/tailwindUI/user.html.jinja mode change 100644 => 100755 templates/tailwindUI/verifyUser.html.jinja mode change 100644 => 100755 tests/changeProfilePicture.py mode change 100644 => 100755 tests/changeUserName.py mode change 100644 => 100755 tests/constants.py mode change 100644 => 100755 tests/createComment.py mode change 100644 => 100755 tests/createPost.py mode change 100644 => 100755 tests/deleteAccount.py mode change 100644 => 100755 tests/login.py mode change 100644 => 100755 tests/logout.py mode change 100644 => 100755 tests/postbanner.jpg mode change 100644 => 100755 tests/signup.py diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md old mode 100644 new mode 100755 diff --git a/.github/dependabot.yml b/.github/dependabot.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/app.py b/app.py old mode 100644 new mode 100755 diff --git a/constants.py b/constants.py old mode 100644 new mode 100755 diff --git a/contextProcessor.py b/contextProcessor.py old mode 100644 new mode 100755 diff --git a/db/comments.db b/db/comments.db old mode 100644 new mode 100755 diff --git a/db/posts.db b/db/posts.db old mode 100644 new mode 100755 diff --git a/db/users.db b/db/users.db old mode 100644 new mode 100755 diff --git a/dbChecker.py b/dbChecker.py old mode 100644 new mode 100755 diff --git a/delete.py b/delete.py old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100755 index 00000000..c2b9976d --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,12 @@ +version: "1" + +services: + flaskblog: + image: fliberd/flaskblog:latest + container_name: flaskblog + restart: always + build: . + ports: + - 5000:5000 + volumes: + - ./flaskblog-config:/app/ diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/docs/CODE_OF_CONDUCT_TR.md b/docs/CODE_OF_CONDUCT_TR.md old mode 100644 new mode 100755 diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/docs/SECURITY.md b/docs/SECURITY.md old mode 100644 new mode 100755 diff --git a/docs/SECURITY_TR.md b/docs/SECURITY_TR.md old mode 100644 new mode 100755 diff --git a/docs/bug_report.md b/docs/bug_report.md old mode 100644 new mode 100755 diff --git a/docs/feature_request.md b/docs/feature_request.md old mode 100644 new mode 100755 diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md old mode 100644 new mode 100755 diff --git a/docs/readme_tr.md b/docs/readme_tr.md old mode 100644 new mode 100755 diff --git a/errorHandlers.py b/errorHandlers.py old mode 100644 new mode 100755 diff --git a/forms.py b/forms.py old mode 100644 new mode 100755 diff --git a/helpers.py b/helpers.py old mode 100644 new mode 100755 diff --git a/images/GitHubBanner.png b/images/GitHubBanner.png old mode 100644 new mode 100755 diff --git a/images/Icon180.ico b/images/Icon180.ico old mode 100644 new mode 100755 diff --git a/images/LogoNormal.png b/images/LogoNormal.png old mode 100644 new mode 100755 diff --git a/images/LogoSmall.png b/images/LogoSmall.png old mode 100644 new mode 100755 diff --git a/images/changetheme.gif b/images/changetheme.gif old mode 100644 new mode 100755 diff --git a/images/changetheme.mp4 b/images/changetheme.mp4 old mode 100644 new mode 100755 diff --git a/images/desktop/dark.png b/images/desktop/dark.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Admin-Panel-Comments.png b/images/desktop/dark/Admin-Panel-Comments.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Admin-Panel-Posts.png b/images/desktop/dark/Admin-Panel-Posts.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Change-Password.png b/images/desktop/dark/Change-Password.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Change-Username.png b/images/desktop/dark/Change-Username.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Create-Post.png b/images/desktop/dark/Create-Post.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Edit-Post.png b/images/desktop/dark/Edit-Post.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Glioblastoma.png b/images/desktop/dark/Glioblastoma.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Login.png b/images/desktop/dark/Login.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Password-Reset-Send-Code.png b/images/desktop/dark/Password-Reset-Send-Code.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Password-Reset.png b/images/desktop/dark/Password-Reset.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Search-results-for-Dogukan.png b/images/desktop/dark/Search-results-for-Dogukan.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/Signup.png b/images/desktop/dark/Signup.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/adminpanel.png b/images/desktop/dark/adminpanel.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/adminpanelusers.png b/images/desktop/dark/adminpanelusers.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/flaskBlog.png b/images/desktop/dark/flaskBlog.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/post.png b/images/desktop/dark/post.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/postwithlogin.png b/images/desktop/dark/postwithlogin.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/user dashboard.png b/images/desktop/dark/user dashboard.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/user.png b/images/desktop/dark/user.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/usersettings.png b/images/desktop/dark/usersettings.png old mode 100644 new mode 100755 diff --git a/images/desktop/dark/userwithlogin.png b/images/desktop/dark/userwithlogin.png old mode 100644 new mode 100755 diff --git a/images/desktop/light.png b/images/desktop/light.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Admin-Panel-Comments.png b/images/desktop/light/Admin-Panel-Comments.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Admin-Panel-Posts.png b/images/desktop/light/Admin-Panel-Posts.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Admin-Panel-users.png b/images/desktop/light/Admin-Panel-users.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Admin-Panel.png b/images/desktop/light/Admin-Panel.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Change-Password.png b/images/desktop/light/Change-Password.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Change-Username.png b/images/desktop/light/Change-Username.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Create-Post.png b/images/desktop/light/Create-Post.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Edit-Post.png b/images/desktop/light/Edit-Post.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Glioblastoma.png b/images/desktop/light/Glioblastoma.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Login.png b/images/desktop/light/Login.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Password-Reset-Send-Code.png b/images/desktop/light/Password-Reset-Send-Code.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Password-Reset.png b/images/desktop/light/Password-Reset.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Search-results-for-Dogukan.png b/images/desktop/light/Search-results-for-Dogukan.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/Signup.png b/images/desktop/light/Signup.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/flaskBlog.png b/images/desktop/light/flaskBlog.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/post.png b/images/desktop/light/post.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/postwihlogin.png b/images/desktop/light/postwihlogin.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/user.png b/images/desktop/light/user.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/userdashboard.png b/images/desktop/light/userdashboard.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/usersettings.png b/images/desktop/light/usersettings.png old mode 100644 new mode 100755 diff --git a/images/desktop/light/userwithlogin.png b/images/desktop/light/userwithlogin.png old mode 100644 new mode 100755 diff --git a/images/mobile/dark.jpeg b/images/mobile/dark.jpeg old mode 100644 new mode 100755 diff --git a/images/mobile/light.jpeg b/images/mobile/light.jpeg old mode 100644 new mode 100755 diff --git a/images/passwordResetMail.png b/images/passwordResetMail.png old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 diff --git a/routes/about.py b/routes/about.py old mode 100644 new mode 100755 diff --git a/routes/accountSettings.py b/routes/accountSettings.py old mode 100644 new mode 100755 diff --git a/routes/adminPanel.py b/routes/adminPanel.py old mode 100644 new mode 100755 diff --git a/routes/adminPanelComments.py b/routes/adminPanelComments.py old mode 100644 new mode 100755 diff --git a/routes/adminPanelPosts.py b/routes/adminPanelPosts.py old mode 100644 new mode 100755 diff --git a/routes/adminPanelUsers.py b/routes/adminPanelUsers.py old mode 100644 new mode 100755 diff --git a/routes/category.py b/routes/category.py old mode 100644 new mode 100755 diff --git a/routes/changePassword.py b/routes/changePassword.py old mode 100644 new mode 100755 diff --git a/routes/changeProfilePicture.py b/routes/changeProfilePicture.py old mode 100644 new mode 100755 diff --git a/routes/changeUserName.py b/routes/changeUserName.py old mode 100644 new mode 100755 diff --git a/routes/createPost.py b/routes/createPost.py old mode 100644 new mode 100755 diff --git a/routes/dashboard.py b/routes/dashboard.py old mode 100644 new mode 100755 diff --git a/routes/editPost.py b/routes/editPost.py old mode 100644 new mode 100755 diff --git a/routes/index.py b/routes/index.py old mode 100644 new mode 100755 diff --git a/routes/login.py b/routes/login.py old mode 100644 new mode 100755 diff --git a/routes/logout.py b/routes/logout.py old mode 100644 new mode 100755 diff --git a/routes/passwordReset.py b/routes/passwordReset.py old mode 100644 new mode 100755 diff --git a/routes/post.py b/routes/post.py old mode 100644 new mode 100755 diff --git a/routes/returnPostBanner.py b/routes/returnPostBanner.py old mode 100644 new mode 100755 diff --git a/routes/search.py b/routes/search.py old mode 100644 new mode 100755 diff --git a/routes/searchBar.py b/routes/searchBar.py old mode 100644 new mode 100755 diff --git a/routes/signup.py b/routes/signup.py old mode 100644 new mode 100755 diff --git a/routes/user.py b/routes/user.py old mode 100644 new mode 100755 diff --git a/routes/verifyUser.py b/routes/verifyUser.py old mode 100644 new mode 100755 diff --git a/static/tailwindUI/css/editor.css b/static/tailwindUI/css/editor.css old mode 100644 new mode 100755 diff --git a/static/tailwindUI/css/flash.css b/static/tailwindUI/css/flash.css old mode 100644 new mode 100755 diff --git a/static/tailwindUI/css/general.css b/static/tailwindUI/css/general.css old mode 100644 new mode 100755 diff --git a/static/tailwindUI/css/recaptcha.css b/static/tailwindUI/css/recaptcha.css old mode 100644 new mode 100755 diff --git a/static/tailwindUI/js/changeTheme.js b/static/tailwindUI/js/changeTheme.js old mode 100644 new mode 100755 diff --git a/static/tailwindUI/js/editor.js b/static/tailwindUI/js/editor.js old mode 100644 new mode 100755 diff --git a/static/tailwindUI/js/navbar.js b/static/tailwindUI/js/navbar.js old mode 100644 new mode 100755 diff --git a/static/tailwindUI/js/recaptcha.js b/static/tailwindUI/js/recaptcha.js old mode 100644 new mode 100755 diff --git a/static/tailwindUI/js/searchBar.js b/static/tailwindUI/js/searchBar.js old mode 100644 new mode 100755 diff --git a/static/tailwindUI/js/timeStamp.js b/static/tailwindUI/js/timeStamp.js old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/about.html.jinja b/templates/tailwindUI/about.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/accountSettings.html.jinja b/templates/tailwindUI/accountSettings.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/adminPanel.html.jinja b/templates/tailwindUI/adminPanel.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/adminPanelComments.html.jinja b/templates/tailwindUI/adminPanelComments.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/adminPanelUsers.html.jinja b/templates/tailwindUI/adminPanelUsers.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/category.html.jinja b/templates/tailwindUI/category.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/changePassword.html.jinja b/templates/tailwindUI/changePassword.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/changeProfilePicture.html.jinja b/templates/tailwindUI/changeProfilePicture.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/changeUserName.html.jinja b/templates/tailwindUI/changeUserName.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/components/categoryContainer.html.jinja b/templates/tailwindUI/components/categoryContainer.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/components/changeTheme.html.jinja b/templates/tailwindUI/components/changeTheme.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/components/flash.html.jinja b/templates/tailwindUI/components/flash.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/components/navbar.html.jinja b/templates/tailwindUI/components/navbar.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/components/postCardMacro.html.jinja b/templates/tailwindUI/components/postCardMacro.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/createPost.html.jinja b/templates/tailwindUI/createPost.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/csrfError.html.jinja b/templates/tailwindUI/csrfError.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/dashboard.html.jinja b/templates/tailwindUI/dashboard.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/editPost.html.jinja b/templates/tailwindUI/editPost.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/index.html.jinja b/templates/tailwindUI/index.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/layout.html.jinja b/templates/tailwindUI/layout.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/login.html.jinja b/templates/tailwindUI/login.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/notFound.html.jinja b/templates/tailwindUI/notFound.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/passwordReset.html.jinja b/templates/tailwindUI/passwordReset.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/post.html.jinja b/templates/tailwindUI/post.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/search.html.jinja b/templates/tailwindUI/search.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/searchBar.html.jinja b/templates/tailwindUI/searchBar.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/signup.html.jinja b/templates/tailwindUI/signup.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/unauthorized.html.jinja b/templates/tailwindUI/unauthorized.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/user.html.jinja b/templates/tailwindUI/user.html.jinja old mode 100644 new mode 100755 diff --git a/templates/tailwindUI/verifyUser.html.jinja b/templates/tailwindUI/verifyUser.html.jinja old mode 100644 new mode 100755 diff --git a/tests/changeProfilePicture.py b/tests/changeProfilePicture.py old mode 100644 new mode 100755 diff --git a/tests/changeUserName.py b/tests/changeUserName.py old mode 100644 new mode 100755 diff --git a/tests/constants.py b/tests/constants.py old mode 100644 new mode 100755 diff --git a/tests/createComment.py b/tests/createComment.py old mode 100644 new mode 100755 diff --git a/tests/createPost.py b/tests/createPost.py old mode 100644 new mode 100755 diff --git a/tests/deleteAccount.py b/tests/deleteAccount.py old mode 100644 new mode 100755 diff --git a/tests/login.py b/tests/login.py old mode 100644 new mode 100755 diff --git a/tests/logout.py b/tests/logout.py old mode 100644 new mode 100755 diff --git a/tests/postbanner.jpg b/tests/postbanner.jpg old mode 100644 new mode 100755 diff --git a/tests/signup.py b/tests/signup.py old mode 100644 new mode 100755 From 67bfb53aa06f9401003fb90ee2b8442c9747a876 Mon Sep 17 00:00:00 2001 From: fliberd Date: Tue, 30 Jan 2024 19:28:03 +0800 Subject: [PATCH 2/8] fix --- docs/readme_ru.md | 163 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 docs/readme_ru.md diff --git a/docs/readme_ru.md b/docs/readme_ru.md new file mode 100644 index 00000000..a34a6535 --- /dev/null +++ b/docs/readme_ru.md @@ -0,0 +1,163 @@ +###### This project needs a ⭐️ from you. Don't forget to leave a star ⭐️. +[![GitHub Release]()](https://github.com/DogukanUrker/flaskBlog/releases) +[![GitHub License]()](https://github.com/DogukanUrker/flaskBlog/blob/main/LICENSE) +[![GitHub Repo stars]()](https://github.com/DogukanUrker/flaskBlog/stargazers) +[![GitHub forks]()](https://github.com/DogukanUrker/flaskBlog/forks) +[![GitHub commit activity]()](https://github.com/DogukanUrker/flaskBlog/commits/main/) +[![GitHub contributors]()](https://github.com/DogukanUrker/flaskBlog/graphs/contributors) +[![GitHub last commit (branch)]()](https://github.com/DogukanUrker/flaskBlog/commits/main/) +![GitHub commits since latest release]() +[![GitHub issues]()](https://github.com/DogukanUrker/flaskBlog/issues) +[![GitHub closed issues]()](https://github.com/DogukanUrker/flaskBlog/issues?q=is%3Aissue+is%3Aclosed) +[![GitHub pull requests]()](https://github.com/DogukanUrker/flaskBlog/pulls) +[![GitHub closed pull requests]()](https://github.com/DogukanUrker/flaskBlog/pulls?q=is%3Apr+is%3Aclosed) +[![GitHub watchers]()](https://github.com/DogukanUrker/flaskBlog/watchers) +![GitHub language count]() +[![GitHub top language]()](https://github.com/search?q=repo%3ADogukanUrker%2FflaskBlog++language%3APython&type=code) +![GitHub code size in bytes]() +![GitHub repo size]() + + + +# [FlaskBlog](https://dogukanurker.com/flaskblog) + +**Russian** | [English](README.md) | [Türkçe](docs/readme_tr.md) + + +Simple blog app built with Flask. +
+[Contact](mailto:dogukanurker@icloud.com)
+[Dogukan Urker](https://dogukanurker.com) + +### [Demo Video 📺](https://youtu.be/BTBXe6yPbLE) + +| [Desktop](https://github.com/DogukanUrker/flaskBlog/tree/master/images/desktop) | [Mobile](https://github.com/DogukanUrker/flaskBlog/tree/master/images/mobile) | +| :-----------------------------------------------------------------------------: | :---------------------------------------------------------------------------: | +| ![appDesktop](/images/desktop/light.png) | ![appMobile](/images/mobile/light.jpeg) | +| ![appDesktop](/images/desktop/dark.png) | ![appMobile](/images/mobile/dark.jpeg) | + +[click for more images📷](https://github.com/DogukanUrker/flaskBlog/tree/master/images) + +## Features 💫 + +| Feature | Status | +| :--------------------- | :----: | +| User Page | ✅ | +| User Login | ✅ | +| User Points | ✅ | +| User Delete | ✅ | +| User Log Out | ✅ | +| User Sign Up | ✅ | +| User Name Change | ✅ | +| User Settings Page | ✅ | +| User Profile Pictures | ✅ | +| Admin Panel | ✅ | +| Dashboard Page | ✅ | +| Password Reset | ✅ | +| Password Change | ✅ | +| Summer Note Editor | ✅ | +| Search Bar | ✅ | +| Post Edit | ✅ | +| Post Views | ✅ | +| Post Delete | ✅ | +| Post Creation | ✅ | +| Comment | ✅ | +| Comment Delete | ✅ | +| Logging | ✅ | +| Debug Messages | ✅ | +| Database Checker | ✅ | +| Dark/Light Themes | ✅ | +| Responsive Design | ✅ | +| Custom Profile Picture | ✅ | +| User Verification | ✅ | + +## Requirements 📦 + +- Flask +- Passlib +- WTForms +- Flask-WTF +- Python 3.10 or newer + +## Languages 🧑🏻‍💻 + +### Backend + +- Python + +### Frontend + +- HTML | Jinja +- CSS +- JavaScript + +## Libraries 📚 + +### Backend + +- OS +- SSL +- Socket +- Smtplib +- Secrets +- SQLite3 +- Time +- Random +- DateTime +- Email +- Passlib +- Flask +- WTForms +- Flask_WTF + +### Frontend + +- jQuery +- TailwindCSS +- Tabler Icons +- Summer Note + +## Installation ⬇️ + +download source code from Github 💾 +`git clone https://github.com/DogukanUrker/flaskBlog.git` + +go to directory 📁 +`cd flaskBlog` + +install requirements.txt 🔽 +`pip install -r requirements.txt` + +it's ready to run 🎉 +`python app.py` +or +`python desktop.py` +for run flaskBlog as a desktop app 💯 + +### Default Admin Account + +Username: admin + +Password: admin + +### Contributors 💕 + + + + + + +### Stars ⭐ + +[![Stargazers for @DogukanUrker/flaskBlog](http://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?theme=dark&user=DogukanUrker&repo=flaskBlog)](https://github.com/DogukanUrker/flaskBlog/stargazers) + +### Forks 🍴 + +[![Forkers for @DogukanUrker/flaskBlog](http://bytecrank.com/nastyox/reporoster/php/forkersSVG.php?theme=dark&user=DogukanUrker&repo=flaskBlog)](https://github.com/DogukanUrker/flaskBlog/network/members) + +### Support 💰 +Buy Me A Coffee + +### Star History ✨ + +[![Star History Chart](https://api.star-history.com/svg?repos=dogukanurker/flaskblog&type=Date)](https://star-history.com/#dogukanurker/flaskblog&Date) From 5a4918d6049caad70af60e781a7f8ee88dc6c4ac Mon Sep 17 00:00:00 2001 From: fliberd Date: Tue, 30 Jan 2024 19:28:56 +0800 Subject: [PATCH 3/8] fix2 --- docs/readme_ru.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme_ru.md b/docs/readme_ru.md index a34a6535..9f0e544b 100644 --- a/docs/readme_ru.md +++ b/docs/readme_ru.md @@ -21,7 +21,7 @@ # [FlaskBlog](https://dogukanurker.com/flaskblog) -**Russian** | [English](README.md) | [Türkçe](docs/readme_tr.md) +**Russian** | [English](../README.md) | [Türkçe](docs/readme_tr.md) Simple blog app built with Flask. From 776da7c4826f7c63a2a4ed0f4977b8fe02920b8b Mon Sep 17 00:00:00 2001 From: fliberd Date: Tue, 30 Jan 2024 19:31:10 +0800 Subject: [PATCH 4/8] fix3 --- README.md | 2 +- docs/readme_ru.md | 2 +- docs/readme_tr.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edadb097..65269445 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ # [FlaskBlog](https://dogukanurker.com/flaskblog) -**English** | [Türkçe](docs/readme_tr.md) +**English** | [Türkçe](docs/readme_tr.md) | [Russian](docs/readme_ru.md) Simple blog app built with Flask. diff --git a/docs/readme_ru.md b/docs/readme_ru.md index 9f0e544b..97914ca0 100644 --- a/docs/readme_ru.md +++ b/docs/readme_ru.md @@ -21,7 +21,7 @@ # [FlaskBlog](https://dogukanurker.com/flaskblog) -**Russian** | [English](../README.md) | [Türkçe](docs/readme_tr.md) +[English](../README.md) | [Türkçe](docs/readme_tr.md) | **Russian** Simple blog app built with Flask. diff --git a/docs/readme_tr.md b/docs/readme_tr.md index 36529f63..a55cda10 100755 --- a/docs/readme_tr.md +++ b/docs/readme_tr.md @@ -20,7 +20,7 @@ # [FlaskBlog](https://dogukanurker.com/flaskblog) -[English](../README.md) | **Türkçe** +[English](../README.md) | **Türkçe** | [Russian](docs/readme_ru.md) Flask ile oluşturulmuş basit bir blog uygulaması.
From d96e681a5a7718708f7779efba164b9398c3fbe2 Mon Sep 17 00:00:00 2001 From: fliberd Date: Tue, 30 Jan 2024 19:32:09 +0800 Subject: [PATCH 5/8] fix4 --- docs/readme_tr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme_tr.md b/docs/readme_tr.md index a55cda10..1478d539 100755 --- a/docs/readme_tr.md +++ b/docs/readme_tr.md @@ -20,7 +20,7 @@ # [FlaskBlog](https://dogukanurker.com/flaskblog) -[English](../README.md) | **Türkçe** | [Russian](docs/readme_ru.md) +[English](../README.md) | **Türkçe** | [Russian](./readme_ru.md) Flask ile oluşturulmuş basit bir blog uygulaması.
From f4da9fe5ab2a231bf9fa2f3d6a20de3d40c4cf2f Mon Sep 17 00:00:00 2001 From: fliberd Date: Tue, 30 Jan 2024 19:41:10 +0800 Subject: [PATCH 6/8] russian lang added --- docs/readme_ru.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/readme_ru.md b/docs/readme_ru.md index 97914ca0..0fc4bef1 100644 --- a/docs/readme_ru.md +++ b/docs/readme_ru.md @@ -24,23 +24,23 @@ [English](../README.md) | [Türkçe](docs/readme_tr.md) | **Russian** -Simple blog app built with Flask. +Прстая система для ведения блога, написанная на Python framework-е Flask.
[Contact](mailto:dogukanurker@icloud.com)
[Dogukan Urker](https://dogukanurker.com) -### [Demo Video 📺](https://youtu.be/BTBXe6yPbLE) +### [Демо Ролик 📺](https://youtu.be/BTBXe6yPbLE) -| [Desktop](https://github.com/DogukanUrker/flaskBlog/tree/master/images/desktop) | [Mobile](https://github.com/DogukanUrker/flaskBlog/tree/master/images/mobile) | +| [ПК](https://github.com/DogukanUrker/flaskBlog/tree/master/images/desktop) | [Мобильник](https://github.com/DogukanUrker/flaskBlog/tree/master/images/mobile) | | :-----------------------------------------------------------------------------: | :---------------------------------------------------------------------------: | -| ![appDesktop](/images/desktop/light.png) | ![appMobile](/images/mobile/light.jpeg) | -| ![appDesktop](/images/desktop/dark.png) | ![appMobile](/images/mobile/dark.jpeg) | +| ![Светлая тема на ПК](/images/desktop/light.png) | ![Светлая тема на Мобильник](/images/mobile/light.jpeg) | +| ![Темная тема на Пк](/images/desktop/dark.png) | ![Темная тема на Мобильник](/images/mobile/dark.jpeg) | -[click for more images📷](https://github.com/DogukanUrker/flaskBlog/tree/master/images) +[Больше фото 📷](https://github.com/DogukanUrker/flaskBlog/tree/master/images) -## Features 💫 +## Фишки 💫 -| Feature | Status | +| Фишки | Status | | :--------------------- | :----: | | User Page | ✅ | | User Login | ✅ | @@ -71,7 +71,7 @@ Simple blog app built with Flask. | Custom Profile Picture | ✅ | | User Verification | ✅ | -## Requirements 📦 +## Зависимости 📦 - Flask - Passlib @@ -79,7 +79,7 @@ Simple blog app built with Flask. - Flask-WTF - Python 3.10 or newer -## Languages 🧑🏻‍💻 +## Языки 🧑🏻‍💻 ### Backend @@ -91,7 +91,7 @@ Simple blog app built with Flask. - CSS - JavaScript -## Libraries 📚 +## Библиотеки 📚 ### Backend @@ -117,47 +117,47 @@ Simple blog app built with Flask. - Tabler Icons - Summer Note -## Installation ⬇️ +## Установка ⬇️ -download source code from Github 💾 +Склонируйте исходники с Github 💾 `git clone https://github.com/DogukanUrker/flaskBlog.git` -go to directory 📁 +Перейдите в директорию 📁 `cd flaskBlog` -install requirements.txt 🔽 +Установите зависимости из requirements.txt 🔽 `pip install -r requirements.txt` -it's ready to run 🎉 +Запустите и наслаждайтесь 🎉 `python app.py` or `python desktop.py` -for run flaskBlog as a desktop app 💯 +Присутствует костыль для ПК 💯 -### Default Admin Account +### Вход Username: admin Password: admin -### Contributors 💕 +### Наша команда 💕 -### Stars ⭐ +### Звезды ⭐ [![Stargazers for @DogukanUrker/flaskBlog](http://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?theme=dark&user=DogukanUrker&repo=flaskBlog)](https://github.com/DogukanUrker/flaskBlog/stargazers) -### Forks 🍴 +### Форки 🍴 [![Forkers for @DogukanUrker/flaskBlog](http://bytecrank.com/nastyox/reporoster/php/forkersSVG.php?theme=dark&user=DogukanUrker&repo=flaskBlog)](https://github.com/DogukanUrker/flaskBlog/network/members) -### Support 💰 +### Поддержка 💰 Buy Me A Coffee -### Star History ✨ +### Звездная история ✨ [![Star History Chart](https://api.star-history.com/svg?repos=dogukanurker/flaskblog&type=Date)](https://star-history.com/#dogukanurker/flaskblog&Date) From 02cb2761291531ad3ebad4a003ce3c018b95b6b8 Mon Sep 17 00:00:00 2001 From: fliberd Date: Tue, 30 Jan 2024 19:43:05 +0800 Subject: [PATCH 7/8] fix --- docs/readme_ru.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/readme_ru.md b/docs/readme_ru.md index 0fc4bef1..0cf11dbd 100644 --- a/docs/readme_ru.md +++ b/docs/readme_ru.md @@ -1,4 +1,4 @@ -###### This project needs a ⭐️ from you. Don't forget to leave a star ⭐️. +###### Поставь звезду ⭐️. [![GitHub Release]()](https://github.com/DogukanUrker/flaskBlog/releases) [![GitHub License]()](https://github.com/DogukanUrker/flaskBlog/blob/main/LICENSE) [![GitHub Repo stars]()](https://github.com/DogukanUrker/flaskBlog/stargazers) @@ -24,7 +24,7 @@ [English](../README.md) | [Türkçe](docs/readme_tr.md) | **Russian** -Прстая система для ведения блога, написанная на Python framework-е Flask. +Простая система для ведения блога, написанная на Python framework-е Flask.
[Contact](mailto:dogukanurker@icloud.com)
[Dogukan Urker](https://dogukanurker.com) @@ -40,7 +40,7 @@ ## Фишки 💫 -| Фишки | Status | +| Фишки | Статус | | :--------------------- | :----: | | User Page | ✅ | | User Login | ✅ | From 79c69a3b247a1b213a04ec064df1ae4ec21e456c Mon Sep 17 00:00:00 2001 From: fliberd Date: Tue, 30 Jan 2024 20:13:10 +0800 Subject: [PATCH 8/8] docker-compose fix --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c2b9976d..a1c64cea 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,4 +9,4 @@ services: ports: - 5000:5000 volumes: - - ./flaskblog-config:/app/ + - .:/app