A free, open source, and easy-to-expand BLOG program based on the FairOK framework. Developed using ASP.NET (C#), the database uses MSSQL2005, and caching, custom paging, etc. are used to improve efficiency. It comes with URLRewrite, TAG, pin, message, announcement, classification and other functions.
It is currently an internal beta version of Fair Blog V1.0.0 Alpha, and there is no guarantee that there will be no problems. The blog is open source and everyone is welcome to ask questions. The language is UTF-8.
Installation instructions for this program This program is developed based on ASP.NET, supports ASP.NET 2.03.03.5, and the database supports MS SQL 2005.
Installation steps:
A. Create a database and run the two files FairOK.SQL and Blog.SQL in App_Data in sequence;
B. Modify the database link in line 29 of WEB.CONFIG. Note that the name cannot be modified.
C. Create a virtual directory or website with any name and browse Index.aspx.
D. System initialization. After successful installation, please click Admin at the bottom to enter the management background to make various settings (or directly enter ~/Admin). The initial username and password are both admin.
6. About the style of this program: This program fully supports custom styles. You can customize the style and put it in the Skin directory. For example, in Skin/MySkin, the style sheet in the style is named Style.css. You can then set which style to use in the background.
Expand