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 2010/05/17 19:03:11 UTC

svn commit: r945239 - in /tcl/site/rivet: css/ css/rivet.css static/download.html static/rn-2_0_0.html

Author: mxmanghi
Date: Mon May 17 17:03:11 2010
New Revision: 945239

URL: http://svn.apache.org/viewvc?rev=945239&view=rev
Log:
update pages about donwloading. Add css directory for holding stylesheets, add INSTALL file using the svn:externals property
of svn and having it pointing to the tags/2.0.0/INSTALL file (this reference is made through 'http', instead
of 'https' in order to prevent unwanted commits for this file)

Added:
    tcl/site/rivet/css/
    tcl/site/rivet/css/rivet.css
Modified:
    tcl/site/rivet/static/download.html
    tcl/site/rivet/static/rn-2_0_0.html

Added: tcl/site/rivet/css/rivet.css
URL: http://svn.apache.org/viewvc/tcl/site/rivet/css/rivet.css?rev=945239&view=auto
==============================================================================
--- tcl/site/rivet/css/rivet.css (added)
+++ tcl/site/rivet/css/rivet.css Mon May 17 17:03:11 2010
@@ -0,0 +1,280 @@
+/* */
+
+* {
+    margin:		0px;
+    padding:		0px;
+}
+
+body {
+
+}
+
+#announces {
+/*  border-top:		2px solid black; */
+    border-bottom:	2px solid black;
+    padding:		2.0em auto;
+    font-size:		1.5em; 
+}
+
+#announces>div {
+    margin:		0.7em auto;
+}
+
+#bigcontainer {
+    padding-right:	4em;
+}
+
+div#pageheadline {
+/*  position:		absolute;	*/
+    top:		0px;
+    left:		0px;
+    height:		105px;
+    padding:		2px;
+/*  border:		1px solid red;	*/
+/*  width:		805px;		*/
+}
+
+div.headline {
+    moz-box-shadow:	10px 10px 5px #888;
+    font-size:			22pt;
+    text-align:		left;
+    margin-left:		170px;
+    padding:			0.5em;
+    margin-top:		20px;
+    margin-bottom:	20px;
+    position:   		relative;
+/*  width:		20em;		*/
+    border:				1px solid blue; 
+}
+
+div.decoration {
+    float:				left;
+/*  
+    width:	     	100px;
+    background-color: 	lightblue; 
+*/
+}
+
+div#pagecontents {
+/*    position:	    	absolute;	*/
+    margin-top:		1em;
+    top:	    			105px;
+    left:	    		0px;
+/*  border:	    	1px solid green; */
+/*  width:	    	804px;		 */
+}
+
+#pagecontents img {
+     border:			1px solid black;
+     padding:			1px;
+}
+
+div.navbar {
+/*  width:	    	10em;		*/
+    width:				160px;
+    position:	    	relative;
+    padding:	    	2px;
+    font-family:		Arial,sans-serif;
+    font-size:			0.8em;
+/*  border:	    	1px dashed Navy; */
+}
+
+div.navleft {
+    float:	    	left;
+}
+
+div.navright {
+    float:	    	right;
+}
+
+div.staticmenu {
+    margin-top:	   2px;
+    margin-bottom:	1em;
+/*  border:	    	1px solid blue; */
+}
+
+div.menuheader {
+    border-top:		1px solid black;
+    padding-top:	4px;
+    padding-bottom:	4px;
+    background-color: 	#eee;
+}
+
+span.navitem {
+/*  font-size:	    	70%;		*/
+    display:	    	block;
+    margin:		0.5em;
+}
+
+span.navitem a {
+    text-decoration:	none;
+    padding:		2px;
+}
+
+span.navitem a:hover {
+    background-color:	#eee;
+    border:		1px solid #808080;
+}
+
+div#content {
+    margin-top:	    	2px;
+    font-size:		10pt;
+    position:	    	relative;
+    margin-left:    	162px;		
+/*  margin-right:   	162px;		*/
+/*  border:	    	1px solid red;  */
+    text-align:	    	justify;
+    padding:	    	0.5em;
+/*  width:		60em;		*/
+    font-family:	Arial,sans-serif;
+/*  background-color:	#ffff99;	*/
+}
+
+#content p {
+    margin:		0.8em auto;
+}
+
+#last_modified {
+    border-top:		1px solid #ccc;
+    font-size:		80%;
+    padding:		5px;
+    text-align:		right;
+    margin-top:		2em;
+}
+
+.example-contents p {
+    width:		90%;
+}
+
+.example-contents pre {
+    margin:		auto 5% auto 5%;
+}
+
+.foto {
+    float:  		left;
+    margin-right:   	0.5em;
+}
+
+#intestazione {
+    top:		0px;
+    left:		103px;
+/*  width:		604px;		*/
+}
+
+#intestazione img {
+    top:	    	0px;
+}
+
+#footer .rightaligned {
+    margin-right:	1em;
+    text-align:		right;
+    width:		50%;
+    float:		right;
+}
+
+#footer .leftaligned {
+    margin-left:	0.5em;
+    text-align:		left;
+    width:		40%;
+    float:		left;
+}
+
+div#footer {
+    margin-top:	    	0.3em;
+    border:	    	1px dotted red;
+    background-color: 	#cf9;
+    height:	    	1.5em;
+}
+
+.contentheadline {
+    text-align:	 	center;
+    font-size:		150%;
+    font-weight:	bold;
+    border-bottom:	1px solid #ccc;
+    margin-bottom:	1em;
+}
+
+ul {
+    margin-top:	    	0.8em;
+    margin-left:    	2em;
+}
+
+.clearfloats {
+    clear:		both;
+}
+
+code {
+    margin:		1em 2em;
+    border:		1px dashed black;
+    background-color:	#f0f0f0;
+    padding:		0.2em 2em;
+}
+
+pre.code {
+    padding:		1ex;
+}
+
+blockquote {
+    font-size:		smaller;
+    font-style:		italic;
+}
+
+span.type {
+    color:		#4682B4;
+}
+
+td {
+    padding:		0.5em;
+}
+
+td.code {
+    font-size: 		smaller;
+    background-color:	black;
+    border:		1em solid white;
+    color:		white;
+}
+
+.programlisting {
+    background:	    #ddd; 
+    margin:	    2ex; 
+    margin-right:   10%;       
+    padding:	    1ex; 
+    border:	    dashed black 1px ; 
+    white-space:    pre;      
+    font-family:    monospace; 
+    font-size:	    90%;
+}
+
+span.variable-name {
+	 color: #228b22;
+} /* font-lock-variable-name-face */
+
+span.comment {
+	color: #ff7f24;
+} /* font-lock-comment-face */
+
+span.keyword {
+	color: #00ffff;
+} /* font-lock-keyword-face */
+
+span.function-name {
+	color: #87cefa;
+} /* font-lock-function-name-face */
+
+li {
+    margin:	1em;
+}
+
+#maincontent div.sez:first-child {
+    border-top:	    none;
+    margin-top:	    2em auto;
+}
+
+div.sez {
+    margin:	    2em auto;
+    border-top:	    1px solid #ccc;
+}
+
+div.sez h4 {
+    margin-top:	    0.5em;
+}

Modified: tcl/site/rivet/static/download.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/download.html?rev=945239&r1=945238&r2=945239&view=diff
==============================================================================
--- tcl/site/rivet/static/download.html (original)
+++ tcl/site/rivet/static/download.html Mon May 17 17:03:11 2010
@@ -85,12 +85,14 @@
   </p>
  </div>
  <div class="sez">
-  <h4>RPM Packages for Rivet</h4>
+  <h4>RPM</h4>
   <p>
-			Harald Oelhmann kindly made an rpm package of Rivet 2.0.0 for <a href="">SuSE</a>
+			Harald Oelhmann packaged Rivet 2.0.0 in a rpm file for 
+			<a href="http://download.opensuse.org/repositories/Apache:/Modules/">SuSE</a>
 , while Jeff Lawson created a 
-			<a href="">spec file</a>
- that can be used to create other rpms out of the source code.
+			<a href="http://svn.rpmforge.net/viewvc/rpmforge/trunk/rpms/mod_rivet/">spec file</a>
+ that can be 
+			used to create other rpms out of the source code.
 		      </p>
  </div>
  <div class="sez">
@@ -112,11 +114,11 @@
 
 
 		    </div>
-		    
+		    <div id="last_modified">Last Modified: 17-05-2010 16:50:13 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
-		<!--div class="leftaligned">:</div>
-		<div class="rightaligned">:</div-->
+		<!--div class="leftaligned">:Massimo Manghi</div>
+		<div class="rightaligned">:17-05-2010 16:50:13</div-->
 		<div>
 		    <table align="center" width="100%">
 			<tr>

Modified: tcl/site/rivet/static/rn-2_0_0.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/rn-2_0_0.html?rev=945239&r1=945238&r2=945239&view=diff
==============================================================================
--- tcl/site/rivet/static/rn-2_0_0.html (original)
+++ tcl/site/rivet/static/rn-2_0_0.html Mon May 17 17:03:11 2010
@@ -103,7 +103,7 @@
   <ul>
    <li>
 			    In <tt>
-     <a href="/docs/INSTALL">INSTALL</a>
+     <a href="../docs/INSTALL">INSTALL</a>
     </tt>
  the switch <i>--with-tcl=</i>
  of <tt>configure</tt>
@@ -138,11 +138,11 @@
 
 
 		    </div>
-		    
+		    <div id="last_modified">Last Modified: 17-05-2010 16:50:13 UTC</div>
 		</div>
 		<div class="clearfloats"></div>
 		<!--div class="leftaligned">: $Author: Massimo Manghi</div>
-		<div class="rightaligned">:</div-->
+		<div class="rightaligned">:17-05-2010 16:50:13</div-->
 		<div>
 		    <table align="center" width="100%">
 			<tr>



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