diff options
| author | anoack <noack@data-quest.de> | 2022-06-29 18:05:20 +0200 |
|---|---|---|
| committer | anoack <noack@data-quest.de> | 2022-06-29 18:05:20 +0200 |
| commit | 71102ada821eb1e501d75fae87c5039d0dbfec23 (patch) | |
| tree | b156aa44aafc2071a120790ea180036f99f799d8 /config | |
| parent | e95df1044e860730f2fb8bcd97ca0d42384cee5d (diff) | |
configs V5.1 re #1017
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.inc.php.dist | 10 | ||||
| -rw-r--r-- | config/config_defaults.inc.php | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist index 0c05328..099d03b 100644 --- a/config/config.inc.php.dist +++ b/config/config.inc.php.dist @@ -72,7 +72,7 @@ $UNI_URL = "http://www.studip.de"; $UNI_LOGIN_ADD=''; $UNI_LOGOUT_ADD=sprintf(_("Und hier geht's zur %sStud.IP Portalseite%s "), "<a href=\"http://www.studip.de\"><b>", "</b></a>"); $UNI_CONTACT = "<please insert your general contact mail-adress here>"; -$UNI_INFO = "Stud.IP 4.3 - Studienbegleitender Internetsupport von Präsenzlehre"; +$UNI_INFO = "Stud.IP 5.1 - Studienbegleitender Internetsupport von Präsenzlehre"; /* $SEM_CLASS and $SEM_TYPE configuration moved to database @@ -252,14 +252,6 @@ $SCM_PRESET[3] = array("name"=>_("Links")); $SCM_PRESET[4] = array("name"=>_("Verschiedenes")); //you can add more presets here -//preset template for formatting of literature list entries -$LIT_LIST_FORMAT_TEMPLATE = "**{dc_creator}** |({dc_contributor})||\n" - . "{dc_title}||\n" - . "{dc_identifier}||\n" - . "%%{published}%%||\n" - . "{note}||\n" - . "[{lit_plugin_display_name}]{external_link}|\n"; - //Shortcuts for smileys $SMILE_SHORT = array( //diese Kuerzel fuegen das angegebene Smiley ein (Dateiname + ".gif") ":)"=>"smile" , diff --git a/config/config_defaults.inc.php b/config/config_defaults.inc.php index 2b6f2ca..10ff295 100644 --- a/config/config_defaults.inc.php +++ b/config/config_defaults.inc.php @@ -162,7 +162,7 @@ $ELEARNING_INTERFACE_MODULES["loncapa"] = $PLUGINS_UPLOAD_ENABLE = TRUE; //Upload of Plugins is enabled $PLUGIN_REPOSITORIES = [ - 'http://plugins.studip.de/plugins.xml', + 'https://develop.studip.de/studip/plugins.php/pluginmarket/extern/xml', ]; /*domain name and path translation |
