gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: doc: some svn->git fixes an


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: doc: some svn->git fixes and comments.
Date: Mon, 21 Aug 2017 01:33:25 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 0d0b7af9c doc: some svn->git fixes and comments.
0d0b7af9c is described below

commit 0d0b7af9c0e51775bac348b7d289634b63056755
Author: ng0 <address@hidden>
AuthorDate: Sun Aug 20 23:33:08 2017 +0000

    doc: some svn->git fixes and comments.
---
 doc/chapters/developer.texi | 45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

diff --git a/doc/chapters/developer.texi b/doc/chapters/developer.texi
index 1ca854cba..172e46b01 100644
--- a/doc/chapters/developer.texi
+++ b/doc/chapters/developer.texi
@@ -169,36 +169,35 @@ GNUnet sub-projects in order of likely relevance are 
currently:
 
 @table @asis
 
address@hidden svn/gnunet Core of the P2P framework, including file-sharing, 
VPN and
address@hidden gnunet Core of the P2P framework, including file-sharing, VPN and
 chat applications; this is what the developer handbook covers mostly
address@hidden svn/gnunet-gtk/ Gtk+-based user interfaces, including 
gnunet-fs-gtk
address@hidden gnunet-gtk Gtk+-based user interfaces, including gnunet-fs-gtk
 (file-sharing), gnunet-statistics-gtk (statistics over time),
 gnunet-peerinfo-gtk (information about current connections and known peers),
 gnunet-chat-gtk (chat GUI) and gnunet-setup (setup tool for "everything")
address@hidden svn/gnunet-fuse/ Mounting directories shared via GNUnet's 
file-sharing on Linux
address@hidden svn/gnunet-update/ Installation and update tool
address@hidden svn/gnunet-ext/
-Template for starting 'external' GNUnet projects
address@hidden svn/gnunet-java/ Java
-APIs for writing GNUnet services and applications
address@hidden svn/gnunet-www/ Code
-and media helping drive the GNUnet website
address@hidden svn/eclectic/ Code to run
address@hidden gnunet-fuse Mounting directories shared via GNUnet's 
file-sharing on Linux
address@hidden gnunet-update Installation and update tool
address@hidden gnunet-ext Template for starting 'external' GNUnet projects
address@hidden gnunet-java Java APIs for writing GNUnet services and 
applications
address@hidden ** FIXME: Point to new website repository once we have it:
address@hidden ** @item svn/gnunet-www/ Code and media helping drive the GNUnet 
website
address@hidden eclectic Code to run
 GNUnet nodes on testbeds for research, development, testing and evaluation
address@hidden svn/gnunet-qt/ qt-based GNUnet GUI (dead?)
address@hidden svn/gnunet-cocoa/
-cocoa-based GNUnet GUI (dead?)
address@hidden ** FIXME: Solve the status and location of gnunet-qt
address@hidden gnunet-qt qt-based GNUnet GUI (dead?)
address@hidden gnunet-cocoa cocoa-based GNUnet GUI (dead?)
 
 @end table
 
 We are also working on various supporting libraries and tools:
address@hidden ** FIXME: What about gauger, and what about libmwmodem?
 
 @table @asis
address@hidden svn/Extractor/ GNU libextractor (meta data extraction)
address@hidden svn/libmicrohttpd/ GNU libmicrohttpd (embedded HTTP(S) server 
library)
address@hidden svn/gauger/ Tool for performance regression analysis
address@hidden svn/monkey/ Tool for automated debugging of distributed systems
address@hidden svn/libmwmodem/ Library for accessing satellite connection 
quality reports
address@hidden libextractor GNU libextractor (meta data extraction)
address@hidden libmicrohttpd GNU libmicrohttpd (embedded HTTP(S) server library)
address@hidden gauger Tool for performance regression analysis
address@hidden monkey Tool for automated debugging of distributed systems
address@hidden libmwmodem Library for accessing satellite connection quality 
reports
 @end table
 
 Finally, there are various external projects (see links for a list of those
@@ -209,7 +208,7 @@ that have a public website) which build on top of the 
GNUnet framework.
 @section Code overview
 
 This section gives a brief overview of the GNUnet source code. Specifically, we
-sketch the function of each of the subdirectories in the @code{gnunet/src/}
+sketch the function of each of the subdirectories in the @file{gnunet/src/}
 directory. The order given is roughly bottom-up (in terms of the layers of the
 system).
 @table @asis
@@ -872,9 +871,9 @@ gnunet-ext template to provide an easy to use skeleton.
 gnunet-ext contains the build environment and template files for the
 development of GNUnet services, command line tools, APIs and tests.
 
-First of all you have to obtain gnunet-ext from SVN:
+First of all you have to obtain gnunet-ext from git:
 
address@hidden co https://gnunet.org/svn/gnunet-ext}
address@hidden clone https://gnunet.org/git/gnunet-ext.git}
 
 The next step is to bootstrap and configure it. For configure you have to
 provide the path containing GNUnet with @code{--with-gnunet=/path/to/gnunet}
@@ -1725,7 +1724,7 @@ porting of GNUnet easier.
 GNUnet is able to log its activity, mostly for the purposes of debugging the
 program at various levels.
 
address@hidden defines several @strong{log levels}:
address@hidden defines several @strong{log levels}:
 @table @asis
 
 @item ERROR for errors (really problematic situations, often leading to

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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