You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2014/06/03 15:16:57 UTC

svn commit: r1599534 - in /tcl/rivet/trunk: ChangeLog Makefile.in doc/xml/intro.xml

Author: mxmanghi
Date: Tue Jun  3 13:16:56 2014
New Revision: 1599534

URL: http://svn.apache.org/r1599534
Log:
acknowledgements reworded

Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/Makefile.in
    tcl/rivet/trunk/doc/xml/intro.xml

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1599534&r1=1599533&r2=1599534&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Tue Jun  3 13:16:56 2014
@@ -1,3 +1,6 @@
+2014-06-03 Massimo Manghi <mx...@apache.org>
+    * doc/xml/intro.xml: Acknowledgements reworded
+
 2014-06-02 Massimo Manghi <mx...@apache.org>
     * VERSION,configure.ac: tagging this code as 2.2.0
     * src/rivet.h,src/rivetcmds/rivetCore.c: macro CHECK_REQUEST_REC moved from rivetCore.c to rivet.h

Modified: tcl/rivet/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/Makefile.in?rev=1599534&r1=1599533&r2=1599534&view=diff
==============================================================================
--- tcl/rivet/trunk/Makefile.in (original)
+++ tcl/rivet/trunk/Makefile.in Tue Jun  3 13:16:56 2014
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -94,6 +94,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(sr
 	README TODO tclconfig/compile tclconfig/config.guess \
 	tclconfig/config.sub tclconfig/depcomp tclconfig/install-sh \
 	tclconfig/missing tclconfig/ltmain.sh \
+	$(top_srcdir)/tclconfig/compile \
 	$(top_srcdir)/tclconfig/config.guess \
 	$(top_srcdir)/tclconfig/config.sub \
 	$(top_srcdir)/tclconfig/install-sh \
@@ -450,8 +451,8 @@ $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+	@test -f $@ || rm -f stamp-h1
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 	@rm -f stamp-h1
@@ -660,10 +661,16 @@ dist-xz: distdir
 	$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+	@echo WARNING: "Support for shar distribution archives is" \
+	               "deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 	$(am__post_remove_distdir)
 
 dist-shar: distdir
+	@echo WARNING: "Support for distribution archives compressed with" \
+		       "legacy program 'compress' is deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 	$(am__post_remove_distdir)
 
@@ -705,9 +712,10 @@ distcheck: dist
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 	  && am__cwd=`pwd` \
 	  && $(am__cd) $(distdir)/_build \
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+	  && ../configure \
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
+	    --srcdir=.. --prefix="$$dc_install_base" \
 	  && $(MAKE) $(AM_MAKEFLAGS) \
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
 	  && $(MAKE) $(AM_MAKEFLAGS) check \

Modified: tcl/rivet/trunk/doc/xml/intro.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/xml/intro.xml?rev=1599534&r1=1599533&r2=1599534&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/xml/intro.xml (original)
+++ tcl/rivet/trunk/doc/xml/intro.xml Tue Jun  3 13:16:56 2014
@@ -1,4 +1,5 @@
 <section id="introduction">
+
     <title>Introduction to Apache Rivet</title>
     <para>
       Apache Rivet is a system for creating dynamic web content via a
@@ -27,15 +28,23 @@
         don't hesitate to let us know.  If you want to contribute
         directly, better yet!
     </para>
+    
     <simplesect>
         <title>Acknowledgements</title>
         <para>
-            Rivet 2.1 comes with relevant contributions provided by 
-            <emphasis>Harald Oehlmann</emphasis> (page RivetEntitites, 
-            new command ::rivet::http_accept and bugfixes), 
-            <emphasis>Cyril Shtumf</emphasis> (important bugfixes) and
-            <emphasis>Jeff Lawson</emphasis> (who introduced the 
-            shorthand syntax for string output)
+        		Rivet's development took advantage from contributions from 
+        		several users who provided whole new componenents, bug fixes and 
+        		enhancements. 
         </para>
-    </simplesect>
+        <itemizedlist>
+         	<listitem>
+         		<emphasis>Harald Oehlmann</emphasis> (now member of the Apache Tcl Team) 
+         		who wrote package RivetEntitites, command ::rivet::http_accept and filed
+         		several bug reports with relative patches
+         	</listitem>
+         	<listitem><emphasis>Cyril Shtumf</emphasis> filed several important bugfixes</listitem>
+         	<listitem><emphasis>Jeff Lawson</emphasis> who patched Rivet parser to add the 
+         	shorthand syntax for string output and filed several bug reports</listitem>
+			</itemizedlist>
+   </simplesect>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org