source: archive/gnome/seed.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY seed-download-http "&gnome-download-http;/seed/3.2/seed-&seed-version;.tar.xz">
8 <!ENTITY seed-download-ftp "&gnome-download-ftp;/seed/3.2/seed-&seed-version;.tar.xz">
9 <!ENTITY seed-md5sum "792ac48542019bd14f8d639a9e401c0a">
10 <!ENTITY seed-size "667 KB">
11 <!ENTITY seed-buildsize "13 MB">
12 <!ENTITY seed-time "0.1 SBU">
13]>
14
15<sect1 id="seed" xreflabel="Seed-&seed-version;">
16 <?dbhtml filename="seed.html"?>
17
18
19 <title>Seed-&seed-version;</title>
20
21 <indexterm zone="seed">
22 <primary sortas="a-Seed">Seed</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Seed</title>
27
28 <para>
29 <application>Seed</application> is a JavaScript interpreter.
30 </para>
31
32 &lfs72_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&seed-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&seed-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &seed-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &seed-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &seed-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &seed-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Seed Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="gnome-js-common"/>,
73 <xref linkend="gobject-introspection"/> and
74 <xref linkend="webkitgtk"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/seed"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Seed</title>
89
90 <para>
91 Install <application>Seed</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/static-libraries.xml"/>
115
116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/gtk-doc-rebuild.xml"/>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 seed
132 </seg>
133 <seg>
134 libseed-gtk3.so
135 </seg>
136 <seg>
137 /usr/include/seed-gtk3,
138 /usr/lib/seed-gtk3,
139 /usr/share/doc/seed,
140 /usr/share/gtk-doc/html/seed and
141 /usr/share/seed-gtk3
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="seed-prog">
152 <term><command>seed</command></term>
153 <listitem>
154 <para>
155 is the command line JavaScript interpreter.
156 </para>
157 <indexterm zone="seed seed-prog">
158 <primary sortas="b-seed">seed</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="libseed-gtk3">
164 <term><filename class="libraryfile">libseed-gtk3.so</filename></term>
165 <listitem>
166 <para>
167 contains the <application>Seed</application> API functions.
168 </para>
169 <indexterm zone="seed libseed-gtk3">
170 <primary sortas="c-libseed-gtk3">libseed-gtk3.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.