From b234704b9991d11a9a8d2e1ede158d247b348a25 Mon Sep 17 00:00:00 2001 From: elec-log Date: Sun, 22 Mar 2020 14:50:47 +0400 Subject: [PATCH] Windows ENDL style --- .gitignore | 0 .htaccess | 0 README.md | 0 _ressources/database_drawing | 0 _ressources/logo.svg | 0 controllers/d.admin.php | 0 controllers/d.blog.php | 0 controllers/d.contact.php | 0 controllers/d.map.php | 0 controllers/d.users.php | 0 controllers/d.wiki.php | 0 includes/config.example.php | 0 includes/images.php | 0 includes/routes.php | 0 includes/session.php | 0 index.php | 0 models/d.blog.php | 0 models/d.users.php | 0 models/d.wiki.php | 0 third/Md/Markdown.inc.php | 0 third/Md/Markdown.php | 0 third/Md/MarkdownExtra.inc.php | 0 third/Md/MarkdownExtra.php | 0 third/Md/MarkdownInterface.inc.php | 0 third/Md/MarkdownInterface.php | 0 views/blocks/d.footer.html | 0 views/blocks/d.head.html | 0 views/blocks/d.nav.html | 0 views/css/d.blog.css | 0 views/css/d.index.css | 0 views/css/d.map.css | 0 views/css/d.user.css | 0 views/css/d.wiki.css | 0 views/d.admin.git-pull.html | 0 views/d.admin.html | 0 views/d.admin.logs.html | 0 views/d.blog.edit.html | 0 views/d.blog.list.html | 0 views/d.blog.list.rss | 0 views/d.blog.view.html | 0 views/d.contact.html | 0 views/d.index.html | 0 views/d.map.html | 0 views/d.user.login.html | 0 views/d.user.member_list.html | 0 views/d.user.password_lost.html | 0 views/d.user.profile.edit.html | 0 views/d.user.profile.html | 0 views/d.user.signin.html | 0 views/d.wiki.edit.html | 0 views/d.wiki.view.html | 0 views/fonts/FiraMono-Bold.eot | Bin views/fonts/FiraMono-Bold.otf | Bin views/fonts/FiraSans-Bold.ttf | Bin views/fonts/FiraSans-ExtraLight.eot | Bin views/fonts/FiraSans-ExtraLight.otf | Bin views/fonts/FiraSans-ExtraLight.ttf | Bin views/fonts/FiraSans-Light.eot | Bin views/fonts/FiraSans-Light.otf | Bin views/fonts/FiraSans-Light.ttf | Bin views/fonts/FiraSans-Medium.eot | Bin views/fonts/FiraSans-Medium.otf | Bin views/fonts/FiraSans-Medium.ttf | Bin views/fonts/FiraSans-Regular.eot | Bin views/fonts/FiraSans-Regular.otf | Bin views/fonts/FiraSans-Regular.ttf | Bin views/img/aside.jpg | Bin views/img/favicon.png | Bin views/img/header.svg | 0 views/img/header_rss.svg | 0 views/img/thumb1.jpg | Bin views/img/thumb2.jpg | Bin views/img/thumb3.jpg | Bin views/js/d.avatar.js | 0 views/js/d.captcha.js | 0 views/js/d.header.js | 0 views/js/d.map.js | 0 77 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 .htaccess mode change 100755 => 100644 README.md mode change 100755 => 100644 _ressources/database_drawing mode change 100755 => 100644 _ressources/logo.svg mode change 100755 => 100644 controllers/d.admin.php mode change 100755 => 100644 controllers/d.blog.php mode change 100755 => 100644 controllers/d.contact.php mode change 100755 => 100644 controllers/d.map.php mode change 100755 => 100644 controllers/d.users.php mode change 100755 => 100644 controllers/d.wiki.php mode change 100755 => 100644 includes/config.example.php mode change 100755 => 100644 includes/images.php mode change 100755 => 100644 includes/routes.php mode change 100755 => 100644 includes/session.php mode change 100755 => 100644 index.php mode change 100755 => 100644 models/d.blog.php mode change 100755 => 100644 models/d.users.php mode change 100755 => 100644 models/d.wiki.php mode change 100755 => 100644 third/Md/Markdown.inc.php mode change 100755 => 100644 third/Md/Markdown.php mode change 100755 => 100644 third/Md/MarkdownExtra.inc.php mode change 100755 => 100644 third/Md/MarkdownExtra.php mode change 100755 => 100644 third/Md/MarkdownInterface.inc.php mode change 100755 => 100644 third/Md/MarkdownInterface.php mode change 100755 => 100644 views/blocks/d.footer.html mode change 100755 => 100644 views/blocks/d.head.html mode change 100755 => 100644 views/blocks/d.nav.html mode change 100755 => 100644 views/css/d.blog.css mode change 100755 => 100644 views/css/d.index.css mode change 100755 => 100644 views/css/d.map.css mode change 100755 => 100644 views/css/d.user.css mode change 100755 => 100644 views/css/d.wiki.css mode change 100755 => 100644 views/d.admin.git-pull.html mode change 100755 => 100644 views/d.admin.html mode change 100755 => 100644 views/d.admin.logs.html mode change 100755 => 100644 views/d.blog.edit.html mode change 100755 => 100644 views/d.blog.list.html mode change 100755 => 100644 views/d.blog.list.rss mode change 100755 => 100644 views/d.blog.view.html mode change 100755 => 100644 views/d.contact.html mode change 100755 => 100644 views/d.index.html mode change 100755 => 100644 views/d.map.html mode change 100755 => 100644 views/d.user.login.html mode change 100755 => 100644 views/d.user.member_list.html mode change 100755 => 100644 views/d.user.password_lost.html mode change 100755 => 100644 views/d.user.profile.edit.html mode change 100755 => 100644 views/d.user.profile.html mode change 100755 => 100644 views/d.user.signin.html mode change 100755 => 100644 views/d.wiki.edit.html mode change 100755 => 100644 views/d.wiki.view.html mode change 100755 => 100644 views/fonts/FiraMono-Bold.eot mode change 100755 => 100644 views/fonts/FiraMono-Bold.otf mode change 100755 => 100644 views/fonts/FiraSans-Bold.ttf mode change 100755 => 100644 views/fonts/FiraSans-ExtraLight.eot mode change 100755 => 100644 views/fonts/FiraSans-ExtraLight.otf mode change 100755 => 100644 views/fonts/FiraSans-ExtraLight.ttf mode change 100755 => 100644 views/fonts/FiraSans-Light.eot mode change 100755 => 100644 views/fonts/FiraSans-Light.otf mode change 100755 => 100644 views/fonts/FiraSans-Light.ttf mode change 100755 => 100644 views/fonts/FiraSans-Medium.eot mode change 100755 => 100644 views/fonts/FiraSans-Medium.otf mode change 100755 => 100644 views/fonts/FiraSans-Medium.ttf mode change 100755 => 100644 views/fonts/FiraSans-Regular.eot mode change 100755 => 100644 views/fonts/FiraSans-Regular.otf mode change 100755 => 100644 views/fonts/FiraSans-Regular.ttf mode change 100755 => 100644 views/img/aside.jpg mode change 100755 => 100644 views/img/favicon.png mode change 100755 => 100644 views/img/header.svg mode change 100755 => 100644 views/img/header_rss.svg mode change 100755 => 100644 views/img/thumb1.jpg mode change 100755 => 100644 views/img/thumb2.jpg mode change 100755 => 100644 views/img/thumb3.jpg mode change 100755 => 100644 views/js/d.avatar.js mode change 100755 => 100644 views/js/d.captcha.js mode change 100755 => 100644 views/js/d.header.js mode change 100755 => 100644 views/js/d.map.js diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.htaccess b/.htaccess old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/_ressources/database_drawing b/_ressources/database_drawing old mode 100755 new mode 100644 diff --git a/_ressources/logo.svg b/_ressources/logo.svg old mode 100755 new mode 100644 diff --git a/controllers/d.admin.php b/controllers/d.admin.php old mode 100755 new mode 100644 diff --git a/controllers/d.blog.php b/controllers/d.blog.php old mode 100755 new mode 100644 diff --git a/controllers/d.contact.php b/controllers/d.contact.php old mode 100755 new mode 100644 diff --git a/controllers/d.map.php b/controllers/d.map.php old mode 100755 new mode 100644 diff --git a/controllers/d.users.php b/controllers/d.users.php old mode 100755 new mode 100644 diff --git a/controllers/d.wiki.php b/controllers/d.wiki.php old mode 100755 new mode 100644 diff --git a/includes/config.example.php b/includes/config.example.php old mode 100755 new mode 100644 diff --git a/includes/images.php b/includes/images.php old mode 100755 new mode 100644 diff --git a/includes/routes.php b/includes/routes.php old mode 100755 new mode 100644 diff --git a/includes/session.php b/includes/session.php old mode 100755 new mode 100644 diff --git a/index.php b/index.php old mode 100755 new mode 100644 diff --git a/models/d.blog.php b/models/d.blog.php old mode 100755 new mode 100644 diff --git a/models/d.users.php b/models/d.users.php old mode 100755 new mode 100644 diff --git a/models/d.wiki.php b/models/d.wiki.php old mode 100755 new mode 100644 diff --git a/third/Md/Markdown.inc.php b/third/Md/Markdown.inc.php old mode 100755 new mode 100644 diff --git a/third/Md/Markdown.php b/third/Md/Markdown.php old mode 100755 new mode 100644 diff --git a/third/Md/MarkdownExtra.inc.php b/third/Md/MarkdownExtra.inc.php old mode 100755 new mode 100644 diff --git a/third/Md/MarkdownExtra.php b/third/Md/MarkdownExtra.php old mode 100755 new mode 100644 diff --git a/third/Md/MarkdownInterface.inc.php b/third/Md/MarkdownInterface.inc.php old mode 100755 new mode 100644 diff --git a/third/Md/MarkdownInterface.php b/third/Md/MarkdownInterface.php old mode 100755 new mode 100644 diff --git a/views/blocks/d.footer.html b/views/blocks/d.footer.html old mode 100755 new mode 100644 diff --git a/views/blocks/d.head.html b/views/blocks/d.head.html old mode 100755 new mode 100644 diff --git a/views/blocks/d.nav.html b/views/blocks/d.nav.html old mode 100755 new mode 100644 diff --git a/views/css/d.blog.css b/views/css/d.blog.css old mode 100755 new mode 100644 diff --git a/views/css/d.index.css b/views/css/d.index.css old mode 100755 new mode 100644 diff --git a/views/css/d.map.css b/views/css/d.map.css old mode 100755 new mode 100644 diff --git a/views/css/d.user.css b/views/css/d.user.css old mode 100755 new mode 100644 diff --git a/views/css/d.wiki.css b/views/css/d.wiki.css old mode 100755 new mode 100644 diff --git a/views/d.admin.git-pull.html b/views/d.admin.git-pull.html old mode 100755 new mode 100644 diff --git a/views/d.admin.html b/views/d.admin.html old mode 100755 new mode 100644 diff --git a/views/d.admin.logs.html b/views/d.admin.logs.html old mode 100755 new mode 100644 diff --git a/views/d.blog.edit.html b/views/d.blog.edit.html old mode 100755 new mode 100644 diff --git a/views/d.blog.list.html b/views/d.blog.list.html old mode 100755 new mode 100644 diff --git a/views/d.blog.list.rss b/views/d.blog.list.rss old mode 100755 new mode 100644 diff --git a/views/d.blog.view.html b/views/d.blog.view.html old mode 100755 new mode 100644 diff --git a/views/d.contact.html b/views/d.contact.html old mode 100755 new mode 100644 diff --git a/views/d.index.html b/views/d.index.html old mode 100755 new mode 100644 diff --git a/views/d.map.html b/views/d.map.html old mode 100755 new mode 100644 diff --git a/views/d.user.login.html b/views/d.user.login.html old mode 100755 new mode 100644 diff --git a/views/d.user.member_list.html b/views/d.user.member_list.html old mode 100755 new mode 100644 diff --git a/views/d.user.password_lost.html b/views/d.user.password_lost.html old mode 100755 new mode 100644 diff --git a/views/d.user.profile.edit.html b/views/d.user.profile.edit.html old mode 100755 new mode 100644 diff --git a/views/d.user.profile.html b/views/d.user.profile.html old mode 100755 new mode 100644 diff --git a/views/d.user.signin.html b/views/d.user.signin.html old mode 100755 new mode 100644 diff --git a/views/d.wiki.edit.html b/views/d.wiki.edit.html old mode 100755 new mode 100644 diff --git a/views/d.wiki.view.html b/views/d.wiki.view.html old mode 100755 new mode 100644 diff --git a/views/fonts/FiraMono-Bold.eot b/views/fonts/FiraMono-Bold.eot old mode 100755 new mode 100644 diff --git a/views/fonts/FiraMono-Bold.otf b/views/fonts/FiraMono-Bold.otf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Bold.ttf b/views/fonts/FiraSans-Bold.ttf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-ExtraLight.eot b/views/fonts/FiraSans-ExtraLight.eot old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-ExtraLight.otf b/views/fonts/FiraSans-ExtraLight.otf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-ExtraLight.ttf b/views/fonts/FiraSans-ExtraLight.ttf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Light.eot b/views/fonts/FiraSans-Light.eot old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Light.otf b/views/fonts/FiraSans-Light.otf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Light.ttf b/views/fonts/FiraSans-Light.ttf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Medium.eot b/views/fonts/FiraSans-Medium.eot old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Medium.otf b/views/fonts/FiraSans-Medium.otf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Medium.ttf b/views/fonts/FiraSans-Medium.ttf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Regular.eot b/views/fonts/FiraSans-Regular.eot old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Regular.otf b/views/fonts/FiraSans-Regular.otf old mode 100755 new mode 100644 diff --git a/views/fonts/FiraSans-Regular.ttf b/views/fonts/FiraSans-Regular.ttf old mode 100755 new mode 100644 diff --git a/views/img/aside.jpg b/views/img/aside.jpg old mode 100755 new mode 100644 diff --git a/views/img/favicon.png b/views/img/favicon.png old mode 100755 new mode 100644 diff --git a/views/img/header.svg b/views/img/header.svg old mode 100755 new mode 100644 diff --git a/views/img/header_rss.svg b/views/img/header_rss.svg old mode 100755 new mode 100644 diff --git a/views/img/thumb1.jpg b/views/img/thumb1.jpg old mode 100755 new mode 100644 diff --git a/views/img/thumb2.jpg b/views/img/thumb2.jpg old mode 100755 new mode 100644 diff --git a/views/img/thumb3.jpg b/views/img/thumb3.jpg old mode 100755 new mode 100644 diff --git a/views/js/d.avatar.js b/views/js/d.avatar.js old mode 100755 new mode 100644 diff --git a/views/js/d.captcha.js b/views/js/d.captcha.js old mode 100755 new mode 100644 diff --git a/views/js/d.header.js b/views/js/d.header.js old mode 100755 new mode 100644 diff --git a/views/js/d.map.js b/views/js/d.map.js old mode 100755 new mode 100644