various manual tweaks

git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-documentation@1208 b067294f-1dea-0310-9683-c47a78595994
This commit is contained in:
mallum
2005-09-26 15:52:39 +00:00
parent 30f3cf8f94
commit 497e35d280
3 changed files with 14 additions and 120 deletions

View File

@@ -648,7 +648,7 @@
<para>
The 'action' syntax is the same as above. You should use gconftool
or gconf-editor to set documented keys under /apps/matchbox.
or gconf-editor to set documented keys under <filename>/apps/matchbox</filename>.
</para>
@@ -1084,7 +1084,9 @@
<para>
The menu structure is defined by .directory files found in
<filename>(install prefix)/share/matchbox/vfolders</filename> ( See the section on matchbox-desktop for
<filename>(install prefix)/share/matchbox/vfolders</filename> ( See the section on <ulink
url="mbdesktop.html">matchbox-desktop</ulink>
for
more info ).
</para>
@@ -1106,7 +1108,7 @@
<tip>
<title>Tip</title>
<para>
Menu entrys from Debian style /usr/lib/menu entry's will also be used
Menu entrys from Debian style <filename>/usr/lib/menu</filename> entry's will also be used
if the <envar>MB_USE_DEB_MENUS</envar> environmental variable is set.
</para>
@@ -1363,7 +1365,7 @@
<para>
A simple example is;
<programlisting>
<screen>
[Desktop Entry]
Name=Figment
Comment=An Outliner
@@ -1371,7 +1373,7 @@
Icon=figment.png
Type=Application
Categories=Application;Core;
</programlisting>
</screen>
</para>
<para>
@@ -1414,7 +1416,7 @@
</section>
</section>
<section>
<section id="help">
<title>Obtaining Further Help</title>
<para>
For further help please visit the <ulink
@@ -1424,7 +1426,7 @@
</para>
<para>
Please send feature requests and bug
reports to the <ulink url="http://bugs.openedhand.com" type="http">Matchbox
reports to the <ulink url="http://bugzilla.openedhand.com" type="http">Matchbox
bug tracking database</ulink>.
</para>
<para>
@@ -1495,25 +1497,21 @@
by the usual;
</para>
<para>
<programlisting>
<screen>
% ./configure
% make
% sudo make install
</programlisting>
</screen>
</para>
<para>
You can see the various compile time options for enabling extra
features and dependencies by running.
</para>
<para>
<programlisting>
<screen>
% ./configure --help
</programlisting> </para>
<para>
<ulink type="http"
url="http://projects.o-hand.com/matchbox/whatis.shtml">What is matchbox</ulink> gives more information on each optional dependency.
</screen>
</para>
<section><title>Inter Dependencies</title>
<para>
Virtually all packages are dependant on libmatchbox. You should build
@@ -1528,7 +1526,7 @@
is you intend to run <emphasis>only</emphasis> the window manager with no bells and
whistles such as themeing. This build option is intended mainly for
platforms where resources are very low or you want a quick and
dependency free window manager for testing on a new platform
dependency free window manager for testing on a new platform.
</para>
<para>
If you decide to install the matchbox-panel or matchbox-desktop
@@ -1566,9 +1564,6 @@
</para></listitem>
<listitem><para>pkg-config --version must report 0.9.0 or later</para></listitem> </itemizedlist>
</para>
<para>
If you plan on submitting patches please diff them against CVS.
</para>
</section>
</section>

View File

@@ -1,33 +0,0 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0">
<xsl:import href="file:///usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl"/>
<xsl:param name="html.stylesheet" select="'mb.css'"/>
<!-- <xsl:param name="admon.graphics" select="1"/> -->
<!--
<xsl:template name="article.titlepage">
<div id="header">
<h1><xsl:value-of select="articleinfo/title"/></h1>
</div>
<xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/authorgroup"/>
<xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="articleinfo/author"/>
</xsl:template>
<xsl:template match="articleinfo/author" mode="titlepage.mode">
<div class="{name(.)}">
<b><xsl:call-template name="person.name"/></b>
<xsl:text> </xsl:text>
<xsl:apply-templates mode="titlepage.mode" select="./email"/>
</div>
</xsl:template>
-->
<xsl:template name="user.footer.content">
<div id="footer">&#x00A9; 2005 <a href="http://www.o-hand.com">Opened Hand Ltd</a>.</div>
</xsl:template>
</xsl:stylesheet>

View File

@@ -1,68 +0,0 @@
body {
margin: 2em;
padding-top: 0px;
background-color: white;
font-family: sans-serif;
color: black;
}
#header {
margin: -2em;
margin-bottom: 0em;
background: url(ohside.png) no-repeat right top;
height: 100px;
}
#header h1 {
color: #069;
margin-left: 2em;
padding-top: 20px;
padding-right: 100px;
font-size: 200%;
text-align: right;
}
#footer {
color: #aaa;
text-align: center;
font-size: 11px;
}
#footer a {
color: inherit;
text-decoration: none;
}
.tip {
background: #dfdfbc;
border: dashed 1px;
padding: 5px;
}
.tip h3 {
color: #7b7b54;
}
.variablelist {
}
.section {
margin-top: 40px;
}
.section table {
border: 0px;
background: #ddd;
}
.section td {
border: 0px;
background: #eee;
padding: 2px;
}
.section th {
background: #ccf;
border: 0px;
}