[svn:parrot] r37351 - in trunk: . lib/Parrot/Docs/Section

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Mar 12 08:09:24 UTC 2009


Author: fperrad
Date: Thu Mar 12 08:09:24 2009
New Revision: 37351
URL: https://trac.parrot.org/parrot/changeset/37351

Log:
[doc] remove languages

Deleted:
   trunk/lib/Parrot/Docs/Section/Languages.pm
Modified:
   trunk/MANIFEST
   trunk/lib/Parrot/Docs/Section/Parrot.pm

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST	Thu Mar 12 07:46:06 2009	(r37350)
+++ trunk/MANIFEST	Thu Mar 12 08:09:24 2009	(r37351)
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Wed Mar 11 20:48:41 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Thu Mar 12 08:07:48 2009 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -1496,7 +1496,6 @@
 lib/Parrot/Docs/Section/Examples.pm                         [devel]lib
 lib/Parrot/Docs/Section/IMCC.pm                             [devel]lib
 lib/Parrot/Docs/Section/Info.pm                             [devel]lib
-lib/Parrot/Docs/Section/Languages.pm                        [devel]lib
 lib/Parrot/Docs/Section/Libs.pm                             [devel]lib
 lib/Parrot/Docs/Section/Ops.pm                              [devel]lib
 lib/Parrot/Docs/Section/PDDs.pm                             [devel]lib

Deleted: trunk/lib/Parrot/Docs/Section/Languages.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Languages.pm	Thu Mar 12 08:09:24 2009	(r37350)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,78 +0,0 @@
-# Copyright (C) 2004-2009, Parrot Foundation.
-# $Id$
-
-=head1 NAME
-
-Parrot::Docs::Section::Languages - Languages documentation section
-
-=head1 SYNOPSIS
-
-    use Parrot::Docs::Section::Languages;
-
-=head1 DESCRIPTION
-
-A documentation section describing Parrot's client languages.
-
-=head2 Class Methods
-
-=over
-
-=cut
-
-package Parrot::Docs::Section::Languages;
-
-use strict;
-use warnings;
-
-use base qw( Parrot::Docs::Section );
-
-=item C<new()>
-
-Returns a new section.
-
-=cut
-
-sub new {
-    my $self = shift;
-
-    return $self->SUPER::new(
-        'Language Implementations',
-        'languages.html',
-        '',
-        $self->new_item( '', 'languages/t/harness' ),
-        $self->new_section( 'abc',         'abc.html',        '', 'languages/abc' ),
-        $self->new_section( 'BASIC',       'basic.html',      '', 'languages/BASIC' ),
-        $self->new_section( 'BF',          'bf.html',         '', 'languages/bf' ),
-        $self->new_section( 'C99',         'c99.html',        '', 'languages/c99' ),
-        $self->new_section( 'Cardinal',    'cardinal.html',   '', 'languages/cardinal' ),
-        $self->new_section( 'ChitChat',    'chitchat.html',   '', 'languages/chitchat' ),
-        $self->new_section( 'Common Lisp', 'lisp.html',       '', 'languages/lisp' ),
-        $self->new_section( '.Net',        'dotnet.html',     '', 'languages/dotnet' ),
-        $self->new_section( 'ecmascript',  'ecmascript.html', '', 'languages/ecmascript' ),
-        $self->new_section( 'forth',       'forth.html',      '', 'languages/forth' ),
-        $self->new_section( 'Jako',        'jako.html',       '', 'languages/jako' ),
-        $self->new_section( 'lolcode',     'lolcode.html',    '', 'languages/lolcode' ),
-        $self->new_section( 'Ook!',        'ook.html',        '', 'languages/ook' ),
-        $self->new_section( 'pheme',       'pheme.html',      '', 'languages/pheme' ),
-        $self->new_section( 'PIR',         'pir.html',        '', 'languages/PIR' ),
-        $self->new_section( 'POD',         'pod.html',        '', 'languages/pod' ),
-        $self->new_section( 'Pynie',       'pynie.html',      '', 'languages/pynie' ),
-        $self->new_section( 'Regex',       'regex.html',      '', 'languages/regex' ),
-        $self->new_section( 'Scheme',      'scheme.html',     '', 'languages/scheme' ),
-        $self->new_section( 'Squaak',      'squaak.html',     '', 'languages/squaak' ),
-        $self->new_section( 'URM',         'urm.html',        '', 'languages/urm' ),
-    );
-}
-
-=back
-
-=cut
-
-1;
-
-# Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
-#   fill-column: 100
-# End:
-# vim: expandtab shiftwidth=4:

Modified: trunk/lib/Parrot/Docs/Section/Parrot.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Parrot.pm	Thu Mar 12 07:46:06 2009	(r37350)
+++ trunk/lib/Parrot/Docs/Section/Parrot.pm	Thu Mar 12 08:09:24 2009	(r37351)
@@ -40,7 +40,6 @@
 #use Parrot::Docs::Section::Libs;
 use Parrot::Docs::Section::Tools;
 use Parrot::Docs::Section::Compilers;
-#use Parrot::Docs::Section::Languages;
 #use Parrot::Docs::Section::Config;
 #use Parrot::Docs::Section::Tests;
 use Parrot::Docs::Section::PDDs;
@@ -166,8 +165,6 @@
 
 =item C<Parrot::Docs::Section::Compilers>
 
-=item C<Parrot::Docs::Section::Languages>
-
 =item C<Parrot::Docs::Section::Config>
 
 =item C<Parrot::Docs::Section::Tests>


More information about the parrot-commits mailing list