[Yapcom-commit] rev 116 - in yapcom/trunk: . lib/YAPC

[prev] [thread] [next] [lurker] [Date index for 2003/12/14]

From: svn
Subject: [Yapcom-commit] rev 116 - in yapcom/trunk: . lib/YAPC
Date: 23:00 on 14 Dec 2003
Author: gabor
Date: 2003-12-14 23:00:13 +0200 (Sun, 14 Dec 2003)
New Revision: 116

Modified:
   yapcom/trunk/README
   yapcom/trunk/lib/YAPC/Organizer.pm
Log:
loops were missing the information about the cgu_path

Modified: yapcom/trunk/README
===================================================================
--- yapcom/trunk/README	2003-12-10 10:01:52 UTC (rev 115)
+++ yapcom/trunk/README	2003-12-14 21:00:13 UTC (rev 116)
@@ -44,10 +44,10 @@
 
 - In the virtual host in the apache configuration file write something like this:
 
-ScriptAlias   /cgidir/  /path/to/installation/cgi/
-Alias /docsdir /path/to/installation/docs
-Alias /filesdir /path/to/installation/files
-Alias /htmldir /path/to/installation/html
+ScriptAlias   /virtual_path_to_application/  /path/to/installation/cgi/
+Alias /docs /path/to/installation/docs
+Alias /files /path/to/installation/files
+Alias /html /path/to/installation/html
 
 <Directory /path/to/installation/cgi>
     Options FollowSymLinks

Modified: yapcom/trunk/lib/YAPC/Organizer.pm
===================================================================
--- yapcom/trunk/lib/YAPC/Organizer.pm	2003-12-10 10:01:52 UTC (rev 115)
+++ yapcom/trunk/lib/YAPC/Organizer.pm	2003-12-14 21:00:13 UTC (rev 116)
@@ -357,6 +357,10 @@
       my $url = $p->url;
       $url = "http://$url"; if ($url and substr($url, 0, 7) ne 'http://');
       $p->{admin} = 1 if $admin;    # in each row we'll have to know if adminstrator looks at it or not.
+      $p->{cgi_path} = $cgi_path;
+      $p->{'files_path'} = $files_path;
+      $p->{'html_path'} = $html_path;
+      $p->{'docs_path'} = $docs_path;
       push @$ar, $p;
    }
    my $t    = $self->_server_page('list_people');
@@ -386,6 +390,10 @@
          lname    => $p->user_id->lname,
          id       => $p->user_id->id,
          talk_id  => $p->id,
+            cgi_path => $cgi_path,
+            files_path => $files_path,
+            html_path => $html_path,
+            docs_path => $docs_path,
         };
    }
 
@@ -719,6 +727,10 @@
         {
          title => $p->title,
          id    => $p->id,
+            cgi_path => $cgi_path,
+            files_path => $files_path,
+            html_path => $html_path,
+            docs_path => $docs_path,
         };
    }
 
@@ -782,6 +794,10 @@
            {
             id    => $prop->id,
             title => $prop->title,
+            cgi_path => $cgi_path,
+            files_path => $files_path,
+            html_path => $html_path,
+            docs_path => $docs_path,
            };
       }
       $t->param(PROPOSALS => \@ar);

Generated at 09:50 on 15 Dec 2003 by mariachi 0.52