Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Catalyst: Users

CPAN release of Alien::GvaScript and Pod::POM::Web

 

 

Catalyst users RSS feed   Index | Next | Previous | View Threaded


laurent.dami at justice

Mar 8, 2007, 11:24 PM

Post #1 of 3 (128 views)
Permalink
CPAN release of Alien::GvaScript and Pod::POM::Web

Hi Catalysters,

This is to announce two CPAN releases that might be of interest to some
of you Web programmers.

=================================================
http://search.cpan.org/dist/Alien-GvaScript/ .
=================================================

GvaScript (pronounce "gee-vascript") is a javascript framework born in
Geneva, Switzerland (GVA is the IATA code for Geneva Cointrin
International Airport).
It is built on top of the prototype object-oriented javascript framework
(http://prototype.conio.net) and offers a number of extensions and
widgets, such as keymap handling, application-specific events,
autocompletion on input field, and a tree navigator --- see
documentation in
http://search.cpan.org/src/DAMI/Alien-GvaScript-1.00/lib/Alien/GvaScript
/html/
GvaScript is distributed using Perl tools, but the actual content of the
library is pure javascript; hence its location in the Alien namespace
(see the Alien manifesto).
GvaScript runtime library does not need Perl; you can integrate it in
any other Web programming framework. Perl is only needed for developers
who want to modify GvaScript sources and recreate a distribution
package.


=================================================
http://search.cpan.org/dist/Pod-POM-Web/
=================================================

Pod::POM::Web is a Web application for browsing the documentation of
Perl components installed on your local machine. Since pages are
dynamically generated, they are always in sync with code actually
installed.
The application offers
* a tree view for browsing through installed modules (with dynamic
expansion of branches as they are visited)
* a tree view for navigating and opening / closing sections while
visiting a documentation page
* a source code view with syntax coloring (this is an optional
feature -- see section "Optional features" <> )
* direct access to perlfunc </perldoc?perlfunc> entries (builtin
Perl functions)
* search through perlfaq </perldoc?perlfaq> headers
* fulltext search, including names of Perl variables (this is an
optional feature -- see section "Optional features" <> ).
* parsing and display of version number
* display if and when the displayed module entered Perl core.
* parsing pod links and translating them into hypertext links
* links to CPAN sites
The DHTML code for navigating through documentation trees requires a
modern browser. So far it has been tested on Microsoft Internet Explorer
6.0 and Firefox 2.0


=================================================

Enjoy ... and if you try them, please consider posting an evaluation at
http://cpanratings.perl.org/rate/?distribution=Alien-GvaScript
http://cpanratings.perl.org/rate/?distribution=Pod-POM-Web


Best regards, Laurent Dami


ryan at radianit

Mar 9, 2007, 2:03 AM

Post #2 of 3 (144 views)
Permalink
Re: CPAN release of Alien::GvaScript and Pod::POM::Web [In reply to]

Dami Laurent (PJ) wrote:
>
> Hi Catalysters,
>
> This is to announce two CPAN releases that might be of interest to
> some of you Web programmers.
>
> =================================================
> _http://search.cpan.org/dist/Alien-GvaScript/_ .
> =================================================
>
Very cool, thanks.

I needed adjust one of tests to work on linux.

--- boilerplate.t.orig 2007-03-09 09:59:16.000000000 +0000
+++ boilerplate.t 2007-03-09 09:57:54.000000000 +0000
@@ -45,4 +45,4 @@
);
}

-module_boilerplate_ok('lib\Alien\GvaScript.pm');
+module_boilerplate_ok('lib/Alien/GvaScript.pm');


_______________________________________________
List: Catalyst [at] lists
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/


mromani at ottotecnica

Mar 9, 2007, 2:46 AM

Post #3 of 3 (127 views)
Permalink
Re: CPAN release of Alien::GvaScript and Pod::POM::Web [In reply to]

Dami Laurent (PJ) ha scritto:
> Hi Catalysters,
>
> This is to announce two CPAN releases that might be of interest to some
> of you Web programmers.
>
> =================================================
> _http://search.cpan.org/dist/Alien-GvaScript/_ .
> =================================================
>
> GvaScript (pronounce "gee-vascript") is a javascript framework born in
> Geneva, Switzerland (GVA is the IATA code for Geneva Cointrin
> International Airport).
>
> It is built on top of the* prototype* object-oriented javascript
> framework (_http://prototype.conio.net_) and offers a number of
> extensions and widgets, such as keymap handling, application-specific
> events, autocompletion on input field, and a tree navigator --- see
> documentation in
> _http://search.cpan.org/src/DAMI/Alien-GvaScript-1.00/lib/Alien/GvaScript/html/_
>
>
> GvaScript is distributed using Perl tools, but the actual content of the
> library is pure javascript; hence its location in the Alien namespace
> (see the Alien manifesto).
>
> GvaScript runtime library does not need Perl; you can integrate it in
> any other Web programming framework. Perl is only needed for developers
> who want to modify GvaScript sources and recreate a distribution package.
>
>
> =================================================
> _http://search.cpan.org/dist/Pod-POM-Web/_
> =================================================
>
> Pod::POM::Web is a Web application for browsing the documentation of
> Perl components installed on your local machine. Since pages are
> dynamically generated, they are always in sync with code actually installed.
>
> The application offers
>
> o a tree view for browsing through installed modules (with
> dynamic expansion of branches as they are visited)
> o a tree view for navigating and opening / closing sections
> while visiting a documentation page
> o a source code view with syntax coloring (this is an optional
> feature -- see section _"Optional features"_)
> o direct access to _perlfunc_ <file:///perldoc?perlfunc>
> entries (builtin Perl functions)
> o search through _perlfaq_ <file:///perldoc?perlfaq> headers
> o fulltext search, including names of Perl variables (this is
> an optional feature -- see section _"Optional features"_).
> o parsing and display of version number
> o display if and when the displayed module entered Perl core.
> o parsing pod links and translating them into hypertext links
> o links to CPAN sites
>
> The DHTML code for navigating through documentation trees requires a
> modern browser. So far it has been tested on Microsoft Internet Explorer
> 6.0 and Firefox 2.0
>
>
> =================================================
>
> Enjoy ... and if you try them, please consider posting an evaluation at
> _http://cpanratings.perl.org/rate/?distribution=Alien-GvaScript_
> _http://cpanratings.perl.org/rate/?distribution=Pod-POM-Web_
>
>
> Best regards, Laurent Dami
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> List: Catalyst [at] lists
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
> Dev site: http://dev.catalyst.perl.org/

Wow! Very cool. Thanks for sharing this.

--
Marcello Romani
Responsabile IT
Ottotecnica s.r.l.
http://www.ottotecnica.com

_______________________________________________
List: Catalyst [at] lists
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst [at] lists/
Dev site: http://dev.catalyst.perl.org/

Catalyst users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.