From 0b62fec31d7677b71b80be4bad76a436aeb0f72d Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 22 Nov 2012 11:21:19 +0100 Subject: [PATCH] //added CONTRIBUTING.md CONTRIBUTORS.md README.md --- CONTRIBUTING.md | 12 ++++++++++++ CONTRIBUTORS.md | 40 ++++++++++++++++++++++++++++++++++++++++ README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 CONTRIBUTORS.md create mode 100644 README.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..f9c682fca --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +Contributing +------------ + +PrestaShop is an open-source e-commerce solution - To contribute to our project, you can make pull requests on the development branch. +If you need some help to make a [pull-request][1] +All contributions must respect [the coding norm][2] and [the commit norm][3] in your pull-request. +All core files you commit in your pull request must have Open Software License (OSL 3.0) +All modules files you commit in your pull request must have Academic Free License (AFL 3.0) + +[1]: https://help.github.com/articles/using-pull-requests +[2]: http://docs.prestashop.com/display/PS15/Coding+Standard +[3]: http://docs.prestashop.com/display/PS15/Commit+norme \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 000000000..db8ff6095 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,40 @@ +CONTRIBUTORS +============ + +- DamienMetzger +- François Gaillard +- Rémi Gaillard +- Vincent Augagneur +- aFolletete +- aKorczak +- aNiassy +- bLeveque +- bMancone +- dMetzger +- dSevere +- fBrignoli +- fSerny +- gBrunier +- gCharmes +- gPoulain +- hAitmansour +- jBreux +- jObregon +- jmCollin +- lBrieu +- lCherifi +- lLefevre +- mBertholino +- mDeflotte +- mMarinetti +- nPellicari +- rGaillard +- rMalie +- rMontagne +- sLorenzini +- sThiebaut +- tDidierjean +- vAugagneur +- vChabot +- vKham +- vSchoener \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 000000000..0d1f0df50 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +README +====== +![PrestaShop](http://www.prestashop.com/images/banners/general/prestashop_728x90.png "PrestaShop") + +PREPARATION +-------- + +To install PrestaShop, you need a remote web server or on your computer (MAMP), with access to a database like MySQL. +You'll need access to phpMyAdmin to create a database and to indicate the information in the database in the installer. + +If you do not host and unable to create your store, we offer a turnkey store, which lets you create your online store in less than 10 minutes without any technical knowledge. +We invite you to visit: [http://www.prestabox.com][1] + +INSTALLATION +-------- + +Simply go to your PrestaShop web directory and use installer :-) + +If you have any PHP error, perhaps you don't have PHP5 or you need to activate it on your web host. +Please go to our forum to find pre-installation settings (PHP 5, htaccess) for certain hosting services (1&1, Free, Lycos, OVH, Infomaniak, Amen, GoDaddy, etc). + +English webhost [specifics settings][2] + + +If you don't find any solution to launch installer, please post on [our forum][3] + + +There are always solutions for your issues ;-) + +DOCUMENTATION +-------- + +For any extra documentation (how-to), please read our [Online documentation][4] + + +FORUMS +-------- + +You can also discuss, help and contribute with PrestaShop community on [our forums][5] + + +Thanks for downloading and using PrestaShop e-commerce Open-source solution! + +[1]: http://www.prestabox.com +[2]: http://www.prestashop.com/forums/topic/2946-pre-installation-settings-php-5-htaccess-for-certain-hosting-services/ +[3]: http://www.prestashop.com/forums/forum/7-installing-prestashop/ +[4]: http://doc.prestashop.com +[5]: http://www.prestashop.com/forums/ \ No newline at end of file