A platform for collective blogs and social media platform, forum, question and answer service (Q&A). Catalog of sites (programs), site navigation and directories - facets. A community based on the PHP HLEB micro-framework.
Go to file
Evg f04ed28a30 FIX: Пагинация в каталоге
+ улучшение rtl и др. в css.
2023-11-22 06:03:21 +03:00
app FIX: Пагинация в каталоге 2023-11-22 06:03:21 +03:00
config UX: Сортировка участников 2023-11-05 03:49:34 +03:00
modules DEV: Объединение Ответов и Комментариев 2023-11-20 03:24:46 +03:00
public FIX: Пагинация в каталоге 2023-11-22 06:03:21 +03:00
resources/views FIX: Пагинация в каталоге 2023-11-22 06:03:21 +03:00
routes DEV: Объединение Ответов и Комментариев 2023-11-20 03:24:46 +03:00
storage DEV: Упрощение админ-панели 2022-02-26 08:31:22 +03:00
LICENSE DEV: Работа с логами поисковых запросов 2022-02-27 07:09:09 +03:00
README.md DEV: Мин. PHP8+ 2023-03-17 07:07:32 +03:00
composer.json ADD: Работа с API stopforumspam.com 2023-08-18 04:19:45 +03:00
console FIX: console и DPanel 2022-08-16 08:18:36 +03:00
dev.sql ADD: class DetectMobile 2023-11-21 03:56:49 +03:00
start.hleb.php EDIT: Некоторые именованные константы 2022-08-11 10:16:15 +03:00

README.md

License: MIT PHP PHP

LibArea

A platform for collective blogs and social media platform, forum, question and answer service. Catalog of sites (programs), site navigation and directories - facets.

Ideas

We like the classification system based on labels (tags), how it works in the example: Stack Exchange, Zhihu, Quora and a number of others.

We are trying to study this.

LibArea

LibArea spaces

Second design (Q&A) in the system:

LibArea topics

Directory of sites (programs) uses a faceted scheme:

LibArea catalog

Site-based test design (https://lobste.rs/)

LibArea test design

More details: https://libarea.ru/post/777/dev-sozdanie-novogo-sablona-test

Demo: https://libarea.ru/

For testing (Installation)

Install the package through Composer.

Run the Composer require command from the Terminal:

composer create-project libarea/libarea

Further:

  • migrate: dev.sql
  • settings: config/dbase.config.php and other files in the directory
  • Log in to your account using administrator credentials: ss@sdf.ru / qwer14qwer14
  • Or user: test@test.ru / test@test.ru

PHP 8+, MySQL 8+ or > MariaDB 10.2.2

Fully assembled releases can be downloaded at the office. support site: https://libarea.com/

The Public Directory

The public directory contains the index.php file, which is the entry point for all requests entering your application and configures autoloading. This directory also houses your assets such as images, JavaScript, and CSS.

More information: https://libarea.com/

...

PHP Micro-Framework HLEB

https://github.com/phphleb/hleb

Routing > Controllers > Models > Page Builder > Debug Panel

A distinctive feature of the micro-framework HLEB is the minimalism of the code and the speed of work.

Security

If you discover any security related issues within LibArea, please send an e-mail to dev@libarea.ru instead of using the issue tracker. All security vulnerabilities will be promptly addressed.


Using examples: Dmoz catalog, Yandex catalog, I want to create and test universal and easy navigation through different types of content. Facet scheme and other ideas.

Используя примеры: каталог Dmoz, каталог Яндекса хочется создать и проверить универсальную и легкую навигацию по разным типам контента. Фасетную схему и другие идеи.


ATTENTION: you are on the README file of an unstable branch of LibArea specifically meant for the development of future releases. This means that the code on this branch is potentially unstable, and breaking change may happen without any prior notice. Do not use it in production environments or use it at your own risk! This is a test version, a training project!