WineHQ: Hyperlink Wine's 'introduction' pages for easier browsing

Francois Gouget fgouget at free.fr
Wed Oct 1 06:29:41 CDT 2003


It's bothering me that once a user has clicked on the 'About Wine' page
he has lost the 'Why Wine is so important' and 'Debunking Wine Myths'
links. To me these pages are meant to be read in the following sequence:

  About Wine
  Why Wine is so important      (not accessible via the menu)
  Debunking Wine Myths          (not accessible via the menu)
  Wine Features
  Wine Screenshot Gallery

So I propose to add 'Next' links at the bottom of these pages so that
the user can cimply click on them to follow the flow, just like we have
in the Wine documentation to go from one page to the next.

I can also add 'Previous' links if someone feels they are needed.


Changelog:

 * templates/en/about.template,
   templates/en/myths.template,
   templates/en/why.template,
   templates/en/wine_features.template

   Hyperlink Wine's 'introduction' pages for easier browsing


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                     f u kn rd ts, ur wy 2 gky 4 ur wn gd.
-------------- next part --------------
Index: templates/en/about.template
===================================================================
RCS file: /home/cvs/lostwages/templates/en/about.template,v
retrieving revision 1.8
diff -u -r1.8 about.template
--- templates/en/about.template	28 Jul 2003 22:33:40 -0000	1.8
+++ templates/en/about.template	1 Oct 2003 10:31:00 -0000
@@ -29,4 +29,8 @@
 <a href="mailto:julliard at winehq.com">julliard at winehq.com</a>. For a list of 
 current developers, see the <a href="{$root}/site/who">Wine Who's Who</a>.</p>
 
+
+<hr>
+<a href="{$root}/site/why">Next</a>: Why Wine is so important
+
 <p>&nbsp;</p>
Index: templates/en/myths.template
===================================================================
RCS file: /home/cvs/lostwages/templates/en/myths.template,v
retrieving revision 1.5
diff -u -r1.5 myths.template
--- templates/en/myths.template	4 Sep 2003 15:53:36 -0000	1.5
+++ templates/en/myths.template	1 Oct 2003 10:31:16 -0000
@@ -265,4 +265,7 @@
 that Wine must run in NT mode (configure winver &quot;nt40&quot;
 in the wine config file).
 
+<hr>
+<a href="{$root}/site/wine_features">Next</a>: Wine Features
+
 <p>&nbsp;</p>
Index: templates/en/why.template
===================================================================
RCS file: /home/cvs/lostwages/templates/en/why.template,v
retrieving revision 1.3
diff -u -r1.3 why.template
--- templates/en/why.template	18 Jun 2003 14:37:57 -0000	1.3
+++ templates/en/why.template	1 Oct 2003 11:11:34 -0000
@@ -152,4 +156,7 @@
   <li>Wine is Open Source Software, so you can extend it to suit your needs or have one of many companies do it for you.
 </ul>
 
+<hr>
+<a href="{$root}/site/myths">Next</a>: Debunking Wine Myths
+
 <p>&nbsp;</p>
Index: templates/en/wine_features.template
===================================================================
RCS file: /home/cvs/lostwages/templates/en/wine_features.template,v
retrieving revision 1.2
diff -u -r1.2 wine_features.template
--- templates/en/wine_features.template	28 Jul 2003 22:33:40 -0000	1.2
+++ templates/en/wine_features.template	1 Oct 2003 10:57:21 -0000
@@ -46,4 +46,7 @@
  <li> Built-in debugger and configurable trace messages
 </ul>
 
+<hr>
+<a href="{$root}/site?ss=1">Next</a>: Wine Screenshot Gallery
+
 <p>&nbsp;</p>


More information about the wine-patches mailing list