This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

info.rml and the RHUG web pages.



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 <description> section?

./A

2001-11-12  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE rhug-info SYSTEM "../rhug-info.dtd">
+<rhug-info>
+
+  <project id="jython">
+    <name>Jython</name>
+    <home href="http://www.jython.org";></home>
+    <version>2.1a3</version>
+    <status>ok</status>
+    <description>
+      Jython is an implementation of the high-level, dynamic,
+      object-oriented language <A HREF="http://www.python.org";>Python</A>
+      seamlessly integrated with the <A
+      HREF="http://www.javasoft.com";>Java</A> platform.  The predecessor
+      to Jython, JPython, is certified as <A
+      HREF="http://www.javasoft.com/100percent/";>100% Pure Java</A>.
+    
+      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:</P>
+    
+      <UL>
+        <LI><B>Embedded scripting</B> - 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.
+    
+        <LI><B>Interactive experimentation</B> - 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.
+    
+        <LI><B>Rapid application development</B> - 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.
+      </UL>
+    </description>
+  </project>
+</rhug-info>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE rhug-info SYSTEM "../rhug-info.dtd">
+<rhug-info>
+
+  <project id="gnu.readline">
+    <name>Gnu.Readline</name>
+    <home href="http://www.bablokb.de/java/readline.html";></home>
+    <version>0.6</version>
+    <status>ok</status>
+    <description>
+      <tt>gnu.readline</tt> is used by some applications, such as Jython.
+    </description>
+  </project>
+</rhug-info>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]