AKCMS is a lightweight CMS in PHP (4/5) environment and supports MySQL (3/4/5) and SQLite. It can almost be said that as long as it is a PHP space, AKCMS can run! It is small in size, less than 300KB, but its functions are not ambiguous at all: it requires low hardware requirements; supports GBK and UTF-8 encoding; can switch between Chinese and English in the background; custom fields; custom variables; sub-template functions ;Customized template plug-in; full-site text link; scheduled collection; super load capacity; flexible multi-level caching; calling data from Discuz!, Static; built-in statistical system; database backup and recovery tool; column and article attributes can be flexibly called; WYSIWYG text editor; management directory name customization; article name customization; related articles; two-dimensional article columns can be flexibly called ; Automatically analyze keywords; comments...
Update record
2.6.2 (2009-9-30)
Starting from this version, every new version must be tested by the English operating system UBUNTU + English browser Firefox before release.
Transactions are enabled for the SQLite database, which greatly improves the write operation speed. The most obvious effect is the operation of writing a large amount of data, such as: the installation speed on the development machine is increased by more than 10 times, the import data speed is increased by more than 300 times, the most commonly used new articles, etc. The speed of operation has also been improved, but it is not obvious. So far, AKCMS is very fast regardless of whether it is a MySQL database or a SQLite database.
The getitems tag adds the nopicture attribute. When the thumbnail of the article cannot be obtained, the image address specified by nopicture is used instead.
The getitems tag adds a where attribute. Advanced users can use this function to directly write SQL statements to implement complex functions, making program calls more flexible, enhancing support for purely dynamic access, and providing an instance of Enterprise Template 2.0 (released separately)
Added the web page source code preview function of the collector. You can see the original web page collected by the server. Enhanced support for PNG image watermarks, which can achieve better anti-aliasing and translucent effects than GIF watermarks (thanks to 1088 for the feedback)
Removed the function of importing the default template during installation. Removed the Lei Feng mode during data backup. Starting from this version, only AKCMS data can be backed up.
Fixed the bug that the page would be messed up when editing a page containing pictures (thanks to the old village chief for his feedback)
Fixed a user experience issue that caused webmasters to be troubled by being able to edit the collection settings when the collection function was disabled (thanks to zhlgame for the feedback)
Fixed a bug where empty data would be messed up under a certain version of SQLite (thanks to the old village chief for his feedback)
Fixed the bug that AKCMS reported an error in the rich text editor under English browser (Thanks to the old village chief for his feedback)
The collector page has been corrected. Newly added large forms are no longer displayed on the collector page. When new additions are needed, click the button to open it in a new page. It is much easier to use (thanks to books for their feedback).
Fixed the problem of displaying an error if the column does not exist when dynamic access is enabled and returning a 404 error instead of 200. Fixed the compatibility issue where 2.6 cannot be installed under MySQL3.x (Thanks to Li Yan for his feedback and providing a debugging environment)
Fixed a user experience issue where search conditions in management articles cannot be maintained (Thanks to Ajian for the feedback)
Fixed the user experience problem of editing the article on page N and then jumping back to the first page of the managed article. Instead, it will jump back to the first page after editing the article (thanks to my mom) feedback)
Expand