Created
February 22, 2019 16:57
-
-
Save DarkShyMW/842e8beccf70f4741e8221c5cefd2834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="WEB_MODULE" version="4"> | |
<component name="NewModuleRootManager"> | |
<content url="file://$MODULE_DIR$" /> | |
<orderEntry type="inheritedJdk" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
</component> | |
</module> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="JavaScriptSettings"> | |
<option name="languageLevel" value="ES6" /> | |
</component> | |
</project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="ProjectModuleManager"> | |
<modules> | |
<module fileurl="file://$PROJECT_DIR$/.idea/ArtistCMS.iml" filepath="$PROJECT_DIR$/.idea/ArtistCMS.iml" /> | |
</modules> | |
</component> | |
</project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: ponyf | |
* Date: 22.02.2019 | |
* Time: 19:43 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include "core/bootstrap.php" | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ArtisCMS - Мультиблоговая сеть. | |
* Главная страница – Рекомендованные новости(популярное, hot и т.д.) | |
* Страница категорий – Список тегов, категорий сообществ | |
* Сам блог пользователей | |
** Пост (страница записи). Может быть и очень сложной и довольно простой. На странице поста находятся: | |
*** Текст статьи, форматирование, изображения, цитаты и т.д. | |
*** Информация – дата поста, кол-во просмотров и комментариев. | |
*** Блок с комментариями, форма для комментария. | |
*** Кнопки «поделиться» | |
*** Связанные статьи (похожие статьи) | |
*** Метки (теги) | |
* Страница тега. (просмотр записей по тегу) | |
* Поиск по блогу – поисковая система | |
* Карта сайта – sitemap.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User-agent: * | |
Disallow: /auth/ | |
Disallow: /rss | |
Disallow: /search/ | |
Disallow: /stream | |
Disallow: /feed | |
Disallow: /ajax | |
Disallow: /admin | |
Disallow: /subscribe/ | |
Disallow: /tag/$ | |
Disallow: /page/$ | |
Disallow: /error/$ | |
Disallow: /settings/$ | |
Disallow: /content/$ | |
Disallow: /talk/$ | |
# Sitemap: http://example.com/sitemap.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment