public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
* info.rml and the RHUG web pages.
@ 2001-11-08 21:32 Alexandre Petit-Bianco
  2001-11-12 16:13 ` Alexandre Petit-Bianco
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Petit-Bianco @ 2001-11-08 21:32 UTC (permalink / raw)
  To: rhug-rhats


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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* info.rml and the RHUG web pages.
  2001-11-08 21:32 info.rml and the RHUG web pages Alexandre Petit-Bianco
@ 2001-11-12 16:13 ` Alexandre Petit-Bianco
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Petit-Bianco @ 2001-11-12 16:13 UTC (permalink / raw)
  To: rhug-rhats

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-13  0:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-08 21:32 info.rml and the RHUG web pages Alexandre Petit-Bianco
2001-11-12 16:13 ` Alexandre Petit-Bianco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).