[Firebird-docs] Firebird 3.0 Developer's Guide migrated

2020-06-27 Thread Mark Rotteveel

New links:
https://www.firebirdsql.org/file/documentation/html/en/refdocs/fbdevgd30/firebird-30-developers-guide.html
https://www.firebirdsql.org/file/documentation/pdf/en/refdocs/fbdevgd30/firebird-30-developers-guide.pdf

Links on the site are updated, redirects from the old to the new will 
follow later.


Mark
--
Mark Rotteveel


___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] [FirebirdSQL/firebird-documentation] 5f0eba: Remove fbdevgd30 from refdocs.xml

2020-06-27 Thread Mark Rotteveel
  Branch: refs/heads/master
  Home:   https://github.com/FirebirdSQL/firebird-documentation
  Commit: 5f0ebaf5aeedb2e577cbb2763779af7e467f4ce1
  
https://github.com/FirebirdSQL/firebird-documentation/commit/5f0ebaf5aeedb2e577cbb2763779af7e467f4ce1
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
M src/docs/refdocs/refdocs.xml

  Log Message:
  ---
  Remove fbdevgd30 from refdocs.xml




___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


Re: [Firebird-docs] Wrong example for SMALLINT

2020-06-27 Thread Mark Rotteveel

On 23-06-2020 11:28, Köditz, Martin wrote:

Hello everyone,

I just received an user note, that the SMALLINT RGB example isn’t very 
good, since RGB values need at least 24 bits.


https://firebirdsql.org/file/documentation/html/en/refdocs/fblangref25/firebird-25-language-reference.html#fblangref25-datatypes-smallint

I think we should „correct“ it.


Some of the older RGB schemes are 16 bit, eg see 
https://en.wikipedia.org/wiki/List_of_monochrome_and_RGB_color_formats#16-bit_RGB


Mark
--
Mark Rotteveel


___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


Re: [Firebird-docs] Wrong example for SMALLINT

2020-06-27 Thread Köditz , Martin
>On 23-06-2020 11:28, Köditz, Martin wrote:
>> Hello everyone,
>> 
>> I just received an user note, that the SMALLINT RGB example isn’t very 
>> good, since RGB values need at least 24 bits.
>> 
>> https://firebirdsql.org/file/documentation/html/en/refdocs/fblangref25
>> /firebird-25-language-reference.html#fblangref25-datatypes-smallint
>> 
>> I think we should „correct“ it.
>
>Some of the older RGB schemes are 16 bit, eg see 
>https://en.wikipedia.org/wiki/List_of_monochrome_and_RGB_color_formats#16-bit_RGB
>
>Mark
>--
>Mark Rotteveel

Hi Mark,

then we should say that our examples uses an older representation. But I think 
it's better to change the example code. We could use something like that

CREATE DOMAIN DFLAG AS SMALLINT DEFAULT 0 NOT NULL
  CHECK (VALUE=-1 OR VALUE=0 OR VALUE=1);

-- ISO values of DSLR cameras --
CREATE DOMAIN DCAM_ISO AS SMALLINT;

-- Integer Kelvin value --
CREATE DOMAIN KELVIN AS SMALLINT;

Regrards
Martin

___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] [FirebirdSQL/firebird-documentation] 9cc9c7: Correct table rendering

2020-06-27 Thread Mark Rotteveel
  Branch: refs/heads/master
  Home:   https://github.com/FirebirdSQL/firebird-documentation
  Commit: 9cc9c7e6d6b36d0d313dd294e8d5d69d89f337f4
  
https://github.com/FirebirdSQL/firebird-documentation/commit/9cc9c7e6d6b36d0d313dd294e8d5d69d89f337f4
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
M src/docs/asciidoc/en/firebirddocs/qsg3/firebird-3-quickstartguide.adoc
M src/docs/asciidoc/en/refdocs/fbdevgd30/_fbdevgd30-firedac.adoc
M src/docs/asciidoc/en/refdocs/fbdevgd30/_fbdevgd30-mvc.adoc
M src/docs/asciidoc/en/refdocs/fbdevgd30/_fbdevgd30-php.adoc

  Log Message:
  ---
  Correct table rendering




___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] [FirebirdSQL/firebird-documentation] c677da: Migrate nbackup.xml to AsciiDoc

2020-06-27 Thread Mark Rotteveel
  Branch: refs/heads/master
  Home:   https://github.com/FirebirdSQL/firebird-documentation
  Commit: c677da629c91ab50670dd57b632e62cae898fe31
  
https://github.com/FirebirdSQL/firebird-documentation/commit/c677da629c91ab50670dd57b632e62cae898fe31
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
A src/docs/asciidoc/en/firebirddocs/nbackup/firebird-nbackup.adoc
M src/docs/asciidoc/fb-docs-redirects.txt
M src/docs/firebirddocs/firebirddocs.xml
R src/docs/firebirddocs/nbackup.xml

  Log Message:
  ---
  Migrate nbackup.xml to AsciiDoc




___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] [FirebirdSQL/firebird-documentation] e9eaf5: Apply consistent 3 character month in doc history

2020-06-27 Thread Mark Rotteveel
  Branch: refs/heads/master
  Home:   https://github.com/FirebirdSQL/firebird-documentation
  Commit: e9eaf520b65abd57908ee9e1aab1903ea6eb82d7
  
https://github.com/FirebirdSQL/firebird-documentation/commit/e9eaf520b65abd57908ee9e1aab1903ea6eb82d7
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
M src/docs/asciidoc/de/firebirddocs/fbcache/firebird-cache-de.adoc
M src/docs/asciidoc/de/refdocs/fblangref25/_fblangref25-dochist-de.adoc
M 
src/docs/asciidoc/en/firebirddocs/docwritehowto/firebird-docwriting-guide.adoc
M 
src/docs/asciidoc/en/firebirddocs/fb-shell-scripts/firebird-shell-scripts.adoc
M src/docs/asciidoc/en/firebirddocs/fbcache/firebird-cache.adoc
M src/docs/asciidoc/en/firebirddocs/fbmgr/firebird-fbmgr.adoc
M src/docs/asciidoc/en/firebirddocs/gbak/firebird-gbak.adoc
M src/docs/asciidoc/en/firebirddocs/gfix/firebird-gfix.adoc
M src/docs/asciidoc/en/firebirddocs/gsec/firebird-gsec.adoc
M src/docs/asciidoc/en/firebirddocs/gsplit/firebird-gsplit.adoc
M src/docs/asciidoc/en/firebirddocs/gstat/firebird-gstat.adoc
M src/docs/asciidoc/en/firebirddocs/isql/firebird-isql.adoc
M src/docs/asciidoc/en/firebirddocs/nbackup/firebird-nbackup.adoc
M src/docs/asciidoc/en/firebirddocs/qsg3/firebird-3-quickstartguide.adoc
M src/docs/asciidoc/en/refdocs/fbdevgd30/_fbdevgd30-dochist.adoc
M src/docs/asciidoc/en/refdocs/fblangref25/_fblangref25-dochist.adoc

  Log Message:
  ---
  Apply consistent 3 character month in doc history

Make history order in de langref25 consistent.




___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


Re: [Firebird-docs] Firebird 3.0 Developer's Guide migrated

2020-06-27 Thread Alexey Kovyazin

Hello Mark,

Thank you very much, excellent work!

Regards,
Alexey

On 27.06.2020 11:14, Mark Rotteveel wrote:

New links:
https://www.firebirdsql.org/file/documentation/html/en/refdocs/fbdevgd30/firebird-30-developers-guide.html 

https://www.firebirdsql.org/file/documentation/pdf/en/refdocs/fbdevgd30/firebird-30-developers-guide.pdf 



Links on the site are updated, redirects from the old to the new will 
follow later.


Mark




___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] Firebird 3 Quick Start Guide migrated

2020-06-27 Thread Mark Rotteveel

New links:
https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/qsg3/firebird-3-quickstartguide.html
https://www.firebirdsql.org/file/documentation/pdf/en/firebirddocs/qsg3/firebird-3-quickstartguide.pdf

Mark
--
Mark Rotteveel


___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] [FirebirdSQL/firebird-documentation] f29374: Migrate quickstartguide-3.xml to AsciiDoc

2020-06-27 Thread Mark Rotteveel
  Branch: refs/heads/master
  Home:   https://github.com/FirebirdSQL/firebird-documentation
  Commit: f29374b34923fb5e17d75381a7e3bb02c298924d
  
https://github.com/FirebirdSQL/firebird-documentation/commit/f29374b34923fb5e17d75381a7e3bb02c298924d
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
M build.gradle
A src/docs/asciidoc/en/firebirddocs/qsg3/firebird-3-quickstartguide.adoc
A src/docs/asciidoc/en/images/firebirddocs/qsg3/InstallScreen-3.0.png
A src/docs/asciidoc/en/images/firebirddocs/qsg3/Services-3.png
M src/docs/asciidoc/fb-docs-redirects.txt
M src/docs/firebirddocs/firebirddocs.xml
R src/docs/firebirddocs/images/InstallScreen-3.0.png
R src/docs/firebirddocs/images/Services-3.png
R src/docs/firebirddocs/quickstartguide-3.xml

  Log Message:
  ---
  Migrate quickstartguide-3.xml to AsciiDoc




___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] Firebird's nbackup tool migrated

2020-06-27 Thread Mark Rotteveel

New links:
https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/nbackup/firebird-nbackup.html
https://www.firebirdsql.org/file/documentation/pdf/en/firebirddocs/nbackup/firebird-nbackup.pdf

I'm not really sure what to about the translations of this nbackup 
document. All translations are outdated compared to the current 
document, maybe it is best to leave them as is for now.


Mark
--
Mark Rotteveel


___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


Re: [Firebird-docs] Firebird's nbackup tool migrated

2020-06-27 Thread Paul Vinkenoog
Mark Rotteveel wrote:

> New links:
> https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/nbackup/firebird-nbackup.html
> https://www.firebirdsql.org/file/documentation/pdf/en/firebirddocs/nbackup/firebird-nbackup.pdf
>
> I'm not really sure what to about the translations of this nbackup 
> document. All translations are outdated compared to the current 
> document, maybe it is best to leave them as is for now.

I agree.

Paul Vinkenoog


___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] [FirebirdSQL/firebird-documentation] 546a7e: Migrate generatorguide.xml to AsciiDoc

2020-06-27 Thread Mark Rotteveel
  Branch: refs/heads/master
  Home:   https://github.com/FirebirdSQL/firebird-documentation
  Commit: 546a7e07b2a6879969c2aae513bcd8a4fca21a72
  
https://github.com/FirebirdSQL/firebird-documentation/commit/546a7e07b2a6879969c2aae513bcd8a4fca21a72
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
A 
src/docs/asciidoc/en/firebirddocs/generatorguide/firebird-generator-guide.adoc
M src/docs/asciidoc/fb-docs-redirects.txt
M src/docs/firebirddocs/firebirddocs.xml
R src/docs/firebirddocs/generatorguide.xml

  Log Message:
  ---
  Migrate generatorguide.xml to AsciiDoc




___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] [FirebirdSQL/firebird-documentation] 7d87d8: Add language attributes to German generator guide

2020-06-27 Thread Mark Rotteveel
  Branch: refs/heads/master
  Home:   https://github.com/FirebirdSQL/firebird-documentation
  Commit: 7d87d8fba1e7474cda21aad4c6ce475c945f7cfa
  
https://github.com/FirebirdSQL/firebird-documentation/commit/7d87d8fba1e7474cda21aad4c6ce475c945f7cfa
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
M 
src/docs/asciidoc/de/firebirddocs/generatorguide/firebird-generatoren-ratgeber.adoc

  Log Message:
  ---
  Add language attributes to German generator guide


  Commit: 0a8c429d9f44ff7e0a9a791b2e65196fe420436c
  
https://github.com/FirebirdSQL/firebird-documentation/commit/0a8c429d9f44ff7e0a9a791b2e65196fe420436c
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
M 
src/docs/asciidoc/en/firebirddocs/generatorguide/firebird-generator-guide.adoc
M src/docs/asciidoc/fb-docs-redirects.txt
A src/docs/asciidoc/ru/attributes-ru.adoc
A 
src/docs/asciidoc/ru/firebirddocs/generatorguide/firebird-generator-guide-ru.adoc
M src/docs/firebirddocs-ru/firebirddocs-ru.xml
R src/docs/firebirddocs-ru/generatorguide-ru.xml

  Log Message:
  ---
  Migrate generatorguide-ru.xml to AsciiDoc

+ Fix minor issues in English version


Compare: 
https://github.com/FirebirdSQL/firebird-documentation/compare/1772a95266a0...0a8c429d9f44


___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] [FirebirdSQL/firebird-documentation] d8d331: Use consistent text in German document history

2020-06-27 Thread Mark Rotteveel
  Branch: refs/heads/master
  Home:   https://github.com/FirebirdSQL/firebird-documentation
  Commit: d8d3313be1e18fb38a5953a939a706b2384b93ef
  
https://github.com/FirebirdSQL/firebird-documentation/commit/d8d3313be1e18fb38a5953a939a706b2384b93ef
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
M src/docs/asciidoc/de/firebirddocs/fbcache/firebird-cache-de.adoc
M src/docs/asciidoc/de/refdocs/fblangref25/_fblangref25-dochist-de.adoc

  Log Message:
  ---
  Use consistent text in German document history


  Commit: 1772a95266a062d4295856ecd23111030dc5f5cf
  
https://github.com/FirebirdSQL/firebird-documentation/commit/1772a95266a062d4295856ecd23111030dc5f5cf
  Author: Mark Rotteveel 
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
A 
src/docs/asciidoc/de/firebirddocs/generatorguide/firebird-generatoren-ratgeber.adoc
M 
src/docs/asciidoc/en/firebirddocs/generatorguide/firebird-generator-guide.adoc
M src/docs/asciidoc/fb-docs-redirects.txt
M src/docs/firebirddocs-de/firebirddocs-de.xml
R src/docs/firebirddocs-de/generatorguide-de.xml

  Log Message:
  ---
  Migrate generatorguide-de.xml to AsciiDoc

+ Fix minor issues in English version


Compare: 
https://github.com/FirebirdSQL/firebird-documentation/compare/546a7e07b2a6...1772a95266a0


___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs


[Firebird-docs] Firebird Generator Guide migrated

2020-06-27 Thread Mark Rotteveel

I migrated the Firebird Generator Guide (also German and Russian version).

New links:

English:
https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/generatorguide/firebird-generator-guide.html
https://www.firebirdsql.org/file/documentation/pdf/en/firebirddocs/generatorguide/firebird-generator-guide.pdf

German:
https://www.firebirdsql.org/file/documentation/html/de/firebirddocs/generatorguide/firebird-generatoren-ratgeber.html
https://www.firebirdsql.org/file/documentation/pdf/de/firebirddocs/generatorguide/firebird-generatoren-ratgeber.pdf

Russian:
https://www.firebirdsql.org/file/documentation/html/ru/firebirddocs/generatorguide/firebird-generator-guide-ru.html
https://www.firebirdsql.org/file/documentation/pdf/ru/firebirddocs/generatorguide/firebird-generator-guide-ru.pdf

In the document history of the Russian version I used Google translate 
to translate the following texts


"""
The exact file history is recorded in the firebird-documentation git 
repository; see https://github.com/FirebirdSQL/firebird-documentation

"""
to
"""
Точная история файлов записана в репозитории git 
'firebird-documentation'; см. 
https://github.com/FirebirdSQL/firebird-documentation

"""

and

"""
Conversion to AsciiDoc
"""
to
"""
Преобразование в AsciiDoc
"""

It would be good if a native speaker checks those translations, because 
with zero knowledge of Russian, I might as well be insulting someones 
mother.


Mark
--
Mark Rotteveel


___
Firebird-docs mailing list
Firebird-docs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-docs