Skip to content

Commit c8db7e1

Browse files
committed
Added some Useful resources on Apache FOP
1 parent b7d168a commit c8db7e1

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

fj-doc-mod-fop/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for module fj-doc-lib-simpletable
22

3+
## version 1.4.1-rc.001
4+
* Added documentation for FOP reference
5+
36
## version 1.4.0-rc.001
47
* Added ${pageCount} variable handling to be used to display last page number
58

fj-doc-mod-fop/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Disabled, native support will be added in a future release. Apache FOP native su
1414

1515
*Quickstart* :
1616
Basically this is only a type handler, see core library [fj-doc-base](../fj-doc-base/README.md).
17-
NOTE: If you have any special need you can open a pull request or create your own handler based on this.
17+
NOTE: If you have any special need you can open a pull request or create your own handler based on this.
18+
19+
[Useful resources on Apache FOP](src/main/docs/apache-fop-ref.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Apache FOP Reference for Accessibility
2+
3+
## Accessibility checker
4+
5+
[https://check.axes4.com/en/](https://check.axes4.com/en/)
6+
7+
## Table header in accessibility (fox:header)
8+
9+
[https://xmlgraphics.apache.org/fop/2.8/accessibility.html#fox:header](https://xmlgraphics.apache.org/fop/2.8/accessibility.html#fox:header)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Reference to useful resources on Apache FOP
2+
3+
## [Accessibility](apache-fop-ref-accessibility.md)

0 commit comments

Comments
 (0)