The core function module provided by AnQi CMS, helping you quickly build an enterprise website
Prerequisites: You must have a Google account, visit https://console.cloud.google.com/ and log in, create a Google API project. If you already have a project, you can skip this step. Quick access address: https://console.cloud.google.com/projectcreate. Enter the project name on the interface that appears, fill in the English name, and then click the create button to complete the creation.
The AnQi CMS multi-site default (Go project) site migration tutorial Default (Go project) site migration Log in to the AnQi CMS backend, find the Backup and Restore feature in the Function Management, and create a new backup record.This is to back up the database data into a file.
Developing desktop client software has always been one of the common tasks for programmers, and Go language is increasingly being used for developing various applications due to its simplicity, efficiency, and rich third-party libraries.Today we will combine Go language and HTML, using the open-source project Sciter's Go binding library go-sciter, to show everyone how to build a cross-platform desktop client with the least development effort.What is Sciter?
Anchor text, which is the text part of a hyperlink, plays a crucial role on a webpage.By clicking on the anchor text, users can conveniently navigate between web pages, thereby greatly enhancing the user experience.At the same time, anchor text also plays an indispensable role in the field of Search Engine Optimization (SEO).Search engines analyze the content of anchor text to judge the theme and relevance of the linked page, thereby affecting the page's ranking.Therefore, setting anchor text reasonably is of great importance for improving the SEO effect of a website.
What CMS (Content Management Systems) support Markdown editors?I don't know about others, but Anqi CMS is one of them.Use the Markdown editor The default safe CMS uses a rich text editor, so we need to go to the settings to enable the Markdown editor to use the Markdown editor.After enabling it, we can happily use the Markdown editor on the document publishing interface.Markdown editor description of the Markdown used by AnQiCMS
To display the current time in AnQi CMS template, you can use the now tag.The `now` tag allows you to format and display the current time according to the Go language's time formatting string. Use the now tag in the template, you can call the now tag in the following way: {% now "2006-01-02 15:04:05" %} This will display the current time, in the format of Year-Month-Day Hour:Minute:Second .Go Language's Time Formatting String Go
Sensitivity word filtering is a technology implemented in websites, applications, or platforms to carry out content review, used to prevent users from posting content that contains inappropriate, illegal, or content that does not comply with policies.We often need to worry about certain users' posts containing sensitive words during the actual operation of our website, these words often lead to our website being reported by users, even being banned by server operators, investigated by relevant departments, and fined.To prevent this situation from happening, we need to filter sensitive words.Implementation of sensitive word filtering involves multiple steps, including technical implementation and strategy formulation
Add site Add an AnQi CMS site in the "Site Management", select "AnQi CMS" in the pop-up interface for selecting site type.Fill in the website name, such as: My Security Site; Fill in the website address, such as: http://www.mycms.com ;Enter the communication Token, Token from the security site backend ->Function management -> Get from content import interface function.Select the publishing site Go to the Txt article publishing interface Click the add site button on the left Select the site to be published
Although there are not many websites still using website message and form collection features, a small number of users are still using them.Have you ever thought about how to automatically send new messages or new form submissions from users to our QQ email when the website receives them?To be honest, many people cannot log in to the website backend frequently, but QQ and WeChat are always online, and they can receive email notifications in time when new emails arrive.If you can send website messages and form information to the email in time, you won't miss any customer information.
When using the Anqi CMS backend, you may occasionally encounter the embarrassing situation of forgetting your password.But rest assured, Anqi CMS provides a convenient password reset feature, simply follow the steps below to reset the backend administrator password.1. Reset password by clicking the [Forgot Password] button First, find the [Forgot Password] button on the login page of the background, and click to enter the password reset process.Please note that before resetting your password, you need to verify ownership of the website.Only users who own the website can successfully reset the back-end administrator password.2. Website Ownership Verification Method
An automatic title image for documents is a website SEO optimization feature for search engines that can automatically generate related images based on the document title.It can be used for website SEO optimization, making the article content vivid and illustrative.In addition, it automatically inserts illustrations for document content without images, while documents with images will not be illustrated.
AnQi CMS provides a full-site replacement function. It can replace background settings, documents, category pages, tags Tag, anchor text, keywords, comments, image resources, etc. with one click.Global replacement supports replacement of plain text as well as regular expression replacement.If you are familiar with regular expressions and cannot meet the replacement needs through ordinary text, you can try to use regular expression rules to complete the replacement.