forked from timothystone/blojsom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
704c64a
commit e4f4f01
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
[![CircleCI](https://circleci.com/gh/timothystone/blojsom/tree/master.svg?style=svg)](https://circleci.com/gh/timothystone/blojsom/tree/master) | ||
3.5-SNAPSHOT [![CircleCI](https://circleci.com/gh/timothystone/blojsom/tree/master.svg?style=shield)](https://circleci.com/gh/timothystone/blojsom/tree/master) | ||
|
||
blojsom is ... | ||
=blojsom is ...= | ||
|
||
A Java-based, full-featured, multi-blog, multi-user software package. | ||
|
||
In 2004, blojsom was the software behind Apple's Mac OS X Tiger Server Weblog Server. [http://www.apple.com/pr/library/2004/06/28Apple-Previews-Mac-OS-X-Server-Tiger.html](Apple's press release). | ||
|
||
==Want to try blojsom?== | ||
The Quickrstart JAR is uses an in-memory H2 database that deploys to your favorite Servlet/JSP container. | ||
|
||
Give it a spin. If you like it, use it. Yours Truly does (and has been for more than 10 years through every version). | ||
|
||
If you like what you see, you might also want help out. | ||
|
||
===Fork this!=== | ||
|
||
I need help with the following tasks: | ||
* Porting the wiki from the [https://web.archive.org/web/20080731145231/http://wiki.blojsom.com/wiki/display/blojsom3/About+blojsom;jsessionid=FAB8A35C0AEB051D938CB9309F336545](blojsom archive at archive.org). The original wiki was lost too many years ago in a system crash. | ||
* Spring Core update | ||
* Unit Tests | ||
* YUI 3.x or Vanilla JS porting (read: almost anything that's not some bad concoction of `npm`, `bower`, `nodejs`, JQuery or JQuery-built)[1] | ||
|
||
More ideas to come. | ||
|
||
[1] I'm a YUI guy from way back. It was a sad day when Yahoo! BSD'd the project. Yet the YUI is built on a solid Vanilla JS core and browser abstraction library. |