├── .editorconfig ├── .gitignore ├── LICENSE ├── README.md └── contributing.md /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | indent_style = tab 5 | end_of_line = lf 6 | charset = utf-8 7 | trim_trailing_whitespace = true 8 | insert_final_newline = true 9 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | 3 | Statement of Purpose 4 | 5 | The laws of most jurisdictions throughout the world automatically confer 6 | exclusive Copyright and Related Rights (defined below) upon the creator and 7 | subsequent owner(s) (each and all, an "owner") of an original work of 8 | authorship and/or a database (each, a "Work"). 9 | 10 | Certain owners wish to permanently relinquish those rights to a Work for the 11 | purpose of contributing to a commons of creative, cultural and scientific 12 | works ("Commons") that the public can reliably and without fear of later 13 | claims of infringement build upon, modify, incorporate in other works, reuse 14 | and redistribute as freely as possible in any form whatsoever and for any 15 | purposes, including without limitation commercial purposes. These owners may 16 | contribute to the Commons to promote the ideal of a free culture and the 17 | further production of creative, cultural and scientific works, or to gain 18 | reputation or greater distribution for their Work in part through the use and 19 | efforts of others. 20 | 21 | For these and/or other purposes and motivations, and without any expectation 22 | of additional consideration or compensation, the person associating CC0 with a 23 | Work (the "Affirmer"), to the extent that he or she is an owner of Copyright 24 | and Related Rights in the Work, voluntarily elects to apply CC0 to the Work 25 | and publicly distribute the Work under its terms, with knowledge of his or her 26 | Copyright and Related Rights in the Work and the meaning and intended legal 27 | effect of CC0 on those rights. 28 | 29 | 1. Copyright and Related Rights. A Work made available under CC0 may be 30 | protected by copyright and related or neighboring rights ("Copyright and 31 | Related Rights"). Copyright and Related Rights include, but are not limited 32 | to, the following: 33 | 34 | i. the right to reproduce, adapt, distribute, perform, display, communicate, 35 | and translate a Work; 36 | 37 | ii. moral rights retained by the original author(s) and/or performer(s); 38 | 39 | iii. publicity and privacy rights pertaining to a person's image or likeness 40 | depicted in a Work; 41 | 42 | iv. rights protecting against unfair competition in regards to a Work, 43 | subject to the limitations in paragraph 4(a), below; 44 | 45 | v. rights protecting the extraction, dissemination, use and reuse of data in 46 | a Work; 47 | 48 | vi. database rights (such as those arising under Directive 96/9/EC of the 49 | European Parliament and of the Council of 11 March 1996 on the legal 50 | protection of databases, and under any national implementation thereof, 51 | including any amended or successor version of such directive); and 52 | 53 | vii. other similar, equivalent or corresponding rights throughout the world 54 | based on applicable law or treaty, and any national implementations thereof. 55 | 56 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, 57 | applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and 58 | unconditionally waives, abandons, and surrenders all of Affirmer's Copyright 59 | and Related Rights and associated claims and causes of action, whether now 60 | known or unknown (including existing as well as future claims and causes of 61 | action), in the Work (i) in all territories worldwide, (ii) for the maximum 62 | duration provided by applicable law or treaty (including future time 63 | extensions), (iii) in any current or future medium and for any number of 64 | copies, and (iv) for any purpose whatsoever, including without limitation 65 | commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes 66 | the Waiver for the benefit of each member of the public at large and to the 67 | detriment of Affirmer's heirs and successors, fully intending that such Waiver 68 | shall not be subject to revocation, rescission, cancellation, termination, or 69 | any other legal or equitable action to disrupt the quiet enjoyment of the Work 70 | by the public as contemplated by Affirmer's express Statement of Purpose. 71 | 72 | 3. Public License Fallback. Should any part of the Waiver for any reason be 73 | judged legally invalid or ineffective under applicable law, then the Waiver 74 | shall be preserved to the maximum extent permitted taking into account 75 | Affirmer's express Statement of Purpose. In addition, to the extent the Waiver 76 | is so judged Affirmer hereby grants to each affected person a royalty-free, 77 | non transferable, non sublicensable, non exclusive, irrevocable and 78 | unconditional license to exercise Affirmer's Copyright and Related Rights in 79 | the Work (i) in all territories worldwide, (ii) for the maximum duration 80 | provided by applicable law or treaty (including future time extensions), (iii) 81 | in any current or future medium and for any number of copies, and (iv) for any 82 | purpose whatsoever, including without limitation commercial, advertising or 83 | promotional purposes (the "License"). The License shall be deemed effective as 84 | of the date CC0 was applied by Affirmer to the Work. Should any part of the 85 | License for any reason be judged legally invalid or ineffective under 86 | applicable law, such partial invalidity or ineffectiveness shall not 87 | invalidate the remainder of the License, and in such case Affirmer hereby 88 | affirms that he or she will not (i) exercise any of his or her remaining 89 | Copyright and Related Rights in the Work or (ii) assert any associated claims 90 | and causes of action with respect to the Work, in either case contrary to 91 | Affirmer's express Statement of Purpose. 92 | 93 | 4. Limitations and Disclaimers. 94 | 95 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 96 | surrendered, licensed or otherwise affected by this document. 97 | 98 | b. Affirmer offers the Work as-is and makes no representations or warranties 99 | of any kind concerning the Work, express, implied, statutory or otherwise, 100 | including without limitation warranties of title, merchantability, fitness 101 | for a particular purpose, non infringement, or the absence of latent or 102 | other defects, accuracy, or the present or absence of errors, whether or not 103 | discoverable, all to the greatest extent permissible under applicable law. 104 | 105 | c. Affirmer disclaims responsibility for clearing rights of other persons 106 | that may apply to the Work or any use thereof, including without limitation 107 | any person's Copyright and Related Rights in the Work. Further, Affirmer 108 | disclaims responsibility for obtaining any necessary consents, permissions 109 | or other rights required for any use of the Work. 110 | 111 | d. Affirmer understands and acknowledges that Creative Commons is not a 112 | party to this document and has no duty or obligation with respect to this 113 | CC0 or use of the Work. 114 | 115 | For more information, please see 116 | 117 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Потрясающий Битрикс 2 | 3 | [![Join the chat at https://t.me/awesomebitrix](https://img.shields.io/badge/t.me-awesomebitrix-blue?logo=telegram&style=flat)](https://t.me/awesomebitrix) 4 | 5 | 6 | Полезные статьи о настройке и разработке 1C-Bitrix и Bitrix 24, а также компоненты и модули, php и javascript библиотеки. 7 | 8 | - [Чат](https://gitter.im/awesomebitrix/awesome-bitrix) 9 | - [Как внести вклад](#contributing) 10 | - [Лицензия](#license) 11 | 12 | Потрясающий Битрикс доступен по адресу [awesomebitrix.github.io](http://awesomebitrix.github.io). 13 | 14 | ## Содержание 15 | 16 | - [Учебные курсы](#courses) 17 | - [Документация](#docs) 18 | - [Инструменты](#tools) 19 | - [Библиотеки PHP](#php-libs) 20 | - [Библиотеки JavaScript](#js-libs) 21 | - [Дистрибутивы](#dists) 22 | - [Блоги](#blogs) 23 | - [Статьи](#articles) 24 | - [Интеграция с 1С:Предприятие](#articles-1c-enterprise) 25 | - [Видеодоклады](#webinars) 26 | - [Github, Bitbucket, etc](#repos) 27 | - [Конференции](#confs) 28 | - [Другое](#other) 29 | 30 | ## Учебные курсы 31 | 32 | В разделе содержатся, сгруппированные по тематическим разделам, [официальные курсы по платформе Битрикс](http://dev.1c-bitrix.ru/learning/index.php#tab-online-link), 33 | включая тематические и специальные курсы. Курсы с сертификацией отмечены :star: 34 | 35 | #### Битрикс: Управление сайтом 36 | - :star: [Контент-менеджер](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=34) 37 | - :star: [Администратор. Базовый](https://dev.1c-bitrix.ru/learning/course/?COURSE_ID=35) 38 | - :star: [Администратор. Модули](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=41) 39 | - :star: [Администратор. Бизнес](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=42) 40 | - :star: [Разработчик Bitrix Framework](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=43) 41 | - :star: [Курс для хостеров](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=32) 42 | 43 | #### Битрикс24 44 | - :star: [Пользователь сервиса Битрикс24](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=52) 45 | - :star: [Пользователь коробочной версии Битрикса24](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=71) 46 | - :star: [Администратор сервиса Битрикс24 (коробочная версия)](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=48) 47 | - [Внедрение корпоративного портала](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=53) 48 | - [Маркетплейс Битрикс24](https://academy.1c-bitrix.ru/training/course/7365/) 49 | - [Приложения Битрикс24](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=99) 50 | 51 | #### Тематические курсы 52 | - :star: [Технология Композитный сайт](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=39) 53 | - [Многосайтовость](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=103) 54 | - [Разработка и эксплуатация высоконагруженных проектов](https://dev.1c-bitrix.ru/learning/course/?COURSE_ID=38) 55 | - [Маркетплейс Bitrix Framework](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=101) 56 | - :star: [Бизнес-процессы](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=57) 57 | - [Виртуальная машина BitrixVM](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=37) 58 | - [BitrixMobile - создание кроссплатформенных мобильных приложений](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=80) 59 | - [Бот платформа Битрикс24](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=93) 60 | - [Магазин до конвертации (до версии 15.0)](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=83) 61 | - [Бизнес-процессы в Битрикс24. Интенсив](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=97) 62 | - :star: [Интеграция с 1С](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=131) 63 | - :star: [Установка и настройка](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=135) 64 | - [Партнёрский REST](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=133) 65 | - :star: [Vue.js и Bitrix Framework](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=176) 66 | 67 | #### Курсы Академии 1C-Битрикс 68 | - [Быстрый старт разработчика](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=95) 69 | - [Интеграция дизайна и настройка платформы](https://academy.1c-bitrix.ru/education/?COURSE_ID=65) 70 | - [Основные технологии и расширение типовых возможностей системы](https://academy.1c-bitrix.ru/education/?COURSE_ID=66&INDEX=Y) 71 | - [Расширенные технологии и производительность](https://academy.1c-bitrix.ru/education/?COURSE_ID=67&INDEX=Y) 72 | - [Разработка на D7. Введение](https://academy.1c-bitrix.ru/education/index.php?COURSE_ID=85&INDEX=Y) 73 | - [D7. Разработка собственного модуля](https://academy.1c-bitrix.ru/education/index.php?COURSE_ID=91&INDEX=Y) 74 | 75 | #### Неофициальные курсы 76 | - [Курс Волкова Михаила (BitrixCasts) "Базовые элементы в Битриксе"](https://bitrixcasts.ru/courses/basic-elements-in-bitrix) 77 | 78 | #### Устаревшие курсы 79 | 80 | - [Интеграция](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=4&INDEX=Y) 81 | - [Установка и настройка](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=8&INDEX=Y) 82 | - [Элементы управления. Обучающий курс](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=1&INDEX=Y) 83 | - [Администрирование портала](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=23&INDEX=Y) 84 | - [Конфигурирование веб-систем для оптимальной работы](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=3&INDEX=Y) 85 | - [Интерфейс до версии 9.5](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=44&INDEX=Y) 86 | - [Пользователь корпоративного портала (дизайн Lite)](https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=45&INDEX=Y) 87 | 88 | ## Документация 89 | - [Пользовательская документация](https://dev.1c-bitrix.ru/user_help/) 90 | - [Документация для разработчиков](https://dev.1c-bitrix.ru/api_help/) 91 | - [Документация по Javascript-библиотеке Bitrix Framework](https://dev.1c-bitrix.ru/api_help/js_lib/) 92 | - [Документация для разработчиков по REST API](https://dev.1c-bitrix.ru/rest_help/) 93 | - [Документация по D7](https://dev.1c-bitrix.ru/api_d7/) 94 | - [Что нового?](https://dev.1c-bitrix.ru/docs/what-s-new.php) - Лента новостей по обновлению документации Битрикс 95 | 96 | ## Инструменты 97 | В разделе собраны инструменты для решения определенных задач. Это могут быть вспомогательные 98 | инструменты для решения локальной проблемы, неоформленные куски кода из документации. 99 | Важно! Инструменты рассчитаны на определенный уровень знаний продукта и/или технологии. Не 100 | стоит применять их без необходимости и только на свой страх и риск. 101 | 102 | - [1C-Битрикс: Виртуальная машина](https://www.1c-bitrix.ru/products/vmbitrix/) 103 | - [Скрипт тестирования конфигурации сервера](https://www.1c-bitrix.ru/download/files/scripts/bitrix_server_test.php) 104 | - [Скрипт BitrixSetup для удаленной установки на хостинг](https://www.1c-bitrix.ru/download/scripts/bitrixsetup.php) 105 | - [Скрипт восстановления из резервной копии](https://www.1c-bitrix.ru/download/scripts/restore.php) 106 | - [BitrixDock](https://github.com/bitrixdock/bitrixdock) - Docker-окружение для Bitrix 107 | - [docker.sandbox](https://github.com/beta-eto-code/docker.sandbox) - Docker-окружение для Bitrix 108 | - [Dockerized Push Server](https://github.com/ikarpovich/bitrix-push-server) 109 | - [Сниппеты стандартных компонент Bitrix](https://github.com/matiaspub/bxCompSnpt) 110 | - [bxApiDocs](https://github.com/matiaspub/bxApiDocs) 111 | - [Весь код Битрикса bxapi](https://bxapi.ru/) 112 | - [Виртуальная лаборатория](https://bitrixlabs.ru/) - официальная виртуальная лаборатория 1C-Bitrix с возможностью тестирования продукта 113 | - [Bitrix.gitignore](https://github.com/github/gitignore/blob/main/community/PHP/Bitrix.gitignore) - шаблон `.gitignore` для Bitrix 114 | - [VMware Workstation Player](https://customerconnect.vmware.com/en/downloads/details?downloadGroup=PLAYER-1557&productId=800&rPId=55787) 115 | - [Punycode Converter](https://www.charset.org/punycode) 116 | - [PHPBrew](https://github.com/phpbrew/phpbrew) - менеджер версий PHP 117 | - [Composer](https://getcomposer.org/) - менеджер зависимостей PHP 118 | 119 | ## Библиотеки PHP 120 | В разделе размещены полезные для Bitrix-разработчика PHP-библиотеки не имеющие явной 121 | специализализации на Bitrix Framework. 122 | 123 | - [Контейнер для внедрения зависимостей](https://container.thephpleague.com/) 124 | 125 | ## Библиотеки JavaScript 126 | В разделе размещены полезные для Bitrix-разработчика JavaScript-библиотеки не имеющие явной 127 | специализализации на Bitrix Framework. 128 | 129 | - [Webpack](https://webpack.github.io/) 130 | - [Vue.js](https://vuejs.org/) 131 | 132 | ## Дистрибутивы 133 | - [1C-Битрикс: Управление сайтом](https://www.1c-bitrix.ru/download/cms.php) 134 | - [1C-Битрикс24](https://www.1c-bitrix.ru/download/intranet.php) 135 | 136 | ## Блоги 137 | - [Блог компании 1С-Битрикс на Хабрахабр](https://habr.com/ru/company/bitrix/blog/) 138 | - [Хаб "1С-Битрикс" на Хабре](https://habr.com/ru/hub/bitrix/) 139 | - [Вики ЦИТ Факт](https://github.com/studiofact/wiki-bitrix/wiki) 140 | - [Битрикс-эксперты](https://bitrix.expert/) 141 | - [Блог компании Интерволга](https://www.intervolga.ru/blog/) 142 | - [База знаний Рабочих решений](https://github.com/worksolutions/knowbase) 143 | - [Блог "Документация, курсы и все остальное..." Роберта Басырова](https://dev.1c-bitrix.ru/community/blogs/Docs_and_other/) 144 | - [Блог компании Prominado](https://prominado.ru/blog/) 145 | - [Блог Алексея Поповича](https://pai-bx.com/wiki/1c-bitrix/) 146 | - [Блог Михаила Волкова](https://blog.mvsvolkov.ru/posts/bitrix) 147 | - [Блог Антона Пашкова](https://www.pashkof.pro/articles/) 148 | 149 | ## Статьи 150 | - [D7-аналоги любимых функций в 1С-Битрикс](https://www.intervolga.ru/blog/projects/d7-analogi-lyubimykh-funktsiy-v-1s-bitriks/) 151 | - [Изменение цен товара через обработчики в init.php](https://dev.1c-bitrix.ru/community/webdev/user/17090/blog/12425/) 152 | - [Настройка MySQL 5.7 на Ubuntu 16.04 под Bitrix](https://blog.ispsystem.info/2016/10/mysql-57-ubuntu-1604-bitrix.html) 153 | 154 | ## Видеодоклады 155 | - [Разработка для "Битрикс24.Сайтов" и "Сайтов24" от Антона Долганина](https://www.youtube.com/watch?v=rajdgxVfAMc) 156 | - [Презентация новой версии "1С-Битрикс: Управление Сайтом 18.0"](https://www.youtube.com/watch?v=6oTf99A2GgI&t=2592s) 157 | 158 | #### Интеграция с 1С:Предприятие 159 | - [1C сервер на Linux и обмен картинками с сайтом на 1C bitrix](https://medium.com/abuga/1c-%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80-%D0%BD%D0%B0-linux-%D0%B8-%D0%BE%D0%B1%D0%BC%D0%B5%D0%BD-%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B0%D0%BC%D0%B8-%D1%81-%D1%81%D0%B0%D0%B9%D1%82%D0%BE%D0%BC-%D0%BD%D0%B0-1c-bitrix-760cbf8f9b99) 160 | 161 | ## Github, Bitbucket, etc 162 | 163 | ### Организации 164 | 165 | - [ЦИТ Факт](https://github.com/studiofact/) 166 | - [Битрикс-эксперты](https://github.com/bitrix-expert) 167 | - [Notamedia](https://github.com/notamedia) 168 | - [Рабочие решения](https://github.com/worksolutions) 169 | - [РегионМедиа](https://github.com/regiomedia) 170 | 171 | ### Репозитории 172 | В разделе содержатся ссылки на репозитории утилит, библиотек, модулей и компонент 173 | разработанных специально для взаимодействия с Bitrix Framework. 174 | 175 | - [Базовые битриксовые компоненты (ББК)](https://github.com/bitrix-expert/bbc) 176 | - [Модуль ББК](https://github.com/bitrix-expert/bbc-module) 177 | - [i18n in Bitrix CMS](https://github.com/notamedia/bitrix-i18n) 178 | - [Bitrix CMF Console Tool](https://github.com/Mediahero/bitrix-console-tool) 179 | - [Console Jedi](https://github.com/notamedia/console-jedi) 180 | - [DigitalWand: Admin Helper](https://github.com/DigitalWand/digitalwand.admin_helper/) 181 | - [Monolog adapter for Bitrix CMS](https://github.com/bitrix-expert/monolog-adapter) 182 | - [Генератор форм для 1C-Bitrix](https://github.com/studiofact/citfact.form) 183 | - [PJAX для 1C-Bitrix](https://github.com/studiofact/citfact.pjax) 184 | - [Bitrix24 PHP SDK](https://github.com/mesilov/bitrix24-php-sdk) 185 | - [Bitrix24 Go SDK](https://github.com/ikarpovich/go-bitrix) 186 | - [1C-Bitrix Migrations](https://github.com/worksolutions/bitrix-module-migrations) 187 | - [1C-Bitrix Reduce Migrations](https://github.com/worksolutions/bitrix-reduce-migrations) 188 | - [rzn.library](https://github.com/AndyDune/rzn.library) 189 | - [bitrix-typograf](https://github.com/askew-/bitrix-typograf) 190 | - [Bitrix24 REST API client](https://github.com/2BAD/bitrix) 191 | - [Примеры чат-ботов от команды Bitrix](https://bitbucket.org/Bitrix24com/rest-bot-echotest) 192 | - [Инструменты от Александра Нестерова](https://github.com/beta-eto-code) 193 | 194 | ## Конференции 195 | - [Видео с партнерской конференции "1С-Битрикс" (Лето 2013)](https://conf.1c-bitrix.ru/summer2013/about/media/) 196 | - [Видео с партнерской конференции "1С-Битрикс" (Зима 2013)](https://conf.1c-bitrix.ru/winter2013/about/media/) 197 | - [Видео с партнерской конференции "1С-Битрикс" (Лето 2014)](https://conf.1c-bitrix.ru/summer2014/agenda/broadcast/) 198 | - [Видео с партнерской конференции "1С-Битрикс" (Зима 2014)](https://conf.1c-bitrix.ru/winter2014/agenda/broadcast/) 199 | - [Видео с партнерской конференции "1С-Битрикс" (Лето 2015)](https://conf.1c-bitrix.ru/summer2015/online/) 200 | - [Видео с партнерской конференции "1С-Битрикс" (Зима 2015)](https://conf.1c-bitrix.ru/winter2015/online/) 201 | - [Видео с партнерской конференции "1С-Битрикс" (Лето 2016)](https://conf.1c-bitrix.ru/winter2016/online/) 202 | - [Видео с партнерской конференции "1С-Битрикс" (Зима 2016)](https://conf.1c-bitrix.ru/winter2016/online/) 203 | - [Видео с партнерской конференции "1С-Битрикс" (Лето 2017)](https://conf.1c-bitrix.ru/winter2017/online/) 204 | - [Видео с партнерской конференции "1С-Битрикс" (Зима 2017)](https://conf.1c-bitrix.ru/winter2017/online/) 205 | 206 | ## Другое 207 | - [База знаний](http://dev.1c-bitrix.ru/docs/knowledge_base/) 208 | - [Частые вопросы](http://dev.1c-bitrix.ru/support/faq/) 209 | - [Архив учебного видео](http://dev.1c-bitrix.ru/learning/video.php) 210 | - [Форумы](http://dev.1c-bitrix.ru/community/forums/) 211 | - [Блоги](http://dev.1c-bitrix.ru/community/webdev-blogs/) 212 | - [Группа социальной сети "Виртуальные машины Битрикс"](http://dev.1c-bitrix.ru/community/webdev/group/70/) 213 | - [Обсуждение на форуме "Виртуальная машина BitrixVM"](http://dev.1c-bitrix.ru/community/forums/forum32/) 214 | - [Обсуждение "Bitrix Docker, использование Bitrix в контейнерах"](https://dev.1c-bitrix.ru/support/forum/forum32/topic92319/) 215 | - [Ответы на вопросы по сертификации 1С-Битрикс](http://bx-cert.ru/certification/bitrix/all/) 216 | - [Битрикс для разработчика](https://t.me/bitrixfordevelopers) - чат-группа в Telegram для общения Битрикс-разработчиков 217 | - [1С-Битрикс на Хабр Q&A](https://qna.habr.com/tag/1%D1%81-%D0%B1%D0%B8%D1%82%D1%80%D0%B8%D0%BA%D1%81/info) 218 | 219 | ## Как внести вклад 220 | 221 | Добавления, замечания и любое участие приветствуется! 222 | Пожалуйста, изучите [рекомендации по участию](contributing.md). 223 | 224 | ## Лицензия 225 | 226 | [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 227 | 228 | Насколько это возможно в соответствии с действующим законодательством, [Антон Воробьев](http://vorobyev.co) отказывается от всех авторских и смежных прав на эту работу. 229 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Рекомендации по участию 2 | 3 | Пожалуйста, убедитесь, что ваш PR соответствует следующим рекомендациям: 4 | 5 | - Попытайтесь найти существующие рекомендации прежде чем добавить новую, поскольку возможна дубликация. 6 | 7 | Спасибо за ваши предложения! 8 | --------------------------------------------------------------------------------