From b08747d5c660361d8c29397ddd3f895c8e613ae5 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sun, 16 May 2004 00:50:06 +0000 Subject: [PATCH] Added ChangeLog.xsl and links, Daniel --- doc/API.html | 2 +- doc/ChangeLog.xsl | 105 +++++++++++++++++++++++++++++++++++++++ doc/EXSLT/bugs.html | 2 +- doc/EXSLT/docs.html | 2 +- doc/EXSLT/downloads.html | 2 +- doc/EXSLT/help.html | 2 +- doc/EXSLT/index.html | 2 +- doc/EXSLT/intro.html | 2 +- doc/FAQ.html | 2 +- doc/bugs.html | 2 +- doc/contribs.html | 2 +- doc/docbook.html | 2 +- doc/docs.html | 2 +- doc/downloads.html | 2 +- doc/extensions.html | 2 +- doc/help.html | 2 +- doc/index.html | 2 +- doc/internals.html | 2 +- doc/intro.html | 2 +- doc/news.html | 2 +- doc/python.html | 2 +- doc/site.xsl | 1 + doc/xsltproc2.html | 2 +- 23 files changed, 127 insertions(+), 21 deletions(-) create mode 100644 doc/ChangeLog.xsl diff --git a/doc/API.html b/doc/API.html index 05e29ad6..23127742 100644 --- a/doc/API.html +++ b/doc/API.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - The programming API
Action against software patentsGnome2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for Gnome

The programming API

Main Menu
Related links
API Indexes

Okay this section is clearly incomplete. But integrating libxslt into your + The programming API
Action against software patentsGnome2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for Gnome

The programming API

Main Menu
Related links
API Indexes

Okay this section is clearly incomplete. But integrating libxslt into your application should be relatively easy. First check the few steps described below, then for more detailed informations, look at the generated pages for the API and the source of libxslt/xsltproc.c and the tutorial.

Basically doing an XSLT transformation can be done in a few steps:

  1. configure the parser for XSLT: diff --git a/doc/ChangeLog.xsl b/doc/ChangeLog.xsl new file mode 100644 index 00000000..31159b0f --- /dev/null +++ b/doc/ChangeLog.xsl @@ -0,0 +1,105 @@ + + + + + + + + + + + libxslt + + +
  2. + + + + API Menu + +
    + + +
    + +
    + + +

    + + + +

      + +
    +

    +
    + + + ChangeLog last entries of + + + + + + + + + + + + + + + +
    + + + + + +
    + + + + + + +
    + + + + +
    + + + + +
    + +

    Daniel Veillard

    +
    +
    +
    +
    +
    + + +
    + + diff --git a/doc/EXSLT/bugs.html b/doc/EXSLT/bugs.html index 5b1a692d..c2ba06ac 100644 --- a/doc/EXSLT/bugs.html +++ b/doc/EXSLT/bugs.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Reporting bugs and getting help
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    Reporting bugs and getting help

    Main Menu
    Related links
    API Indexes

    Well, bugs or missing features are always possible, and I will make a + Reporting bugs and getting help
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    Reporting bugs and getting help

    Main Menu
    Related links
    API Indexes

    Well, bugs or missing features are always possible, and I will make a point of fixing them in a timely fashion. The best way to report a bug is to use the Gnome bug tracking database (make sure to use the "libxslt" module name). I diff --git a/doc/EXSLT/docs.html b/doc/EXSLT/docs.html index 87412f6c..d312b8a9 100644 --- a/doc/EXSLT/docs.html +++ b/doc/EXSLT/docs.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Documentation
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    Documentation

    Main Menu
    Related links
    API Indexes

    There are some on-line resources about using libxslt:

    1. Check the API + Documentation
      Action against software patentsGnome2 LogoW3C logoRed Hat Logo
      Made with Libxslt Logo

      The EXSLT C library for Gnome

      Documentation

      Main Menu
      Related links
      API Indexes

      There are some on-line resources about using libxslt:

      1. Check the API documentation automatically extracted from code comments (using the program apibuild.py, developed for libxml, together with the xsl script 'newapi.xsl' and the libxslt xsltproc program).
      2. diff --git a/doc/EXSLT/downloads.html b/doc/EXSLT/downloads.html index 47d09d75..cfe3fe47 100644 --- a/doc/EXSLT/downloads.html +++ b/doc/EXSLT/downloads.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Downloads
        Action against software patentsGnome2 LogoW3C logoRed Hat Logo
        Made with Libxslt Logo

        The EXSLT C library for Gnome

        Downloads

        Main Menu
        Related links
        API Indexes

        The latest versions of libxslt can be found on xmlsoft.org (Seattle, France) or on the Gnome FTP server as a + Downloads
        Action against software patentsGnome2 LogoW3C logoRed Hat Logo
        Made with Libxslt Logo

        The EXSLT C library for Gnome

        Downloads

        Main Menu
        Related links
        API Indexes

        The latest versions of libxslt can be found on xmlsoft.org (Seattle, France) or on the Gnome FTP server as a source archive, Antonin Sprinzl also provides a mirror in Austria. (NOTE that you need the libxml2, diff --git a/doc/EXSLT/help.html b/doc/EXSLT/help.html index d180d128..52ba9c03 100644 --- a/doc/EXSLT/help.html +++ b/doc/EXSLT/help.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - How to help
        Action against software patentsGnome2 LogoW3C logoRed Hat Logo
        Made with Libxslt Logo

        The EXSLT C library for Gnome

        How to help

        Main Menu
        Related links
        API Indexes

        You can help the project in various ways, the best thing to do first is to + How to help
        Action against software patentsGnome2 LogoW3C logoRed Hat Logo
        Made with Libxslt Logo

        The EXSLT C library for Gnome

        How to help

        Main Menu
        Related links
        API Indexes

        You can help the project in various ways, the best thing to do first is to subscribe to the mailing-list as explained before, check the archives and the Gnome bug database::

        1. provide patches when you find problems
        2. provide the diffs when you port libxslt to a new platform. They may not diff --git a/doc/EXSLT/index.html b/doc/EXSLT/index.html index 584b9487..f37949b0 100644 --- a/doc/EXSLT/index.html +++ b/doc/EXSLT/index.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - libexslt
          Action against software patentsGnome2 LogoW3C logoRed Hat Logo
          Made with Libxslt Logo

          The EXSLT C library for Gnome

          libexslt

          Main Menu
          Related links
          API Indexes

          Libexslt is the EXSLT C library + libexslt
          Action against software patentsGnome2 LogoW3C logoRed Hat Logo
          Made with Libxslt Logo

          The EXSLT C library for Gnome

          libexslt

          Main Menu
          Related links
          API Indexes

          Libexslt is the EXSLT C library developed for libxslt (a part of the Gnome project). Much of the initial work on the library was done by Thomas Broyer. EXSLT itself is a community initiative to provide extensions to XSLT. diff --git a/doc/EXSLT/intro.html b/doc/EXSLT/intro.html index f8da792c..58a1787f 100644 --- a/doc/EXSLT/intro.html +++ b/doc/EXSLT/intro.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Introduction
          Action against software patentsGnome2 LogoW3C logoRed Hat Logo
          Made with Libxslt Logo

          The EXSLT C library for Gnome

          Introduction

          Main Menu
          Related links
          API Indexes

          This document describes libxslt, + Introduction
          Action against software patentsGnome2 LogoW3C logoRed Hat Logo
          Made with Libxslt Logo

          The EXSLT C library for Gnome

          Introduction

          Main Menu
          Related links
          API Indexes

          This document describes libxslt, the XSLT C library developed for the Gnome project.

          Here are some key points about libxslt: