[submodule "lib/mezzanine-organization"]
path = lib/mezzanine-organization
url = https://github.com/Ircam-Web/mezzanine-organization.git
- branch-master = mezzo
- branch-dev = mezzo
+ branch-master = master
+ branch-dev = master
ignore = dirty
+[submodule "var"]
+ path = var
+ url = git+ssh://git@git.forge.ircam.fr/ircam-www-data.git
+ ignore = dirty
+ branch-master = master
+ branch-dev = master
[submodule "lib/cartridge"]
path = lib/cartridge
url = https://github.com/Ircam-Web/cartridge.git
# ('vertigo.starts.eu', 'organization_themes.vertigo-themes.vertigo_starts_eu'),
# ('www.starts.eu', 'organization_themes.vertigo-themes.www_starts_eu'),
# ]
+
+if DEBUG:
+ PROTOCOLE = "http://"
+else:
+ PROTOCOLE = "https://"
+
+HAL_URL_PART_1 = PROTOCOLE + "haltools.archives-ouvertes.fr/Public/afficheRequetePubli.php?labos_exp=%s&affi_exp=%s"
+HAL_URL_PART_2 = "&CB_auteur=oui&CB_titre=oui&CB_article=oui&langue=Anglais&tri_exp=annee_publi&tri_exp2=typdoc" \
+ "&tri_exp3=date_publi&ordre_aff=TA&Fen=Aff&css=" + PROTOCOLE + "%s/static/css/index.min.css"
++