Introduction ============ This recipe generates a business template repository, that you can access from your ERP5 site using file:// scheme. This is handy to update your site with different business templates than the one from http://www.erp5.org/dists/ Example ======= You can use it with a part like this:: [bt5list] recipe = erp5.recipe.genbt5list bt5_base = ${download_bt5:location} bt5_urls = ${download_bt5:urls} genbt5list = ${products-erp5:location}/ERP5/bin/genbt5list Options ======= bt5_base Path of a folder containing business templates in extended format. bt5_urls List of URLs of business template. From this list of URLs only the names of the business template will be used, this recipe assumes that another recipe (typically infrae.subversion) gets the business templates from svn. List of URLs can be trimmed down to have only name if BT5. This is useful when using helper recipes like erp5.recipe.bt5checkout genbt5list Path of the genbt5list, under bin folder in ERP5 product