Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chenkelmann/actuarius
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
chenkelmann committed Feb 7, 2012
2 parents ad46edd + 16b1105 commit f5a421f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
@@ -1,17 +1,21 @@
##About Actuarius##
Actuarius is a Markdown Processor written in Scala using parser combinators. For detailled information, [head over to the Actuarius Wiki](https://github.com/chenkelmann/actuarius/wiki).
Actuarius is a Markdown Processor written in Scala using parser combinators.

The project homepage can be found on github: https://github.com/chenkelmann/actuarius

[To try Actuarius out, you can use the web dingus on my home page.](http://henkelmann.eu/projects/actuarius/dingus). (The web preview is currently broken but will be fixed (hopefully) soon.)
For detailled information, please consult the Actuarius Wiki: https://github.com/chenkelmann/actuarius/wiki

To browse the scaladoc online, go to: http://doc.henkelmann.eu/actuarius/index.html

To try Actuarius out, you can use the web dingus on my home page: http://henkelmann.eu/projects/actuarius/dingus
(The web preview is currently broken but will be fixed (hopefully) soon.)

##License##
Actuarius is licensed under the 3-clause BSD license. For details see the `LICENSE` file that comes with the source.

##Compatibility##
Actuarius tries to stay as close to the original Markdown syntax definition as possible. There were however some quirks in the original Markdown I did not like. I wrote Actuarius as a Markdown processor for my homebrew blog engine, so I took the liberty to diverge slightly from the way the original Markdown works. The details are explained [in the respective article in the Actuarius Wiki](https://github.com/chenkelmann/actuarius/wiki/Differences-Between-Actuarius-And-Standard-Markdown)


##Maven##
The group id is `eu.henkelmann`, the artifact id is `actuarius_[scala-version]`, e.g.`actuarius_2.9.1`. The current stable version is 0.2.3. The repository url is http://maven.henkelmann.eu

Expand Down

0 comments on commit f5a421f

Please sign in to comment.