pereinar 2002/06/15 07:12:13 Modified: src/contribute config.cfg Added: src/contribute/docs .cvsignore config.cfg Log: Making contribute/docs a DocSet, thereby avoiding the long list of links on the contribute page. Revision Changes Path 1.5 +3 -24 modperl-docs/src/contribute/config.cfg Index: config.cfg =================================================================== RCS file: /home/cvs/modperl-docs/src/contribute/config.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- config.cfg 10 Jun 2002 21:35:26 -0000 1.4 +++ config.cfg 15 Jun 2002 14:12:13 -0000 1.5 @@ -25,26 +25,10 @@ }, ], - chapters => [qw( - docs/style.pod - docs/changes_file.pod - docs/maintenance.pod + docsets => [qw( + docs )], - links => [ - { - id => 'doc_template', - link => 'docs/doc_template.pod', - title => 'Document Template', - abstract => 'When creating new documents, use this template.' - }, - { - id => 'changes_template', - link => 'docs/Changes_template.pod', - title => 'Changes Template', - abstract => 'Example document for the Changes file' - }, - ], - + group => 'Contribute by Sharing Code', chapters => [qw( share_code.pod @@ -60,11 +44,6 @@ }, ], - copy_glob => [qw( - docs/doc_template.pod - docs/Changes_template.pod - )], - ); 1; 1.1 modperl-docs/src/contribute/docs/.cvsignore Index: .cvsignore =================================================================== cache.*.dat 1.1 modperl-docs/src/contribute/docs/config.cfg Index: config.cfg =================================================================== use vars qw(@c); @c = ( id => 'contribute_docs', title => "How to Contribute to the Documentation", abstract => "How to contribute to the mod_perl documentation: style, tools, etc.", chapters => [qw( style.pod changes_file.pod maintenance.pod )], links => [ { id => 'doc_template', link => 'doc_template.pod', title => 'Document Template', abstract => 'When creating new documents, use this template.' }, { id => 'changes_template', link => 'Changes_template.pod', title => 'Changes Template', abstract => 'Example document for the Changes file' }, ], copy_glob => [qw( doc_template.pod Changes_template.pod )], ); 1;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]