Move supported applications to AppDb (part 2 of 2)

Tony Lambregts tony_lambregts at telusplanet.net
Fri Apr 9 20:39:56 CDT 2004


Put the supported applications together with the AppDb. 

Part 2 - Connect directly to AppDB (remove supported_application.template)
       - (Also cleaned up menu array formating)

Index: config.php
===================================================================
RCS file: /home/wine/lostwages/include/config.php,v
retrieving revision 1.22
diff -u -r1.22 config.php
--- config.php	17 Feb 2004 16:36:02 -0000	1.22
+++ config.php	10 Apr 2004 01:32:05 -0000
@@ -20,43 +20,43 @@
             exit();
         }
         
-		// read global config file
-		$this->readConfig($path);
+        // read global config file
+        $this->readConfig($path);
         
         // navigation
-		$this->nav = array(
-					 'About' => array(
-					                  'About'           => '{$root}/site/about',
-                                      'Introduction'    => '{$root}/site/about',
-                                      'Features'        => '{$root}/site/wine_features',
-									  'Screenshots'     => '{$root}/site?ss=1',
-									  'Contributing'    => '{$root}/site/contributing',
-									  'News'            => '{$root}/site?news=archive',
-                                      'Press'           => '{$root}/site/press',
-                                      'License'         => '{$root}/site/license'
-									  ),
-					 'Support' => array(
-                                        'Support'       => '{$root}/site/support',
-					'Download'      => '{$root}/site/download',
-                                        'Documentation' => '{$root}/site/documentation',
-                                        'FAQ'           => '{$root}/site/docs/wine-faq/index',
-										'HowTo'         => '{$root}/site/howto',
-										'Bug Tracking'  => 'http://bugs.winehq.org/',
-                                        'Applications'  => '{$root}/site/supported_applications',
-										'Forums'        => '{$root}/site/forums'
-									   ),
-					 'Development' => array(
-					                        'Development'       => '{$root}/site/development',
-                                            'CVS'               => '{$root}/site/cvs',
-                                            'Sending Patches'   => '{$root}/site/sending_patches',
-                                            'To Do Lists'       => '{$root}/site/todo_lists',
-                                            'Fun Projects'      => '{$root}/site/fun_projects',
-                                            'Janitorial'        => '{$root}/site/janitorial',
-                                            'Winelib'           => '{$root}/site/winelib',
-                                            'Status'            => '{$root}/site/status',
-                                            'Resources'         => '{$root}/site/resources'
-										   )
-			         );
+	$this->nav = array(
+	    'About' => array(
+                'About'           => '{$root}/site/about',
+                'Introduction'    => '{$root}/site/about',
+                'Features'        => '{$root}/site/wine_features',
+                'Screenshots'     => '{$root}/site?ss=1',
+                'Contributing'    => '{$root}/site/contributing',
+                'News'            => '{$root}/site?news=archive',
+                'Press'           => '{$root}/site/press',
+                'License'         => '{$root}/site/license'
+            ),
+           'Support' => array(
+                'Support'         => '{$root}/site/support',
+                'Download'        => '{$root}/site/download',
+                'Documentation'   => '{$root}/site/documentation',
+                'FAQ'             => '{$root}/site/docs/wine-faq/index',
+                'HowTo'           => '{$root}/site/howto',
+                'Bug Tracking'    => 'http://bugs.winehq.org/',
+                'Applications'    => 'http://appdb.winehq.org',
+                'Forums'          => '{$root}/site/forums'
+           ),
+           'Development' => array(
+                'Development'     => '{$root}/site/development',
+                'CVS'             => '{$root}/site/cvs',
+                'Sending Patches' => '{$root}/site/sending_patches',
+                'To Do Lists'     => '{$root}/site/todo_lists',
+                'Fun Projects'    => '{$root}/site/fun_projects',
+                'Janitorial'      => '{$root}/site/janitorial',
+                'Winelib'         => '{$root}/site/winelib',
+                'Status'          => '{$root}/site/status',
+                'Resources'       => '{$root}/site/resources'
+           )
+       );
     // end of config()
     }
     









More information about the wine-patches mailing list