The best Open source CMS written in PHP focused on ease of use with true WYSIWYG editing and flat-file storage.
- Typesetter Home
- Typesetter Download
- Typesetter Demo
- Typesetter Forum
- Typesetter Wiki
- Original Typesetter [Deprecated]
- PHP 7.1+ (Recommended) as of Typesetter 5.1.1-b1 (soon 6.0)
- Apache/ngix server
- .htaccess Module Enabled (in some servers maybe it is not activated so it will give error).
-
Download the latest stable release from here (Release)
-
Upload the extracted contents to your server (in your Public folder)
-
Using your web browser, navigate to the folder you just uploaded the unzipped contents to
-
Complete the installation form and submit
You can find more detailed installation information on GitHub
Submitting bug fixes and enhancements is easy and is very appreciated:
-
Log in to GitHub
-
Fork the Typesetter Repository
- https://github.com/Shad0wGlitch/Typesetter
- Click "Fork" and you'll have your very own copy of the Typesetter source code at https://github.com/{your-username}/Typesetter
-
Edit files within your fork. This can be done directly on GitHub.com at https://github.com/{your-username}/Typesetter
-
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 at https://github.com/Shad0wGlitch/Typesetter.
- 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/Shad0wGlitch/Typesetter/blob/master/include/common.php
- Now, edit the file as you like then click "Propose File Change"