Author: ken
Date: Mon Sep 9 08:57:23 2013
New Revision: 11804
Log:
Reinstate seahorse, recommend it for epiphany.
Added:
trunk/BOOK/gnome/applications/seahorse.xml
- copied unchanged from r11803, trunk/BOOK/archive/gnome/seahorse.xml
Deleted:
trunk/BOOK/archive/gnome/seahorse.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/gnome/applications/applications.xml
trunk/BOOK/gnome/applications/epiphany.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Sep 8 17:15:41 2013 (r11803)
+++ trunk/BOOK/general.ent Mon Sep 9 08:57:23 2013 (r11804)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "08"> <!-- Always 2 digits -->
+<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "September 8th, &year;">
+<!ENTITY releasedate "September 9th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/gnome/applications/applications.xml
==============================================================================
--- trunk/BOOK/gnome/applications/applications.xml Sun Sep 8 17:15:41
2013 (r11803)
+++ trunk/BOOK/gnome/applications/applications.xml Mon Sep 9 08:57:23
2013 (r11804)
@@ -36,6 +36,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gucharmap.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nautilus.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="network-manager-applet.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seahorse.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="totem.xml"/>
</chapter>
Modified: trunk/BOOK/gnome/applications/epiphany.xml
==============================================================================
--- trunk/BOOK/gnome/applications/epiphany.xml Sun Sep 8 17:15:41 2013
(r11803)
+++ trunk/BOOK/gnome/applications/epiphany.xml Mon Sep 9 08:57:23 2013
(r11804)
@@ -87,7 +87,8 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="nss"/>
+ <xref linkend="nss"/>,
+ <xref linkend="seahorse"/> (at runtime, for managing stored passwords)
</para>
<para condition="html" role="usernotes">User Notes:
Copied: trunk/BOOK/gnome/applications/seahorse.xml (from r11803,
trunk/BOOK/archive/gnome/seahorse.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/gnome/applications/seahorse.xml Mon Sep 9 08:57:23 2013
(r11804, copy of r11803, trunk/BOOK/archive/gnome/seahorse.xml)
@@ -0,0 +1,180 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY seahorse-download-http
"&gnome-download-http;/seahorse/3.8/seahorse-&seahorse-version;.tar.xz">
+ <!ENTITY seahorse-download-ftp
"&gnome-download-ftp;/seahorse/3.8/seahorse-&seahorse-version;.tar.xz">
+ <!ENTITY seahorse-md5sum "7b75ceef33aac972e782f09a5b1eaddf">
+ <!ENTITY seahorse-size "2.0 MB">
+ <!ENTITY seahorse-buildsize "60 MB">
+ <!ENTITY seahorse-time "0.3 SBU">
+]>
+
+<sect1 id="seahorse" xreflabel="Seahorse-&seahorse-version;">
+ <?dbhtml filename="seahorse.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Seahorse-&seahorse-version;</title>
+
+ <indexterm zone="seahorse">
+ <primary sortas="a-Seahorse">Seahorse</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Seahorse</title>
+
+ <para>
+ <application>Seahorse</application> is a graphical interface for
+ managing and using encryption keys. Currently it supports PGP
+ keys (using GPG/GPGME) and SSH keys.
+ </para>
+
+ &lfs73_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&seahorse-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&seahorse-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &seahorse-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &seahorse-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &seahorse-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &seahorse-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Seahorse Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gcr"/>,
+ <xref linkend="gpgme"/>,
+ <xref linkend="gnupg"/> or
+ <xref linkend="gnupg2"/>,
+ <xref linkend="libsecret"/> and
+ <xref linkend="yelp-xsl"/>
+ </para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="libsoup"/> and
+ <xref linkend="openssh"/> (for managing ssh keys)
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="avahi"/> and
+ <xref linkend="openldap"/>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/seahorse"/>
+ </para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Seahorse</title>
+
+ <para>
+ Install <application>Seahorse</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &&
+make</userinput></screen>
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ seahorse
+ </seg>
+ <seg>
+ None
+ </seg>
+ <seg>
+ /usr/lib/seahorse,
+ /usr/share/help/*/seahorse and
+ /usr/share/seahorse
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="seahorse-prog">
+ <term><command>seahorse</command></term>
+ <listitem>
+ <para>
+ is the graphical interface for managing and using
+ encryption keys.
+ </para>
+ <indexterm zone="seahorse seahorse-prog">
+ <primary sortas="b-seahorse">seahorse</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Sep 8 17:15:41
2013 (r11803)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Sep 9 08:57:23
2013 (r11804)
@@ -44,6 +44,15 @@
-->
<listitem>
+ <para>September 9th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Reinstate seahorse, link to it from epiphany.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 8th, 2013</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page