This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from 9ce86ed1 Merge pull request #384 from
apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.2
add bf6a6246 Initial changes for first documentation update
add fe10e7c2 Minor changes
add 5e9e5d09 Merge remote-tracking branch 'origin/master' into
RAT-358_update_documentation
add dc9c5441 Remove redundant --
add f254eee7 Fix punctuation and remove unthrown exception
add 1c567dc4 Fix name of Bazaar ignore file
add 4e47d7e6 Minor changes during review of the new docs
add ec9c2076 Fix broken link
add 71caf4c9 Fix typos in arch docs
add 79f68a97 Review architecture doc
add 6bdf4b15 Fix UI glitch
add 46a7248e Fix broken links and typos
add 6e8674a3 Fix link errors
add b67e7b19 Fix broken menu links
add 00bbc7b0 Fix broken link target
add 6000f736 Simplify landing page
add 939ef6fa RAT-358: Changelog for documentation update
add 8cda9360 Merge branch 'master' into RAT-358_update_documentation
add 469157c8 Merge changelog
add 15cc50c0 RAT-358: Link to generated changes-report instead of static
TXT file
add b14f1bb2 Minor fixes in site docs
add e6d85b61 Minor fixes
add 959c210f Merge branch 'master' into RAT-358_update_documentation
add d6f36d70 Simplify start page
add 5222de16 Fix reported issue
add 42026678 RAT-358: Add rudimentary page about tools module
add 01887b79 Remove old CMS-based version of howto publish this site, link
to Git directly, minor fixes
add 58a6bae0 Minor fixes
new e4cba2cd Merge pull request #337 from
Claudenw/RAT-358_update_documentation
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
apache-rat-core/architecture_notes.md | 16 +-
.../main/java/org/apache/rat/OptionCollection.java | 4 +-
.../fileProcessors/BazaarIgnoreProcessor.java | 4 +-
.../src/site/markdown/development/document_name.md | 52 ++++
.../markdown/development/write_file_processor.md | 48 ++++
.../src/site/markdown/exclusion_expression.md | 57 ++++
.../java/org/apache/rat/mp/AbstractRatMojo.java | 12 +-
.../main/java/org/apache/rat/mp/RatCheckMojo.java | 6 +-
.../main/java/org/apache/rat/mp/RatReportMojo.java | 6 +-
.../src/site/apt/argumentTypes.apt.vm | 13 +-
.../src/site/apt/examples/custom-license.apt.vm | 4 +-
apache-rat-tasks/src/site/site.xml | 2 +
.../src/site/apt/index.apt.vm | 20 +-
.../src/site/site.xml | 8 +-
apache-rat/src/site/apt/index.apt.vm | 2 +-
src/changes/changes.xml | 4 +-
src/site/apt/index.apt.vm | 52 ++--
src/site/apt/license_def.apt.vm | 2 +-
src/site/apt/matcher_def.apt.vm | 10 +-
src/site/apt/site-publish.apt | 130 ---------
src/site/apt/ui_def.apt.vm | 2 +-
src/site/apt/xslt_def.apt.vm | 2 +-
src/site/{md => markdown}/architecture.md | 34 ++-
src/site/markdown/development/ui/generator.md | 315 +++++++++++++++++++++
src/site/markdown/development/ui/options.md | 77 +++++
src/site/markdown/development/ui/ui_specific.md | 88 ++++++
src/site/markdown/development/ui_implementation.md | 83 ++++++
src/site/site.xml | 31 +-
28 files changed, 844 insertions(+), 240 deletions(-)
create mode 100644
apache-rat-core/src/site/markdown/development/document_name.md
create mode 100644
apache-rat-core/src/site/markdown/development/write_file_processor.md
create mode 100644 apache-rat-core/src/site/markdown/exclusion_expression.md
copy apache-rat/src/site/apt/name_xref.apt.vm =>
apache-rat-tools/src/site/apt/index.apt.vm (74%)
copy {apache-rat-tasks => apache-rat-tools}/src/site/site.xml (86%)
delete mode 100644 src/site/apt/site-publish.apt
rename src/site/{md => markdown}/architecture.md (60%)
create mode 100644 src/site/markdown/development/ui/generator.md
create mode 100644 src/site/markdown/development/ui/options.md
create mode 100644 src/site/markdown/development/ui/ui_specific.md
create mode 100644 src/site/markdown/development/ui_implementation.md