gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3803 - GNUnet/doc/man GNUnet-docs/WWW gnunet-gtk


From: grothoff
Subject: [GNUnet-SVN] r3803 - GNUnet/doc/man GNUnet-docs/WWW gnunet-gtk
Date: Sun, 19 Nov 2006 22:02:36 -0800 (PST)

Author: grothoff
Date: 2006-11-19 22:02:30 -0800 (Sun, 19 Nov 2006)
New Revision: 3803

Modified:
   GNUnet-docs/WWW/gnunetgtk.php3
   GNUnet-docs/WWW/hacking_afs.php3
   GNUnet-docs/WWW/philosophy.php3
   GNUnet/doc/man/gnunet-insert.1
   gnunet-gtk/TODO
Log:
fixing mantis 1089

Modified: GNUnet/doc/man/gnunet-insert.1
===================================================================
--- GNUnet/doc/man/gnunet-insert.1      2006-11-20 05:56:18 UTC (rev 3802)
+++ GNUnet/doc/man/gnunet-insert.1      2006-11-20 06:02:30 UTC (rev 3803)
@@ -93,7 +93,7 @@
 
 .TP
 \fB\-D\fR, \fB\-\-disable\-direct\fR
-Disable direct indexing information that would otherwise refer to files inside 
of directories directly.  Without \-D, contents can be found directly using 
keywords extracted with libextractor.  Use \-D if you index directories with 
many similar files that are adequately described using keywords for the 
directory and for which individual references would unduely pollte the global 
keyword search space.  Also use \-D to disable libextractor for individual file 
uploads.  This way you can ensure that a file will only be referenced using the 
keywords that you are specifying explicitly.
+Disable direct indexing information that would otherwise refer to files inside 
of directories directly.  Without \-D, contents can be found directly using 
keywords extracted with libextractor.  Use \-D if you index directories with 
many similar files that are adequately described using keywords for the 
directory and for which individual references would unduely pollte the global 
keyword search space.  Also use \-D to disable libextractor for individual file 
publications.  This way you can ensure that a file will only be referenced 
using the keywords that you are specifying explicitly.
 
 .TP
 \fB\-e\fR, \fB\-\-extract\fR

Modified: GNUnet-docs/WWW/gnunetgtk.php3
===================================================================
--- GNUnet-docs/WWW/gnunetgtk.php3      2006-11-20 05:56:18 UTC (rev 3802)
+++ GNUnet-docs/WWW/gnunetgtk.php3      2006-11-20 06:02:30 UTC (rev 3803)
@@ -62,7 +62,7 @@
 echo "<ul>\n";
 LILI("#fs-status", "Status");
 LILI("#fs-search", "Searching and Downloading");
-LILI("#fs-upload", "Upload");
+LILI("#fs-publication", "Publication");
 LILI("#fs-advanced", "Advanced");
 echo "</ul>\n";
 EP();
@@ -79,8 +79,7 @@
 W("The download list can also be used to abort downloads.");
 W("The &quot;Clear&quot;-button can be used to clear completed downloads from 
the list (the downloaded files will not be deleted).");
 P();
-W("Finally the upload list shows active uploads and their progress.");
-W("Uploads cannot be aborted.");
+W("Finally the publication list shows active publications and their 
progress.");
 EP();
 
 ANCHOR("fs-search");
@@ -118,24 +117,24 @@
 W("Then, the next time you restart <tt>gnunet-gtk</tt>, they will 
automatically continue.");
 EP();
 
-ANCHOR("fs-upload");
-H3("Uploading");
+ANCHOR("fs-publication");
+H3("Publishing");
 
 BP();
 IMG("gnunet-gtk-fs-upload.png",
-    "gnunet-gtk file-sharing upload page",
+    "gnunet-gtk file-sharing publication page",
     "CENTER",732,464);
 
-W("In order to upload a file to GNUnet, you should first choose between 
insertion and indexing.");
-W("If you want to upload an entire directory tree, select 
&quot;recursive;&quot;.");
+W("In order to share a file to GNUnet, you should first choose between 
insertion and indexing.");
+W("If you want to publish an entire directory tree, select 
&quot;recursive;&quot;.");
 W("You can the enter a filename or use the &quot;Browse&quot; button to browse 
the local filesystem for files.");
-W("Finally, press the &quot;Upload&quot; button.");
+W("Finally, press the &quot;Publish&quot; button.");
 W("This will open another dialog in which you can provide metadata about the 
file.");
 W("The dialog will likely already contain metadata that was inferred by %s.",
   intlink_("http://gnunet.org/libextractor/index.php";, "libextractor"));
 W("Feel free to add additional keywords, descriptions or even change the 
preview.");
 W("Note that the total size of the metadata must be below 60.000 bytes, so 
large previews will not work.");
-W("Once you have completed the metadata dialog, the upload will start.");
+W("Once you have completed the metadata dialog, the publication will start.");
 W("You can watch its progress in the status tab.");
 EP();
 

Modified: GNUnet-docs/WWW/hacking_afs.php3
===================================================================
--- GNUnet-docs/WWW/hacking_afs.php3    2006-11-20 05:56:18 UTC (rev 3802)
+++ GNUnet-docs/WWW/hacking_afs.php3    2006-11-20 06:02:30 UTC (rev 3803)
@@ -59,7 +59,7 @@
 W("The client is expected to be event-driven.");
 W("When the FSUI library is initialized, the user-interface code must provide 
a callback function.");
 W("This function is called for all FSUI events, such as progress (downloading, 
inserting), search results or completed actions (download complete, upload 
complete).");
-W("After initializing FSUI, clients can initiate various actions, such as 
searching, downloading or uploading data.");
+W("After initializing FSUI, clients can initiate various actions, such as 
searching, downloading or publishing data.");
 W("Note that many FSUI operations are asynchronous, that is the client calls a 
function to initiate a transaction, and the function will return instantly 
while using additional threads to continue the operation.");
 W("Some of these asynchronous operations can be aborted early, but not all.");
 

Modified: GNUnet-docs/WWW/philosophy.php3
===================================================================
--- GNUnet-docs/WWW/philosophy.php3     2006-11-20 05:56:18 UTC (rev 3802)
+++ GNUnet-docs/WWW/philosophy.php3     2006-11-20 06:02:30 UTC (rev 3803)
@@ -172,7 +172,7 @@
 W("Anonymity is never absolute.");
 W("While there are various %s that can help quantify the level of anonymity 
that a given mechanism provides, there is no such thing as complete anonymity.",
   extlink_("papers/tmAnon.ps", "scientific metrics"));
-W("GNUnet allows users to select for each operation (upload, search, download) 
the desired level of anonymity.");
+W("GNUnet allows users to select for each operation (publish, search, 
download) the desired level of anonymity.");
 W("The metric used is the amount of cover traffic available to hide the 
request.");
 W("While this metric is not as good as the theoretical metric given in %s, it 
is probably the best metric available to a peer with a purely local view of the 
world that does not rely on unreliable external information.",
  extlink_("papers/tmAnon.ps", "scientific metrics"));

Modified: gnunet-gtk/TODO
===================================================================
--- gnunet-gtk/TODO     2006-11-20 05:56:18 UTC (rev 3802)
+++ gnunet-gtk/TODO     2006-11-20 06:02:30 UTC (rev 3803)
@@ -1,6 +1,5 @@
 0.7.1:
-- support new FSUI apis: [pre0]
-  * test, test, test!
+- fix FS stop/clear buttons [pre1]
 - disable inactive buttons (if no search/download 
   is selected to operate on) [ medium ] [pre1]
 - highlight active downloads in search list [ easy ] [pre1]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]