[FIX] web_diagram: can't mark empty strings for translations, gettext does not like...
[odoo/odoo.git] / README.md
index f2d2303..b020301 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,9 +3,11 @@
 Odoo
 ----
 
-Odoo is a suite of web based <a href="https://www.odoo.com">open source business apps</a>.
+Odoo is a suite of web based open source business apps.
 
-It's main apps include an <a href="https://www.odoo.com/page/crm">Open Source CRM</a>, <a href="https://www.odoo.com/page/website-builder">Website Builder</a>, <a href="https://www.odoo.com/page/e-commerce">eCommerce</a>, <a href="https://www.odoo.com/page/project-management">Project Management</a>, <a href="https://www.odoo.com/page/accounting">Billing & Accounting</a>, <a href="https://www.odoo.com/page/point-of-sale">Point of Sale</a>, <a href="https://www.odoo.com/page/employees">Human Resources</a>, ...
+The main Odoo Apps include an <a href="https://www.odoo.com/page/crm">Open Source CRM</a>, <a href="https://www.odoo.com/page/website-builder">Website Builder</a>, <a href="https://www.odoo.com/page/e-commerce">eCommerce</a>, <a href="https://www.odoo.com/page/project-management">Project Management</a>, <a href="https://www.odoo.com/page/accounting">Billing & Accounting</a>, <a href="https://www.odoo.com/page/point-of-sale">Point of Sale</a>, <a href="https://www.odoo.com/page/employees">Human Resources</a>, Marketing, Manufacturing, Purchase Management, ...  
+Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get
+a full-featured <a href="https://www.odoo.com">Open Source ERP</a> when you install several Apps.
 
 
 Getting started with Odoo development
@@ -15,7 +17,7 @@ If you are a developer type the following command at your terminal:
 
     wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
 
-Then follow <a href="https://doc.openerp.com/trunk/server/howto/howto_website/">the developer tutorial</a>
+Then follow <a href="https://doc.odoo.com/trunk/server/howto/howto_website/">the developer tutorial</a>
 
 
 
@@ -26,18 +28,20 @@ Packages, tarballs and installers
 
     Add this apt repository to your /etc/apt/sources.list file
 
-        deb http://nightly.openerp.com/8.0/nightly/deb/ ./
+        deb http://nightly.odoo.com/8.0/nightly/deb/ ./
 
     Then type:
 
         $ sudo apt-get update
         $ sudo apt-get install odoo
 
-* <a href="http://nightly.openerp.com/">Source tarballs</a>
+    If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package.
 
-* <a href="http://nightly.openerp.com/">Windows installer</a>
+* <a href="http://nightly.odoo.com/8.0/nightly/src/">Source tarballs</a>
 
-* <a href="http://nightly.openerp.com/">RPM package</a>
+* <a href="http://nightly.odoo.com/8.0/nightly/exe/">Windows installer</a>
+
+* <a href="http://nightly.odoo.com/8.0/nightly/rpm/">RPM package</a>
 
 
 For Odoo employees