-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added lags icons support to mirrobrain mirrors listing
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -676,6 +676,7 @@ data: | |
ServerName download.kiwix.org | ||
ServerAdmin [email protected] | ||
DocumentRoot /var/www/download.kiwix.org | ||
Alias /static/ /var/www/static/ | ||
MirrorBrainMetalinkPublisher "Kiwix project" https://kiwix.org | ||
MirrorBrainTorrentTrackerURL "http://tracker.openzim.org:6969/announce" | ||
|
@@ -773,3 +774,20 @@ data: | |
IndexOrderDefault Descending Date | ||
</Directory> | ||
</VirtualHost> | ||
mirrorlist_header.txt: | | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<base href="http://download.kiwix.org/static/" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<title>%(title)s</title> | ||
<link type="text/css" rel="stylesheet" href="mirrorbrain.css" /> | ||
<link href="/favicon.ico" rel="shortcut icon" /> | ||
<meta http-equiv="Language" content="en" /> | ||
<meta name="description" content="Download Mirrors" /> | ||
<meta name="keywords" content="download metalink redirector mirror mirrors" /> | ||
<meta name="author" content="MirrorBrain" /> | ||
<meta name="robots" content="index, nofollow" /> | ||
</head> | ||
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters