Move Supported applications to AppDB part 1 of 2

Tony Lambregts tony_lambregts at telusplanet.net
Sun Oct 3 17:27:03 CDT 2004


I cleaned up config.php in addittion to changing the link 

Change log: Move Supported Applications to AppDB and clean up config.php

Files Changed: include/config.php
Files Removed: templates/en/supported_applications.template

Tony Lambregts

Index: include/config.php
===================================================================
RCS file: /home/wine/lostwages/include/config.php,v
retrieving revision 1.23
diff -u -r1.23 config.php
--- include/config.php	25 Mar 2004 20:08:41 -0000	1.23
+++ include/config.php	3 Oct 2004 22:05:31 -0000
@@ -20,43 +20,44 @@
             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',
-										'Mailing Lists' => '{$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