Typo on web page
[pipeglade.git] / www-template / index.html
blob482bd838a92a140172d8035798968b759043edd3
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="style.css" type="text/css" media="all">
5 <title>PIPEGLADE</title>
6 <meta name="author" content="Bert Burgemeister">
7 </head>
8 <body>
9 <div class="mandoc">
10 <div class="section">
11 <h1>PIPEGLADE<br />
12 Graphical User Interfaces, The UNIX Way</h1>
13 <p>
14 Pipeglade is a helper program that displays graphical user
15 interfaces for other programs. It renders the GUI definition
16 found in a GtkBuilder file (created using
17 the
18 <a href="http://glade.gnome.org">Glade Interface
19 Designer</a>), and communicates with the main program solely
20 via pipes or fifos.
21 <p>
22 To have its GUI rendered by pipeglade, a program must be able to
23 <ul class="list list-dash">
24 <li class="list list-dash">
25 send plain text commands to standard output or a named
26 pipe and/or
27 <li class="list list-dash">
28 receive and parse simple plain text messages from standard
29 input or a named pipe.
30 </ul>
31 Pipeglade strives for simplicity; it provides access to a
32 subset of the features available in GTK+ v3.2. Widgets able to
33 communicate via pipeglade include
34 <ul class="list list-dash">
35 <li class="list list-dash">
36 text labels and images,
37 <li class="list list-dash">
38 statusbars and progress indicators,
39 <li class="list list-dash">
40 various kinds of buttons, spinbuttons and scales/sliders,
41 <li class="list list-dash">
42 comboboxes and menus,
43 <li class="list list-dash">
44 various text and tabular inputs,
45 <li class="list list-dash">
46 various standard dialog windows,
47 <li class="list list-dash">
48 calendars,
49 <li class="list list-dash">
50 drawing areas
51 <li class="list list-dash">
52 XEmbed sockets displaying other processes. (Pipeglade can
53 also embed itself into an XEmbed socket of another process.)
54 </ul>
55 <p>
56 <div class="subsection">
57 <h2>DOCUMENTATION</h2>
58 Pipeglade has a manual page:
59 <a href="pipeglade.1.html">pipeglade(1)[HTML]</a>,
60 <a href="pipeglade.1.pdf">pipeglade(1)[PDF]</a>
61 </div>
62 <div class="subsection">
63 <h2>SOURCE CODE</h2>
64 <ul class="list list-dash">
65 <li class="list list-dash">
66 Download pipeglade v_PUT_VERSION_HERE_:
67 <a href="http://github.com/trebb/pipeglade/archive/_PUT_VERSION_HERE_.tar.gz">
68 pipeglade-_PUT_VERSION_HERE_.tar.gz</a>
69 <li class="list list-dash">
70 <a href="http://github.com/trebb/pipeglade">GitHub</a>
71 </ul>
72 </div>
73 <div class="subsection">
74 <h2>EXAMPLE</h2>
75 The shell script <a href="clock.sh.txt">clock.sh</a> uses
76 pipeglade to display an analog clock on the interface
77 defined in <a href="clock.ui.txt">clock.ui</a>.
78 <p>
79 <img src="clock.png" width="300">
80 </div>
81 <div class="subsection">
82 <h2>LICENSE</h2>
83 <!-- replace_with_license_text -->
84 </div>
85 </div>
86 </div>
87 </body>
88 </html>