Skip to content

Commit cbd6cbe

Browse files
committed
Update title and description
1 parent 54cb790 commit cbd6cbe

File tree

34 files changed

+185
-97
lines changed

34 files changed

+185
-97
lines changed

docs/api/bip-api/nomabc.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: "NOMABC - Barcode 128 for BI Publisher"
3+
description: "Simple java class to encode string and display barcode 128 with BI Publisher RTF template"
4+
---
5+
16
[Download](https://github.com/fblettner/bip-nomabc){: style="float: right;" .btn-primary .btn .fs-5 .mb-4 .mb-md-0 target="_blank"}
27
**Built with VSCode and JDK 11**
38

docs/api/bip-api/nomabip.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1+
---
2+
title: "NOMABIP - Java package with Oracle BI Publisher API"
3+
description: "API to integrate easily JDEdwards and BI Publisher regardless of JDEdwards Tools Release"
4+
---
15
[Download](https://github.com/fblettner/bip-nomabip){: style="float: right;" .btn-primary .btn .fs-5 .mb-4 .mb-md-0 target="_blank"}
26
**Built with VSCode and JDK 1.8**
37

48
## 1. Functionalities
5-
This api was initially developed to integrate easily JDEdwards and BI Publisher regardless of JDEdwards Tools Release.\
6-
Nothing to install, only to use. Samples scripts are provided into the test directory. It can now be used for any spool with or without JD Edwards (BI Publisher license is needed).
7-
- Generate PDF and XML files simultaneously from a xml spool
8-
- Burst or single mode
9-
- Number of CPU for parallel processing and improving performance
10-
- Add Ghostscript for PDF compatibility
11-
- Document indexation and errors into an Oracle Database (optional)
12-
- Integrate Java class NOMABC to print Barcode 128 (see github repository)
9+
This API was initially developed to integrate easily **JD Edwards** and **BI Publisher**, regardless of JD Edwards Tools Release.
10+
11+
Nothing to install, only to use. Sample scripts are provided in the `test` directory. It can now be used for any spool with or without JD Edwards (*BI Publisher license is needed*).
12+
13+
### Features:
14+
- **Generate PDF and XML files** simultaneously from a XML spool.
15+
- **Burst or single mode** for flexible processing.
16+
- Configure the **number of CPUs** for parallel processing and performance improvements.
17+
- Add **Ghostscript** for enhanced PDF compatibility.
18+
- **Document indexation and error tracking** in an Oracle Database (*optional*).
19+
- Integrate the **Java class NOMABC** to print Barcode 128 ([see GitHub repository](#)).
1320

1421
## 2. Global Settings
1522

docs/api/getting-started.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: default
3-
title: Getting started
4-
permalink: /jdedwards/
5-
nav_order: 1
2+
title: Open source API for JD Edwards and BI Publisher
3+
description: "Open source API for JD Edwards and BI Publisher"
64
---
75

86
## JD Edwards

docs/api/jde-api/jdebip.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: "JDEBIP - Export XML source or PDF Output from JD Edwards BLOB fields"
3+
description: "This class can be used to export blob column for BI Publisher from JD Edwards Database. This class can be extended to export BLOB for all tables"
4+
---
5+
16
[Download](https://github.com/fblettner/jde-nomajde){: style="float: right;" .btn-primary .btn .fs-5 .mb-4 .mb-md-0 target="_blank"}
27
**Built with VSCode and JDK 1.8**
38

docs/api/jde-api/jdebsfn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: "JDEBSN - Export source code for BSFN from JD Edwards BLOB field (F98780R)"
3+
description: "This class can be used to export blob column for BSFN from JD Edwards Database. This class can be extended to export BLOB for all tables"
4+
---
5+
16
[Download](https://github.com/fblettner/jde-nomajde){: style="float: right;" .btn-primary .btn .fs-5 .mb-4 .mb-md-0 target="_blank"}
27
**Built with VSCode and JDK 1.8**
38

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Information about NOMANA-IT products and services"
3+
description: "Learn how to quickly get started with Liberty Framework, a no-code platform for building scalable web applications"
34
hide:
45
- footer
56
- navigation

docs/liberty/getting-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Getting Started with Liberty Framework
3+
description: "Learn how to quickly get started with Liberty Framework, a no-code platform for building scalable web applications"
4+
---
5+
16
## Liberty Framework
27
Welcome to **Liberty Framework**, a **no-code development platform** designed for rapid and efficient web application creation using the latest in **React**, **Node.js**, and **PostgreSQL** technologies. Whether you're a developer or a non-technical user, Liberty Framework empowers you to build robust applications with **zero coding skills** required.
38

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ nav:
5656
- Export XML source or PDF Output from JD Edwards BLOB fields: api/jde-api/jdebip.md
5757
- Export source code for BSFN from JD Edwards BLOB field (F98780R): api/jde-api/jdebsfn.md
5858
- BI Publisher API:
59-
- Simple JAVA CLASS to encode string and display barcode 128 with BI Publisher RTF template: api/bip-api/nomabc.md
60-
- JAVA package with Oracle BI Publisher API: api/bip-api/nomabip.md
59+
- Simple java class to encode string and display barcode 128 with BI Publisher RTF template: api/bip-api/nomabc.md
60+
- Java package with Oracle BI Publisher API: api/bip-api/nomabip.md
6161
- Blog:
6262
- blog/index.md
6363
plugins:

site/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@
921921

922922

923923
<span class="md-ellipsis">
924-
Simple JAVA CLASS to encode string and display barcode 128 with BI Publisher RTF template
924+
Simple java class to encode string and display barcode 128 with BI Publisher RTF template
925925
</span>
926926

927927

@@ -942,7 +942,7 @@
942942

943943

944944
<span class="md-ellipsis">
945-
JAVA package with Oracle BI Publisher API
945+
Java package with Oracle BI Publisher API
946946
</span>
947947

948948

site/api/bip-api/nomabc/index.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9+
<meta name="description" content="Simple java class to encode string and display barcode 128 with BI Publisher RTF template">
10+
911

1012

1113
<link rel="canonical" href="https://docs.nomana-it.fr/api/bip-api/nomabc/">
@@ -22,7 +24,7 @@
2224

2325

2426

25-
<title>Simple JAVA CLASS to encode string and display barcode 128 with BI Publisher RTF template - NOMANA-IT - Documentation, Blog and Resources</title>
27+
<title>NOMABC - Barcode 128 for BI Publisher - NOMANA-IT - Documentation, Blog and Resources</title>
2628

2729

2830

@@ -109,7 +111,7 @@
109111
<div class="md-header__topic" data-md-component="header-topic">
110112
<span class="md-ellipsis">
111113

112-
Simple JAVA CLASS to encode string and display barcode 128 with BI Publisher RTF template
114+
NOMABC - Barcode 128 for BI Publisher
113115

114116
</span>
115117
</div>
@@ -948,7 +950,7 @@
948950

949951

950952
<span class="md-ellipsis">
951-
Simple JAVA CLASS to encode string and display barcode 128 with BI Publisher RTF template
953+
Simple java class to encode string and display barcode 128 with BI Publisher RTF template
952954
</span>
953955

954956

@@ -959,7 +961,7 @@
959961

960962

961963
<span class="md-ellipsis">
962-
Simple JAVA CLASS to encode string and display barcode 128 with BI Publisher RTF template
964+
Simple java class to encode string and display barcode 128 with BI Publisher RTF template
963965
</span>
964966

965967

@@ -1034,7 +1036,7 @@
10341036

10351037

10361038
<span class="md-ellipsis">
1037-
JAVA package with Oracle BI Publisher API
1039+
Java package with Oracle BI Publisher API
10381040
</span>
10391041

10401042

@@ -1340,7 +1342,7 @@
13401342

13411343

13421344

1343-
<h1>Simple JAVA CLASS to encode string and display barcode 128 with BI Publisher RTF template</h1>
1345+
<h1>Simple java class to encode string and display barcode 128 with BI Publisher RTF template</h1>
13441346

13451347
<p><a class="btn-primary btn fs-5 mb-4 mb-md-0" href="https://github.com/fblettner/bip-nomabc" style="float: right;" target="_blank">Download</a>
13461348
<strong>Built with VSCode and JDK 11</strong></p>
@@ -1368,6 +1370,9 @@ <h2 id="4-display-barcode">4. Display BarCode</h2>
13681370

13691371

13701372

1373+
1374+
1375+
13711376

13721377

13731378

@@ -1413,13 +1418,13 @@ <h2 id="4-display-barcode">4. Display BarCode</h2>
14131418

14141419

14151420

1416-
<a href="../nomabip/" class="md-footer__link md-footer__link--next" aria-label="Next: JAVA package with Oracle BI Publisher API">
1421+
<a href="../nomabip/" class="md-footer__link md-footer__link--next" aria-label="Next: Java package with Oracle BI Publisher API">
14171422
<div class="md-footer__title">
14181423
<span class="md-footer__direction">
14191424
Next
14201425
</span>
14211426
<div class="md-ellipsis">
1422-
JAVA package with Oracle BI Publisher API
1427+
Java package with Oracle BI Publisher API
14231428
</div>
14241429
</div>
14251430
<div class="md-footer__button md-icon">

0 commit comments

Comments
 (0)