Verbesserung des CMS MySQLiteCMS Version 3.1.0, Editor erweitert

Inhalte des MySQLiteCMS können sowohl im WYSIWYG-Modus als auch mit Hilfe eines Quellcode-Editors eingegeben werden. Beide Varianten haben vor und Nachteile. Aufbauend auf einer früheren Version des phpSQLiteCMS wurden in der Version 3.1.0 die Möglichkeiten des Quellcode-Editors deutlich erweitert. Die folgenden Dateien sind neu oder wurden angepasst:

  • \static\js\admin.js - neue Datei, übernommen aus Version 2.0.4
  • \static\css\style_admin.css - Anpassung
  • \cms\templates\admin\main.tpl - Anpassung wegen admin.js
  • \cms\templates\admin\subtemplates\edit.inc.tpl

Inhalt der Datei README.md

# MySQLiteCMS
A SQLite leightweight CMS

## Basis

The basis of this CMS is [https://github.com/ilosuna/phpsqlitecms](https://github.com/ilosuna/phpsqlitecms).

Another source is [https://github.com/emanuel4you/phpsqlitecms](https://github.com/emanuel4you/phpsqlitecms). This is a fork of the first mentioned repositoriy.

## Improvements / Changes / Adaptations

My goal is to combine the best of both versions and eliminate existing issues.

That concerns for example:

* Submenus; These are already included in emanuel4you, but do not work properly.
* Backups of the Database; This are already included in emanuel4you, but do not work properly.
* Inserting news pages
* Adapting the Editor in Non-WYSIWYG Mode

## Changes 19.06.2019

* New: \cms\templates\default-3menus-news.tpl
* Changed:\cms\templates\default.tpl
* Changed:\cms\data\content.sqlite
* Changed:\cms\templates\admin\subtemplates\edit.inc.tpl

The main improvement is that you now can include News-Pages and Simple-News-Pages into other pages.

## Changes 20.06.2019

* New: \static\js\admin.js; from 2.0.4 but with some changes
* Changed: \static\css\style_admin.css; CSS Code for the Editor-Buttons
* Changed: \cms\templates\admin\main.tpl; include admin.js
* Changed: \cms\templates\admin\subtemplates\edit.inc.tpl; reaction for the Buttons