public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: rhug-rhats@sources.redhat.com
Subject: info.rml and the RHUG web pages.
Date: Thu, 08 Nov 2001 21:32:00 -0000	[thread overview]
Message-ID: <200111130013.QAA32676@fencer.cygnus.com> (raw)


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>

WARNING: multiple messages have this Message-ID
From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: rhug-rhats@sources.redhat.com
Subject: info.rml and the RHUG web pages.
Date: Mon, 12 Nov 2001 16:13:00 -0000	[thread overview]
Message-ID: <200111130013.QAA32676@fencer.cygnus.com> (raw)
Message-ID: <20011112161300.cPJENgdX4DmD9u0B7Jus0WX7oJfWWF-0gmWAw5mGOIs@z> (raw)

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>

             reply	other threads:[~2001-11-13  0:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-08 21:32 Alexandre Petit-Bianco [this message]
2001-11-12 16:13 ` Alexandre Petit-Bianco

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200111130013.QAA32676@fencer.cygnus.com \
    --to=apbianco@cygnus.com \
    --cc=rhug-rhats@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).