|
Revision 1629, 298 bytes
(checked in by whmoseley, 4 years ago)
|
Add $Author$ cvs tag.
Remove two files that are not used. I think.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
[% META |
|---|
| 2 |
title = "Archived source and binary packages" |
|---|
| 3 |
id = "download" |
|---|
| 4 |
author = '$Author$' |
|---|
| 5 |
%] |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
<h1>Archives</h1> |
|---|
| 9 |
<p> |
|---|
| 10 |
This is a listing of archived packages. |
|---|
| 11 |
</p> |
|---|
| 12 |
|
|---|
| 13 |
<hr /> |
|---|
| 14 |
|
|---|
| 15 |
[% PROCESS page/list_files.tt |
|---|
| 16 |
directory = site.dir.archive |
|---|
| 17 |
url = "${site.url.download}/old" |
|---|
| 18 |
%] |
|---|
| 19 |
|
|---|