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

Conversation

jralls
Copy link
Member

@jralls jralls commented Mar 27, 2023

Re-creates #212

  * 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.
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.
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.
 * 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.
@jralls jralls changed the title Fdl2 (4)FDL 1.1 and legal related changes Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants