diff --git a/.gitignore b/.gitignore index a72b52e..df8d2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,11 @@ lib-cov *.pid *.gz +/.settings +/.buildpath +/.project +/.README.md.html + pids logs results diff --git a/LICENSE b/LICENSE index 41cb9c4..945ea43 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 +Copyright (c) 2013 Olivier Bagot Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 3c566e8..e9b7e1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ -openkarotz-emulator -=================== +## OpenKarotz Emulator ## -HTTP server written in Node.js to emulate OpenKarotz +### Description ### + +HTTP server written in Node.js to emulate OpenKarotz. + +Current version is 0.1.0. + +OpenKarotz can be found [here](http://openkarotz.filippi.org/). + +### Usage ### + +Install [Node.js](http://nodejs.org/). + +Run: +``` +node . +```