/*
* aegis - project change supervisor
* Copyright (C) 1997, 1998, 2002, 2003, 2005-2008 Peter Miller
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
*
"); href = script_name ## "?file@proj_menu+project@" ## quote_url(pn) ## "." ## cn; print("
"); href = script_name ## "?file@file_list+project@" ## quote_url(pn) ## "+change@" ## cn; print("
"); href = script_name ## "?file@file_activ+project@" ## quote_url(pn) ## "+change@" ## cn; print("
"); print("
"); href = script_name ## "?file@file_hstry+project@" ## quote_url(pn) ## "+change@" ## cn; print("
"); href = script_name ## "?file@chan_hstry+project@" ## quote_url(pn) ## "+change@" ## cn; print("
"); print("
");
href = script_name ## "/" ## quote_url(pn) ## ".C" ## cn
## ".patch?file@aepatch+project@" ## quote_url(pn)
## "+change@" ## cn;
print("patch");
print(" | "); print("This link will download a compressed patch familiar to Open"); print("Source developers."); print("Unlike the aedist link, below, the change meta-data"); print("is not preserved, only the change description endures."); print(" |
");
href = script_name ## "/" ## quote_url(pn) ## ".C" ## cn
## ".tar.gz?file@aetar+project@" ## quote_url(pn)
## "+change@" ## cn;
print("tar.gz");
print(" | "); print("This link will download a complete project source tarball up to"); print("this change. Note: These tarballs do not"); print("contain derived or generated files."); print("Unlike the aedist link, below, the change meta-data"); print("is not preserved."); print(" |
");
href = script_name ## "/" ## quote_url(pn) ## ".C" ## cn
## ".ae?file@aedist+project@" ## quote_url(pn)
## "+change@" ## cn;
print("aedist");
print(" | "); print("The aedist(1) program packages changes so that they"); print("may be reproduced exactly on the remote site. Changes packaged in"); print("this way require the aedist(1) program from"); print("Aegis 4.23 or later to apply them."); print(" |