GREAT! One suggestion though, would it make sense to split the APIs from programs? Currently, "S" index is filled with APIs that most of the users only scroll.
On Thu, Mar 7, 2013 at 7:25 PM, Zbigniew Jędrzejewski-Szmek < [email protected]> wrote: > --- > Results look like http://keszybz.github.com/systemd/. > > man/custom-html.xsl | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/man/custom-html.xsl b/man/custom-html.xsl > index 906ddc5..a38c18d 100644 > --- a/man/custom-html.xsl > +++ b/man/custom-html.xsl > @@ -40,6 +40,18 @@ > <xsl:text>index.html</xsl:text> > </xsl:attribute> > <xsl:text>Index </xsl:text> > + </a>· > + <a> > + <xsl:attribute name="href"> > + <xsl:text>systemd.directives.html</xsl:text> > + </xsl:attribute> > + <xsl:text>Directives </xsl:text> > + </a>· > + <a> > + <xsl:attribute name="href"> > + <xsl:text>python-systemd/index.html</xsl:text> > + </xsl:attribute> > + <xsl:text>Python </xsl:text> > </a> > <hr/> > </xsl:template> > -- > 1.8.1.4 > > _______________________________________________ > systemd-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/systemd-devel >
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
