Java open-source blog-B3log solo 0.6.1 official version released! You are welcome to download it.
This version mainly improves the detailed experience and adds a Metro style skin.
Features
- Tag-based document classification
- Ping Google blog search engine
- Blog/Tag atom/RSS output
- Sitemap output
- Comments and email reminders
- Custom page
- Top/related/random/out-of-site articles
- Permalink)
- Article draft folder, signature file, update prompt
- Cache Management
- Multiple users
- Multiple Languages
- Skin change
- Plug-ins
- Metaweblog API
- Data backup/recovery
- High performance, low quota
Release 0.6.1-Aug 25,201 3
- 200 retrieve password feature
- 221 latest logs and tags latest logs feature
- 261 automatically save the draft feature
- 241 incorrect RSS subscription output time bug
- 249 bug in sending emails to Bae
- 252 bug in updating user passwords
- 253 the article list does not show bugs
- 269 security bug in getting encrypted articles
- 264 new metro style skin Skin
- 250 markdown editor preview and improvement Enhancement
- 254 remove "blog address" configuration enhancement from "Preferences"
- 259 you can only click enhancement on the second page of initialization.
- 260 JDBC performance optimization Enhancement
- 263 timeline skin improvement Enhancement
- 265 browser compatibility prompt for improved Enhancement
- 268 use the latke IOC container enhancement development
- 271 Enhancement
- 275 visitor login is not allowed to view encrypted articles Enhancement
- 276 template variable gravatar Enhancement
- 267 Replace the log component with slf4j Development
Install
See here. When deploying the production environment, configure latke. properties carefully.
Although the configuration is complex, it also brings some benefits, such as static resource separation.
Upgrade
If you are usingGae version,
- Deploy to Gae
- Log on to the Gae management background and switch the version (switch to 061)
- Wait for the automatic upgrade to complete (within 5 minutes, you can also manually run:/upgrade/checker. Do)
If you are usingLocal versionDirectly replace the deployment directory.
If you are usingBae versionYou are advised to add a new version and upload the deployment package. Then click "launch" and manually run/upgrade/checker. Do.
Note:
- Configure latke. properties (For MySQL, Bae, and H2 versions, you also need to configure local. properties)
- Cross-version upgrade is not supported. If you are using a very old solo version, please refer toRelease historyList, successive upgrades ....
- If 404 is displayed on the access page after the upgrade and the index status is "building" is displayed in the data index of the Gae console, please try again.
B3log.org second-level domain name
For Network reasons, you cannot directly access the second-level domain name (* .appspot.com) provided by Gae.
If you have deployed solo gae, you can send an email to dl88250 # gmail.com to apply for free use of the b3log.org second-level domain name.
B3log community
The b3log community is a content sharing community. Unlike the traditional community, the b3log Community provides content-related APIs for interconnection with personal blogs,
Implements two-way synchronization of posts, blog posts, replies, and comments between blogs and communities.
Project
If you find any problems during use or test, please let us know if you have any comments or suggestions
- Project address: https://github.com/b3log/b3log-solo
- Download
- Bug/feature submission: https://github.com/b3log/b3log-solo/issues/new
Join us
The b3log team welcomes anyone to join us. Let's take a look at how to join us.
QQ Group
Join QQ Group 13139268 to discuss b3log and learn about various cloud platforms and Java technologies.
Verification Information: b3log
Author's blog
- Simplified Design
- Vanessa
- Jboat
- Mainlove
- DX
- Dashu
Visit here to learn about them.
Release history
- Java open-source blog-b3log solo 0.6.0 official version released!
- Java open-source blog-b3log solo 0.5.6 official version released!
- Java open-source blog-b3log solo 0.5.5 official version released!
- Java open-source blog-b3log solo 0.5.0 official version released!
- Java open-source blog-b3log solo 0.4.6 official version released!
- Java open-source blog-b3log solo 0.4.5 official version released!
- Java open-source blog-b3log solo 0.4.1 official version released!
- Gae blog-b3log solo 0.4.0 official version released!
- Gae blog-b3log solo 0.4.0 beta2 released!
- Gae blog-b3log solo 0.4.0 beta1 released!
- Gae blog-b3log solo 0.3.5 official version released!
- Gae blog-b3log solo 0.3.1 official version released!
- Gae blog-b3log solo 0.3.0 official version released!
- Gae blog-b3log solo 0.2.6 official version released!
- Gae blog-b3log solo 0.2.5 official version released!
- Gae blog-b3log solo 0.2.5 beta2 released!
- Gae blog-b3log solo 0.2.5 beta1 released!
- Gae blog-b3log solo 0.2.1 released!
- Gae blog-b3log solo 0.2.0 released!
- Gae blog-b3log solo 0.1.1 released!
- B3log solo 0.1.0 released!
- B3log solo 0.1.0-preview2 released!
- Solo 0.1.0-preview1 released
Donation
Http://me.alipay.com/b3log
Latke framework
Solo is developed based on the latke framework. latke (potato pie) is an easy-to-use Java Web application development framework that includes components such as IOC containers, Event Notifications, persistence, and plug-ins,
It also contains some basic services (such as cache, scheduled tasks, emails, and HTTP clients) required for application development. Welcome to the latke Quick Start Guide.