1. Software introduction
JBLOG is an open source blog program based on PHP+MySQL. It has the characteristics of fast speed, high efficiency, powerful functions and good operating experience. The author has done a lot of optimization work for SEO, supporting functions such as generating HTML static pages, URL Rewrite (requires server support), custom URLs, and Meta Description tags.
2. Usage environment
1. The current mainstream PHP+MySQL version supports GD.
2. Server platform, all server platforms that support running PHP.
3. Installation steps: Upload all the files in this directory to the location you want to install. If it is a *nix server, set the /cache, /upload, /html, and config.php permissions to 777, and then open the URL
http://your domain name/JBLOG directory/install/
After filling in the relevant information as prompted, the installation can be completed.
4. Main function description:
article:
1. Supports encrypted logs, locked logs, hidden logs, draft logs, and pinned logs.
2. Supports customized publishing time, customized log URL name, and customized log page meta description information.
Classification:
1. Support custom category URL names, meta keywords, and meta description information.
2. Support hidden categories and category jumps.
user:
1. Support user grouping and user group permission settings.
2. Supports turning on/off user registration, user registration review switch, and registered username keyword retention.
theme:
1. Support self-made blog template themes.
2. Use visual theme management in the background.
optimization:
1. Supports three URL modes: normal, URL Rewrite, and static generation.
2. Supports generating log page cache, which can greatly improve page execution efficiency.
JBLOG v1.5 update list:
Function modification:
1. Add automatic article summary function and full-text output switch when there is no summary.
2. Add article aliases to determine whether they are repeated.
3. Improve the attachment upload function and add attachments under the article to be displayed and edited when editing an article.
4. Fixed the issue where replies could not be displayed for comments in reverse order.
5. Improve the details of the article module.
6. Solve the bug of caching errors in articles with aliases.
7. Incorporate the user center into the background to reduce the difficulty of template production.
8. Improve background tag management and add tag merging function.
9. Comment management adds the function of modifying comment content.
10. Add article classification merging function.
11. Change the founder ID recorded in the database to be recorded in the config.php file.
12. Improve the plug-in mechanism.
13. Update the editor.
14. Add database backup/restore function.
15. Add page cache module settings.
16. Remove categories to generate HTML, and add custom directory settings to generate HTML for articles.
17. Add time zone setting.
18. Optimize program code.
Template related:
19. Remove user center templates and related functions starting with uc_.
20. The template file link.php is changed to use the get_friendlink() function to call the friendly link.
21. Change the template file tag.php to use the get_tags() function to call all tags and delete the original function.
22. Cancel the template file closed.php and change it to the system built-in one.
23. The template file 404.php is changed to optional.
24. The template file message.php is changed to optional.
25. Reply to comment js function reply_comment() adds an optional parameter to change the text of id=post_comment_title.
Expand