wei20024 / opoopress

OpooPress blogging framework is a java based blog aware static site generator.

Home Page:http://www.opoopress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About OpooPress

OpooPress Blogging Framework is a java based static blog generator, it's also a static site generator. The site is www.opoopress.com.

Here are some main features:

  • Simple - No more databases, no more runtime language (such as php, java), a web server is sufficient
  • Fast - A very fast generate engine by Java, generate 1k posts in several seconds, how about 10k posts?
  • Static - Markdown/Textile/WikiText, FreeMarker, HTML & CSS & Images go in, completely static sites come out ready for deployment to anywhere
  • Blog-aware - Permalinks, tree categories, tags, pages, posts, archives, RSS feed.

OpooPress also have these features:

  • A semantic HTML5 template
  • A Mobile first responsive layout (rotate, or resize your browser and see)
  • Built in 3rd party support for Twitter, Google Plus One, Disqus Comments, Pinboard, Delicious, and Google Analytics
  • Easy theming with Compass and Sass

(Note: description above comes from Octopress, OpooPress have the same features actually)

  • Supports many deployment methods (by Apache Maven Wagon)
  • Supports code syntax highlighting (by Syntax Highlighter Compress)
  • Supports Locale (Currently only en_US and zh_CN, default use the locale of JVM)
  • Supports Plugin, easy to customize or secondary develop
  • Customisable templates (FreeMarker)
  • Supports custom meta data that is exposed to templates, pages or posts

Post Format

Migration

  • Octopress
  • WordPress

Deployment

Getting Started

Check the documentation to kown how to download and install OpooPress.

Stable releases are available from Maven Central, and snapshot builds are available from the Sonatype OSS snapshots repository.

Source Code

You can access the source code at: https://github.com/opoo/opoopress

Demo Sites

License

Copyright 2013 Alex Lin.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Feedback / Contact

If you want to see new features in OpooPress, don't hesitate to offer suggestions, clone the repository on GitHub. If you find errors you can post issues or send me a pull request.

Send a message to opoo#users.sf.net with any requests/feedback!

About

OpooPress blogging framework is a java based blog aware static site generator.

http://www.opoopress.com/

License:Apache License 2.0


Languages

Language:Java 70.3%Language:CSS 24.9%Language:JavaScript 4.1%Language:HTML 0.7%Language:Ruby 0.1%