Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javadoc/jsdoc searchable docs are malformed #801

Open
kcoleman-marklogic opened this issue Sep 20, 2018 · 1 comment
Open

javadoc/jsdoc searchable docs are malformed #801

kcoleman-marklogic opened this issue Sep 20, 2018 · 1 comment
Assignees
Labels

Comments

@kcoleman-marklogic
Copy link
Contributor

kcoleman-marklogic commented Sep 20, 2018

When we ingest javadoc and jsdoc for docs.marklogic.com, an attempt is made to store it in both the original HTML form and as cleaned up XHTML. The idea being, I think, that what is produced by these third party apps isn't always clean XHTML, so it may not be suitable for search.

The problem is that the code that does this is kinda convoluted, and we end up running xdmp:tidy twice, serially. The creates an XHTML version of the original content that has had all its structure ripped out.

It's not really apparent at the user level because what we display is the original HTML. The screwed up XHTML is supposed used only for searches. I think it is why we get search snippets like this for javadoc/jsdoc hits, though:

image

Notice the "blahblah_html.xhtml" and the weird snippet text. The *_html.xhtml are the screwed up XHTML files, and the text is bad because those documents contain one big blob of text in the body.

It turns out that these messed up files are causing ingestion problems downstream for the global search project, so it needs to be fixed. As a side benefit, it might also improve the current search experience, too.

@kcoleman-marklogic kcoleman-marklogic self-assigned this Sep 20, 2018
kcoleman-marklogic added a commit that referenced this issue Sep 20, 2018
* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc
@kcoleman-marklogic
Copy link
Contributor Author

I believe this is fixed. Going to run it on pubs for awhile to make sure I didn't invent exciting new problems.

gfurbush added a commit that referenced this issue Oct 1, 2018
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.
gfurbush added a commit that referenced this issue Dec 7, 2018
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron
gfurbush added a commit that referenced this issue Dec 20, 2018
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron
gfurbush added a commit that referenced this issue Mar 13, 2019
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron

* Create 10.0

* Delete 10.0

* Add files via upload

* Update server-versions.xml
gfurbush added a commit that referenced this issue Mar 27, 2019
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron

* Create 10.0

* Delete 10.0

* Add files via upload

* Update server-versions.xml

* Update server-versions.xml

* Delete document-list.xml
gfurbush added a commit that referenced this issue Apr 25, 2019
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron

* Create 10.0

* Delete 10.0

* Add files via upload

* Update server-versions.xml

* Update server-versions.xml

* Delete document-list.xml

* Update server-versions.xml

Disabled 6.0 doc display
gfurbush added a commit that referenced this issue Apr 29, 2019
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron

* Create 10.0

* Delete 10.0

* Add files via upload

* Update server-versions.xml

* Update server-versions.xml

* Delete document-list.xml

* Update server-versions.xml

Disabled 6.0 doc display

* Update server-versions.xml

* Added 10 files
gfurbush added a commit that referenced this issue Apr 30, 2019
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron

* Create 10.0

* Delete 10.0

* Add files via upload

* Update server-versions.xml

* Update server-versions.xml

* Delete document-list.xml

* Update server-versions.xml

Disabled 6.0 doc display

* Update server-versions.xml

* Added 10 files

* Update server-versions.xml

* Added 10.0 doc
gfurbush added a commit that referenced this issue May 1, 2019
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron

* Create 10.0

* Delete 10.0

* Add files via upload

* Update server-versions.xml

* Update server-versions.xml

* Delete document-list.xml

* Update server-versions.xml

Disabled 6.0 doc display

* Update server-versions.xml

* Added 10 files

* Update server-versions.xml

* Added 10.0 doc
gfurbush added a commit that referenced this issue May 1, 2019
* change url

* version was not showing up on pdf link

* add ops director to toc

* Added es namespace for Entity Services lib module.

* Add Entity Services guide.

* Enable copying apidoc from a method to a function. Partially addresses #592.

* Remove XCC.NET apidoc from the doc entries. See internal task 43762.

* Remove Ops Director guide from the book set.

* Remove Application Builder and Info Studio guides. Move Entity Services guide into dev guide section.

* Removed "Early Access" from the landing page title for ML9.

* Strip ea suffix from 9.0 version

* Make 9.0 the default version

* Update document-list.xml (#674)

Added Ops Dir guide

* Remove ops dir book for 9.0-2

* Add opsdir guide back into doc list

* Pull ops dir guide out again

* and put opsdir book back in again

* Add Azure guide.

* Add common criteria guide to the doc list.

* Add common criteria guide for 8.0-7

* Fix for #701 (#725)

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Comment out PDF-only product notices until build is modified to match.

* Temporarily comment out forward looking books so we can merge to master.

* Uncomment opsdir, cc, and azure guides that were commented out for merge to master.

* Uncommented PDF-only version of the product notices.

* Fix for issue 576 (#734)

* Fix for #701

Serve up product notices as PDF

It expects-

1. Pdf only guide has entry in document-list.xml with attributes
pdf-only=true and title=“guide title”
2. Corresponding pdf guide is available at pubs/pdf/pdf-only-guide.pdf

Added entry for 8.0 and 9.0 only for product notices in
document-list.xml.

* Fix for #576

* Remove Azure guide for 9.0-3.

* Accidentally commented out opsdir. Put it back.

* Fix for 576 (#735)

Additional improvements for the fix to #576.

* Add back the Azure guide.

* Pull azure back out again so I can merge to master.

* And put azure back in again.

* Added Japanese versions of EC2 and Ref Arch guide.

* Add Japanese translation of admin guide

* Added Japanese version of Node.js dev guide.

* Fix yesterday's checkin for Node.js guide

* Add Japanese JS Reference Guide.

* Fix for #748. When loading javadoc, trap XDMP-TOOBIG and load file as
binary.

* Fix for #745. Include Node.js Client API jsdoc in searches. (#750)

* Fix for #748: Eliminate 404s when accessing X509 messages pages.

* Fix #743: Define facet labels for entity services and ops director
guides.

* Add PDF-only versions of the product notices and Japanese guides.

* Make this work on both ML7, and on ML8 and later.

* Another attempt to get this to work with ML8 and later.

* Add cma namespace mapping.

* Fix for #777 Redirect to PDF version of the current product notices.

* Another crack at redirecting product notice links for #777

* Further fix for #777: Also make copyright/legal resolve to PDF notices.

* Update document-list.xml

Updated descriptions and title of EC2 Guide

* Add Japanese version of the install guide.

* Take 2 of adding Japanese install guide

* Add Japanese translation of Semantics guide. Fix links to JP versions of install and node on landing page.

* Fixed another bad link to Japanese guide (internal bug 49611).

* Added Japanese translation of Application Developer's Guide.

* Update namespace-mappings.xml

Hoping this is the correct branch

* Issue #801: Fix javadoc xhtml (#802)

* Issue #801 : Fix how we clean up the HTML produced by javaodc/jsdoc

* Issue #801 Further refinement to avoid an XDMP-EXTIMEOUT issue on pubs.

* Changed namespace for schematron

* Create 10.0

* Delete 10.0

* Add files via upload

* Update server-versions.xml

* Update server-versions.xml

* Delete document-list.xml

* Update server-versions.xml

Disabled 6.0 doc display

* Update server-versions.xml

* Added 10 files

* Update server-versions.xml

* Added 10.0 doc

* Update server-versions.xml

Back to 10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant