TinyShow2011ME V1.0 Beta/Free (hereinafter referred to as TinyShow2011) is a lightweight CMS software designed for small and medium-sized enterprises. TinyShow2011 uses second-level caching technology and URL rewriting technology, and integrates SQLite and MySQL databases. TinyShow2011 is completely free and open source. TinyShow2011 achieves the most basic management of CMS with the goal of being streamlined and practical. TinyShow2011 will be the best choice for corporate and personal website building.
The main functions of TinyShow2011 are as follows:
1. Second level caching technology (query caching, page caching)
The query cache is updated automatically and generally does not need to be cleared. The page cache is updated regularly and generally needs to be cleared manually after adding or modifying content.
2.MySQL/SQLite database
Choose the database that suits you according to your own situation. The database parameters are set in the configuration file in the config directory.
The constant HT_DBURL defines the parameters of the database. The specific format is as follows:
3. Implementation of multiple domain names and multiple sites
You can set up independent sites based on different domain names. The specific setting method is to create a configuration file with your domain name as the name (ignoring www.) in the config directory, and specify different HT_WEBIDs. Different sites can share the same database, but it is recommended to specify different databases when using SQLite database.
4.URL rewriting technology
If your host does not support rewriting technology, please set REWRITE to false in the file system/loader.php
5.PHP template file
Due to the rush of time, the template variables have not been standardized, and the production of template files is more suitable for development by friends who are familiar with the PHP language. Of course, this is also a problem that needs to be solved in the next version. Additionally you can specify different templates for multiple sites.
6.CMS basic management
I won’t go into details about the basic management functions of CMS here.
Log in to the background to change password
Account: admin Password: admin888 Address: http://your domain name/admin/login.html
(If your host does not support rewriting, address: http://your domain name/?admin/login.html)