This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git The following commit(s) were added to refs/heads/trunk by this push: new 7d140f3 Improved: Have a readme in every component (OFBIZ-6243) 7d140f3 is described below commit 7d140f3e278d8e34d2bdc030fff14abcb2684222 Author: Jacques Le Roux <[hidden email]> AuthorDate: Sat Aug 29 11:52:35 2020 +0200 Improved: Have a readme in every component (OFBIZ-6243) This preludes the move of content of README.md files into the asciidoc documentation Updates the link to OFBiz-logo.png (also in ReportDesignGenerator.java) Removes deprecated information related to Svn, Jira and Confluence We will move the wiki pages to wiki attic with OFBIZ-11619 --- assetmaint/README.md | 17 ++--------------- birt/README.md | 6 +----- .../ofbiz/birt/flexible/ReportDesignGenerator.java | 2 +- ecommerce/README.md | 2 +- lucene/README.md | 16 +--------------- myportal/README.md | 18 ++---------------- passport/README.md | 2 +- pricat/README.md | 2 +- projectmgr/README.md | 11 +---------- scrum/README.md | 13 +++---------- solr/README.md | 13 +------------ 11 files changed, 15 insertions(+), 87 deletions(-) diff --git a/assetmaint/README.md b/assetmaint/README.md index 0f58870..dceb8d2 100644 --- a/assetmaint/README.md +++ b/assetmaint/README.md @@ -1,20 +1,7 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # Assetmaint component The asset management and maintenance application enables organisations to maintain a register of all kinds of assets. It enables them to plan maintenance and keep track of allocations and use. Integrates with the accounting module -regarding depreciation bookings. - -## more information -For more information about this component visit the product page in the OFBiz -WIKI, which can be found at -https://cwiki.apache.org/confluence/display/OFBIZ/Asset+Management - -## issues -JIRA issues related to this component can be found at - https://issues.apache.org/jira/browse/OFBIZ/component/12311644 - -## commits -Committed revisions can be viewed at -http://svn.apache.org/viewvc/ofbiz/trunk/plugins/assetmaint/ \ No newline at end of file +regarding depreciation bookings. \ No newline at end of file diff --git a/birt/README.md b/birt/README.md index d4190af..7cb017a 100644 --- a/birt/README.md +++ b/birt/README.md @@ -1,12 +1,8 @@ -![Apache OFBiz® logo](http://ofbiz.apache.org/images/OFBiz-logo.png) And +![Apache OFBiz® logo](https://ofbiz.apache.org/images/ofbiz_logo.png) ![Birt Logo](http://www.eclipse.org/birt/img/logo/Birt-logo.png) # Birt component For more information about this component visit the [https://cwiki.apache.org/confluence/display/OFBIZ/Using+BIRT+with+OFBiz](https://cwiki.apache.org/confluence/display/OFBIZ/Using+BIRT+with+OFBiz) page in the OFBiz wiki Information about the birt product can be found at: [http://www.eclipse.org/birt/](http://www.eclipse.org/birt/) -JIRA issues related to this component can be found at [https://issues.apache.org/jira/browse/OFBIZ/component/12321022](https://issues.apache.org/jira/browse/OFBIZ/component/12321022 "Jira") - -Committed revisions can be viewed at [http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/](http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/ "Svn") - Information on the OFBiz Flexible Birt Reports are at [https://cwiki.apache.org/confluence/display/OFBIZ/Birt+Flexible+Reports](https://cwiki.apache.org/confluence/display/OFBIZ/Birt+Flexible+Reports) \ No newline at end of file diff --git a/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java b/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java index e0ef2f7..369e926 100644 --- a/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java +++ b/birt/src/main/java/org/apache/ofbiz/birt/flexible/ReportDesignGenerator.java @@ -222,7 +222,7 @@ public class ReportDesignGenerator { ImageHandle image = factory.newImage(null); CellHandle cell = (CellHandle) row.getCells().get(0); cell.getContent().add(image); - image.setURL("http://ofbiz.apache.org/images/ofbiz_logo.png"); + image.setURL("https://ofbiz.apache.org/images/ofbiz_logo.png"); LabelHandle label = factory.newLabel(null); cell = (CellHandle) row.getCells().get(1); cell.getContent().add(label); diff --git a/ecommerce/README.md b/ecommerce/README.md index 8896b57..0036603 100644 --- a/ecommerce/README.md +++ b/ecommerce/README.md @@ -1,4 +1,4 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # Ecommerce component diff --git a/lucene/README.md b/lucene/README.md index d36f5d5..b81f820 100644 --- a/lucene/README.md +++ b/lucene/README.md @@ -1,20 +1,6 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> <img src="http://lucene.apache.org/images/lucene_logo_green_300.png" alt="Apache Lucene" /> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # Lucene component This OFBiz component enables integrators to enhance indexing and search/find capabilities regarding OFBiz data elements -## more information -For more information about this component visit the product page in the OFBiz -WIKI, found here: -https://cwiki.apache.org/confluence/display/OFBIZ/Enhanced+Indexing - -More information about the Apache Lucene project can be found at: http://lucene.apache.org/ - -## Issues -JIRA issues related to this component can be found at -https://issues.apache.org/jira/browse/OFBIZ/component/12325315 - -## commits -Committed revisions can be viewed at -http://svn.apache.org/viewvc/ofbiz/trunk/plugins/lucene/ \ No newline at end of file diff --git a/myportal/README.md b/myportal/README.md index 8ba01cb..4eaa8dd 100644 --- a/myportal/README.md +++ b/myportal/README.md @@ -1,18 +1,4 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # MyPortal component -This OFBiz component enables organisations to provide their users with a -self service starting point. - -## more information -For more information about this component visit the product page in the OFBiz -WIKI, found here: -https://cwiki.apache.org/confluence/display/OFBIZ/User+Self+Service - -## issues -JIRA issues related to this component can be found at -https://issues.apache.org/jira/browse/OFBIZ/component/12312425 - -## commits -Committed revisions can be viewed at -http://svn.apache.org/viewvc/ofbiz/trunk/plugins/myportal/ \ No newline at end of file +This OFBiz component enables organisations to provide their users with a self service starting point. diff --git a/passport/README.md b/passport/README.md index 62e2b15..9567b82 100644 --- a/passport/README.md +++ b/passport/README.md @@ -1,4 +1,4 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # Passport component The passport component is to support users to login with a third party OAuth2 authentication such as GitHub, LinkedIn and etc. diff --git a/pricat/README.md b/pricat/README.md index 5a391ea..6e1d581 100644 --- a/pricat/README.md +++ b/pricat/README.md @@ -1,4 +1,4 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # PriCat component PriCat is the abbreviation of Price and Catalog/Category. The PriCat component is to support importing/parsing excel files with price and catalog/category data. The excel files can be checked by version, header column names, currencyId. Each row can be validated by facility(name, Id and ownership), required fields, string or number and etc. diff --git a/projectmgr/README.md b/projectmgr/README.md index 33bc485..346e1df 100644 --- a/projectmgr/README.md +++ b/projectmgr/README.md @@ -1,14 +1,5 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # ProjectMgr component This OFBiz component enables organisations to manage projects, project phases and project tasks. -## more information -For more information about this component visit the product page in the OFBiz WIKI, -which can be found at https://cwiki.apache.org/confluence/display/OFBIZ/Project+Management - -## issues -JIRA issues related to this component can be found at https://issues.apache.org/jira/browse/OFBIZ/component/12312073 - -## commits -Committed revisions can be viewed at http://svn.apache.org/viewvc/ofbiz/trunk/plugins/projectmgr/ \ No newline at end of file diff --git a/scrum/README.md b/scrum/README.md index 33b1bc3..1f599e7 100644 --- a/scrum/README.md +++ b/scrum/README.md @@ -1,19 +1,12 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # Scrum component This OFBiz component enables organisations to manage agile project, product backlogs and sprints. -## more information -For more information about this component visit the product page in the OFBiz WIKI, -which can be found at https://cwiki.apache.org/confluence/display/OFBIZ/Scrum+Management -## issues -JIRA issues related to this component can be found at https://issues.apache.org/jira/browse/OFBIZ/component/12316900 +## How to install the revision of task function. +# Deprecated this needs to be adapted to Git # -## commits -Committed revisions can be viewed at http://svn.apache.org/viewvc/ofbiz/trunk/plugins/scrum/ - -## How to install the revision of task function. ### Server requirements 1. subversion diff --git a/solr/README.md b/solr/README.md index 29b089b..b188c3e 100644 --- a/solr/README.md +++ b/solr/README.md @@ -1,18 +1,7 @@ -<img src="http://ofbiz.apache.org/images/OFBiz-logo.png" alt="Apache OFBiz" /> - -<img src="http://lucene.apache.org/solr/assets/identity/Solr_Logo_on_white.png" width="150px"/> +<img src="https://ofbiz.apache.org/images/ofbiz_logo.png" alt="Apache OFBiz" /> # Solr component This OFBiz component leverages Apache Solr indexing capabilities. ## more information -For more information about this component visit the product page in the OFBiz WIKI, -which can be found at https://cwiki.apache.org/confluence/display/OFBIZ/Search+Integration - More information about the Apache Solr product can be found at: http://lucene.apache.org/solr/ - -## issues -JIRA issues related to this component can be found at https://issues.apache.org/jira/browse/OFBIZ/component/12327633 - -## commits -Committed revisions can be viewed at http://svn.apache.org/viewvc/ofbiz/trunk/plugins/solr/ \ No newline at end of file |
Free forum by Nabble | Edit this page |