Typesetter 5.2+ with updates and adaptions for php8
Go to file
gtbu 00a17672e4 Dynamic properties deprecated
#[\AllowDynamicProperties]
2024-04-09 18:21:43 +02:00
.easymin 1st 2021-09-08 19:52:21 +02:00
addons ob_start(); 2021-10-24 19:52:07 +02:00
data 1st 2021-09-08 19:52:21 +02:00
include Dynamic properties deprecated 2024-04-09 18:21:43 +02:00
phpunit 1st 2021-09-08 19:52:21 +02:00
themes Update Bootstrap 5.2 Theme V0.9 2023-07-25 19:35:23 +02:00
.editorconfig 1st 2021-09-08 19:52:21 +02:00
.gitignore 1st 2021-09-08 19:52:21 +02:00
.htaccess 1st 2021-09-08 19:52:21 +02:00
.travis.yml 1st 2021-09-08 19:52:21 +02:00
Addon.ini Release 8.3 2024-02-19 21:30:02 +01:00
LICENSE Create LICENSE 2021-11-09 17:14:52 +01:00
README.md Update readme.md 2024-02-19 21:31:19 +01:00
codecov.yml 1st 2021-09-08 19:52:21 +02:00
composer.json 1st 2021-09-08 19:52:21 +02:00
favicon.ico 1st 2021-09-08 19:52:21 +02:00
gpconfig.php 1st 2021-09-08 19:52:21 +02:00
gpl.txt 1st 2021-09-08 19:52:21 +02:00
index.php 1st 2021-09-08 19:52:21 +02:00
phpunit.xml 1st 2021-09-08 19:52:21 +02:00
robots.txt 1st 2021-09-08 19:52:21 +02:00
web-config-example.md web-config 2021-10-20 13:21:20 +02:00
web.config 1st 2021-09-08 19:52:21 +02:00

README.md

*** RC1 - RC will be the version with php8.2

  • php 8.0 - 8.3
  • Jquery UI 13.2 and jquery 3.7
  • Ckeditor 4.22
  • Scssphp 1.11.0 compiler with Bootstrap 5.3 support
  • Less 2.53 compiler
  • Elfinder 2.1.62
  • Local fonts under themes/Bootstrap4/assets

Typesetter CMS

Open source CMS written in PHP focused on ease of use with true WYSIWYG editing and flat-file storage.

Requirements

  • PHP 8.0 - 8.2

Installation

  1. Download this release of Typesetter

  2. Upload the extracted contents to your server (with filezilla-portable) and put a domain on the directory

  3. Using your web browser, navigate to the folder you just uploaded the unzipped contents to

  4. Complete the installation form and submit

Contribute

Submitting bug fixes and enhancements is easy:

  1. Log in to GitHub

  2. Fork the Typesetter Repository

  1. Edit files within your fork.

  2. Submit a Pull Request (tell Typesetter about your changes)

  • Click "Pull Request"
  • Enter a Message that will go with your commit to be reviewed by core committers
  • Click “Send Pull Request”

Multiple Pull Requests and Edits

When submitting pull requests, it is extremely helpful to isolate the changes you want included from other unrelated changes you may have made to your fork of Typesetter. The easiest way to accomplish this is to use a different branch for each pull request. There are a number of ways to create branches within your fork, but GitHub makes the process very easy:

  1. Start by finding the file you want to edit in Typesetter's code repository at https://github.com/gtbu/
  2. Once you have located the file, navigate to the code view and click "Edit". For example, if you want to change the /include/common.php file, the "Edit" button would appear on this page: https://github.com/Typesetter/Typesetter/blob/master/include/common.php
  3. Now, edit the file as you like then click "Propose File Change"

Plugins and php8

  • Many plugins from the forum will not function with Php 8, because deprecations of Php 7 are errors in php8. The momentary solution is to open an issue in the forum, but before look at the plugin-site under 'support', whether there is already an updated version for download and then manual installation under /addons.

Problems with updates

If You have questions regarding installation please look here at the top in the WIKI.

The update of scssphp to version 1.11 is important for bootstrap 5. Old bootstrap 3 - based themes had a small bug in variables.css which has been corrected.