All Projects → zhouit → Zblog

zhouit / Zblog

Licence: apache-2.0
a java blog

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Zblog

CodeIndex
A Code Index Searching Tools Based On Lucene.Net
Stars: ✭ 28 (-89.27%)
Mutual labels:  lucene
lucene-geo-gazetteer
Uses Apache Lucene, OpenNLP and geonames and extracts locations from text and geocodes them.
Stars: ✭ 34 (-86.97%)
Mutual labels:  lucene
spark-lucenerdd-examples
Examples of spark-lucenerdd
Stars: ✭ 15 (-94.25%)
Mutual labels:  lucene
beagle
Beagle helps you identify keywords, phrases, regexes, and complex search queries of interest in streams of text documents.
Stars: ✭ 46 (-82.38%)
Mutual labels:  lucene
nlpir-analysis-cn-ictclas
Lucene/Solr Analyzer Plugin. Support MacOS,Linux x86/64,Windows x86/64. It's a maven project, which allows you change the lucene/solr version. //Maven工程,修改Lucene/Solr版本,以兼容相应版本。
Stars: ✭ 71 (-72.8%)
Mutual labels:  lucene
lucene
Apache Lucene open-source search software
Stars: ✭ 1,009 (+286.59%)
Mutual labels:  lucene
liqe
Lightweight and performant Lucene-like parser, serializer and search engine.
Stars: ✭ 513 (+96.55%)
Mutual labels:  lucene
RelevancyTuning
Dice.com tutorial on using black box optimization algorithms to do relevancy tuning on your Solr Search Engine Configuration from Simon Hughes Dice.com
Stars: ✭ 28 (-89.27%)
Mutual labels:  lucene
clucie
Clojure for the Lucene
Stars: ✭ 55 (-78.93%)
Mutual labels:  lucene
lucene
Node.js lib to transform: lucene query → syntax tree → lucene query
Stars: ✭ 61 (-76.63%)
Mutual labels:  lucene
jstarcraft-nlp
专注于解决自然语言处理领域的几个核心问题:词法分析,句法分析,语义分析,语种检测,信息抽取,文本聚类和文本分类. 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了多种自然语言处理算法,适配了多个自然语言处理框架. 兼容Lucene/Solr/ElasticSearch插件.
Stars: ✭ 92 (-64.75%)
Mutual labels:  lucene
alix
A Lucene Indexer for XML, with lexical analysis (lemmatization for French)
Stars: ✭ 15 (-94.25%)
Mutual labels:  lucene
lupyne
Pythonic search engine based on PyLucene.
Stars: ✭ 61 (-76.63%)
Mutual labels:  lucene
myblog
项目:一款Github上开源的博客系统项目 目的:对学到的框架、开源组件、前端技术进行应用学习。同时开发完成后写技术博客,开源到Github上
Stars: ✭ 23 (-91.19%)
Mutual labels:  lucene
experiments
Code examples for my blog posts
Stars: ✭ 21 (-91.95%)
Mutual labels:  lucene
luke
Please use the luke bundled with lucene! This repo is archived and frozen now.
Stars: ✭ 101 (-61.3%)
Mutual labels:  lucene
explicit-semantic-analysis
Wikipedia-based Explicit Semantic Analysis, as described by Gabrilovich and Markovitch
Stars: ✭ 34 (-86.97%)
Mutual labels:  lucene
SolrConfigExamples
Examples of Solr configuration entries for Solr plugins and Conceptual Search\Semantic Search from Simon Hughes Dice.com
Stars: ✭ 26 (-90.04%)
Mutual labels:  lucene
lucene-grep
Grep-like utility based on Lucene Monitor compiled with GraalVM native-image
Stars: ✭ 160 (-38.7%)
Mutual labels:  lucene
kuromoji-with-mecab-neologd-buildscript
These scripts to build a Lucene Kuromoji or Atilika Kuromoji with bundled mecab-ipadic-NEologd.
Stars: ✭ 19 (-92.72%)
Mutual labels:  lucene

Zblog

a java blog

核心功能

  1. 文章/页面发布、分类、统计阅读次数。
  2. 提供文章形式的RSS聚合。
  3. 提供链接的添加、归类功能。
  4. 附件上传添加管理功能。
  5. 评论的管理,垃圾信息过滤功能。
  6. 文章静态html页面生成。
  7. 会员注册登录,后台管理功能。
  8. lucene实现的站内搜索。
  9. 防xss、csrf攻击。
  10. 支持metaWeblog Api(支持windows live writer等离线博客编写)
  11. WordPress站点xml文件导入功能(支持文章、附件及标签)
  12. 文章标签tag功能、私密文章支持、文章归档
  13. 文章markdown/富文本编辑支持、快速编辑
  14. 响应式布局支持

TODO

  • 评论邮件提醒、近期评论

技术选型

后端

  • Ioc容器 Spring
  • Web框架 SpringMVC
  • Orm框架 MyBatis
  • 安全权限 Shiro
  • 搜索工具 Lucene
  • 缓存 Ehcache
  • 静态化 FreeMarker
  • 视图模板 Jsp/Jstl/JspTaglib
  • 其它 Jsoup(xss过滤)、fastjson、IKAnalyzer

前端

  • jQuery js框架
  • Bootstrap 后台界面
  • UEditor/EpicEditor 编辑器
  • WebUploader 文件上传
  • font-wesome/icomoon.io 字体/图标

支持浏览器

  • 前台 ie6+
  • 后台 chrome/firefox/ie9+

作者博客

(http://www.zhouhaocheng.cn)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].