[Templates-cvs] cvs commit: Template2/docs/lib/docset config

cvs@template-toolkit.org cvs@template-toolkit.org


cvs         06/05/26 13:44:28

  Modified:    docs/lib/docset config
  Log:
  Version 2.15
  
  Revision  Changes    Path
  1.17      +17 -3     Template2/docs/lib/docset/config
  
  Index: config
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/lib/docset/config,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- config	2006/01/30 20:02:57	1.16
  +++ config	2006/05/26 13:44:26	1.17
  @@ -261,7 +261,7 @@
               prev   => 'Manual',
               next   => 'Library',
           
  -            pagelist => [ 'Template', 'Base', 'Config', 'Constants', 'Context', 'Document', 'Exception', 'Filters', 'Iterator', 'Namespace_Constants', 'Parser', 'Plugin', 'Plugins', 'Provider', 'Service', 'Stash', 'Stash_Context', 'Stash_XS', 'Test', 'Plugin_Autoformat', 'Plugin_CGI', 'Plugin_Datafile', 'Plugin_Date', 'Plugin_Directory', 'Plugin_Dumper', 'Plugin_File', 'Plugin_Filter', 'Plugin_Format', 'Plugin_HTML', 'Plugin_Image', 'Plugin_Iterator', 'Plugin_Math', 'Plugin_Pod', 'Plugin_Procedural', 'Plugin_String', 'Plugin_Table', 'Plugin_URL', 'Plugin_View', 'Plugin_Wrap' ],
  +            pagelist => [ 'Template', 'Base', 'Config', 'Constants', 'Context', 'Document', 'Exception', 'Filters', 'Iterator', 'Namespace_Constants', 'Parser', 'Plugin', 'Plugins', 'Provider', 'Service', 'Stash', 'Stash_Context', 'Stash_XS', 'Test', 'Toolkit', 'Plugin_Autoformat', 'Plugin_CGI', 'Plugin_Datafile', 'Plugin_Date', 'Plugin_Directory', 'Plugin_Dumper', 'Plugin_File', 'Plugin_Filter', 'Plugin_Format', 'Plugin_HTML', 'Plugin_Image', 'Plugin_Iterator', 'Plugin_Math', 'Plugin_Pod', 'Plugin_Procedural', 'Plugin_String', 'Plugin_Table', 'Plugin_URL', 'Plugin_View', 'Plugin_Wrap' ],
           
               pages  => {
                   Template => {
  @@ -493,7 +493,7 @@
                       url     => 'Modules/Template/Stash/XS.html',
                       uplink  => '../../..',
                       author  => 'abw',
  -                    about   => 'Experimetal high-speed stash written in XS',
  +                    about   => 'High-speed variable stash written in C',
                   
                       prev    => 'Stash_Context',
                       next    => 'Test',
  @@ -509,6 +509,19 @@
                       about   => 'Module for automating TT2 test scripts',
                   
                       prev    => 'Stash_XS',
  +                    next    => 'Toolkit',
  +                },
  +                Toolkit => {
  +                    id      => 'Toolkit',
  +                    name    => 'Template::Toolkit',
  +                    title   => 'Template::Toolkit',
  +                    podname => 'Template::Toolkit',
  +                    url     => 'Modules/Template/Toolkit.html',
  +                    uplink  => '../..',
  +                    author  => 'abw',
  +                    about   => 'Template processing system',
  +                
  +                    prev    => 'Test',
                       next    => 'Plugin_Autoformat',
                   },
                   Plugin_Autoformat => {
  @@ -521,7 +534,7 @@
                       author  => 'abw',
                       about   => 'Interface to Text::Autoformat module',
                   
  -                    prev    => 'Test',
  +                    prev    => 'Toolkit',
                       next    => 'Plugin_CGI',
                   },
                   Plugin_CGI => {
  @@ -1089,6 +1102,7 @@
   	'Template::Stash::Context' => 'Modules/Template/Stash/Context.html',
   	'Template::Stash::XS' => 'Modules/Template/Stash/XS.html',
   	'Template::Test' => 'Modules/Template/Test.html',
  +	'Template::Toolkit' => 'Modules/Template/Toolkit.html',
   	'Template::Plugin::Autoformat' => 'Modules/Template/Plugin/Autoformat.html',
   	'Template::Plugin::CGI' => 'Modules/Template/Plugin/CGI.html',
   	'Template::Plugin::Datafile' => 'Modules/Template/Plugin/Datafile.html',