From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Petit-Bianco To: rhug-rhats@sources.redhat.com Subject: info.rml and the RHUG web pages. Date: Mon, 12 Nov 2001 16:13:00 -0000 Message-ID: <200111130013.QAA32676@fencer.cygnus.com> X-SW-Source: 2001-11/msg00002.html Message-ID: <20011112161300.cPJENgdX4DmD9u0B7Jus0WX7oJfWWF-0gmWAw5mGOIs@z> I realized last week that I was updating the RHUG web site following the wrong procedure. I have two info.rml files for jython and gnu.readline. Is this how they should be written -- with regard to the use of HTML in the section? ./A 2001-11-12 Alexandre Petit-Bianco * jython/info.rml: New file. * gnu.readline/info.rml: Likewise. Index: jython/info.rml =================================================================== RCS file: info.rml diff -N info.rml --- /dev/null Tue May 5 13:32:27 1998 +++ info.rml Mon Nov 12 16:11:13 2001 @@ -0,0 +1,43 @@ + + + + + + Jython + + 2.1a3 + ok + + Jython is an implementation of the high-level, dynamic, + object-oriented language Python + seamlessly integrated with the Java platform. The predecessor + to Jython, JPython, is certified as 100% Pure Java. + + Jython is freely available for both commercial and non-commercial + use and is distributed with source code. Jython is complementary to + Java and is especially suited for the following tasks:

+ +
    +
  • Embedded scripting - Java programmers can add the + Jython libraries to their system to allow end users + to write simple or complicated scripts that add functionality + to the application. + +
  • Interactive experimentation - Jython provides an + interactive interpreter that can be used to interact with Java + packages or with running Java applications. This allows + programmers to experiment and debug any Java system using + Jython. + +
  • Rapid application development - Python + programs are typically 2-10X shorter than the equivalent Java + program. This translates directly to increased programmer + productivity. The seamless interaction between Python and Java + allows developers to freely mix the two languages both during + development and in shipping products. +
+
+
+
Index: gnu.readline/info.rml =================================================================== RCS file: info.rml diff -N info.rml --- /dev/null Tue May 5 13:32:27 1998 +++ info.rml Mon Nov 12 16:11:13 2001 @@ -0,0 +1,14 @@ + + + + + + Gnu.Readline + + 0.6 + ok + + gnu.readline is used by some applications, such as Jython. + + +