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/04 00:22:44 UTC

svn commit: r1599814 - in /tcl/rivet/branches/2.2: ./ ChangeLog Makefile.in doc/ doc/images/home.png doc/images/next.png doc/images/prev.png doc/images/up.png doc/rivet.css doc/rivet.xsl doc/xml/install.xml doc/xml/intro.xml

Author: mxmanghi
Date: Tue Jun  3 22:22:44 2014
New Revision: 1599814

URL: http://svn.apache.org/r1599814
Log:
    * 2.2/: merging changes from trunk


Modified:
    tcl/rivet/branches/2.2/   (props changed)
    tcl/rivet/branches/2.2/ChangeLog
    tcl/rivet/branches/2.2/Makefile.in
    tcl/rivet/branches/2.2/doc/   (props changed)
    tcl/rivet/branches/2.2/doc/images/home.png
    tcl/rivet/branches/2.2/doc/images/next.png
    tcl/rivet/branches/2.2/doc/images/prev.png
    tcl/rivet/branches/2.2/doc/images/up.png
    tcl/rivet/branches/2.2/doc/rivet.css
    tcl/rivet/branches/2.2/doc/rivet.xsl
    tcl/rivet/branches/2.2/doc/xml/install.xml
    tcl/rivet/branches/2.2/doc/xml/intro.xml

Propchange: tcl/rivet/branches/2.2/
------------------------------------------------------------------------------
  Merged /tcl/rivet/trunk:r1599312-1599813

Modified: tcl/rivet/branches/2.2/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/ChangeLog?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/ChangeLog (original)
+++ tcl/rivet/branches/2.2/ChangeLog Tue Jun  3 22:22:44 2014
@@ -1,3 +1,9 @@
+2014-06-03 Massimo Manghi <mx...@apache.org>
+    * 2.2/: merging changes from trunk
+    * doc/xml/intro.xml: Acknowledgements reworded into a list
+    * doc/images/: logo has now a transparent background, navigation icons colors turned into a greenish tint
+    * rivet.xsl,rivet.css: new style based on a green gamut to make pages visually different from Rivet 2.1
+
 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/branches/2.2/Makefile.in
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/Makefile.in?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/Makefile.in (original)
+++ tcl/rivet/branches/2.2/Makefile.in Tue Jun  3 22:22:44 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 \

Propchange: tcl/rivet/branches/2.2/doc/
------------------------------------------------------------------------------
  Merged /tcl/rivet/trunk/doc:r1599312-1599813

Modified: tcl/rivet/branches/2.2/doc/images/home.png
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/images/home.png?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
Binary files - no diff available.

Modified: tcl/rivet/branches/2.2/doc/images/next.png
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/images/next.png?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
Binary files - no diff available.

Modified: tcl/rivet/branches/2.2/doc/images/prev.png
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/images/prev.png?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
Binary files - no diff available.

Modified: tcl/rivet/branches/2.2/doc/images/up.png
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/images/up.png?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
Binary files - no diff available.

Modified: tcl/rivet/branches/2.2/doc/rivet.css
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/rivet.css?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/doc/rivet.css (original)
+++ tcl/rivet/branches/2.2/doc/rivet.css Tue Jun  3 22:22:44 2014
@@ -22,25 +22,26 @@ PRE.SCREEN
         border-right: solid #009999 2px;
         border-top: solid #009999 2px;
         border-bottom: solid #009999 2px;
-
         padding-left: 15pt;
 }
 
 PRE.PROGRAMLISTING
 {
-        font-family:monospace;
+        font-family: monospace;
         white-space: pre;
-        width: 95%;
-        background-color: #ffffcc;
-        border:solid;
-        color: #000000;
+        width:  95%;
+        background-color: #eeffee;
+        border: solid;
+        color:  #000000;
         border-color: #009999;
-        border-left: solid #009999 2px;
-        border-right: solid #009999 2px;
-        border-top: solid #009999 2px;
-        border-bottom: solid #009999 2px;
+        border-left: solid #009999 1px;
+        border-right: solid #009999 1px;
+        border-top: solid #009999 1px;
+        border-bottom: solid #009999 1px;
         font-size:  normal;
-        padding-left: 15pt;
+        padding-top:    1em;
+        padding-left:   1em;
+        padding-bottom: 1em;
 }
 
 H1
@@ -80,9 +81,9 @@ H2
 {       
         COLOR: #ffffff ;
         font-style: italic;
-        BACKGROUND-color: #a0a0d0;
-        BORDER: solid 3px #606090;
-        PADDING: 1px
+        BACKGROUND-color: #a0d0a0;
+        BORDER: solid 3px #609060;
+        PADDING: 5px
 }
 
 TABLE.IMPORTANT
@@ -261,7 +262,7 @@ P.C2 {
 
 DIV.NAVFOOTER {
         color: #000000;
-        background-color: #EFEFF8;
+        background-color: #DFFFDF;
         padding: 5px;
         margin-top: 10px;
         width: 100%;
@@ -279,7 +280,7 @@ DIV.NUKEFOOTER {
 
 DIV.NAVHEADER {
         color: #000000;
-        background-color: #EFEFF8;
+        background-color: #DFFFDF;
         padding: 5px;
         margin-bottom: 10px;
         width: 100%;
@@ -295,7 +296,11 @@ DIV.EXAMPLE,DIV.TOC {
         padding-left: 10px;
         padding-right: 10px;
         color: #000000;
-        background-color: #EFF8F8;
+        background-color: #E8FFE8;
+}
+DIV.EXAMPLE {
+        border: thin dotted #22AA22;
+        background-color: #EEE;
 }
 
 DIV.TOC {

Modified: tcl/rivet/branches/2.2/doc/rivet.xsl
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/rivet.xsl?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/doc/rivet.xsl (original)
+++ tcl/rivet/branches/2.2/doc/rivet.xsl Tue Jun  3 22:22:44 2014
@@ -122,7 +122,7 @@
 
   <xsl:template match="cmdsynopsis">
     <div class="{name(.)}" style="width:80%">
-      <div style="background:#ccccff ; margin:1ex ; padding:.4ex; padding-left: 0.8ex; 
+      <div style="border: 1px solid #282; margin:1ex ; padding:.4ex; padding-left: 0.8ex; 
 	word-spacing:1ex ">
 	<xsl:call-template name="anchor"/>
 	<xsl:apply-templates/>
@@ -331,9 +331,10 @@
 	  </pre>
 	</xsl:when>
 	<xsl:otherwise>
-	  <pre style="background:#ccc; margin: 2ex; margin-right: 10%; 
+	  <!-- pre style="background:#ccc; margin: 2ex; margin-right: 10%; 
 	    padding: 1ex; border: dashed black 1px ; white-space: pre;
-	    font-family: monospace; font-size: 90%;" class="{name(.)}">
+	    font-family: monospace; font-size: 90%;" class="{name(.)}" -->
+	  <pre class="{name(.)}">
 	    <xsl:apply-templates/>
 	  </pre>
 	</xsl:otherwise>

Modified: tcl/rivet/branches/2.2/doc/xml/install.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/xml/install.xml?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/doc/xml/install.xml (original)
+++ tcl/rivet/branches/2.2/doc/xml/install.xml Tue Jun  3 22:22:44 2014
@@ -2,7 +2,7 @@
     <title>Apache Rivet Installation</title>
     <procedure>
         <para> 
-            Rivet 2.1 runs with the Apache 2.2.x and 2.4.x HTTP web server. 
+            Rivet 2.2 runs with the Apache 2.2.x and 2.4.x HTTP web server. 
             It is known to build and run on various Linux distributions 
             (Debian &amp; Ubuntu, Redhat, SuSE and CentOS), FreeBSD and OpenBSD. For some
             of these Unix-like operative systems 
@@ -10,7 +10,7 @@
             are already available for download.
         </para>
         <para>
-            Currently there is no way to run Apache Rivet 2.1 on Windows&copy; because            
+            Currently there is no way to run Apache Rivet 2.2 on Windows&copy; because            
             Rivet currently requires the 
             <ulink url="http://httpd.apache.org/docs/2.2/mod/prefork.html">prefork</ulink>, which
             is supported only on Unix/Linux systems. Efforts are under way to extend the support to the 

Modified: tcl/rivet/branches/2.2/doc/xml/intro.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.2/doc/xml/intro.xml?rev=1599814&r1=1599813&r2=1599814&view=diff
==============================================================================
--- tcl/rivet/branches/2.2/doc/xml/intro.xml (original)
+++ tcl/rivet/branches/2.2/doc/xml/intro.xml Tue Jun  3 22:22:44 2014
@@ -11,7 +11,6 @@
       meet these goals, we have chosen the Tcl programming language to
       combine with the Apache Web Server.
     </para>
-
     <para>
       In this manual, we aim to help get you started, and then
       writing productive code as quickly as possible, as well as
@@ -27,15 +26,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