- Notifications
You must be signed in to change notification settings - Fork8
Typesetter 5.2+ with updates for php8 and upgrades
License
gtbu/Typesetter-5.3-p8
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Features
- php 8.0 - 8.4
- Jquery UI 13.2 and jquery 3.6
- Ckeditor 4.22 with skin-switch
- Scssphp 1.13.0 compiler with Bootstrap 5.3 support
- Less 2.53 compiler
- Elfinder 2.1.62
- PhpMailer 6.9.1 and Google Recaptcha
- Local fonts under themes/Bootstrap4/assets
- Encrypted login
Open source CMS written in PHP focused on ease of use with true WYSIWYG editing and flat-file storage.
- Typesetter Home - now closed
- Typesetter 5.3 Wiki with more detailed instructions !
- PHP 8.0 - 8.4
Download this release of Typesetter
Upload the extracted contents to your server (with filezilla-portable) and put a domain on the directory
Using your web browser, navigate to the folder you just uploaded the unzipped contents to
Complete the installation form and submit
Submitting bug fixes and enhancements is easy:
Log in to GitHub
Fork the Typesetter Repository
Click "Fork" and you'll have your very own copy of the Typesetter source code athttps://github.com/{your-username}/Typesetter
Edit files within your fork.
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”
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:
- Start by finding the file you want to edit in Typesetter's code repository athttps://github.com/gtbu/
- 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
- Now, edit the file as you like then click "Propose File Change"
- 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.
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.
About
Typesetter 5.2+ with updates for php8 and upgrades