All Projects → FirebirdSQL → firebird-documentation

FirebirdSQL / firebird-documentation

Licence: other
Firebird documentation

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
XSLT
1337 projects
pascal
1382 projects
C#
18002 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to firebird-documentation

vscode-db-explorer-firebird
Explore and run queries against your Firebird® databases without leaving VS Code.
Stars: ✭ 16 (-42.86%)
Mutual labels:  firebird
django-firebird
Firebird SQL backend for Django web framework
Stars: ✭ 65 (+132.14%)
Mutual labels:  firebird
release-notes
Release notes and system requirements for our various Firefoxen
Stars: ✭ 15 (-46.43%)
Mutual labels:  release-notes
T2TiERP-2-CSharp
T2Ti ERP 2.0 - C#
Stars: ✭ 33 (+17.86%)
Mutual labels:  firebird
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+7796.43%)
Mutual labels:  firebird
rsfbclient
Rust Firebird Client
Stars: ✭ 64 (+128.57%)
Mutual labels:  firebird
fdb
Firebird Driver for Python
Stars: ✭ 49 (+75%)
Mutual labels:  firebird
next-release
Next Release is a release note management platform that automates your release notes in 3 clicks.
Stars: ✭ 18 (-35.71%)
Mutual labels:  release-notes
Sqitch
Sensible database change management
Stars: ✭ 2,320 (+8185.71%)
Mutual labels:  firebird
flamerobin
FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
Stars: ✭ 181 (+546.43%)
Mutual labels:  firebird
localization mapping
ROS nodes for outdoor SLAM on a ground robot
Stars: ✭ 39 (+39.29%)
Mutual labels:  firebird
Servicestack.ormlite
Fast, Simple, Typed ORM for .NET
Stars: ✭ 1,532 (+5371.43%)
Mutual labels:  firebird
gitlab-release-note-generator
A Gitlab release note generator
Stars: ✭ 88 (+214.29%)
Mutual labels:  release-notes
yii2-firebird
Firebird connector for Yii2 framework
Stars: ✭ 23 (-17.86%)
Mutual labels:  firebird
fibplus
FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.
Stars: ✭ 142 (+407.14%)
Mutual labels:  firebird
perl-dbd-firebird
Perl DBI driver for Firebird
Stars: ✭ 14 (-50%)
Mutual labels:  firebird
yaclt
Yet Another Change Log Tool
Stars: ✭ 24 (-14.29%)
Mutual labels:  release-notes
laravel-adminer
Adminer database management tool for your Laravel application.
Stars: ✭ 45 (+60.71%)
Mutual labels:  firebird
NFC-e-Desktop-Delphi
NFC-e - Delphi
Stars: ✭ 24 (-14.29%)
Mutual labels:  firebird
release-changelog-builder-action
A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
Stars: ✭ 515 (+1739.29%)
Mutual labels:  release-notes

Firebird documentation

After checking out the firebird-documentation repository, and if your Java environment is set up correctly, open a command window and go to the directory containing the firebird-documentation repository. Then give one of these commands:

./gradlew                         [ Unix    ]
gradlew                           [ Windows ]

to get an overview of compilable targets.

If that worked, try e.g.:

./gradlew asciidocHtml             [ Unix    ]
gradlew asciidocHtml               [ Windows ]

to build the HTML version of the docs. (Note: the HTML pages will wind up in build/docs/asciidoc/html/en/firebirddocs)

To build a specific document, or a document from another set, or another language, you can specify:

gradlew asciidocHtml --docId=gbak
gradlew asciidocPdf --baseName=refdocs --docId=fblangref25
gradlew asciidocHtml --language=de

To get more information on a task, use

./gradlew help --task=asciidocHtml [ Unix    ]
gradlew help --task=asciidocHtml   [ Windows ]

Warning: if you build the asciidocPdf target, you might get some error messages. Don't let that discourage you. Just look at the last output lines: if it says BUILD SUCCESSFUL there, everything's fine.

The docbookHtml and docbookPdf tasks are available to build documentation that has not been migrated to AsciiDoc. However, if you feel the need to build those documents, it might be an indication they need to be migrated. Please ask for guidance or help on the firebird-docs mailing list.

If you have any questions, first get the Docbuilding Howto at:

https://www.firebirdsql.org/en/reference-manuals/

If your question isn't answered there, post a message to the Firebird docwriters' list. You can use this page to subscribe:

https://lists.sourceforge.net/lists/listinfo/firebird-docs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].