{"id":25806974,"url":"https://github.com/sunvas/eleanor-cms","last_synced_at":"2026-02-04T04:36:09.557Z","repository":{"id":921814,"uuid":"686299","full_name":"Sunvas/Eleanor-CMS","owner":"Sunvas","description":"Eleanor CMS is free open source Content Management System","archived":false,"fork":false,"pushed_at":"2024-08-03T20:06:31.000Z","size":7485,"stargazers_count":23,"open_issues_count":0,"forks_count":9,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-03T22:07:28.495Z","etag":null,"topics":["cms","cms-backend","cms-framework","cms-module","content-management-system"],"latest_commit_sha":null,"homepage":"https://eleanor-cms.ru","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sunvas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-05-25T23:35:39.000Z","updated_at":"2024-08-04T04:23:00.000Z","dependencies_parsed_at":"2025-02-27T21:20:57.713Z","dependency_job_id":"a50f17c4-fd38-48b1-821c-cdf4414a20b9","html_url":"https://github.com/Sunvas/Eleanor-CMS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sunvas/Eleanor-CMS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sunvas%2FEleanor-CMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sunvas%2FEleanor-CMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sunvas%2FEleanor-CMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sunvas%2FEleanor-CMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sunvas","download_url":"https://codeload.github.com/Sunvas/Eleanor-CMS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sunvas%2FEleanor-CMS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263175519,"owners_count":23425588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","cms-backend","cms-framework","cms-module","content-management-system"],"created_at":"2025-02-27T20:56:02.753Z","updated_at":"2026-02-04T04:36:09.551Z","avatar_url":"https://github.com/Sunvas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eleanor CMS\n\n## English\n### Key features:\n* CMS does not require its copyrights to be published on pages;\n* Native support for simultaneous sign-in of multiple users, sign-in of one user on multiple devices;\n* Only one authorization cookie is used, and, together with the “Remember me” checkbox, the website does [not require](https://europa.eu/youreurope/business/dealing-with-customers/data-protection/online-privacy/index_en.htm#main-article) the placement of banners about the use of cookies;\n* Built-in delimitation of user rights based on their membership in groups;\n* Native support for [Telegram bot](https://core.telegram.org/widgets/login) as a sign-in and user notification tool (instead of email notification);\n* Support for asynchronous events (sending a notification to the user does not block the page from loading);\n* No [XSS](https://en.wikipedia.org/wiki/Cross-site_scripting): All scripts are restricted via [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP);\n* [Clean URLs](https://en.wikipedia.org/wiki/Clean_URL) are implemented according to the classic principle of directories and files. The defective ideology of “router” is not applied.\n* Code commented: the purpose of all directories / files / functions / methods / properties / variables / constants is described;\n* Easy integration of third-party classes / interfaces / traits / enumerations—simply place the relevant files in a specific directory and they will be autoloaded;\n* Zero dependency on third-party PHP code: the system does not use third-party libraries or frameworks;\n\nInspired by https://thebestmotherfucking.website/\n\n## Русский язык\n### Ключевые особенности:\n* CMS не требует публикации копирайтов на станицах;\n* Нативная поддержка одновременного входа нескольких пользователей, входа одного пользователя на нескольких устройствах;\n* Используется всего одна куки авторизации и, совместно с наличием галочки \"Запомнить меня\", на сайте [не требуется](https://europa.eu/youreurope/business/dealing-with-customers/data-protection/online-privacy/index_en.htm#main-article) размещения баннеров об использовании куки;\n* Встроенное разграничение прав пользователей на основе их членства в группах;\n* Нативная поддержка [Telegram bot](https://core.telegram.org/widgets/login) в качестве входа и средства уведомлений пользователей (вместо e-mail рассылки);\n* Поддержка асинхронных событий (отправка уведомления пользователю не блокирует загрузку страницы);\n* Гарантированное отсутствие [XSS](https://ru.wikipedia.org/wiki/Межсайтовый_скриптинг): выполнение всех скриптов ограничено через [CSP](https://developer.mozilla.org/ru/docs/Web/HTTP/Guides/CSP);\n* [ЧПУ](https://ru.wikipedia.org/wiki/Человекопонятный_URL) реализовано по классическому принципу каталогов и файлов. Ущербная идеология \"роутера\" не применяется;\n* Код прокомментирован: описано назначение всех каталогов / файлов / функций / методов / свойств / переменных / констант;\n* Удобная интеграция сторонних классов / интерфейсов / трейтов / перечислений - достаточно разместить соответствующие файлы в определённом каталоге и они будут загружаться автоматически;\n* Нулевая зависимость от чужого PHP кода: в системе не используются сторонние библиотеки или фреймворки;\n\nВдохновение черпалось из https://thebestmotherfucking.website/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunvas%2Feleanor-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunvas%2Feleanor-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunvas%2Feleanor-cms/lists"}