From 59b78c2aa14412f45f232496d807e6b221cf991a Mon Sep 17 00:00:00 2001 From: Benjamin Auder <benjamin.auder@somewhere> Date: Fri, 22 Jul 2016 13:55:07 +0200 Subject: [PATCH] replace README.html by markdown --- README.html | 25 ------------------------- README.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 25 deletions(-) delete mode 100644 README.html create mode 100644 README.md diff --git a/README.html b/README.html deleted file mode 100644 index aa265f8..0000000 --- a/README.html +++ /dev/null @@ -1,25 +0,0 @@ -<h1><a href="http://mixstore.org">mixstore.org</a></h1> - -<span>Website which gather packages using mixture models, for any purpose like</span> -<ul> - <li>Density estimation;</li> - <li>Classification, supervised or not;</li> - <li>Regression, ...</li> -</ul> - -<p>Packages can be written in any language (please contact me if your favorite language is missing).</p> - -<p>mixstore.org is powered by Symfony2. See <a href="http://symfony.com/doc/current/quick_tour/the_architecture.html">this page</a> -to understand folders structure.</p> - -<h2>Usage</h2> - -<p>As a visitor you can browse the store (main button on top of the screen), and sort packages by name or language.</p> - -<span>As a registered user (follow the link in upper-right corner):</span> -<ol> - <li>you can give feedback on any published package (through the button "new feedback" on every package page);</li> - <li>you can publish pages for new packages, whether you are the author or not.</li> -</ol> - -<p>A banner image can be uploaded when sending a new package. This image will be included in the carousel on welcome page.</p> diff --git a/README.md b/README.md new file mode 100644 index 0000000..f393838 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# [mixstore](https://auder.net/mixstore) + +Website which gather packages using mixture models, for any purpose like</span> +* Density estimation; +* Classification, supervised or not; +* Regression, ...> + +Packages can be written in any language (please contact me if your favorite language is missing). + +mixstore is powered by Symfony2. See [the architecture tour](http://symfony.com/doc/current/quick_tour/the_architecture.html) to understand folders structure. + +## Usage + +As a visitor you can browse the store (main button on top of the screen), and sort packages by name or language. + +As a registered user (follow the link in upper-right corner): +1. you can give feedback on any published package (through the button "new feedback" on every package page); +2. you can publish pages for new packages, whether you are the author or not. + +A banner image can be uploaded when sending a new package. This image will be included in the carousel on welcome page. -- 2.44.0