Skip to content

Commit 3b18135

Browse files
committed
Prepared packages for addition of download counter.
1 parent 9d9593a commit 3b18135

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

packages/.htaccess

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
IndexOptions FancyIndexing SuppressIcon NameWidth=*
2-
IndexIgnore ..
1+
IndexOptions FancyIndexing SuppressIcon NameWidth=* VersionSort
2+
IndexOptions SuppressHTMLPreamble
3+
4+
HeaderName header.html
5+
ReadmeName footer.html
6+
7+
IndexIgnore .. *.html
8+
9+
# DESCRIPTIONS BEGIN
10+
# DESCRIPTIONS END

packages/footer.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<small>
2+
The Description column contains number of downloads.
3+
</small>
4+
5+
</body>
6+
</html>

packages/header.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
3+
<html>
4+
5+
<head>
6+
<link rel="stylesheet" type="text/css" href="../styles/diffpy.css" >
7+
<title>DiffPy package repository</title>
8+
<link rel="shortcut icon" type="image/x-icon" href="../images/diffpy_icon.ico">
9+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10+
</head>
11+
12+
<body>
13+
14+
<h1>DiffPy package repository</h1>
15+

0 commit comments

Comments
 (0)