[C-MPI-commits] SF.net SVN: c-mpi:[68] docs/manual
Status: Pre-Alpha
Brought to you by:
jmwozniak
|
From: <jmw...@us...> - 2010-05-05 15:59:36
|
Revision: 68
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=68&view=rev
Author: jmwozniak
Date: 2010-05-05 15:59:26 +0000 (Wed, 05 May 2010)
Log Message:
-----------
Docs fixes.
Modified Paths:
--------------
docs/manual/manual.xml
docs/manual/sf-post.zsh
Modified: docs/manual/manual.xml
===================================================================
--- docs/manual/manual.xml 2010-05-05 15:56:25 UTC (rev 67)
+++ docs/manual/manual.xml 2010-05-05 15:59:26 UTC (rev 68)
@@ -11,12 +11,12 @@
<section id="overview">
<title>Overview</title>
<para>
- This manual provides reference material for the Content-MPI
- (C-MPI) DHT.
+ This manual provides reference material for the Content-MPI
+ (C-MPI) DHT.
</para>
<para>
- C-MPI provides a key/value store for distributed computing
- over MPI.
+ C-MPI provides a key/value store for distributed computing
+ over MPI.
</para>
</section>
Modified: docs/manual/sf-post.zsh
===================================================================
--- docs/manual/sf-post.zsh 2010-05-05 15:56:25 UTC (rev 67)
+++ docs/manual/sf-post.zsh 2010-05-05 15:59:26 UTC (rev 68)
@@ -3,6 +3,10 @@
# Post HTML to SourceForge
USER=$1
+[[ ${USER} == "" ]] && print "No USER!" && exit 1
+DIR=$( dirname $0 )
+cd ${DIR}
+
HTML=( index.html manual.html )
scp ${HTML} ${USER},c-...@we...:htdocs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|