mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Convert source documentation to UTF8
Most of the source tree is UTF8, but there are some latin-1 hangovers. Apply "iconv --from-code ISO_8859-1" to these files. This affects bullet point characters in src/optional/xsl/README, and Benoit Grégoire's name in source files (and hence the Doxygen output). E.g. it should fix <http://svn.gnucash.org/docs/HEAD/reference.html> which claims to be UTF8, but encodes Benoit's name in latin-1. Patch by Alan Jenkins. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17877 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b6f7e0fcfc
commit
59f5711250
@ -243,6 +243,6 @@ News about GnuCash as well as the latest version can always be found at http://w
|
||||
If you have any suggestions concerning this documentation, do not hesitate to send suggestions to
|
||||
gnucash-devel (see http://www.gnucash.org/en/lists.phtml for details)
|
||||
|
||||
Benoit Grégoire <bock@step.polymtl.ca>
|
||||
Benoit Grégoire <bock@step.polymtl.ca>
|
||||
Neil Williams <linux@codehelp.co.uk>
|
||||
*/
|
||||
|
@ -21,7 +21,7 @@
|
||||
/**@internal
|
||||
@file gncmod-csv-import.c
|
||||
@brief module definition/initialization for the csv importer
|
||||
@author Copyright (c) 2002 Benoit Grégoire bock@step.polymtl.ca
|
||||
@author Copyright (c) 2002 Benoit Grégoire bock@step.polymtl.ca
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**@internal
|
||||
@file
|
||||
\brief module definition/initialization for the generic import infrastructure
|
||||
\author Copyright (c) 2002 Benoit Grégoire bock@step.polymtl.ca
|
||||
\author Copyright (c) 2002 Benoit Grégoire bock@step.polymtl.ca
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
/** @internal
|
||||
@file gnc-dtaus-import.c
|
||||
@brief DTAUS import module code
|
||||
@author Copyright (c) 2002 Benoit Grégoire <bock@step.polymtl.ca>, Copyright (c) 2003 Jan-Pascal van Best <janpascal@vanbest.org>, Copyright (c) 2006 Florian Steinel, 2006 Christian Stimming.
|
||||
@author Copyright (c) 2002 Benoit Grégoire <bock@step.polymtl.ca>, Copyright (c) 2003 Jan-Pascal van Best <janpascal@vanbest.org>, Copyright (c) 2006 Florian Steinel, 2006 Christian Stimming.
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
@brief dtaus import module interface
|
||||
*
|
||||
gnc-dtaus-import.h
|
||||
@author Copyright (c) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (c) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#ifndef DTAUS_IMPORT_H
|
||||
#define DTAUS_IMPORT_H
|
||||
|
@ -21,7 +21,7 @@
|
||||
/**@internal
|
||||
@file import-account-matcher.c
|
||||
* \brief A very generic and flexible account matcher/picker
|
||||
\author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
\author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
@{ */
|
||||
/**@file import-account-matcher.h
|
||||
@brief Generic and very flexible account matcher/picker
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#ifndef ACCOUNT_MATCHER_H
|
||||
#define ACCOUNT_MATCHER_H
|
||||
|
@ -21,7 +21,7 @@
|
||||
/** @internal
|
||||
@file import-backend.c
|
||||
@brief import-backend.c: Generic importer backend implementation (duplicate matching algorithm, action handling, etc.)
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Christian Stimming
|
||||
@author Copyright (c) 2006 David Hampton <hampton@employees.org>
|
||||
*/
|
||||
|
@ -20,7 +20,7 @@
|
||||
@{ */
|
||||
/** @file import-backend.h
|
||||
@brief Generic importer backend interface
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Christian Stimming
|
||||
@author Copyright (c) 2006 David Hampton <hampton@employees.org>
|
||||
*/
|
||||
|
@ -21,7 +21,7 @@
|
||||
/**@internal
|
||||
@file import-commodity-matcher.c
|
||||
@brief A Generic commodity matcher/picker
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
@{ */
|
||||
/** @file import-commodity-matcher.h
|
||||
@brief A Generic commodity matcher/picker
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#ifndef IMPORT_COMMODITY_MATCHER_H
|
||||
#define IMPORT_COMMODITY_MATCHER_H
|
||||
|
@ -20,7 +20,7 @@
|
||||
@{ */
|
||||
/**@file import-main-matcher.h
|
||||
@brief Transaction matcher main window
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Christian Stimming
|
||||
*/
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
@file import-match-picker.c
|
||||
@brief The transaction match picker dialog
|
||||
implementation
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Copyright (c) 2006 David Hampton <hampton@employees.org>
|
||||
*/
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
@{ */
|
||||
/** @file import-match-picker.h
|
||||
@brief The transaction match picker dialog interface
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
*/
|
||||
|
||||
#ifndef GNC_GEN_MATCH_PICKER_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
@file import-settings.c
|
||||
@brief User preference handling for
|
||||
transaction matching (for both the gui and the backend)
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
@author Copyright (C) 2002 Benoit Grégoire
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
\brief Import preference handling.
|
||||
*User preference interface for
|
||||
transaction matching (for both the gui and the backend)
|
||||
\author Copyright (C) 2002 Benoit Grégoire
|
||||
\author Copyright (C) 2002 Benoit Grégoire
|
||||
*/
|
||||
|
||||
#ifndef GNC_GEN_SETTINGS_H
|
||||
|
@ -21,7 +21,7 @@
|
||||
/** @internal
|
||||
@file import-utilities.c
|
||||
@brief Utility functions for writing import modules.
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
@{ */
|
||||
/** @file import-utilities.h
|
||||
@brief Utility functions for writing import modules.
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (C) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#ifndef IMPORT_UTILITIES_H
|
||||
#define IMPORT_UTILITIES_H
|
||||
|
@ -21,7 +21,7 @@
|
||||
/** @internal
|
||||
@file gnc-log-replay.c
|
||||
@brief .log file replay code
|
||||
@author Copyright (c) 2003 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (c) 2003 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
@brief .log replay module interface
|
||||
*
|
||||
gnc-log-replay.h
|
||||
@author Copyright (c) 2003 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (c) 2003 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#ifndef OFX_IMPORT_H
|
||||
#define OFX_IMPORT_H
|
||||
|
@ -21,7 +21,7 @@
|
||||
/**@internal
|
||||
@file gncmod-log-replay.c
|
||||
@brief module definition/initialization for the log replay module
|
||||
@author Copyright (c) 2003 Benoit Grégoire bock@step.polymtl.ca
|
||||
@author Copyright (c) 2003 Benoit Grégoire bock@step.polymtl.ca
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
/** @internal
|
||||
@file gnc-ofx-import.c
|
||||
@brief Ofx import module code
|
||||
@author Copyright (c) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (c) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
@brief Ofx import module interface
|
||||
*
|
||||
gnc-ofx-import.h
|
||||
@author Copyright (c) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
@author Copyright (c) 2002 Benoit Grégoire <bock@step.polymtl.ca>
|
||||
*/
|
||||
#ifndef OFX_IMPORT_H
|
||||
#define OFX_IMPORT_H
|
||||
|
@ -21,7 +21,7 @@
|
||||
/**@internal
|
||||
@file gncmod-ofx-import.c
|
||||
@brief module definition/initialization for the ofx importer
|
||||
@author Copyright (c) 2002 Benoit Grégoire bock@step.polymtl.ca
|
||||
@author Copyright (c) 2002 Benoit Grégoire bock@step.polymtl.ca
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@ GnuCash, XSL and QSF.
|
||||
|
||||
Current stylesheets are works in progress, but include:
|
||||
|
||||
· gnucash-gnccustomer-vcard2.xsl
|
||||
· gnucash-gnccustomer-vcard2.xsl
|
||||
|
||||
This stylesheet converts QSF export gnucash customer data into a brief Vcard,
|
||||
suitable for upload to Kaddressbook. Each VCard is written into a separate .vcf
|
||||
@ -20,7 +20,7 @@ GnuCash, XSL and QSF.
|
||||
replaced with underscores. Specify the '-o dir/' option to xsltproc to output all
|
||||
vcards into a directory.
|
||||
|
||||
· Others
|
||||
· Others
|
||||
|
||||
Stylesheets for ICS, vcal and possibly LDAP are planned. Any plain text, XML or HTML
|
||||
format can be generated, theoretically. If you have a request for an XSL stylesheet
|
||||
@ -29,7 +29,7 @@ GnuCash, XSL and QSF.
|
||||
|
||||
Also included is a perl script:
|
||||
|
||||
· vcard-gnccustomer.pl
|
||||
· vcard-gnccustomer.pl
|
||||
|
||||
The script uses the Text::vCard::Addressbook CPAN module to parse VCard files,
|
||||
including those from other applications, into QSF XML that could be imported into
|
||||
|
Loading…
Reference in New Issue
Block a user