You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/03/14 01:09:56 UTC

cvs commit: modperl-docs/tmpl/custom/html menu_short_cuts

stas        2003/03/13 16:09:55

  Modified:    tmpl/custom/html menu_short_cuts
  Log:
  - add a shortcut to the migrating doc
  - point to the 1.0 and 2.0 source, instead of just 1.0
  
  Revision  Changes    Path
  1.2       +3 -2      modperl-docs/tmpl/custom/html/menu_short_cuts
  
  Index: menu_short_cuts
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/menu_short_cuts,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menu_short_cuts	14 Mar 2003 00:04:59 -0000	1.1
  +++ menu_short_cuts	14 Mar 2003 00:09:55 -0000	1.2
  @@ -6,9 +6,10 @@
   [%- SET buttons = [
       [ "${doc.dir.abs_doc_root}/maillist/modperl.html#Subscription_Information", 'Maillist Subscription'],
       [ "${doc.dir.abs_doc_root}/maillist/modperl.html#Searchable_Archives", 'Maillist Archives'],
  +    ["${doc.dir.abs_doc_root}/download/source.html", 'The source'],
       ["${doc.dir.abs_doc_root}/docs/1.0/guide/index.html", 'The 1.0 guide'],
  -    ["${doc.dir.abs_doc_root}/download/source.html#Stable_Source_Distribution", 'The 1.0 source'],
  -    ["${doc.dir.abs_doc_root}/docs/2.0/user/intro/start_fast.html", 'Bleeding edge: 2.0'],
  +    ["${doc.dir.abs_doc_root}/docs/2.0/user/intro/start_fast.html", 'Starting with 2.0'],
  +    ["${doc.dir.abs_doc_root}/docs/2.0/user/compat/compat.html", 'Migrating to 2.0'],
       ["${doc.dir.abs_doc_root}/docs/1.0/guide/help.html#How_to_Report_Problems", 'Report 1.0 Problems'],
       ["${doc.dir.abs_doc_root}/docs/2.0/user/help/help.html#Reporting_Problems", 'Report 2.0 Problems'],
          ];