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 2012/07/13 17:24:17 UTC

svn commit: r1361277 - in /tcl/site/rivet: doap_rivet.rdf static/download.html static/file_download.html

Author: mxmanghi
Date: Fri Jul 13 15:24:17 2012
New Revision: 1361277

URL: http://svn.apache.org/viewvc?rev=1361277&view=rev
Log:
update download page with info about FreeBSD. Updated project doap file and example of file download

Modified:
    tcl/site/rivet/doap_rivet.rdf
    tcl/site/rivet/static/download.html
    tcl/site/rivet/static/file_download.html

Modified: tcl/site/rivet/doap_rivet.rdf
URL: http://svn.apache.org/viewvc/tcl/site/rivet/doap_rivet.rdf?rev=1361277&r1=1361276&r2=1361277&view=diff
==============================================================================
--- tcl/site/rivet/doap_rivet.rdf (original)
+++ tcl/site/rivet/doap_rivet.rdf Fri Jul 13 15:24:17 2012
@@ -20,7 +20,7 @@
     <homepage rdf:resource="http://tcl.apache.org/rivet/" />
     <asfext:pmc rdf:resource="http://tcl.apache.org" />
     <shortdesc>Server-side Tcl programming system combining ease of use and power</shortdesc>
-    <description>Apache Rivet is a system for creating dynamic web content via the Tcl programming language integrated with Apache Web Server. It is designed to be fast, powerful and extensible, consume few system resources, be easy to learn, and to provide the user with a platform that can also be used for other programming tasks outside the web (GUI's, system administration tasks, text processing, database manipulation, XML, and so on). In order to meet these goals Tcl programming language was chosen to combine with the Apache HTTP Server.
+    <description>Apache Rivet is a system for creating dynamic web content via the Tcl programming language integrated with Apache Web Server. It is designed to be fast, powerful and extensible, consume few system resources, be easy to learn, and to provide the user with a platform that can also be used for other programming tasks outside the web (GUI's, system administration tasks, text processing, database manipulation, XML, and so on). In order to meet these goals Tcl programming language was chosen to combine with the Apache HTTP Server.
 </description>
     <bug-database rdf:resource="https://issues.apache.org/bugzilla/buglist.cgi?quicksearch=Rivet" />
     <mailing-list rdf:resource="http://mail-archives.apache.org/mod_mbox/tcl-rivet-dev/" />
@@ -30,20 +30,20 @@
     <release>
       <Version>
         <name>rivet-2.0</name>
-        <created>2011-09-23</created>
-        <revision>2.0.4</revision>
+        <created>2012-06-26</created>
+        <revision>2.0.5</revision>
       </Version>
     </release>
     <repository>
       <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/tcl/rivet/"/>
-        <browse rdf:resource="http://svn.apache.org/repos/asf/tcl/rivet/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/tcl/rivet/" />
+        <browse rdf:resource="http://svn.apache.org/repos/asf/tcl/rivet/" />
       </SVNRepository>
     </repository>
     <maintainer>
       <foaf:Person>
         <foaf:name>Massimo Manghi</foaf:name>
-          <foaf:mbox rdf:resource="mailto:mxmanghi@apache.org"/>
+          <foaf:mbox rdf:resource="mailto:mxmanghi@apache.org" />
       </foaf:Person>
     </maintainer>
   </Project>

Modified: tcl/site/rivet/static/download.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/download.html?rev=1361277&r1=1361276&r2=1361277&view=diff
==============================================================================
--- tcl/site/rivet/static/download.html (original)
+++ tcl/site/rivet/static/download.html Fri Jul 13 15:24:17 2012
@@ -52,9 +52,11 @@
   <h4>RPM</h4>
   <p>
 		    Jeff Lawson prepared a 
-		    <a href="http://svn.rpmforge.net/viewvc/rpmforge/trunk/rpms/mod_rivet/">.spec file</a>
+		    <a href="https://github.com/repoforge/rpms/tree/master/specs/mod_rivet/">.spec file</a>
 
-		    for RPMforge that can be used to build an .rpm out of the source code.
+		    for RPMforge that can be used to build an .rpm out of the source code. 
+            <a href="http://repoforge.org/use/">Installation instructions</a>
+ are available at Repoforge.
 		    </p>
  </div>
  <div class="sez">
@@ -76,6 +78,13 @@
 		    </p>
  </div>
  <div class="sez">
+  <h4>FreeBSD</h4>
+  <p>
+                Peter Lai is maintaining a <a href="http://www.freebsd.org/">FreeBSD</a>
+ port available as <b>www/mod_rivet</b>
+  </p>
+ </div>
+ <div class="sez">
   <h4>Development code on SVN</h4>
   <p>
    <b>Apache Rivet</b>
@@ -94,7 +103,7 @@
 
 
                 <div class="contentbottom">
-                    <div id="last_modified">Last Modified: 06-03-2012 21:50:16 UTC</div>
+                    <div id="last_modified">Last Modified: 12-07-2012 22:41:08 UTC</div>
                 </div>
             </div>
 

Modified: tcl/site/rivet/static/file_download.html
URL: http://svn.apache.org/viewvc/tcl/site/rivet/static/file_download.html?rev=1361277&r1=1361276&r2=1361277&view=diff
==============================================================================
--- tcl/site/rivet/static/file_download.html (original)
+++ tcl/site/rivet/static/file_download.html Fri Jul 13 15:24:17 2012
@@ -96,10 +96,10 @@ if {[var exists pdfname]} {
 
         puts $pdf
     } else {
-        source pdf_not_found_error.rvt
+        parse pdf_not_found_error.rvt
     }
 } else {
-    source parameter_not_defined_error.rvt
+    parse parameter_not_defined_error.rvt
 }
 </pre>
   <p>



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