The GXML special article management system is developed using ASP.NET+XML. It has simple and practical functions, easy installation and deployment, and is suitable for small and medium-sized webmasters. Endogenously generates static pages, which can easily handle tens of millions of visits. Website styles can be customized through system templates to easily add personalized content.
GXML special article management system version 1.0 already has basic functions of adding, deleting, and modifying articles; a new management classification function is added. Each classification generates an XML data, which can effectively solve the limit of the number of XML data storage, and can also be edited by The custom navigation bar realizes the function of unlimited classification; the method of generating static pages has been modified, which is fast and consumes less resources; static text can be customized to insert custom content. The template system is similar to the previous Gblog template system, but at the beginning, not many tags were added
Required server environment
Server: windowsXP/windows 2003 server/2008 server
Web server: iis 5/6/7
The site directory needs to give read and write permissions to GXML and the article generation directory. Virtual hosts generally have these permissions.
Install
Just decompress the site program compressed package and upload it to the root directory of the site. (Just upload bin, GXML, and Web.config to the root directory)
Backend login: http://your domain name or address/GXML/Glogin.aspx
Default username and password: goodtext.org
Version 1.0 does not have an image upload function, so there is no way to call content with mixed images and text.
The next main goal is to realize the mixed arrangement of images and text and the calling problem.
Try to add image upload function next time