/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License.
*/
var redirect_delay = 1000;
var lang_id=""; var option_id=""; var platform_id=""; var url = ""; var filename = ""; var string = ""; var parent_folder = ""; var bits_id = "";
function initialize() {
string = "" + window.location; var query = string.substring(string.indexOf("?") + 1, string.length); var sep = "&"; var email = ""; var monthly = "0"; var weekly = "0"; var contact = "0"; var email_sep = "email="; var monthly_sep = "monthly="; var weekly_sep = "weekly="; var contact_sep = "contact="; var start_page_string = (string.indexOf("?")==-1) ? string : string.substring(0, string.indexOf("?"));
parent_folder = start_page_string.substring(0, start_page_string.lastIndexOf("/") + 1);
if(query!="" && query != string/* && query.indexOf(sep)!=-1*/) { while(query!="") { var lang_sep = "lang="; var platform_sep = "platform="; var bits_sep = "bits="; var option_sep = "option="; var filename_sep = "filename=";
function useBouncer(lang_id) { return get_build_info(isMainLanguage(lang_id)).USE_BOUNCER == 1;
}
function write_download_info() { var size = getSize(filename,lang_id); var md5 = getMD5(filename,lang_id); var platform_display_name = getPlatformShortName(platform_id); var lang_display_name = getLanguageName(lang_id); var option_display_name = getBundleShortName(option_id); var short_name = get_file_name_short(platform_id,option_id,lang_id, bits_id);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.