Уровень 0 · материалов: 6
Сюда входят документы, описывающие создание или использование конкретных CMS, веб-шаблонов и архитектурных подходов к разработке сайтов, но не общие инструкции по упаковке исполняемых файлов в PHP.
Общие признаки: создание систем управления контентом, инструменты для упрощения разработки веб-сайтов, выбор технологий для бэкенда и фронтенда, оптимизация развертывания веб-приложений
Группа выше: Конкретные CMS и создание собственных
Смысл: The main idea is to minimize the technical barrier and maintenance overhead of website deployment by using a single-file CMS (PHP Phar) and a serverless database (SQLite), effectively treating a website as a set of portable files.
The author created a minimalist CMS using PHP Phar and SQLite to reduce website installation and updates to simple file copying.
Смысл: The text describes the creation of the Taracot CMS in Perl, aiming to offer a high-performance alternative to PHP-based systems while calling for community support to overcome limitations in documentation and hosting compatibility.
The author introduces Taracot, a high-performance, GPL-licensed CMS written in Perl, and invites the developer community to help improve its documentation and ecosystem.
Смысл: The text introduces 'Simpliste', a free, open-source, responsive HTML5/CSS3 template designed for users who need to create simple, text-based websites quickly without using a CMS.
The author created and released Simpliste, a minimal, responsive, and free HTML5/CSS3 website template for those who want a simple web presence without a CMS.
Смысл: The text introduces Fuzzle CMS, a tool designed to simplify the creation and management of Flash-based websites by providing a modular, visual editing interface and solving common technical hurdles associated with Flash technology.
Fuzzle CMS is a WYSIWYG tool for Flash sites that solves common SEO and navigation issues while offering modular design capabilities.
Смысл: The main idea is to demonstrate a hybrid development approach where Delphi (via uniGUI) handles the server-side logic and data processing, while standard web technologies (HTML/CSS/JS) handle the frontend to ensure precise design compliance and better performance.
A technical tutorial on bypassing uniGUI's visual components in favor of manual HTML/CSS/JS frontend development while retaining Delphi for server-side logic.
Смысл: The text explains the technical justification and implementation of using Pascal (Delphi/FPC) for web backend development as a high-performance alternative to Perl CGI, focusing on the creation of a custom SCGI framework and a flexible template system.
A game developer shares how they replaced slow Perl CGI scripts with a custom-built, multi-threaded SCGI backend framework written in Pascal to improve website performance and maintainability.