modification of embed too be more userfriendly
modifications too solve trac #42 : group page, the pencil image didn't move when we resized the window
trac #20 : when we open a created content the page's name is "modify this content" and not "create a content"
trac #28 : the number of segments is written in the front research
import platform
from lib_create_env import lib_generate_install_methods
system_str = platform.system()
INSTALLS = [#(key,method, option_str, dict_extra_env)
]
OPTIONS_TO_ADD = ['clear', 'type_install=local', "unzip-setuptools", "use_distribute"]
def generate_install_methods(path_locations, src_base, Logger, call_subprocess):
return lib_generate_install_methods(path_locations, src_base, Logger, call_subprocess, INSTALLS, OPTIONS_TO_ADD)