Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(4)FDL 1.1 and legal related changes #305

Open
wants to merge 6 commits into
base: stable
Choose a base branch
from

Commits on Sep 24, 2021

  1. (1) restructure docbook xsl stylesheets.

      * The xsl/1.79.2/ was completely removed and gnucash-docs uses the system docbook-xsl stylesheets now.
      * The images of OASIS docbook-xsl was copied into xsl/images.
      * The admonition icons under stylesheets/ were merged into xsl/images/.
      * The stylesheets/ entry for distfiles in Makefile.am was removed.
      * The old GnuCash icons were updated and put into xsl/images/.
      * The XSL stylesheets for GnuCash customization were split.
           First, gnc-custom-chm.xsl, gnc-custom-epub.xsl, gnc-custom-fo.xsl
               and gnc-custom-html.xsl are for CHM, EPUB, FO/PDF and html, respectively.
           Then, gnc-custom-common.xsl is imported for common use.
      * Unused xls stylesheets were removed.
      * The variablelist.xsl was split into variablelist-fo.xsl and
        variablelist-html.xsl because they depend on formats.
      * The stylesheets for title page were cusomized.
      * xsl/README was updated.
      * For PDF:
         - PR Gnucash#203 by @CWehli: The variable list customization was imported.
         - The paper size is set to USletter and A4 for C and the other locales respectively.
         - Other minor improvements were applied.
      * For CHM:
         - The Character code is set Shift_JIS and KOI8-R for ja and ru locale respectively.
    
    (2) cmake related
      * The stylesheet/ was removed from distfiles in CMakeList.txt.
      * Usages comment of function was added at the top of the files.
      * AddGncDocTargets.cmake:
         - SVG files were removed from the list "${figure}" because they aren't used right now.
         - "${dtd_files}" was added to support multiple dtd files.
      * AddChmTarget.cmake:
         - MakeChm.cmake was merged.
         - The working directory was changed to "${CMAKE_CURRENT_BINARY_DIR}/htmlhelp".
         - The methods of copying figures and icons were changed to use add_custom_command.
         - Dependencies on "${dtd_files}" were added.
         - The dependencies were rearranged.
         - Unused functionalities in GnuCash, such as alias and map, were removed.
         - The "--stringparam gnc.lang ${lang}" argument is added to the xsltproc so as to swich the character codes.
         - The dtd file name for xsltproc was changed to support the new xsl/ structure.
       * AddEpubTarget.cmake:
         - The dtd file name for xsltproc was changed to support the new xsl/ structure.
         - Dependencies on "${dtd_files}" were added.
         - The admonitions and Gnucash icons were added.
       * AddGHelpTarget.cmake:
         - The dtd file name for xsltproc was changed to support the new xsl/ structure.
         - Dependencies on "${dtd_files}" were added.
       * AddHtmlTarget.cmake:
         - The dtd file name for xsltproc was changed to support the new xsl/ structure.
         - Dependencies on "${dtd_files}" were added.
         - The admonitions and Gnucash icons were added.
       * AddPdfTarget.cmake:
         - The working directory was changed to "${CMAKE_CURRENT_BINARY_DIR}".
         - fop.xconf.in and guide/ja/CMakeList.txt were changed to support the new working directory.
         - The dtd file name for xsltproc was changed to support the new xsl/ structure.
         - Dependencies on "${dtd_files}" were added.
         - The admonitions and Gnucash icons were added.
       * MakeChm.cmake was removed.
    usamimikamen-sk committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    118a6c3 View commit details
    Browse the repository at this point in the history
  2. Update README and other files.

    README:
    * Garbage characters were removed.
    * Update to the more recent information.
    
    gnucash-docs.spec.in:
    * The License line was changed to FLD 1.1 or later.
    
    AUTHORS:
    * Move me to active users.
    usamimikamen-sk committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    000ab16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f133a29 View commit details
    Browse the repository at this point in the history
  4. Split GnuCash-specific icons into icons/ from images/.

    Add build dependencies to icon files.
    Add markdown tag to README.
    Rename README to README.md.
    Set default target for build:
      Linux: ghelp
      Windows: chm
    Clean up cmake files.
    usamimikamen-sk committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    855eca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c77c34 View commit details
    Browse the repository at this point in the history
  6. FDL 1.1 and legal related changes

     * legal.xml were unified for all languages.
     * legal info (legal.xml) were moved into the preface.
     * distfiles entries in Makefile.am and CMakeList.txt were modified.
     * Add German translation of FDL.
    usamimikamen-sk committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    9ad15ee View commit details
    Browse the repository at this point in the history