gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1594 - Extractor GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r1594 - Extractor GNUnet-docs/WWW
Date: Mon, 1 Aug 2005 20:48:18 -0700 (PDT)

Author: grothoff
Date: 2005-08-01 20:48:17 -0700 (Mon, 01 Aug 2005)
New Revision: 1594

Modified:
   Extractor/README
   GNUnet-docs/WWW/encoding.php3
Log:
stuff

Modified: Extractor/README
===================================================================
--- Extractor/README    2005-08-02 03:45:36 UTC (rev 1593)
+++ Extractor/README    2005-08-02 03:48:17 UTC (rev 1594)
@@ -27,16 +27,23 @@
 include:
 * libvorbisfile
 * zlib (compression library)
-* glib 2.2
 * c++ compiler
 * libltdl (from GNU libtool)
+* GNU gettext
+* glib 2.6
 * gtk 2.6 (for thumbnails, gdk-pixbuf)
-* GNU gettext
 
+You need the _static_, relocatable version of glib and gtk
+here, so make sure you have a libgobject-2.0.a installed.
+Alternatively, compile with --without-glib (disables some
+plugins)
+
 When building libextractor binaries, please make sure all of these
 dependencies are available.  Otherwise the build system may
 automatically build only a subset of libextractor.
 
+Note however that the build will fail at compile time if only the 
+shared library of glib/gtk is installed.
 
 
 Writing plugins

Modified: GNUnet-docs/WWW/encoding.php3
===================================================================
--- GNUnet-docs/WWW/encoding.php3       2005-08-02 03:45:36 UTC (rev 1593)
+++ GNUnet-docs/WWW/encoding.php3       2005-08-02 03:48:17 UTC (rev 1594)
@@ -20,12 +20,10 @@
 
 H3("NBlocks");
 BP();
-W("An <tt>NBlock</tt> is, simply speaking, an advertisement for a namespace.");
-W("The <tt>NBlock</tt> is supposed to contain metadata describing the content 
of the namespace, in particular the root of the namespace.");
-W("The format of an <tt>NBlock</tt> is almost the same as that of an 
<tt>SBlock</tt>.");
-W("In particular, the <tt>NBlock</tt> is signed using the content provider's 
RSA private key.");
-W("By convention, the identifier of the <tt>NBlock</tt> must be chosen to be 
all-zeros.");
-W("This allows peers to search for <tt>NBlock</tt> in order to find out more 
about a namespace.");
+W("An <tt>NBlock</tt> is a signed advertisement for a namespace.");
+W("The <tt>NBlock</tt> contains metadata describing the content of the 
namespace, in particular the identifier for the root of the namespace.");
+W("The <tt>NBlock</tt> is signed with the content provder's RSA private key.");
+W("Peers can search for <tt>NBlock</tt>s in order to find out more about a 
namespace.");
 EP();
 
 H3("KNBlocks");





reply via email to

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