[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] gnu webpages doc?
From: |
Karl Berry |
Subject: |
Re: [Savannah-hackers-public] gnu webpages doc? |
Date: |
Fri, 6 Nov 2009 16:15:08 -0600 |
The file with that information is in gnu-content/cvs/index.txt .
Do you want to edit it?
cvs -d:pserver:address@hidden:/web/administration co administration/content/
I made some changes to the symlinks (and other text) there.
You can detect the group type using $project->getType() or
$project->getTypeName().
I couldn't find examples of using those in the php, and wasn't sure whether
the value to compare to would be "gnu" or "GNU" or something else. Help?
Anyway, for now I wrote the conditional like this:
if ($project->getTypeBaseHost() == "savannah.gnu.org") {
since that function was clear from other uses in the file.
Thanks,
Karl
- Re: [Savannah-hackers-public] gnu webpages doc?,
Karl Berry <=