svn commit: r1662930 - in /ofbiz/trunk/specialpurpose: birt/README ecommerce/webapp/ecomseo/README

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1662930 - in /ofbiz/trunk/specialpurpose: birt/README ecommerce/webapp/ecomseo/README

jleroux@apache.org
Author: jleroux
Date: Sat Feb 28 13:11:08 2015
New Revision: 1662930

URL: http://svn.apache.org/r1662930
Log:
Adds a README file in birt component, updates the ecomseo one

Added:
    ofbiz/trunk/specialpurpose/birt/README   (with props)
Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/README

Added: ofbiz/trunk/specialpurpose/birt/README
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/README?rev=1662930&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/birt/README (added)
+++ ofbiz/trunk/specialpurpose/birt/README Sat Feb 28 13:11:08 2015
@@ -0,0 +1 @@
+See https://cwiki.apache.org/confluence/display/OFBIZ/Using+BIRT+with+OFBiz
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/birt/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/birt/README
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/README
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/README?rev=1662930&r1=1662929&r2=1662930&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/README (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecomseo/README Sat Feb 28 13:11:08 2015
@@ -1,15 +1,3 @@
-As you are probably aware, OFBiz has a pretty uncommon way of generating URLs.
-Most of this has to do with the fact that OFBiz uses a servlet (ControlServlet) to handle all requests.
-The servlet is mounted at /control, so that it won't interfere with other servlets.
-Though functionally valid, this has the side effect that all URLs are actually created on /control, which is neither pretty, nor good by any measures of SEO.
-It also means that a few 302 redirects are necessary to forward the user from / to /control/main.
-It also makes requests more complicated, since many forwards are necessary whenever somebody wants to move away from this implementation.
+If you want to know more about this feature, please check
+https://cwiki.apache.org/confluence/display/OFBIZ/Search+Engine+Optimisation%2C+SEO+in+ecommerce 
 
-Since this is hurtful to many of the implementers, The ecomseo functional changes contain:
-
-    Removal of /control out of all the urls
-    SEO-friendly URLS (with by default the suffix .html, see <category-url-suffix> in SeoConfig.xml)
-    Configurable product/category and other URLs (see in in SeoConfig.xml)
-    Frontpage mapping from /main to /
-    
-If you want to know more about this feature, please check https://issues.apache.org/jira/browse/OFBIZ-5312