AnqiCMS Development Plan

Calendar 👁️ 1307

Basic Function (Published)

  • Blog Core Function
  • Publish/Modify Article
  • Create Category
  • Article Display
  • Image Upload
  • Initialize Blog
  • Page TDK Settings
  • Admin Login/Permission Control
  • Adaptive to PC and Mobile End


Improve function (released)

  • Add management backend
  • Automatically extract and set thumbnails
  • sitemap auto generation
  • robots backend configuration
  • Search engine主动push
  • Friendship link background management
  • Add article comments and comment management
  • Add shutdown function
  • Automatically filter external links
  • Custom navigation configuration function
  • Elegant start and restart of the blog


Enterprise site adaptation feature (released)

  • Added multi-template support feature
  • Added product module and management
  • Backend dynamic setting of front-end basic information
  • Custom URL static rule customization
  • Add automatic anchor text addition feature
  • Add comment feature
  • Add keyword management
  • Add content material segment management
  • Add comment email reminder feature
  • Add the function to upload various verification files on the backend
  • Add the function for spider, traffic statistics and configuration
  • Add the function for custom article and product fields
  • Add the function for mobile end template
  • Add the function for scheduled tasks
  • Add template tag featureView tag manual
  • Add custom category template, article template, product template, and page template features
  • Add content collection feature
  • Add content pseudo original function (under research)
  • Add background direct template modification function
  • Add tag function
  • Add article, product function


Other plans

  • Adapt to WeChat Mini Program
  • Adapt to Baidu Mini Program
  • Adapt to Toutiao Mini Program
  • Adapt to Alipay Mini Program
  • Adapt to QQ Mini Program

Related articles

Common Issues Summary of AnqiCMS

Here are the common problems encountered by users while using AnqiCMS, where you can find some solutions to these problems.How to install and use multiple AnqiCMS on the same server?Each AnqiCMS needs to occupy a port, the default port is 8001, if you want to install multiple AnqiCMS on the same server, then you need to allocate a different port for each project

2022-06-07

Get to Know AnqiCMS

Anqi CMS, an enterprise-level content management system developed using GoLang, is easy to deploy, secure, with an elegant interface, compact, and fast in execution. Websites built with Anqi CMS can prevent many security issues. The design of Anqi CMS is SEO-friendly and includes many common features for enterprise websites, which is very helpful for website optimization and enterprise management

2022-05-31

AnqiCMS (AnqiCMS) online demo site

Anqi CMS, an enterprise-level content management system developed using GoLang, is easy to deploy, secure, with an elegant interface, compact, and fast in execution. Websites built with Anqi CMS can prevent many security issues. The design of Anqi CMS is SEO-friendly and includes many common features for enterprise websites, which is very helpful for website optimization and enterprise management

2022-07-07

How to use AnQiCMS to correctly use Markdown on the web and display mathematical formulas and flowcharts

The new Anqi CMS has added a Markdown editor, so it can support inserting mathematical formulas and flowcharts.But mathematical formulas and flowcharts require third-party plugin support to display normally.Below is an introduction to their usage method. First in the Anqi CMS backend->Global settings->Content settings Enable Markdown editor Create a new document Insert mathematical formulas and flowcharts for testing purposes Apply Markdown default style on the web We use cloudflare

2023-10-08

AnQiCMS (AnQiCMS) default mini-program usage instructions

Instructions: The source code of this mini-program supports Baidu Smart Program, WeChat Mini Program, Alipay Mini Program, Toutiao Mini Program, and so on. The configuration and installation method are illustrated with the Baidu Mini Program as an example. Download the mini-program code from github's Release https://github.com/fesiong/anqicms-app/releases and unzip it.Open the source code root directory of the mini-program, replace https://en.anqicms.com/ with your domain name

2023-12-18

The method of installing multiple AnQi CMS on the server

First, download the AnQiCMS Linux installation package from https://en.anqicms.com/download. Method one: Use the multi-site feature to install multiple AnQiCMS. AnQiCMS does not need to copy multiple copies of AnQiCMS code to install multiple sites on a single server. Please follow the operation steps below to add multiple sites.In the left menu of the Baota panel, click the Website menu, click PHP project, add a PHP site, and fill in the domain name resolved to the server during site creation

2024-05-31

Solution to AnQi CMS unable to log in to the backend

The AnQi CMS cannot log in to the admin panel, no login box is displayed, keeps spinning, solution log in to Baota---find the corresponding site---settings---configuration file---about 50-55 lines, find the following code, add: # # location ~ .*\.(js|css)??$ # { # expires 12h; # error_log /dev/null; # access_log /dev/null;#

2024-09-11