Hi, the patch looks good to me. I'll apply it in a minute
Thanks! Naomi Phillips transcribed 4.9K bytes: > Hi, I've got a few more changes to the docs to reflect recent gnunet-gtk > changes, as I was only paying attention to one chapter last time. > -- > Naomi Phillips > From 4f18a13bbe5816f7be7087d5f972118de4aec0f0 Mon Sep 17 00:00:00 2001 > From: Naomi Phillips <[email protected]> > Date: Sat, 9 Mar 2019 21:23:43 -0500 > Subject: [PATCH] Update docs to reflect more gnunet-gtk changes > > --- > doc/handbook/chapters/developer.texi | 3 ++- > doc/handbook/chapters/installation.texi | 12 ++++++------ > doc/handbook/chapters/keyconcepts.texi | 2 +- > 3 files changed, 9 insertions(+), 8 deletions(-) > > diff --git a/doc/handbook/chapters/developer.texi > b/doc/handbook/chapters/developer.texi > index 8bea7e321..d2e8870e0 100644 > --- a/doc/handbook/chapters/developer.texi > +++ b/doc/handbook/chapters/developer.texi > @@ -202,7 +202,8 @@ Gtk+-based user interfaces, including: > @item @command{gnunet-statistics-gtk} (statistics over time), > @item @command{gnunet-peerinfo-gtk} > (information about current connections and known peers), > -@item @command{gnunet-chat-gtk} (chat GUI) and > +@item @command{gnunet-namestore-gtk} (GNS record editor), > +@item @command{gnunet-conversation-gtk} (voice chat GUI) and > @item @command{gnunet-setup} (setup tool for "everything") > @end itemize > > diff --git a/doc/handbook/chapters/installation.texi > b/doc/handbook/chapters/installation.texi > index b7c59ac7d..fdcc41caa 100644 > --- a/doc/handbook/chapters/installation.texi > +++ b/doc/handbook/chapters/installation.texi > @@ -295,8 +295,8 @@ Currently these interfaces cover: > @item Peer Information > @item GNU Name System > @item File Sharing > -@item Identity Management > @item Conversation > +@item Setup > @end itemize > > @node Statistics > @@ -305,7 +305,7 @@ Currently these interfaces cover: > > We assume that you have started gnunet via @code{gnunet-arm} or via your > system-provided method for starting services. > -First, you should launch GNUnet gtk. > +First, you should launch GNUnet's graphical statistics interface. > You can do this from the command-line by typing > > @example > @@ -318,7 +318,7 @@ least if your peer has been running for more than a few > seconds). The > lines indicate how many other peers your peer is connected to (via > different mechanisms) and how large the entire overlay network is > currently estimated to be. The X-axis represents time (in seconds > -since the start of @command{gnunet-gtk}). > +since the start of @command{gnunet-statistics-gtk}). > > You can click on "Traffic" to see information about the amount of > bandwidth your peer has consumed, and on "Storage" to check the amount > @@ -336,8 +336,8 @@ whatever it is you are looking at the Gtk+ interface > describes a > @subsection Peer Information > @c %**end of header > > -First, you should launch the graphical user interface. You can do > -this from the command-line by typing > +First, you should launch the peer information graphical user interface. > +You can do this from the command-line by typing > > @example > $ gnunet-peerinfo-gtk > @@ -402,7 +402,7 @@ This chapter will describe the various configuration > options in GNUnet. > The easiest way to configure your peer is to use the > @command{gnunet-setup} tool. > @command{gnunet-setup} is part of the @command{gnunet-gtk} > -application. You might have to install it separately. > +package. You might have to install it separately. > > Many of the specific sections from this chapter actually are linked from > within @command{gnunet-setup} to help you while using the setup tool. > diff --git a/doc/handbook/chapters/keyconcepts.texi > b/doc/handbook/chapters/keyconcepts.texi > index 829fed82e..4b49a7ffb 100644 > --- a/doc/handbook/chapters/keyconcepts.texi > +++ b/doc/handbook/chapters/keyconcepts.texi > @@ -246,7 +246,7 @@ encryption as the link-encryption between the nodes. > GNUnet has > encryption on the network layer (link encryption, confidentiality, > authentication) and again on the application layer (provided > by @command{gnunet-publish}, @command{gnunet-download}, > -@command{gnunet-search} and @command{gnunet-gtk}). > +@command{gnunet-search} and @command{gnunet-fs-gtk}). > > Refer to the following paper for more: > Christian Grothoff, Krista Grothoff, Tzvetan Horozov, > -- > 2.21.0 > > _______________________________________________ > GNUnet-developers mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gnunet-developers _______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
