From 450444c4478446569a4411a8325b3a2c7ca9ea78 Mon Sep 17 00:00:00 2001 From: Rick Larsen Date: Thu, 24 Aug 2017 14:54:42 -0700 Subject: [PATCH] DDF-2892 added template for appendix to docs (#2226) --- .../dependency-list-intro-contents.adoc | 8 + .../metadata-attributes-intro-contents.adoc | 10 + .../whitelist-intro-contents.adoc | 8 + .../content/_data/data-intro-contents.adoc | 6 + .../_data/mp4-attributes-contents.adoc | 6 - ...ssociations-attributes-table-contents.adoc | 36 + .../catalog-taxonomy-intro-contents.adoc | 14 + .../complete-list-file-types-contents.adoc | 1550 +++++++++++++++++ .../contact-attributes-table-contents.adoc | 114 ++ .../core-attributes-table-contents.adoc | 157 ++ .../datetime-attributes-table-contents.adoc | 35 + .../format-specific-attributes-contents.adoc | 10 + .../history-attributes-table-contents.adoc | 71 + .../location-attributes-table-contents.adoc | 41 + .../media-attributes-table-contents.adoc | 99 ++ .../metacard-attributes-table-contents.adoc | 41 + .../mp4-attributes-contents.adoc | 9 + .../security-attributes-table-contents.adoc | 31 + .../topic-attributes-table-contents.adoc | 37 + .../validation-attributes-table-contents.adoc | 29 + ...alog.history.Historian-table-contents.adoc | 26 + .../_whitelists/admin-whitelist-contents.adoc | 15 + .../catalog-whitelist-contents.adoc | 44 + .../platform-whitelist-contents.adoc | 36 + .../registry-whitelist-contents.adoc | 11 + .../security-whitelist-contents.adoc | 58 + .../_whitelists/solr-whitelist-contents.adoc | 11 + .../spatial-whitelist-contents.adoc | 30 + .../_whitelists/ui-whitelist-contents.adoc | 11 + .../ddf-dependency-list-contents.adoc | 285 +++ .../docs/src/main/jdocs/jbake.properties | 5 +- .../src/main/jdocs/templates/appendices.ftl | 23 + .../main/jdocs/templates/documentation.ftl | 5 +- .../_contents/_data/data-intro-contents.adoc | 3 + .../_dependency-list/ddf-dependency-list.adoc | 1 + 35 files changed, 2866 insertions(+), 10 deletions(-) create mode 100644 distribution/docs/src/main/jdocs/content/_appendix-intros/dependency-list-intro-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_appendix-intros/metadata-attributes-intro-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_appendix-intros/whitelist-intro-contents.adoc delete mode 100644 distribution/docs/src/main/jdocs/content/_data/mp4-attributes-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/associations-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/catalog-taxonomy-intro-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/complete-list-file-types-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/contact-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/core-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/datetime-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/format-specific-attributes-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/history-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/location-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/media-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/metacard-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/mp4-attributes-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/security-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/topic-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_metadata-attributes/validation-attributes-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_tables/ddf.catalog.history.Historian-table-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_whitelists/admin-whitelist-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_whitelists/catalog-whitelist-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_whitelists/platform-whitelist-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_whitelists/registry-whitelist-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_whitelists/security-whitelist-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_whitelists/solr-whitelist-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_whitelists/spatial-whitelist-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/_whitelists/ui-whitelist-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/content/dependency-list/ddf-dependency-list-contents.adoc create mode 100644 distribution/docs/src/main/jdocs/templates/appendices.ftl diff --git a/distribution/docs/src/main/jdocs/content/_appendix-intros/dependency-list-intro-contents.adoc b/distribution/docs/src/main/jdocs/content/_appendix-intros/dependency-list-intro-contents.adoc new file mode 100644 index 000000000000..2f72d07196ce --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_appendix-intros/dependency-list-intro-contents.adoc @@ -0,0 +1,8 @@ +:title: Dependency List +:type: appendixIntro +:status: published +:children: ${branding} Dependency List +:order: 02 +:summary: Introduction to dependency list appendix. + +This list of ${branding} dependencies is automatically generated: diff --git a/distribution/docs/src/main/jdocs/content/_appendix-intros/metadata-attributes-intro-contents.adoc b/distribution/docs/src/main/jdocs/content/_appendix-intros/metadata-attributes-intro-contents.adoc new file mode 100644 index 000000000000..18cb8d82bd07 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_appendix-intros/metadata-attributes-intro-contents.adoc @@ -0,0 +1,10 @@ +:title: Metadata Attributes +:type: appendixIntro +:status: published +:children: Metadata Attributes, Catalog Taxonomy, All Formats Supported +:order: 01 +:summary: Introduction to metadata attributes. + +${branding} extracts basic metadata from the resources ingested. Many file types and contain additional <<_format_specific_attribute_mappings,format-specific metadata attributes>>. +A neutral <<_catalog_taxonomy,Catalog Taxonomy>> enables transformation of metadata to other formats. +See also a <> for ingest. diff --git a/distribution/docs/src/main/jdocs/content/_appendix-intros/whitelist-intro-contents.adoc b/distribution/docs/src/main/jdocs/content/_appendix-intros/whitelist-intro-contents.adoc new file mode 100644 index 000000000000..d821b29f1436 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_appendix-intros/whitelist-intro-contents.adoc @@ -0,0 +1,8 @@ +:title: Application Whitelists +:type: appendixIntro +:status: published +:children: Application Whitelists +:order: 00 +:summary: Introduction to application whitelists. + +Within each ${branding} application, certain packages are exported for use by third parties. diff --git a/distribution/docs/src/main/jdocs/content/_data/data-intro-contents.adoc b/distribution/docs/src/main/jdocs/content/_data/data-intro-contents.adoc index 84dd82743304..14787e570073 100644 --- a/distribution/docs/src/main/jdocs/content/_data/data-intro-contents.adoc +++ b/distribution/docs/src/main/jdocs/content/_data/data-intro-contents.adoc @@ -197,6 +197,12 @@ Only these attribute formats may be used. |=== +====== Attribute Naming Conventions + +Catalog taxonomy elements follow the naming convention of `group-or-namespace.specific-term`, except for extension fields outside of the core taxonomy. +These follow the naming convention of `ext.group-or-namespace.specific-term` and must be namespaced. +Nesting is not permitted. + ===== Result A single "hit" included in a query response. diff --git a/distribution/docs/src/main/jdocs/content/_data/mp4-attributes-contents.adoc b/distribution/docs/src/main/jdocs/content/_data/mp4-attributes-contents.adoc deleted file mode 100644 index 74f764373b2c..000000000000 --- a/distribution/docs/src/main/jdocs/content/_data/mp4-attributes-contents.adoc +++ /dev/null @@ -1,6 +0,0 @@ - -==== Mp4 Additional Attitibutes - -Mp4 files have an additional attribute: - -* `ext.mp4.audio-sample-rate` diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/associations-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/associations-attributes-table-contents.adoc new file mode 100644 index 000000000000..ab36cc7f514e --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/associations-attributes-table-contents.adoc @@ -0,0 +1,36 @@ +:title: Associations +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group represent associations between products. + +.[[_associations_attributes_table]]Associations: Attributes in this group represent associations between products. +[cols="1,2,1,1,1" options="header"] +|=== + +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|metacard.associations.derived +|ID of one or more metacards derived from this metacard. +|List of Strings +|A valid metacard ID (conventionally, a type 4 random UUID with hyphens removed). +|70809f17782c42b8ba15747b86b50ebf + +|metacard.associations.related +|ID of one or more metacards related to this metacard. +|List of Strings +|A valid metacard ID (conventionally, a type 4 random UUID with hyphens removed). +|70809f17782c42b8ba15747b86b50ebf + +|associations.external +|One or more URI's identifying external associated +resources. +|List of Strings +|A valid URI. +|https://infocorp.org/wikia/reference + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/catalog-taxonomy-intro-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/catalog-taxonomy-intro-contents.adoc new file mode 100644 index 000000000000..a5f316508895 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/catalog-taxonomy-intro-contents.adoc @@ -0,0 +1,14 @@ +:title: Catalog Taxonomy +:type: appendix +:status: published +:parent: Metadata Attributes +:children: Catalog Taxonomy +:order: 02 +:summary: Introduction to catalog taxonomy appendix. + +To facilitate data sharing while maximizing the usefulness of metadata, the attributes on resources are normalized into a common taxonomy that maps to attributes in the desired output format. + +[NOTE] +==== +The taxonomy is presented here for reference only. +==== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/complete-list-file-types-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/complete-list-file-types-contents.adoc new file mode 100644 index 000000000000..629b1e9ae90f --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/complete-list-file-types-contents.adoc @@ -0,0 +1,1550 @@ +:title: All Formats Supported +:type: appendix +:status: published +:parent: Metadata Attributes +:children: File Formats +:order: 03 +:summary: Complete list of supported file types. + +Using the various input transformers, ${branding} supports ingest of the following MIME types. + +.[[supported_file_types]]Supported File Types +[cols="3"] +|=== +3+^h|application +m|activemessage +m|andrew-inset +m|applefile +m|applixware +m|atom+xml +m|atomcat+xml +m|atomicmail +m|atomsvc+xml +m|auth-policy+xml +m|batch-smtp +m|beep+xml +m|bizagi-modeler +m|cals-1840 +m|cbor +m|ccxml+xml +m|cea-2018+xml +m|cellml+xml +m|cnrp+xml +m|commonground +m|conference-info+xml +m|cpl+xml +m|csta+xml +m|cstadata+xml +m|cu-seeme +m|cybercash +m|davmount+xml +m|dca-rft +m|dec-dx +m|dialog-info+xml +m|dicom +m|dif+xml +m|dita+xml +m|dita+xml +m|dita+xml +m|dita+xml +m|dita+xml +m|dita+xml +m|dns +m|dvcs +m|ecmascript +m|edi-consent +m|edi-x12 +m|edifact +m|emma+xml +m|epp+xml +m|epub+zip +m|eshop +m|example +m|fastinfoset +m|fastsoap +m|fits +m|font-tdpfr +m|gzip +m|h224 +m|http +m|hyperstudio +m|ibe-key-request+xml +m|ibe-pkg-reply+xml +m|ibe-pp-data +m|iges +m|illustrator +m|im-iscomposing+xml +m|index +m|index.cmd +m|index.obj +m|index.response +m|index.vnd +m|inf +m|iotp +m|ipp +m|isup +m|java-archive +m|java-serialized-object +m|java-vm +m|javascript +m|json +m|kate +m|kpml-request+xml +m|kpml-response+xml +m|lost+xml +m|mac-binhex40 +m|mac-compactpro +m|macwriteii +m|marc +m|mathematica +m|mathml+xml +m|mbms-associated-procedure-description+xml +m|mbms-deregister+xml +m|mbms-envelope+xml +m|mbms-msk+xml +m|mbms-msk-response+xml +m|mbms-protection-description+xml +m|mbms-reception-report+xml +m|mbms-register+xml +m|mbms-register-response+xml +m|mbms-user-service-description+xml +m|mbox +m|media_control+xml +m|mediaservercontrol+xml +m|mikey +m|moss-keys +m|moss-signature +m|mosskey-data +m|mosskey-request +m|mp4 +m|mpeg4-generic +m|mpeg4-iod +m|mpeg4-iod-xmt +m|msword +m|msword2 +m|msword5 +m|mxf +m|nasdata +m|news-checkgroups +m|news-groupinfo +m|news-transmission +m|nss +m|ocsp-request +m|ocsp-response +m|octet-stream +m|oda +m|oebps-package+xml +m|ogg +m|onenote +m|parityfec +m|patch-ops-error+xml +m|pdf +m|pgp-encrypted +m|pgp-keys +m|pgp-signature +m|pics-rules +m|pidf+xml +m|pidf-diff+xml +m|pkcs10 +m|pkcs7-mime +m|pkcs7-signature +m|pkix-cert +m|pkix-crl +m|pkix-pkipath +m|pkixcmp +m|pls+xml +m|poc-settings+xml +m|postscript +m|prs.alvestrand.titrax-sheet +m|prs.cww +m|prs.nprend +m|prs.plucker +m|qsig +m|quicktime +m|rdf+xml +m|reginfo+xml +m|relax-ng-compact-syntax +m|remote-printing +m|resource-lists+xml +m|resource-lists-diff+xml +m|riscos +m|rlmi+xml +m|rls-services+xml +m|rsd+xml +m|rss+xml +m|rtf +m|rtx +m|samlassertion+xml +m|samlmetadata+xml +m|sbml+xml +m|scvp-cv-request +m|scvp-cv-response +m|scvp-vp-request +m|scvp-vp-response +m|sdp +m|sereal +m|sereal +m|sereal +m|sereal +m|set-payment +m|set-payment-initiation +m|set-registration +m|set-registration-initiation +m|sgml +m|sgml-open-catalog +m|shf+xml +m|sieve +m|simple-filter+xml +m|simple-message-summary +m|simplesymbolcontainer +m|slate +m|sldworks +m|smil+xml +m|soap+fastinfoset +m|soap+xml +m|sparql-query +m|sparql-results+xml +m|spirits-event+xml +m|srgs +m|srgs+xml +m|ssml+xml +m|timestamp-query +m|timestamp-reply +m|tve-trigger +m|ulpfec +m|vemmi +m|vividence.scriptfile +m|vnd.3gpp.bsf+xml +m|vnd.3gpp.pic-bw-large +m|vnd.3gpp.pic-bw-small +m|vnd.3gpp.pic-bw-var +m|vnd.3gpp.sms +m|vnd.3gpp2.bcmcsinfo+xml +m|vnd.3gpp2.sms +m|vnd.3gpp2.tcap +m|vnd.3m.post-it-notes +m|vnd.accpac.simply.aso +m|vnd.accpac.simply.imp +m|vnd.acucobol +m|vnd.acucorp +m|vnd.adobe.aftereffects.project +m|vnd.adobe.aftereffects.template +m|vnd.adobe.air-application-installer-package+zip +m|vnd.adobe.xdp+xml +m|vnd.adobe.xfdf +m|vnd.aether.imp +m|vnd.airzip.filesecure.azf +m|vnd.airzip.filesecure.azs +m|vnd.amazon.ebook +m|vnd.americandynamics.acc +m|vnd.amiga.ami +m|vnd.android.package-archive +m|vnd.anser-web-certificate-issue-initiation +m|vnd.anser-web-funds-transfer-initiation +m|vnd.antix.game-component +m|vnd.apple.installer+xml +m|vnd.apple.iwork +m|vnd.apple.keynote +m|vnd.apple.numbers +m|vnd.apple.pages +m|vnd.arastra.swi +m|vnd.audiograph +m|vnd.autopackage +m|vnd.avistar+xml +m|vnd.blueice.multipass +m|vnd.bluetooth.ep.oob +m|vnd.bmi +m|vnd.businessobjects +m|vnd.cab-jscript +m|vnd.canon-cpdl +m|vnd.canon-lips +m|vnd.cendio.thinlinc.clientconf +m|vnd.chemdraw+xml +m|vnd.chipnuts.karaoke-mmd +m|vnd.cinderella +m|vnd.cirpack.isdn-ext +m|vnd.claymore +m|vnd.clonk.c4group +m|vnd.commerce-battelle +m|vnd.commonspace +m|vnd.contact.cmsg +m|vnd.cosmocaller +m|vnd.crick.clicker +m|vnd.crick.clicker.keyboard +m|vnd.crick.clicker.palette +m|vnd.crick.clicker.template +m|vnd.crick.clicker.wordbank +m|vnd.criticaltools.wbs+xml +m|vnd.ctc-posml +m|vnd.ctct.ws+xml +m|vnd.cups-pdf +m|vnd.cups-postscript +m|vnd.cups-ppd +m|vnd.cups-raster +m|vnd.cups-raw +m|vnd.curl.car +m|vnd.curl.pcurl +m|vnd.cybank +m|vnd.data-vision.rdz +m|vnd.denovo.fcselayout-link +m|vnd.dir-bi.plate-dl-nosuffix +m|vnd.dna +m|vnd.dolby.mlp +m|vnd.dolby.mobile.1 +m|vnd.dolby.mobile.2 +m|vnd.dpgraph +m|vnd.dreamfactory +m|vnd.dvb.esgcontainer +m|vnd.dvb.ipdcdftnotifaccess +m|vnd.dvb.ipdcesgaccess +m|vnd.dvb.ipdcroaming +m|vnd.dvb.iptv.alfec-base +m|vnd.dvb.iptv.alfec-enhancement +m|vnd.dvb.notif-aggregate-root+xml +m|vnd.dvb.notif-container+xml +m|vnd.dvb.notif-generic+xml +m|vnd.dvb.notif-ia-msglist+xml +m|vnd.dvb.notif-ia-registration-request+xml +m|vnd.dvb.notif-ia-registration-response+xml +m|vnd.dvb.notif-init+xml +m|vnd.dxr +m|vnd.dynageo +m|vnd.ecdis-update +m|vnd.ecowin.chart +m|vnd.ecowin.filerequest +m|vnd.ecowin.fileupdate +m|vnd.ecowin.series +m|vnd.ecowin.seriesrequest +m|vnd.ecowin.seriesupdate +m|vnd.emclient.accessrequest+xml +m|vnd.enliven +m|vnd.epson.esf +m|vnd.epson.msf +m|vnd.epson.quickanime +m|vnd.epson.salt +m|vnd.epson.ssf +m|vnd.ericsson.quickcall +m|vnd.eszigno3+xml +m|vnd.etsi.aoc+xml +m|vnd.etsi.asic-e+zip +m|vnd.etsi.asic-s+zip +m|vnd.etsi.cug+xml +m|vnd.etsi.iptvcommand+xml +m|vnd.etsi.iptvdiscovery+xml +m|vnd.etsi.iptvprofile+xml +m|vnd.etsi.iptvsad-bc+xml +m|vnd.etsi.iptvsad-cod+xml +m|vnd.etsi.iptvsad-npvr+xml +m|vnd.etsi.iptvueprofile+xml +m|vnd.etsi.mcid+xml +m|vnd.etsi.sci+xml +m|vnd.etsi.simservs+xml +m|vnd.eudora.data +m|vnd.ezpix-album +m|vnd.ezpix-package +m|vnd.f-secure.mobile +m|vnd.fdf +m|vnd.fdsn.mseed +m|vnd.fdsn.seed +m|vnd.ffsns +m|vnd.fints +m|vnd.flographit +m|vnd.fluxtime.clip +m|vnd.font-fontforge-sfd +m|vnd.framemaker +m|vnd.frogans.fnc +m|vnd.frogans.ltf +m|vnd.fsc.weblaunch +m|vnd.fujitsu.oasys +m|vnd.fujitsu.oasys2 +m|vnd.fujitsu.oasys3 +m|vnd.fujitsu.oasysgp +m|vnd.fujitsu.oasysprs +m|vnd.fujixerox.art-ex +m|vnd.fujixerox.art4 +m|vnd.fujixerox.ddd +m|vnd.fujixerox.docuworks +m|vnd.fujixerox.docuworks.binder +m|vnd.fujixerox.hbpl +m|vnd.fut-misnet +m|vnd.fuzzysheet +m|vnd.genomatix.tuxedo +m|vnd.geogebra.file +m|vnd.geogebra.tool +m|vnd.geometry-explorer +m|vnd.gmx +m|vnd.google-earth.kml+xml +m|vnd.google-earth.kmz +m|vnd.grafeq +m|vnd.gridmp +m|vnd.groove-account +m|vnd.groove-help +m|vnd.groove-identity-message +m|vnd.groove-injector +m|vnd.groove-tool-message +m|vnd.groove-tool-template +m|vnd.groove-vcard +m|vnd.handheld-entertainment+xml +m|vnd.hbci +m|vnd.hcl-bireports +m|vnd.hhe.lesson-player +m|vnd.hp-hpgl +m|vnd.hp-hpid +m|vnd.hp-hps +m|vnd.hp-jlyt +m|vnd.hp-pcl +m|vnd.hp-pclxl +m|vnd.httphone +m|vnd.hydrostatix.sof-data +m|vnd.hzn-3d-crossword +m|vnd.ibm.afplinedata +m|vnd.ibm.electronic-media +m|vnd.ibm.minipay +m|vnd.ibm.modcap +m|vnd.ibm.rights-management +m|vnd.ibm.secure-container +m|vnd.iccprofile +m|vnd.igloader +m|vnd.immervision-ivp +m|vnd.immervision-ivu +m|vnd.informedcontrol.rms+xml +m|vnd.informix-visionary +m|vnd.intercon.formnet +m|vnd.intertrust.digibox +m|vnd.intertrust.nncp +m|vnd.intu.qbo +m|vnd.intu.qfx +m|vnd.iptc.g2.conceptitem+xml +m|vnd.iptc.g2.knowledgeitem+xml +m|vnd.iptc.g2.newsitem+xml +m|vnd.iptc.g2.packageitem+xml +m|vnd.ipunplugged.rcprofile +m|vnd.irepository.package+xml +m|vnd.is-xpr +m|vnd.jam +m|vnd.japannet-directory-service +m|vnd.japannet-jpnstore-wakeup +m|vnd.japannet-payment-wakeup +m|vnd.japannet-registration +m|vnd.japannet-registration-wakeup +m|vnd.japannet-setstore-wakeup +m|vnd.japannet-verification +m|vnd.japannet-verification-wakeup +m|vnd.jcp.javame.midlet-rms +m|vnd.jisp +m|vnd.joost.joda-archive +m|vnd.kahootz +m|vnd.kde.karbon +m|vnd.kde.kchart +m|vnd.kde.kformula +m|vnd.kde.kivio +m|vnd.kde.kontour +m|vnd.kde.kpresenter +m|vnd.kde.kspread +m|vnd.kde.kword +m|vnd.kenameaapp +m|vnd.kidspiration +m|vnd.kinar +m|vnd.koan +m|vnd.kodak-descriptor +m|vnd.liberty-request+xml +m|vnd.llamagraphics.life-balance.desktop +m|vnd.llamagraphics.life-balance.exchange+xml +m|vnd.lotus-1-2-3 +m|vnd.lotus-approach +m|vnd.lotus-freelance +m|vnd.lotus-notes +m|vnd.lotus-organizer +m|vnd.lotus-screencam +m|vnd.lotus-wordpro +m|vnd.macports.portpkg +m|vnd.marlin.drm.actiontoken+xml +m|vnd.marlin.drm.conftoken+xml +m|vnd.marlin.drm.license+xml +m|vnd.marlin.drm.mdcf +m|vnd.mcd +m|vnd.medcalcdata +m|vnd.mediastation.cdkey +m|vnd.meridian-slingshot +m|vnd.mfer +m|vnd.mfmp +m|vnd.micrografx.flo +m|vnd.micrografx.igx +m|vnd.mif +m|vnd.mindjet.mindmanager +m|vnd.minisoft-hp3000-save +m|vnd.mitsubishi.misty-guard.trustweb +m|vnd.mobius.daf +m|vnd.mobius.dis +m|vnd.mobius.mbk +m|vnd.mobius.mqy +m|vnd.mobius.msl +m|vnd.mobius.plc +m|vnd.mobius.txf +m|vnd.mophun.application +m|vnd.mophun.certificate +m|vnd.motorola.flexsuite +m|vnd.motorola.flexsuite.adsi +m|vnd.motorola.flexsuite.fis +m|vnd.motorola.flexsuite.gotap +m|vnd.motorola.flexsuite.kmr +m|vnd.motorola.flexsuite.ttc +m|vnd.motorola.flexsuite.wem +m|vnd.motorola.iprm +m|vnd.mozilla.xul+xml +m|vnd.ms-artgalry +m|vnd.ms-asf +m|vnd.ms-cab-compressed +m|vnd.ms-excel +m|vnd.ms-excel.addin.macroenabled.12 +m|vnd.ms-excel.sheet.2 +m|vnd.ms-excel.sheet.3 +m|vnd.ms-excel.sheet.4 +m|vnd.ms-excel.sheet.binary.macroenabled.12 +m|vnd.ms-excel.sheet.macroenabled.12 +m|vnd.ms-excel.template.macroenabled.12 +m|vnd.ms-excel.workspace.3 +m|vnd.ms-excel.workspace.4 +m|vnd.ms-fontobject +m|vnd.ms-htmlhelp +m|vnd.ms-ims +m|vnd.ms-lrm +m|vnd.ms-outlook +m|vnd.ms-outlook-pst +m|vnd.ms-pki.seccat +m|vnd.ms-pki.stl +m|vnd.ms-playready.initiator+xml +m|vnd.ms-powerpoint +m|vnd.ms-powerpoint.addin.macroenabled.12 +m|vnd.ms-powerpoint.presentation.macroenabled.12 +m|vnd.ms-powerpoint.slide.macroenabled.12 +m|vnd.ms-powerpoint.slideshow.macroenabled.12 +m|vnd.ms-powerpoint.template.macroenabled.12 +m|vnd.ms-project +m|vnd.ms-tnef +m|vnd.ms-visio.drawing +m|vnd.ms-visio.drawing.macroenabled.12 +m|vnd.ms-visio.stencil +m|vnd.ms-visio.stencil.macroenabled.12 +m|vnd.ms-visio.template +m|vnd.ms-visio.template.macroenabled.12 +m|vnd.ms-wmdrm.lic-chlg-req +m|vnd.ms-wmdrm.lic-resp +m|vnd.ms-wmdrm.meter-chlg-req +m|vnd.ms-wmdrm.meter-resp +m|vnd.ms-word.document.macroenabled.12 +m|vnd.ms-word.template.macroenabled.12 +m|vnd.ms-works +m|vnd.ms-wpl +m|vnd.ms-xpsdocument +m|vnd.mseq +m|vnd.msign +m|vnd.multiad.creator +m|vnd.multiad.creator.cif +m|vnd.music-niff +m|vnd.musician +m|vnd.muvee.style +m|vnd.ncd.control +m|vnd.ncd.reference +m|vnd.nervana +m|vnd.netfpx +m|vnd.neurolanguage.nlu +m|vnd.noblenet-directory +m|vnd.noblenet-sealer +m|vnd.noblenet-web +m|vnd.nokia.catalogs +m|vnd.nokia.conml+wbxml +m|vnd.nokia.conml+xml +m|vnd.nokia.iptv.config+xml +m|vnd.nokia.isds-radio-presets +m|vnd.nokia.landmark+wbxml +m|vnd.nokia.landmark+xml +m|vnd.nokia.landmarkcollection+xml +m|vnd.nokia.n-gage.ac+xml +m|vnd.nokia.n-gage.data +m|vnd.nokia.n-gage.symbian.install +m|vnd.nokia.ncd +m|vnd.nokia.pcd+wbxml +m|vnd.nokia.pcd+xml +m|vnd.nokia.radio-preset +m|vnd.nokia.radio-presets +m|vnd.novadigm.edm +m|vnd.novadigm.edx +m|vnd.novadigm.ext +m|vnd.oasis.opendocument.chart +m|vnd.oasis.opendocument.chart-template +m|vnd.oasis.opendocument.database +m|vnd.oasis.opendocument.formula +m|vnd.oasis.opendocument.formula-template +m|vnd.oasis.opendocument.graphics +m|vnd.oasis.opendocument.graphics-template +m|vnd.oasis.opendocument.image +m|vnd.oasis.opendocument.image-template +m|vnd.oasis.opendocument.presentation +m|vnd.oasis.opendocument.presentation-template +m|vnd.oasis.opendocument.spreadsheet +m|vnd.oasis.opendocument.spreadsheet-template +m|vnd.oasis.opendocument.text +m|vnd.oasis.opendocument.text-master +m|vnd.oasis.opendocument.text-template +m|vnd.oasis.opendocument.text-web +m|vnd.obn +m|vnd.olpc-sugar +m|vnd.oma-scws-config +m|vnd.oma-scws-http-request +m|vnd.oma-scws-http-response +m|vnd.oma.bcast.associated-procedure-parameter+xml +m|vnd.oma.bcast.drm-trigger+xml +m|vnd.oma.bcast.imd+xml +m|vnd.oma.bcast.ltkm +m|vnd.oma.bcast.notification+xml +m|vnd.oma.bcast.provisioningtrigger +m|vnd.oma.bcast.sgboot +m|vnd.oma.bcast.sgdd+xml +m|vnd.oma.bcast.sgdu +m|vnd.oma.bcast.simple-symbol-container +m|vnd.oma.bcast.smartcard-trigger+xml +m|vnd.oma.bcast.sprov+xml +m|vnd.oma.bcast.stkm +m|vnd.oma.dcd +m|vnd.oma.dcdc +m|vnd.oma.dd2+xml +m|vnd.oma.drm.risd+xml +m|vnd.oma.group-usage-list+xml +m|vnd.oma.poc.detailed-progress-report+xml +m|vnd.oma.poc.final-report+xml +m|vnd.oma.poc.groups+xml +m|vnd.oma.poc.invocation-descriptor+xml +m|vnd.oma.poc.optimized-progress-report+xml +m|vnd.oma.xcap-directory+xml +m|vnd.omads-email+xml +m|vnd.omads-file+xml +m|vnd.omads-folder+xml +m|vnd.omaloc-supl-init +m|vnd.openofficeorg.extension +m|vnd.openxmlformats-officedocument.presentationml.presentation +m|vnd.openxmlformats-officedocument.presentationml.slide +m|vnd.openxmlformats-officedocument.presentationml.slideshow +m|vnd.openxmlformats-officedocument.presentationml.template +m|vnd.openxmlformats-officedocument.spreadsheetml.sheet +m|vnd.openxmlformats-officedocument.spreadsheetml.template +m|vnd.openxmlformats-officedocument.wordprocessingml.document +m|vnd.openxmlformats-officedocument.wordprocessingml.template +m|vnd.osa.netdeploy +m|vnd.osgi.bundle +m|vnd.osgi.dp +m|vnd.otps.ct-kip+xml +m|vnd.palm +m|vnd.paos.xml +m|vnd.pg.format +m|vnd.pg.osasli +m|vnd.piaccess.application-licence +m|vnd.picsel +m|vnd.poc.group-advertisement+xml +m|vnd.pocketlearn +m|vnd.powerbuilder6 +m|vnd.powerbuilder6-s +m|vnd.powerbuilder7 +m|vnd.powerbuilder7-s +m|vnd.powerbuilder75 +m|vnd.powerbuilder75-s +m|vnd.preminet +m|vnd.previewsystems.box +m|vnd.proteus.magazine +m|vnd.publishare-delta-tree +m|vnd.pvi.ptid1 +m|vnd.pwg-multiplexed +m|vnd.pwg-xhtml-print+xml +m|vnd.qualcomm.brew-app-res +m|vnd.quark.quarkxpress +m|vnd.rapid +m|vnd.recordare.musicxml +m|vnd.recordare.musicxml+xml +m|vnd.renlearn.rlprint +m|vnd.rim.cod +m|vnd.rn-realmedia +m|vnd.route66.link66+xml +m|vnd.ruckus.download +m|vnd.s3sms +m|vnd.sbm.cid +m|vnd.sbm.mid2 +m|vnd.scribus +m|vnd.sealed.3df +m|vnd.sealed.csf +m|vnd.sealed.doc +m|vnd.sealed.eml +m|vnd.sealed.mht +m|vnd.sealed.net +m|vnd.sealed.ppt +m|vnd.sealed.tiff +m|vnd.sealed.xls +m|vnd.sealedmedia.softseal.html +m|vnd.sealedmedia.softseal.pdf +m|vnd.seemail +m|vnd.sema +m|vnd.semd +m|vnd.semf +m|vnd.shana.informed.formdata +m|vnd.shana.informed.formtemplate +m|vnd.shana.informed.interchange +m|vnd.shana.informed.package +m|vnd.simtech-mindmapper +m|vnd.smaf +m|vnd.smart.teacher +m|vnd.software602.filler.form+xml +m|vnd.software602.filler.form-xml-zip +m|vnd.solent.sdkm+xml +m|vnd.spotfire.dxp +m|vnd.spotfire.sfs +m|vnd.sss-cod +m|vnd.sss-dtf +m|vnd.sss-ntf +m|vnd.stardivision.calc +m|vnd.stardivision.draw +m|vnd.stardivision.impress +m|vnd.stardivision.math +m|vnd.stardivision.writer +m|vnd.stardivision.writer-global +m|vnd.street-stream +m|vnd.sun.wadl+xml +m|vnd.sun.xml.calc +m|vnd.sun.xml.calc.template +m|vnd.sun.xml.draw +m|vnd.sun.xml.draw.template +m|vnd.sun.xml.impress +m|vnd.sun.xml.impress.template +m|vnd.sun.xml.math +m|vnd.sun.xml.writer +m|vnd.sun.xml.writer.global +m|vnd.sun.xml.writer.template +m|vnd.sus-calendar +m|vnd.svd +m|vnd.swiftview-ics +m|vnd.symbian.install +m|vnd.syncml+xml +m|vnd.syncml.dm+wbxml +m|vnd.syncml.dm+xml +m|vnd.syncml.dm.notification +m|vnd.syncml.ds.notification +m|vnd.tao.intent-module-archive +m|vnd.tcpdump.pcap +m|vnd.tmobile-livetv +m|vnd.trid.tpt +m|vnd.triscape.mxs +m|vnd.trueapp +m|vnd.truedoc +m|vnd.ufdl +m|vnd.uiq.theme +m|vnd.umajin +m|vnd.unity +m|vnd.uoml+xml +m|vnd.uplanet.alert +m|vnd.uplanet.alert-wbxml +m|vnd.uplanet.bearer-choice +m|vnd.uplanet.bearer-choice-wbxml +m|vnd.uplanet.cacheop +m|vnd.uplanet.cacheop-wbxml +m|vnd.uplanet.channel +m|vnd.uplanet.channel-wbxml +m|vnd.uplanet.list +m|vnd.uplanet.list-wbxml +m|vnd.uplanet.listcmd +m|vnd.uplanet.listcmd-wbxml +m|vnd.uplanet.signal +m|vnd.vcx +m|vnd.vd-study +m|vnd.vectorworks +m|vnd.vidsoft.vidconference +m|vnd.visio +m|vnd.visionary +m|vnd.vividence.scriptfile +m|vnd.vsf +m|vnd.wap.sic +m|vnd.wap.slc +m|vnd.wap.wbxml +m|vnd.wap.wmlc +m|vnd.wap.wmlscriptc +m|vnd.webturbo +m|vnd.wfa.wsc +m|vnd.wmc +m|vnd.wmf.bootstrap +m|vnd.wordperfect +m|vnd.wqd +m|vnd.wrq-hp3000-labelled +m|vnd.wt.stf +m|vnd.wv.csp+wbxml +m|vnd.wv.csp+xml +m|vnd.wv.ssp+xml +m|vnd.xara +m|vnd.xfdl +m|vnd.xfdl.webform +m|vnd.xmi+xml +m|vnd.xmpie.cpkg +m|vnd.xmpie.dpkg +m|vnd.xmpie.plan +m|vnd.xmpie.ppkg +m|vnd.xmpie.xlim +m|vnd.yamaha.hv-dic +m|vnd.yamaha.hv-script +m|vnd.yamaha.hv-voice +m|vnd.yamaha.openscoreformat +m|vnd.yamaha.openscoreformat.osfpvg+xml +m|vnd.yamaha.smaf-audio +m|vnd.yamaha.smaf-phrase +m|vnd.yellowriver-custom-menu +m|vnd.zul +m|vnd.zzazz.deck+xml +m|voicexml+xml +m|watcherinfo+xml +m|whoispp-query +m|whoispp-response +m|winhlp +m|wita +m|wordperfect5.1 +m|wsdl+xml +m|wspolicy+xml +m|x-123 +m|x-7z-compressed +m|x-abiword +m|x-ace-compressed +m|x-adobe-indesign +m|x-adobe-indesign-interchange +m|x-apple-diskimage +m|x-appleworks +m|x-archive +m|x-arj +m|x-authorware-bin +m|x-authorware-map +m|x-authorware-seg +m|x-axcrypt +m|x-bcpio +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-berkeley-db +m|x-bibtex-text-file +m|x-bittorrent +m|x-bplist +m|x-bzip +m|x-bzip2 +m|x-cdlink +m|x-chat +m|x-chess-pgn +m|x-chrome-package +m|x-compress +m|x-coredump +m|x-corelpresentations +m|x-cpio +m|x-csh +m|x-debian-package +m|x-dex +m|x-director +m|x-doom +m|x-dosexec +m|x-dtbncx+xml +m|x-dtbook+xml +m|x-dtbresource+xml +m|x-dvi +m|x-elc +m|x-elf +m|x-emf +m|x-erdas-hfa +m|x-executable +m|x-fictionbook+xml +m|x-filemaker +m|x-font-adobe-metric +m|x-font-bdf +m|x-font-dos +m|x-font-framemaker +m|x-font-ghostscript +m|x-font-libgrx +m|x-font-linux-psf +m|x-font-otf +m|x-font-pcf +m|x-font-printer-metric +m|x-font-snf +m|x-font-speedo +m|x-font-sunos-news +m|x-font-ttf +m|x-font-type1 +m|x-font-vfont +m|x-foxmail +m|x-futuresplash +m|x-gnucash +m|x-gnumeric +m|x-grib +m|x-gtar +m|x-hdf +m|x-hwp +m|x-hwp-v5 +m|x-ibooks+zip +m|x-isatab +m|x-isatab-assay +m|x-isatab-investigation +m|x-iso9660-image +m|x-itunes-ipa +m|x-java-jnilib +m|x-java-jnlp-file +m|x-java-pack200 +m|x-kdelnk +m|x-killustrator +m|x-latex +m|x-lha +m|x-lharc +m|x-matlab-data +m|x-matroska +m|x-mobipocket-ebook +m|x-ms-application +m|x-ms-installer +m|x-ms-wmd +m|x-ms-wmz +m|x-ms-xbap +m|x-msaccess +m|x-msbinder +m|x-mscardfile +m|x-msclip +m|x-msdownload +m|x-msdownload +m|x-msdownload +m|x-msdownload +m|x-msdownload +m|x-msdownload +m|x-msdownload +m|x-msmediaview +m|x-msmetafile +m|x-msmoney +m|x-mspublisher +m|x-msschedule +m|x-msterminal +m|x-mswrite +m|x-mysql-db +m|x-mysql-misam-compressed-index +m|x-mysql-misam-data +m|x-mysql-misam-index +m|x-mysql-table-definition +m|x-netcdf +m|x-object +m|x-pkcs12 +m|x-pkcs7-certificates +m|x-pkcs7-certreqresp +m|x-project +m|x-prt +m|x-quattro-pro +m|x-rar-compressed +m|x-roxio-toast +m|x-rpm +m|x-sas +m|x-sas-access +m|x-sas-audit +m|x-sas-backup +m|x-sas-catalog +m|x-sas-data +m|x-sas-data-index +m|x-sas-dmdb +m|x-sas-fdb +m|x-sas-itemstor +m|x-sas-mddb +m|x-sas-program-data +m|x-sas-putility +m|x-sas-transport +m|x-sas-utility +m|x-sas-view +m|x-sc +m|x-sfdu +m|x-sh +m|x-shapefile +m|x-shar +m|x-sharedlib +m|x-shockwave-flash +m|x-silverlight-app +m|x-snappy-framed +m|x-sqlite3 +m|x-staroffice-template +m|x-stuffit +m|x-stuffitx +m|x-sv4cpio +m|x-sv4crc +m|x-tar +m|x-tex +m|x-tex-tfm +m|x-texinfo +m|x-tika-iworks-protected +m|x-tika-java-enterprise-archive +m|x-tika-java-web-archive +m|x-tika-msoffice +m|x-tika-msoffice-embedded +m|x-tika-msoffice-embedded +m|x-tika-msoffice-embedded +m|x-tika-msworks-spreadsheet +m|x-tika-old-excel +m|x-tika-ooxml +m|x-tika-ooxml-protected +m|x-tika-staroffice +m|x-tika-unix-dump +m|x-tika-visio-ooxml +m|x-uc2-compressed +m|x-ustar +m|x-vhd +m|x-vmdk +m|x-wais-source +m|x-webarchive +m|x-x509-ca-cert +m|x-xfig +m|x-xmind +m|x-xpinstall +m|x-xz +m|x-zoo +m|x400-bp +m|xcap-att+xml +m|xcap-caps+xml +m|xcap-el+xml +m|xcap-error+xml +m|xcap-ns+xml +m|xcon-conference-info+xml +m|xcon-conference-info-diff+xml +m|xenc+xml +m|xhtml+xml +m|xhtml-voice+xml +m|xml +m|xml-dtd +m|xml-external-parsed-entity +m|xmpp+xml +m|xop+xml +m|xquery +m|xslfo+xml +m|xslt+xml +m|xspf+xml +m|xv+xml +m|zip +m|zlib +m| + +3+^h|audio +m|32kadpcm +m|3gpp +m|3gpp2 +m|ac3 +m|adpcm +m|amr +m|amr-wb +m|amr-wb+ +m|asc +m|basic +m|bv16 +m|bv32 +m|clearmode +m|cn +m|dat12 +m|dls +m|dsr-es201108 +m|dsr-es202050 +m|dsr-es202211 +m|dsr-es202212 +m|dvi4 +m|eac3 +m|evrc +m|evrc-qcp +m|evrc0 +m|evrc1 +m|evrcb +m|evrcb0 +m|evrcb1 +m|evrcwb +m|evrcwb0 +m|evrcwb1 +m|example +m|g719 +m|g722 +m|g7221 +m|g723 +m|g726-16 +m|g726-24 +m|g726-32 +m|g726-40 +m|g728 +m|g729 +m|g7291 +m|g729d +m|g729e +m|gsm +m|gsm-efr +m|ilbc +m|l16 +m|l20 +m|l24 +m|l8 +m|lpc +m|midi +m|mobile-xmf +m|mp4 +m|mp4a-latm +m|mpa +m|mpa-robust +m|mpeg +m|mpeg4-generic +m|ogg +m|opus +m|parityfec +m|pcma +m|pcma-wb +m|pcmu +m|pcmu-wb +m|prs.sid +m|qcelp +m|red +m|rtp-enc-aescm128 +m|rtp-midi +m|rtx +m|smv +m|smv-qcp +m|smv0 +m|sp-midi +m|speex +m|t140c +m|t38 +m|telephone-event +m|tone +m|ulpfec +m|vdvi +m|vmr-wb +m|vnd.3gpp.iufp +m|vnd.4sb +m|vnd.adobe.soundbooth +m|vnd.audiokoz +m|vnd.celp +m|vnd.cisco.nse +m|vnd.cmles.radio-events +m|vnd.cns.anp1 +m|vnd.cns.inf1 +m|vnd.digital-winds +m|vnd.dlna.adts +m|vnd.dolby.heaac.1 +m|vnd.dolby.heaac.2 +m|vnd.dolby.mlp +m|vnd.dolby.mps +m|vnd.dolby.pl2 +m|vnd.dolby.pl2x +m|vnd.dolby.pl2z +m|vnd.dts +m|vnd.dts.hd +m|vnd.everad.plj +m|vnd.hns.audio +m|vnd.lucent.voice +m|vnd.ms-playready.media.pya +m|vnd.nokia.mobile-xmf +m|vnd.nortel.vbk +m|vnd.nuera.ecelp4800 +m|vnd.nuera.ecelp7470 +m|vnd.nuera.ecelp9600 +m|vnd.octel.sbc +m|vnd.qcelp +m|vnd.rhetorex.32kadpcm +m|vnd.sealedmedia.softseal.mpeg +m|vnd.vmx.cvsd +m|vorbis +m|vorbis-config +m|x-aac +m|x-adbcm +m|x-aiff +m|x-dec-adbcm +m|x-dec-basic +m|x-flac +m|x-matroska +m|x-mod +m|x-mpegurl +m|x-ms-wax +m|x-ms-wma +m|x-oggflac +m|x-oggpcm +m|x-pn-realaudio +m|x-pn-realaudio-plugin +m|x-wav +m| +m| +3+^h|chemical +m|x-cdx +m|x-cif +m|x-cmdf +m|x-cml +m|x-csml +m|x-pdb +m|x-xyz +m| +m| +3+^h|image +m|bmp +m|cgm +m|example +m|fits +m|g3fax +m|gif +m|icns +m|ief +m|jp2 +m|jpeg +m|jpm +m|jpx +m|naplps +m|nitf +m|png +m|prs.btif +m|prs.pti +m|svg+xml +m|t38 +m|tiff +m|tiff-fx +m|vnd.adobe.photoshop +m|vnd.adobe.premiere +m|vnd.cns.inf2 +m|vnd.djvu +m|vnd.dwg +m|vnd.dxb +m|vnd.dxf +m|vnd.dxf +m|vnd.dxf +m|vnd.fastbidsheet +m|vnd.fpx +m|vnd.fst +m|vnd.fujixerox.edmics-mmr +m|vnd.fujixerox.edmics-rlc +m|vnd.globalgraphics.pgb +m|vnd.microsoft.icon +m|vnd.mix +m|vnd.ms-modi +m|vnd.net-fpx +m|vnd.radiance +m|vnd.sealed.png +m|vnd.sealedmedia.softseal.gif +m|vnd.sealedmedia.softseal.jpg +m|vnd.svf +m|vnd.wap.wbmp +m|vnd.xiff +m|webp +m|x-bpg +m|x-cmu-raster +m|x-cmx +m|x-freehand +m|x-jp2-codestream +m|x-jp2-container +m|x-ms-bmp +m|x-niff +m|x-pcx +m|x-pict +m|x-portable-anymap +m|x-portable-bitmap +m|x-portable-graymap +m|x-portable-pixmap +m|x-raw-adobe +m|x-raw-canon +m|x-raw-casio +m|x-raw-epson +m|x-raw-fuji +m|x-raw-hasselblad +m|x-raw-imacon +m|x-raw-kodak +m|x-raw-leaf +m|x-raw-logitech +m|x-raw-mamiya +m|x-raw-minolta +m|x-raw-nikon +m|x-raw-olympus +m|x-raw-panasonic +m|x-raw-pentax +m|x-raw-phaseone +m|x-raw-rawzor +m|x-raw-red +m|x-raw-sigma +m|x-raw-sony +m|x-rgb +m|x-xbitmap +m|x-xcf +m|x-xpixmap +m|x-xwindowdump +| +| +3+^h|message +m|cpim +m|delivery-status +m|disposition-notification +m|example +m|external-body +m|global +m|global-delivery-status +m|global-disposition-notification +m|global-headers +m|http +m|imdn+xml +m|news +m|partial +m|rfc822 +m|s-http +m|sip +m|sipfrag +m|tracking-status +m|vnd.si.simp +m|x-emlx +m| +3+^h|model +m|example +m|iges +m|mesh +m|vnd.dwf +m|vnd.dwf +m|vnd.dwf +m|vnd.dwf +m|vnd.dwfx+xps +m|vnd.flatland.3dml +m|vnd.gdl +m|vnd.gs-gdl +m|vnd.gs.gdl +m|vnd.gtw +m|vnd.moml+xml +m|vnd.mts +m|vnd.parasolid.transmit.binary +m|vnd.parasolid.transmit.text +m|vnd.vtu +m|vrml +m| +m| +3+^h|multipart +m|alternative +m|appledouble +m|byteranges +m|digest +m|encrypted +m|example +m|form-data +m|header-set +m|mixed +m|parallel +m|related +m|report +m|signed +m|voice-message +m| +3+^h|text +m|asp +m|aspdotnet +m|calendar +m|css +m|csv +m|directory +m|dns +m|ecmascript +m|enriched +m|example +m|html +m|iso19139+xml +m|parityfec +m|plain +m|prs.fallenstein.rst +m|prs.lines.tag +m|red +m|rfc822-headers +m|richtext +m|rtp-enc-aescm128 +m|rtx +m|sgml +m|t140 +m|tab-separated-values +m|troff +m|ulpfec +m|uri-list +m|vnd.abc +m|vnd.curl +m|vnd.curl.dcurl +m|vnd.curl.mcurl +m|vnd.curl.scurl +m|vnd.dmclientscript +m|vnd.esmertec.theme-descriptor +m|vnd.fly +m|vnd.fmi.flexstor +m|vnd.graphviz +m|vnd.in3d.3dml +m|vnd.in3d.spot +m|vnd.iptc.anpa +m|vnd.iptc.newsml +m|vnd.iptc.nitf +m|vnd.latex-z +m|vnd.motorola.reflex +m|vnd.ms-mediapackage +m|vnd.net2phone.commcenter.command +m|vnd.si.uricatalogue +m|vnd.sun.j2me.app-descriptor +m|vnd.trolltech.linguist +m|vnd.wap.si +m|vnd.wap.sl +m|vnd.wap.wml +m|vnd.wap.wmlscript +m|vtt +m|x-actionscript +m|x-ada +m|x-applescript +m|x-asciidoc +m|x-aspectj +m|x-assembly +m|x-awk +m|x-basic +m|x-c++hdr +m|x-c++src +m|x-cgi +m|x-chdr +m|x-clojure +m|x-cobol +m|x-coffeescript +m|x-coldfusion +m|x-common-lisp +m|x-csharp +m|x-csrc +m|x-d +m|x-diff +m|x-eiffel +m|x-emacs-lisp +m|x-erlang +m|x-expect +m|x-forth +m|x-fortran +m|x-go +m|x-groovy +m|x-haml +m|x-haskell +m|x-haxe +m|x-idl +m|x-ini +m|x-java-properties +m|x-java-source +m|x-jsp +m|x-less +m|x-lex +m|x-log +m|x-lua +m|x-matlab +m|x-ml +m|x-modula +m|x-objcsrc +m|x-ocaml +m|x-pascal +m|x-perl +m|x-php +m|x-prolog +m|x-python +m|x-rexx +m|x-rsrc +m|x-rst +m|x-ruby +m|x-scala +m|x-scheme +m|x-sed +m|x-setext +m|x-sql +m|x-stsrc +m|x-tcl +m|x-tika-text-based-message +m|x-uuencode +m|x-vbasic +m|x-vbdotnet +m|x-vbscript +m|x-vcalendar +m|x-vcard +m|x-verilog +m|x-vhdl +m|x-web-markdown +m|x-yacc +m|x-yaml +m| +3+^h|video +m|3gpp +m|3gpp-tt +m|3gpp2 +m|bmpeg +m|bt656 +m|celb +m|daala +m|dv +m|example +m|h261 +m|h263 +m|h263-1998 +m|h263-2000 +m|h264 +m|jpeg +m|jpeg2000 +m|mj2 +m|mp1s +m|mp2p +m|mp2t +m|mp4 +m|mp4v-es +m|mpeg +m|mpeg4-generic +m|mpv +m|nv +m|ogg +m|parityfec +m|pointer +m|quicktime +m|raw +m|rtp-enc-aescm128 +m|rtx +m|smpte292m +m|theora +m|ulpfec +m|vc1 +m|vnd.cctv +m|vnd.dlna.mpeg-tts +m|vnd.fvt +m|vnd.hns.video +m|vnd.iptvforum.1dparityfec-1010 +m|vnd.iptvforum.1dparityfec-2005 +m|vnd.iptvforum.2dparityfec-1010 +m|vnd.iptvforum.2dparityfec-2005 +m|vnd.iptvforum.ttsavc +m|vnd.iptvforum.ttsmpeg2 +m|vnd.motorola.video +m|vnd.motorola.videop +m|vnd.mpegurl +m|vnd.ms-playready.media.pyv +m|vnd.nokia.interleaved-multimedia +m|vnd.nokia.videovoip +m|vnd.objectvideo +m|vnd.sealed.mpeg1 +m|vnd.sealed.mpeg4 +m|vnd.sealed.swf +m|vnd.sealedmedia.softseal.mov +m|vnd.vivo +m|webm +m|x-dirac +m|x-f4v +m|x-flc +m|x-fli +m|x-flv +m|x-jng +m|x-m4v +m|x-matroska +m|x-mng +m|x-ms-asf +m|x-ms-wm +m|x-ms-wmv +m|x-ms-wmx +m|x-ms-wvx +m|x-msvideo +m|x-oggrgb +m|x-ogguvs +m|x-oggyuv +m|x-ogm +m|x-sgi-movie +m| +3+^h|x-conference +m|x-cooltalk +m| +m| + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/contact-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/contact-attributes-table-contents.adoc new file mode 100644 index 000000000000..7da030dca92a --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/contact-attributes-table-contents.adoc @@ -0,0 +1,114 @@ +:title: Contact +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group reflect metadata about different kinds of people/groups/units/organizations that can be associated with a metacard. + +.[[_contact_attributes_table]]Contact: Attributes in this group reflect metadata about different kinds of people/groups/units/organizations that can be associated with a metacard. +[cols="1,2,1,1,1" options="header"] +|=== +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|contact.creator-name +|The name(s) of this metacard’s creator(s). +|List of Strings +|< 1024 characters per entry +| +  +|contact.creator-address +|The physical address(es) of this metacard’s creator(s). +|List of Strings +|< 1024 characters per entry +|  +  +|contact.creator-email +|The email address(es) of this metacard’s creator(s). +|List of Strings +|A valid email address per RFC 5322. +|  +  +|contact.creator-phone +|The phone number(s) of this metacard’s creator(s). +|List of Strings +|< 1024 characters per entry +| +  +|contact.publisher-name +| The name(s) of this metacard’s publisher(s). +|List of Strings +|< 1024 characters per entry +|  +  +|contact.publisher-address +| The physical address(es) of this metacard’s publisher(s). +|List of Strings +|< 1024 characters per entry +|  +  +|contact.publisher-email +| The email address(es) of this metacard’s publisher(s). +|List of Strings +|A valid email address per RFC 5322. +|  +  +|contact.publisher-phone +| The phone number(s) of this metacard’s publisher(s). +|List of Strings +|< 1024 characters per entry +|  +  +|contact.contributor-name +| The name of the contributor(s) to this metacard. +|List of Strings +|< 1024 characters per entry +|  +  +|contact.contributor-address +| The physical address(es) of the contributor(s) to this metacard. +|List of Strings +|< 1024 characters per entry +|  +  +|contact.contributor-email +| The email address(es) of the contributor(s) to this metacard. +|List of Strings +|A valid email address per RFC 5322. +|  +  +|contact.contributor-phone +| The phone number(s) of the contributor(s) to this metacard. +|List of Strings +|< 1024 characters per entry +|  +  +|contact.point-of-contact-name +| The name(s) of the point(s) of contact for this metacard. +|List of Strings +|< 1024 characters per entry +|  +  +|contact.point-of-contact-address +|The physical address(es) of a point(s) of contact for this +metacard. +|List of Strings +|< 1024 characters per entry +|  +  +|contact.point-of-contact-email +|The email address(es) of the point(s) of contact for this +metacard. +|List of Strings +|A valid email address per RFC 5322. +|  + +|contact.point-of-contact-phone +|The phone number(s) of the point(s) of contact for this metacard. +|List of Strings +|< 1024 characters per entry +| + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/core-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/core-attributes-table-contents.adoc new file mode 100644 index 000000000000..250c497de236 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/core-attributes-table-contents.adoc @@ -0,0 +1,157 @@ +:title: Core Attributes +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Core Attributes. + +.[[_core_attributes_table]]Core Attributes +[cols="1,2,1,1,1" options="header"] +|=== +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|title +|A name for the resource. http://dublincore.org/documents/2012/06/14/dcmi-terms/?v=elements#elements-title[Dublin Core elements-title]. +|String +|< 1024 characters +| + +|source-id +|ID of the source where the Metacard is cataloged. While this cannot be moved or renamed for legacy reasons, it should be treated as non-mappable, since this field is overwritten by the system when federated results are retrieved. +|String +|< 1024 characters +| + +|metadata-content-type *[deprecated]* _see <<_media_attributes_table,Media Attributes>>_ +|Content type of the resource. +|String +|< 1024 characters +|  + +|metadata-content-type-version *[deprecated]* _see <<_media_attributes_table,Media Attributes>>_ +|Version of the metadata content type of the resource. +|String +|< 1024 characters +|  + +|metadata-target-namespace *[deprecated]* _see <<_media_attributes_table,Media Attributes>>_ +|Target namespace of the metadata. +|String +|< 1024 characters +|  + +|metadata +|Additional XML metadata describing the resource. +|XML +|A valid XML string per RFC 4825 (must be well-formed but not necessarily schema-compliant). +| + +|location +|The primary geospatial location of the resource. +|Geometry +|Valid Well Known Text (WKT) per http://www.opengeospatial.org/standards/wkt-crs + +__Coordinates must be in *lon-lat* coordinate order__ +|POINT(150 30) + +|expiration +|The expiration date of the resource. +|Date +| +| + +|effective *[deprecated]* +|The `effective` time of the event or resource represented by the metacard. Deprecated in favor of <> and <>. +|Date +|  +| + +|point-of-contact *[deprecated]* +|The name of the point of contact for the resource. This is set internally to the user's subject and should be considered read-only to other DDF components. +|String +|< 1024 characters +| + +|resource-uri +|Location of the resource for the metacard. +|String +|Valid URI per RFC 2396 +| + +|resource-download-url +|URL location of the resource for the metacard. This attributes provides a resolvable URL to the download location of the resource. +|String +|Valid URL per RFC 2396 +| + +|resource-size +|Size in bytes of resource. +|String +|Although this type cannot be changed for legacy reasons, its value should always be a parseable whole number. +| + +|thumbnail +|The thumbnail for the resource in JPEG format. +|Base 64 encoded binary string per RFC 4648 +|<= 128 KB +| + +|description +|An account of the resource. http://dublincore.org/documents/dcmi-terms/#elements-description[Dublin Core elements-description]. +|String +| +| + +|checksum +|Checksum value for the primary resource for the metacard. +|String +|< 1024 characters +| + +|checksum-algorithm +|Algorithm used to calculate the checksum on the primary resource of the metacard. +|String +|< 1024 characters +| + +|created +|The creation date of the resource http://dublincore.org/documents/dcmi-terms/#terms-created[Dublin Core terms-created]. +|Date +| +| + + +|modified +|The modification date of the resource http://dublincore.org/documents/dcmi-terms/#terms-modified[Dublin Core terms-modified]. +|Date +| +| + +|language +|The language(s) of the resource. http://dublincore.org/documents/2012/06/14/dcmi-terms/?v=elements#language[Dublin Core language]. +|List of Strings +|Alpha-3 language code(s) per ISO_639-2. +| + +|resource.derived-download-url +|Download URL(s) for accessing the derived formats for the metacard resource. +|List of Strings +|Valid URL(s) per RFC 2396. +| + +|resource.derived-uri +|Location(s) for accessing the derived formats for the metacard resource. +|List of Strings +|Valid URI per RFC 2396 +| + +|datatype +|The generic type(s) of the resource. http://dublincore.org/documents/2012/06/14/dcmi-terms/?v=elements#terms-type[Dublin Core terms-type] and extended to include other DDF supported types. +|List of Strings +|Collection, Dataset, Event, Image, Interactive Resource, Service, Software, Sound, Text, Video, Document. +| + +|=== + diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/datetime-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/datetime-attributes-table-contents.adoc new file mode 100644 index 000000000000..ef92af91d388 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/datetime-attributes-table-contents.adoc @@ -0,0 +1,35 @@ +:title: DateTime +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group reflect temporal aspects about the resource.   + +.[[_datetime_attributes_table]]DateTime: Attributes in this group reflect temporal aspects about the resource.   +[cols="5" options="header"] +|=== +|Term +|Definition +|Datatype +|Constraints +|Example Value +  +|datetime.start +|Start time(s) for the resource. +|List of Dates +|  +|  + +|datetime.end +|End time(s) for the resource. +|List of Dates +|  +|  +  +|datetime.name +|A descriptive name for the corresponding temporal +attributes. See datetime.start and datetime.end. +|List of Strings +|< 1024 characters per entry +|  + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/format-specific-attributes-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/format-specific-attributes-contents.adoc new file mode 100644 index 000000000000..342e73635535 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/format-specific-attributes-contents.adoc @@ -0,0 +1,10 @@ +:title: Format-specific Attribute Mappings +:type: appendix +:status: published +:parent: Metadata Attributes +:children: Metadata Attributes +:order: 01 +:summary: Format-specific attribute mappings by data/file format. + +Many file formats support additional metadata attributes that ${branding} is able to extract and make discoverable. + diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/history-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/history-attributes-table-contents.adoc new file mode 100644 index 000000000000..689dce478225 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/history-attributes-table-contents.adoc @@ -0,0 +1,71 @@ +:title: History +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group describe the history/versioning of the metacard. + +.[[_history_attributes_table]]History: Attributes in this group describe the history/versioning of the metacard. +[cols="1,2,1,1,1" options="header"] +|=== +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|metacard.version.id +|Internal attribute identifier for which metacard this +version is representing +|String +|A valid metacard ID (conventionally, a type 4 random UUID with hyphens removed). +|70809f17782c42b8ba15747b86b50ebf + +|metacard.version.edited-by +|Internal attribute identifying the editor of a history +metacard. +|String +|A valid email address per RFC 5322 +|  + +|metacard.version.versioned-on +|Internal attribute for the versioned date of a metacard +version. +|Date +|  +|  + +|metacard.version.action +|Internal attribute for the action associated with a +history metacard. +|String +|One of `Deleted`, `Deleted-Content`, `Versioned`, `Versioned-Content` +|  + +|metacard.version.tags +|Internal attribute for the tags that were on the original +metacard. +|String +|  +|  + +|metacard.version.type +|Internal attribute for the metacard type of the original +metacard. +|String +|  +|  + +|metacard.version.type-binary +|Internal attribute for the serialized metacard type of the +original metacard. +|Binary +|  +|  + +|metacard.version.resource-uri +|Internal attribute for the original resource uri. +|URI +| +| + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/location-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/location-attributes-table-contents.adoc new file mode 100644 index 000000000000..f44f4f5da2fa --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/location-attributes-table-contents.adoc @@ -0,0 +1,41 @@ +:title: Location +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group reflect location aspects about the resource. + +.[[_location_attributes_table]]Location: Attributes in this group reflect location aspects about the resource. +[cols="1,2,1,1,1" options="header"] +|=== +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|location.altitude-meters +|Altitude of the resource in meters. +|List of Doubles +|> 0 +|  +  +|location.country-code +|One or more country codes associated with the resource. +|List of Strings +|http://www.iso.org/iso/country_codes[ISO_3166-1] alpha-3 +codes +|  + +|location.crs-code +|Coordinate reference system code of the resource. +|List of Strings +|< 1024 characters per entry +|EPSG:4326 +  +|location.crs-name +|Coordinate reference system name of the resource. +|List of Strings +|< 1024 characters per entry +|WGS 84 +  +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/media-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/media-attributes-table-contents.adoc new file mode 100644 index 000000000000..5f46253e3b61 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/media-attributes-table-contents.adoc @@ -0,0 +1,99 @@ +:title: Media +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group reflect metadata about media in general. + +.[[_media_attributes_table]]Media: Attributes in this group reflect metadata about media in general. +[cols="1,2,1,1,1" options="header"] +|=== +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|media.format +|The file format, physical medium, or dimensions of the +resource. http://dublincore.org/documents/dcmi-terms/#elements-format[Dublin Core elements-format] +|String +|< 1024 characters +|txt, docx, xml - typically the extension or a more complete +name for such, note that this is not the mime type + +|media.format-version +|The file format version of the resource. Note that the syntax can vary widely from format to format. +|String +|< 1024 characters +|POSIX, 2016, 1.0 +  +|media.bit-rate +|The bit rate of the media, in bits per second. +|Double +|  +|  +  +|media.frame-rate +|The frame rate of the video, in frames per second. +|Double +|  +|  +  +|media.frame-center +|The center of the video frame. +|Geometry +|Valid Well Known Text (WKT) +|  +  +|media.height-pixels +|The height of the media resource in pixels. +|Integer +|  +|  +  +|media.width-pixels +|The width of the media resource in pixels. +|Integer +|  +|  +  +|media.compression +|The type of compression this media uses. + +http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html#Compression[EXIF] +STANAG 4559 NC, NM, C1, M1, I1, C3, M3, C4, M4, C5, M5, C8, M8 +|String +|One of the values defined for EXIF Compression tag. +|  + +|media.bits-per-sample +|The number of bits per image component. +|Integer +|  +|  + +|media.type (RFC 2046) +|A two-part identifier for file formats and format content. +|String +|A valid mime-type per https://www.ietf.org/rfc/rfc2046.txt +|application/json + +|media.encoding +|The encoding format of the media. +|List of Strings +|< 1024 characters per entry +|MPEG-2, RGB +  +|media.number-of-bands +|The number of spectral bands in the media. +|Integer +|The significance of this number is instrumentation-specific, but there are eight commonly recognized bands. https://en.wikipedia.org/wiki/Multispectral_image +|  +  +|media.scanning-mode (MPEG2) +|Indicate if progressive or interlaced scans are being applied.  +|String +|PROGRESSIVE, INTERLACED +| +  +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/metacard-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/metacard-attributes-table-contents.adoc new file mode 100644 index 000000000000..b38d57bd62c5 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/metacard-attributes-table-contents.adoc @@ -0,0 +1,41 @@ +:title: Metacard +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group describe the metacard itself. + +.[[_metacard_attributes_table]]Metacard: Attributes in this group describe the metacard itself. +[cols="5" options="header"] +|=== +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|metacard.created +|The creation date of the metacard. +|Date +|  +| + +|metacard.modified +|The modified date of the metacard. +|Date +|  +|  + +|metacard.owner +|The email address of the metacard owner. +|String +|A valid email address per RFC 5322 +|  +  +|metacard-tags +|Collections of data that go together, used for filtering. +query results. NOTE: these are system tags. For descriptive tags, <<_topic_attributes_table,Topic Attributes>>. +|List of Strings +|< 1024 characters per entry +|  + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/mp4-attributes-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/mp4-attributes-contents.adoc new file mode 100644 index 000000000000..7d291c6f5985 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/mp4-attributes-contents.adoc @@ -0,0 +1,9 @@ +:title: Mp4 Additional Attribute +:type: subappendix +:parent: Metadata Attributes +:status: published +:summary: Additional attribute for Mp4 files. + +Mp4 files have an additional attribute: + +* `ext.mp4.audio-sample-rate` diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/security-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/security-attributes-table-contents.adoc new file mode 100644 index 000000000000..66500381488b --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/security-attributes-table-contents.adoc @@ -0,0 +1,31 @@ +:title: Security +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group relate to security of the resource and metadata. + +.[[_security_attributes_table]]Security: Attributes in this group relate to security of the resource and metadata. +[cols="1,2,1,1,1" options="header"] +|=== + +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|security.access-groups +|Attribute name for storing groups to enforce access +controls upon. +|List of Strings +|< 1024 characters per entry +| + +|security.access-individuals +|Attribute name for storing the email addresses of users to +enforce access controls upon. +|List of Strings +|A valid email address per RFC 5322. +|  + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/topic-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/topic-attributes-table-contents.adoc new file mode 100644 index 000000000000..2d46446b6064 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/topic-attributes-table-contents.adoc @@ -0,0 +1,37 @@ +:title: Topic +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group describe the topic of the resource. + +.[[_topic_attributes_table]]Topic: Attributes in this group describe the topic of the resource. +[cols="1,2,1,1,1" options="header"] +|=== + +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|topic.category +|A category code from a given vocabulary. +|List of Strings +|A valid entry from the corresponding controlled vocabulary. +| + +|topic.keyword +|One or more keywords describing the subject matter of the +metacard or resource. +|List of Strings +|< 1024 characters per entry +| + +|topic.vocabulary +|An identifier of a controlled vocabulary from which the +topic category is derived. +|List of Strings +|Valid URI per RFC 2396. +| + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_metadata-attributes/validation-attributes-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_metadata-attributes/validation-attributes-table-contents.adoc new file mode 100644 index 000000000000..6bc0fafcb3cb --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_metadata-attributes/validation-attributes-table-contents.adoc @@ -0,0 +1,29 @@ +:title: Validation +:type: subappendix +:parent: Catalog Taxonomy +:status: published +:summary: Attributes in this group identify validation issues with the metacard and/or resource. + +.[[_validation_attributes_table]]Validation: Attributes in this group identify validation issues with the metacard and/or resource. +[cols="1,2,1,1,1" options="header"] +|=== + +|Term +|Definition +|Datatype +|Constraints +|Example Value + +|validation-warnings +|Textual description of validation warnings on the resource. +|List of Strings +|< 1024 characters per entry +| + +|validation-errors +|Textual description of validation errors on the resource. +|List of Strings +|< 1024 characters per entry +| + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_tables/ddf.catalog.history.Historian-table-contents.adoc b/distribution/docs/src/main/jdocs/content/_tables/ddf.catalog.history.Historian-table-contents.adoc new file mode 100644 index 000000000000..35a339da338b --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_tables/ddf.catalog.history.Historian-table-contents.adoc @@ -0,0 +1,26 @@ +:title: Historian +:id: ddf.catalog.history.Historian +:type: table +:status: published +:application: ${ddf-catalog} +:summary: Enables versioning of both metacards and content. + +.[[ddf.catalog.history.Historian]]Historian +[cols="1,1m,1,3,1,1" options="header"] +|=== + +|Name +|Id +|Type +|Description +|Default Value +|Required + +|Enable Versioning +|historyEnabled +|Boolean +|Enables versioning of both metacards and content. +|true +|true + +|=== diff --git a/distribution/docs/src/main/jdocs/content/_whitelists/admin-whitelist-contents.adoc b/distribution/docs/src/main/jdocs/content/_whitelists/admin-whitelist-contents.adoc new file mode 100644 index 000000000000..646805429673 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_whitelists/admin-whitelist-contents.adoc @@ -0,0 +1,15 @@ +:title: ${ddf-admin} Whitelist +:type: appendix +:parent: Application Whitelists +:children: none +:status: published +:order: 00 +:summary: ${ddf-admin} whitelist. + +The following packages have been exported by the ${ddf-admin} application and are approved for use by third parties: + +* `org.codice.ddf.ui.admin.api.module` +* `org.codice.ddf.ui.admin.api.plugin` +* `org.codice.ddf.admin.configuration.plugin` +* `org.codice.ddf.admin.application.service` +* `org.codice.ddf.admin.application.plugin` diff --git a/distribution/docs/src/main/jdocs/content/_whitelists/catalog-whitelist-contents.adoc b/distribution/docs/src/main/jdocs/content/_whitelists/catalog-whitelist-contents.adoc new file mode 100644 index 000000000000..5b4cf1216faf --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_whitelists/catalog-whitelist-contents.adoc @@ -0,0 +1,44 @@ +:title: ${ddf-catalog} Whitelist +:type: appendix +:parent: Application Whitelists +:children: none +:status: published +:order: 01 +:summary: ${ddf-catalog} whitelist. + +The following packages have been exported by the ${ddf-catalog} application and are approved for use by third parties: + +* `ddf.camel.component.catalog` +* `ddf.catalog` +* `ddf.catalog.cache` +* `ddf.catalog.data` +* `ddf.catalog.data.metacardtype` +* `ddf.catalog.event` +* `ddf.catalog.federation` +* `ddf.catalog.federation.impl` +* `ddf.catalog.filter` +* `ddf.catalog.filter.delegate` +* `ddf.catalog.operation` +* `ddf.catalog.plugin` +* `ddf.catalog.plugin.groomer` +* `ddf.catalog.pubsub` +* `ddf.catalog.pubsub.tracker` +* `ddf.catalog.resource` +* `ddf.catalog.resource.data` +* `ddf.catalog.resource.impl` +* `ddf.catalog.resourceretriever` +* `ddf.catalog.service` +* `ddf.catalog.source` +* `ddf.catalog.transform` +* `ddf.catalog.transformer.api` +* `ddf.catalog.transformer.metacard.geojson` +* `ddf.catalog.util` +* `ddf.catalog.validation` +* `ddf.common` +* `ddf.geo.formatter` +* `ddf.util` +* `org.codice.ddf.endpoints` +* `org.codice.ddf.endpoints.rest` +* `org.codice.ddf.endpoints.rest.action` +* `org.codice.ddf.opensearch.query` +* `org.codice.ddf.opensearch.query.filter` diff --git a/distribution/docs/src/main/jdocs/content/_whitelists/platform-whitelist-contents.adoc b/distribution/docs/src/main/jdocs/content/_whitelists/platform-whitelist-contents.adoc new file mode 100644 index 000000000000..e4c98b4097cf --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_whitelists/platform-whitelist-contents.adoc @@ -0,0 +1,36 @@ +:title: ${ddf-platform} Whitelist +:type: appendix +:parent: Application Whitelists +:children: none +:status: published +:order: 02 +:summary: ${ddf-platform} whitelist. + +The following packages have been exported by the ${ddf-platform} application and are approved for use by third parties: + +* `ddf.action` +* `ddf.security` +* `ddf.security.assertion` +* `ddf.security.common.audit` +* `ddf.security.http` +* `ddf.security.permission` +* `ddf.security.policy.extension` +* `ddf.security.principal` +* `ddf.security.samlp` +* `ddf.security.service` +* `ddf.security.settings` +* `ddf.security.sts.client.configuration` +* `ddf.security.ws.policy` +* `ddf.security.ws.proxy` +* `org.codice.ddf.branding` +* `org.codice.ddf.configuration` +* `org.codice.ddf.configuration.admin` +* `org.codice.ddf.configuration.migration` +* `org.codice.ddf.configuration.persistence` +* `org.codice.ddf.configuration.persistence.felix` +* `org.codice.ddf.configuration.status` +* `org.codice.ddf.notifications.store` +* `org.codice.ddf.parser` +* `org.codice.ddf.parser.xml` +* `org.codice.ddf.platform.error.handler` +* `org.codice.ddf.platform.util` diff --git a/distribution/docs/src/main/jdocs/content/_whitelists/registry-whitelist-contents.adoc b/distribution/docs/src/main/jdocs/content/_whitelists/registry-whitelist-contents.adoc new file mode 100644 index 000000000000..16caf0fd6be7 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_whitelists/registry-whitelist-contents.adoc @@ -0,0 +1,11 @@ +:title: ${ddf-registry} Whitelist +:type: appendix +:parent: Application Whitelists +:children: none +:status: published +:order: 03 +:summary: ${ddf-registry} whitelist. + +The following packages have been exported by the ${ddf-registry} Application and are approved for use by third parties: + +None. diff --git a/distribution/docs/src/main/jdocs/content/_whitelists/security-whitelist-contents.adoc b/distribution/docs/src/main/jdocs/content/_whitelists/security-whitelist-contents.adoc new file mode 100644 index 000000000000..fa695849d398 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_whitelists/security-whitelist-contents.adoc @@ -0,0 +1,58 @@ +:title: ${ddf-security} Whitelist +:type: appendix +:parent: Application Whitelists +:children: none +:status: published +:order: 04 +:summary: ${ddf-security} whitelist. + +The following packages have been exported by the ${ddf-security} application and are approved for use by third parties: + +* `ddf.security.assertion.impl` +* `ddf.security.common.util` +* `ddf.security.encryption` +* `ddf.security.expansion` +* `ddf.security.http.impl` +* `ddf.security.impl` +* `ddf.security.pdp.realm` +* `ddf.security.realm.sts` +* `ddf.security.samlp.impl` +* `ddf.security.service.impl` +* `ddf.security.soap.impl` +* `ddf.security.sts` +* `ddf.security.ws.policy.impl` +* `org.apache.cxf.sts.cache` +* `org.apache.cxf.sts.claims` +* `org.apache.cxf.sts.event.map` +* `org.apache.cxf.sts.event` +* `org.apache.cxf.sts.interceptor` +* `org.apache.cxf.sts.operation` +* `org.apache.cxf.sts.provider` +* `org.apache.cxf.sts.request` +* `org.apache.cxf.sts.service` +* `org.apache.cxf.sts.token.canceller` +* `org.apache.cxf.sts.token.delegation` +* `org.apache.cxf.sts.token.provider` +* `org.apache.cxf.sts.token.realm` +* `org.apache.cxf.sts.token.renewer` +* `org.apache.cxf.sts.token.validator` +* `org.apache.cxf.sts` +* `org.codice.ddf.security.certificate.generator` +* `org.codice.ddf.security.certificate.keystore.editor` +* `org.codice.ddf.security.common` +* `org.codice.ddf.security.filter.authorization` +* `org.codice.ddf.security.filter.login` +* `org.codice.ddf.security.filter.websso` +* `org.codice.ddf.security.handler.api` +* `org.codice.ddf.security.handler.basic` +* `org.codice.ddf.security.handler.guest.configuration` +* `org.codice.ddf.security.handler.guest` +* `org.codice.ddf.security.handler.pki` +* `org.codice.ddf.security.handler.saml` +* `org.codice.ddf.security.interceptor` +* `org.codice.ddf.security.interceptor` +* `org.codice.ddf.security.policy.context.attributes` +* `org.codice.ddf.security.policy.context.impl` +* `org.codice.ddf.security.policy.context` +* `org.codice.ddf.security.servlet.logout` +* `org.codice.ddf.security.validator.username` diff --git a/distribution/docs/src/main/jdocs/content/_whitelists/solr-whitelist-contents.adoc b/distribution/docs/src/main/jdocs/content/_whitelists/solr-whitelist-contents.adoc new file mode 100644 index 000000000000..265c3403f98b --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_whitelists/solr-whitelist-contents.adoc @@ -0,0 +1,11 @@ +:title: ${ddf-registry} Whitelist +:type: appendix +:parent: Application Whitelists +:children: none +:status: published +:order: 05 +:summary: ${ddf-registry} whitelist. + +The following packages have been exported by the ${ddf-solr} application and are approved for use by third parties: + +None. diff --git a/distribution/docs/src/main/jdocs/content/_whitelists/spatial-whitelist-contents.adoc b/distribution/docs/src/main/jdocs/content/_whitelists/spatial-whitelist-contents.adoc new file mode 100644 index 000000000000..a4d0080ed293 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_whitelists/spatial-whitelist-contents.adoc @@ -0,0 +1,30 @@ +:title: ${ddf-spatial} Whitelist +:type: appendix +:parent: Application Whitelists +:children: none +:status: published +:order: 06 +:summary: ${ddf-spatial} whitelist. + +The following packages have been exported by the ${ddf-spatial} application and are approved for use by third parties: + +* `net.opengis.cat.csw.v_2_0_2.dc.elements` +* `net.opengis.cat.csw.v_2_0_2.dc.terms` +* `net.opengis.cat.csw.v_2_0_2` +* `net.opengis.filter.v_1_1_0` +* `net.opengis.gml.v_3_1_1` +* `net.opengis.ows.v_1_0_0` +* `org.codice.ddf.spatial.geocoder.geonames` +* `org.codice.ddf.spatial.geocoder` +* `org.codice.ddf.spatial.geocoding.context` +* `org.codice.ddf.spatial.geocoding` +* `org.codice.ddf.spatial.kml.endpoint` +* `org.codice.ddf.spatial.kml.transformer` +* `org.codice.ddf.spatial.ogc.catalog.resource.impl` +* `org.codice.ddf.spatial.ogc.catalog` +* `org.codice.ddf.spatial.ogc.wfs.catalog.converter` +* `org.codice.ddf.spatial.ogc.wfs.catalog.mapper` +* `org.codice.ddf.spatial.ogc.wfs.v1_0_0.catalog.converter` +* `org.codice.ddf.spatial.ogc.wfs.v2_0_0.catalog.converter` + + diff --git a/distribution/docs/src/main/jdocs/content/_whitelists/ui-whitelist-contents.adoc b/distribution/docs/src/main/jdocs/content/_whitelists/ui-whitelist-contents.adoc new file mode 100644 index 000000000000..b6e44a555f50 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/_whitelists/ui-whitelist-contents.adoc @@ -0,0 +1,11 @@ +:title: ${ddf-ui} Whitelist +:type: appendix +:parent: Application Whitelists +:children: none +:status: published +:order: 07 +:summary: ${ddf-ui} whitelist. + +The following packages have been exported by the ${ddf-ui} application and are approved for use by third parties: + +None. diff --git a/distribution/docs/src/main/jdocs/content/dependency-list/ddf-dependency-list-contents.adoc b/distribution/docs/src/main/jdocs/content/dependency-list/ddf-dependency-list-contents.adoc new file mode 100644 index 000000000000..6d2da46ee4d7 --- /dev/null +++ b/distribution/docs/src/main/jdocs/content/dependency-list/ddf-dependency-list-contents.adoc @@ -0,0 +1,285 @@ +:title: Dependency List +:type: appendix +:status: published +:parent: ${ddf-branding} Dependency List +:children: none +:order: 00 +:summary: ${ddf-branding} Dependency List. + +.${branding} ${project.version} Dependency List +* antlr:antlr:jar:2.7.7 +* c3p0:c3p0:jar:0.9.1.1 +* ca.juliusdavies:not-yet-commons-ssl:jar:0.3.11 +* cglib:cglib-nodep:jar:3.2.0 +* ch.qos.logback:logback-access:jar:1.1.7 +* ch.qos.logback:logback-classic:jar:1.1.7 +* ch.qos.logback:logback-core:jar:1.1.2 +* ch.qos.logback:logback-core:jar:1.1.7 +* com.codahale.metrics:metrics-core:jar:3.0.1 +* com.connexta.arbitro:arbitro-core:jar:1.0.0 +* com.github.drapostolos:type-parser:jar:0.5.0 +* com.github.jai-imageio:jai-imageio-core:jar:1.3.1 +* com.github.jai-imageio:jai-imageio-jpeg2000:jar:1.3.0 +* com.github.jknack:handlebars-jackson2:jar:1.0.0 +* com.github.jknack:handlebars:jar:1.1.2 +* com.github.jknack:handlebars:jar:2.0.0 +* com.github.rvesse:airline:jar:2.1.0 +* com.google.code.findbugs:findbugs:jar:3.0.1 +* com.google.code.gson:gson:jar:2.4 +* com.google.guava:guava:jar:18.0 +* com.google.http-client:google-http-client:jar:1.22.0 +* com.googlecode.json-simple:json-simple:jar:1.1.1 +* com.hazelcast:hazelcast:jar:3.2.1 +* com.lucidworks:banana:war:1.5.1 +* com.rometools:rome-utils:jar:1.5.0 +* com.rometools:rome:jar:1.5.0 +* com.sparkjava:spark-core:jar:2.5 +* com.sun.xml.bind:jaxb-core:jar:2.2.11 +* com.sun.xml.bind:jaxb-impl:jar:2.2.11 +* com.thoughtworks.xstream:xstream:jar:1.4.3 +* com.thoughtworks.xstream:xstream:jar:1.4.4 +* com.vividsolutions:jts:jar:1.12 +* com.vividsolutions:jts:jar:1.13 +* com.xebialabs.restito:restito:jar:0.8.2 +* commons-beanutils:commons-beanutils:jar:1.9.2 +* commons-codec:commons-codec:jar:1.10 +* commons-collections:commons-collections:jar:3.2.2 +* commons-configuration:commons-configuration:jar:1.10 +* commons-fileupload:commons-fileupload:jar:1.3.2 +* commons-io:commons-io:jar:2.1 +* commons-io:commons-io:jar:2.4 +* commons-lang:commons-lang:jar:2.6 +* commons-logging:commons-logging:jar:1.2 +* commons-net:commons-net:jar:3.5 +* commons-pool:commons-pool:jar:1.6 +* commons-validator:commons-validator:jar:1.6 +* de.micromata.jak:JavaAPIforKml:jar:2.2.0 +* io.dropwizard.metrics:metrics-core:jar:3.1.2 +* io.fastjson:boon:jar:0.30 +* io.fastjson:boon:jar:0.33 +* javax.inject:javax.inject:jar:1 +* javax.servlet:javax.servlet-api:jar:3.1.0 +* javax.servlet:servlet-api:jar:2.5 +* javax.validation:validation-api:jar:1.1.0.Final +* javax.ws.rs:javax.ws.rs-api:jar:2.0 +* javax.ws.rs:javax.ws.rs-api:jar:2.0-m10 +* javax.ws.rs:javax.ws.rs-api:jar:2.0.1 +* joda-time:joda-time:jar:1.6.2 +* joda-time:joda-time:jar:2.2 +* joda-time:joda-time:jar:2.5 +* junit:junit:jar:4.12 +* log4j:log4j:jar:1.2.17 +* net.coobird:thumbnailator:jar:0.4.8 +* net.jodah:failsafe:jar:0.9.3 +* net.jodah:failsafe:jar:0.9.5 +* net.lingala.zip4j:zip4j:jar:1.3.2 +* net.minidev:json-smart:jar:1.1.1 +* net.sf.saxon:Saxon-HE:jar:9.6.0-4 +* org.antlr:antlr4-runtime:jar:4.1 +* org.antlr:antlr4-runtime:jar:4.3 +* org.apache.abdera:abdera-extensions-geo:jar:1.1.3 +* org.apache.abdera:abdera-extensions-opensearch:jar:1.1.3 +* org.apache.aries.jmx:org.apache.aries.jmx.api:jar:1.1.5 +* org.apache.aries.jmx:org.apache.aries.jmx.core:jar:1.1.6 +* org.apache.camel:camel-blueprint:jar:2.18.0 +* org.apache.camel:camel-context:jar:2.18.0 +* org.apache.camel:camel-core-osgi:jar:2.18.0 +* org.apache.camel:camel-core:jar:2.18.0 +* org.apache.camel:camel-http-common:jar:2.18.0 +* org.apache.camel:camel-http4:jar:2.18.0 +* org.apache.camel:camel-http:jar:2.18.0 +* org.apache.camel:camel-quartz:jar:2.18.0 +* org.apache.camel:camel-saxon:jar:2.18.0 +* org.apache.camel:camel-servlet:jar:2.18.0 +* org.apache.commons:commons-collections4:jar:4.1 +* org.apache.commons:commons-exec:jar:1.3 +* org.apache.commons:commons-lang3:jar:3.0 +* org.apache.commons:commons-lang3:jar:3.1 +* org.apache.commons:commons-lang3:jar:3.3.2 +* org.apache.commons:commons-lang3:jar:3.4 +* org.apache.commons:commons-math:jar:2.2 +* org.apache.cxf.services.sts:cxf-services-sts-core:jar:3.1.7 +* org.apache.cxf:cxf-core:jar:3.1.7 +* org.apache.cxf:cxf-rt-bindings-soap:jar:3.0.4 +* org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.0.4 +* org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.1.7 +* org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.0.4 +* org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.1.7 +* org.apache.cxf:cxf-rt-rs-client:jar:3.1.7 +* org.apache.cxf:cxf-rt-rs-security-sso-saml:jar:3.1.7 +* org.apache.cxf:cxf-rt-rs-security-xml:jar:3.0.4 +* org.apache.cxf:cxf-rt-rs-security-xml:jar:3.1.7 +* org.apache.cxf:cxf-rt-transports-http:jar:3.1.7 +* org.apache.cxf:cxf-rt-ws-policy:jar:3.1.7 +* org.apache.cxf:cxf-rt-ws-security:jar:3.1.7 +* org.apache.felix:org.apache.felix.configadmin:jar:1.8.8 +* org.apache.felix:org.apache.felix.fileinstall:jar:3.5.4 +* org.apache.felix:org.apache.felix.framework:jar:5.4.0 +* org.apache.felix:org.apache.felix.gogo.command:jar:0.16.0 +* org.apache.felix:org.apache.felix.utils:jar:1.8.2 +* org.apache.ftpserver:ftplet-api:jar:1.0.6 +* org.apache.ftpserver:ftpserver-core:jar:1.0.6 +* org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0 +* org.apache.httpcomponents:httpclient:jar:4.5.2 +* org.apache.httpcomponents:httpcore:jar:4.4.5 +* org.apache.httpcomponents:httpmime:jar:4.5.2 +* org.apache.karaf.bundle:org.apache.karaf.bundle.core:jar:4.0.7 +* org.apache.karaf.features:enterprise:xml:features:4.0.7 +* org.apache.karaf.features:org.apache.karaf.features.core:jar:4.0.7 +* org.apache.karaf.features:standard:xml:features:4.0.7 +* org.apache.karaf.jaas:org.apache.karaf.jaas.boot:jar:4.0.7 +* org.apache.karaf.jaas:org.apache.karaf.jaas.config:jar:4.0.7 +* org.apache.karaf.jaas:org.apache.karaf.jaas.modules:jar:4.0.7 +* org.apache.karaf.shell:org.apache.karaf.shell.console:jar:4.0.7 +* org.apache.karaf.shell:org.apache.karaf.shell.core:jar:4.0.7 +* org.apache.karaf:apache-karaf:tar.gz:4.0.7 +* org.apache.karaf:apache-karaf:zip:4.0.7 +* org.apache.karaf:org.apache.karaf.util:jar:4.0.7 +* org.apache.logging.log4j:log4j-api:jar:2.4.1 +* org.apache.lucene:lucene-analyzers-common:jar:6.0.0 +* org.apache.lucene:lucene-core:jar:3.0.2 +* org.apache.lucene:lucene-core:jar:6.0.0 +* org.apache.lucene:lucene-queries:jar:6.0.0 +* org.apache.lucene:lucene-queryparser:jar:6.0.0 +* org.apache.lucene:lucene-sandbox:jar:6.0.0 +* org.apache.lucene:lucene-spatial-extras:jar:6.0.0 +* org.apache.lucene:lucene-spatial3d:jar:6.0.0 +* org.apache.lucene:lucene-spatial:jar:6.0.0 +* org.apache.maven.shared:maven-invoker:jar:2.2 +* org.apache.mina:mina-core:jar:2.0.6 +* org.apache.pdfbox:fontbox:jar:2.0.2 +* org.apache.pdfbox:pdfbox-tools:jar:2.0.2 +* org.apache.pdfbox:pdfbox:jar:2.0.2 +* org.apache.poi:poi-contrib:jar:3.7-beta3 +* org.apache.poi:poi-ooxml:jar:3.9 +* org.apache.poi:poi-scratchpad:jar:3.9 +* org.apache.poi:poi:jar:3.9 +* org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:jar:3.13_1 +* org.apache.servicemix.specs:org.apache.servicemix.specs.jsr339-api-2.0:jar:2.5.0 +* org.apache.shiro:shiro-core:jar:1.2.4 +* org.apache.solr:solr-core:jar:6.0.0 +* org.apache.solr:solr-solrj:jar:6.0.0 +* org.apache.tika:tika-bundle:jar:1.13 +* org.apache.tika:tika-core:jar:1.13 +* org.apache.tika:tika-parsers:jar:1.13 +* org.apache.ws.commons.axiom:axiom-api:jar:1.2.14 +* org.apache.wss4j:wss4j-bindings:jar:2.1.4 +* org.apache.wss4j:wss4j-policy:jar:2.1.4 +* org.apache.wss4j:wss4j-ws-security-common:jar:2.1.4 +* org.apache.wss4j:wss4j-ws-security-dom:jar:2.1.4 +* org.apache.wss4j:wss4j-ws-security-policy-stax:jar:2.1.4 +* org.apache.wss4j:wss4j-ws-security-stax:jar:2.1.4 +* org.asciidoctor:asciidoctorj:jar:1.5.4 +* org.bouncycastle:bcmail-jdk15on:jar:1.54 +* org.bouncycastle:bcpkix-jdk15on:jar:1.54 +* org.bouncycastle:bcprov-jdk15on:jar:1.54 +* org.codehaus.groovy:groovy-all:jar:2.4.7 +* org.codehaus.jackson:jackson-core-asl:jar:1.9.13 +* org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 +* org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1 +* org.codice.geowebcache:geowebcache-server-standalone:war:0.6 +* org.codice.geowebcache:geowebcache-server-standalone:xml:geowebcache:0.6 +* org.codice.httpproxy:proxy-camel-route:jar:2.10.0-SNAPSHOT +* org.codice.httpproxy:proxy-camel-servlet:jar:2.10.0-SNAPSHOT +* org.codice.opendj.embedded:opendj-embedded-app:xml:features:1.3.3 +* org.codice.org.forgerock.commons:forgerock-util:jar:2.0.0.ALPHA1 +* org.codice.org.forgerock.opendj:opendj-core:jar:3.0.0.ALPHA2 +* org.codice.org.forgerock.opendj:opendj-grizzly:jar:3.0.0.ALPHA2 +* org.codice.thirdparty:cas-client-core:jar:3.1.10_1 +* org.codice.thirdparty:commons-httpclient:jar:3.1.0_1 +* org.codice.thirdparty:ffmpeg:zip:bin:3.1.1_1 +* org.codice.thirdparty:geotools-suite:jar:8.4_2 +* org.codice.thirdparty:gt-opengis:jar:8.4_1 +* org.codice.thirdparty:jts:jar:1.12_1 +* org.codice.thirdparty:lucene-core:jar:3.0.2_1 +* org.codice.thirdparty:ogc-filter-v_1_1_0-schema:jar:1.1.0_4 +* org.codice.thirdparty:picocontainer:jar:1.2_1 +* org.codice.thirdparty:vecmath:jar:1.3.2_1 +* org.codice:lux:jar:1.2 +* org.cometd.java:bayeux-api:jar:3.0.9 +* org.cometd.java:cometd-java-annotations:jar:3.0.9 +* org.cometd.java:cometd-java-client:jar:3.0.7 +* org.cometd.java:cometd-java-client:jar:3.0.9 +* org.cometd.java:cometd-java-common:jar:3.0.9 +* org.cometd.java:cometd-java-server:jar:3.0.9 +* org.eclipse.jetty:jetty-http:jar:9.2.19.v20160908 +* org.eclipse.jetty:jetty-server:jar:9.2.19.v20160908 +* org.eclipse.jetty:jetty-servlet:jar:9.2.19.v20160908 +* org.eclipse.jetty:jetty-util:jar:9.2.19.v20160908 +* org.forgerock.commons:i18n-core:jar:1.4.2 +* org.forgerock.commons:i18n-slf4j:jar:1.4.2 +* org.geotools.xsd:gt-xsd-gml3:jar:8.4 +* org.geotools:gt-cql:jar:13.0 +* org.geotools:gt-cql:jar:8.4 +* org.geotools:gt-epsg-hsql:jar:8.4 +* org.geotools:gt-jts-wrapper:jar:8.4 +* org.geotools:gt-main:jar:8.4 +* org.geotools:gt-opengis:jar:8.4 +* org.geotools:gt-referencing:jar:8.4 +* org.geotools:gt-shapefile:jar:8.4 +* org.geotools:gt-xml:jar:8.4 +* org.glassfish.grizzly:grizzly-framework:jar:2.3.14 +* org.glassfish.grizzly:grizzly-http-server:jar:2.3.17 +* org.imgscalr:imgscalr-lib:jar:4.2 +* org.jasig.cas:cas-client-core:jar:3.1.10 +* org.jasypt:jasypt:jar:1.9.0 +* org.jcodec:jcodec:jar:0.2.0_1 +* org.jdom:jdom:jar:2.0.2 +* org.joda:joda-convert:jar:1.2 +* org.jolokia:jolokia-osgi:jar:1.2.3 +* org.jscience:jscience:jar:4.3.1 +* org.jvnet.jaxb2_commons:jaxb2-basics-runtime:jar:0.6.0 +* org.jvnet.jaxb2_commons:jaxb2-basics-runtime:jar:0.9.4 +* org.jvnet.ogc:filter-v_2_0_0-schema:jar:1.1.0 +* org.jvnet.ogc:gml-v_3_1_1-schema:jar:1.0.2 +* org.jvnet.ogc:gml-v_3_1_1-schema:jar:1.0.3 +* org.jvnet.ogc:gml-v_3_1_1-schema:jar:1.1.0 +* org.jvnet.ogc:gml-v_3_2_1-schema:jar:1.1.0 +* org.jvnet.ogc:gml-v_3_2_1:pom:1.1.0 +* org.jvnet.ogc:ogc-tools-gml-jts:jar:1.0.3 +* org.jvnet.ogc:ows-v_1_0_0-schema:jar:1.1.0 +* org.jvnet.ogc:ows-v_1_1_0-schema:jar:1.1.0 +* org.jvnet.ogc:wcs-v_1_0_0-schema:jar:1.1.0 +* org.keyczar:keyczar:jar:0.66 +* org.locationtech.spatial4j:spatial4j:jar:0.6 +* org.noggit:noggit:jar:0.6 +* org.objenesis:objenesis:jar:2.1 +* org.openexi:nagasena-rta:jar:0000.0002.0049.0 +* org.openexi:nagasena:jar:0000.0002.0049.0 +* org.opensaml:opensaml-core:jar:3.1.1 +* org.opensaml:opensaml-soap-impl:jar:3.1.1 +* org.opensaml:opensaml-xmlsec-api:jar:3.1.1 +* org.ops4j.pax.exam:pax-exam-container-karaf:jar:4.8.0 +* org.ops4j.pax.exam:pax-exam-junit4:jar:4.8.0 +* org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.8.0 +* org.ops4j.pax.exam:pax-exam:jar:4.8.0 +* org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.3.1 +* org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 +* org.ops4j.pax.url:pax-url-aether:jar:2.4.5 +* org.ops4j.pax.url:pax-url-wrap:jar:2.4.5 +* org.osgi:org.osgi.compendium:jar:4.3.1 +* org.osgi:org.osgi.compendium:jar:5.0.0 +* org.osgi:org.osgi.core:jar:4.3.1 +* org.osgi:org.osgi.core:jar:5.0.0 +* org.ow2.asm:asm:jar:5.0.4 +* org.parboiled:parboiled-java:jar:1.1.7 +* org.quartz-scheduler:quartz:jar:2.1.7 +* org.rrd4j:rrd4j:jar:2.2 +* org.slf4j:slf4j-api:jar:1.7.1 +* org.slf4j:slf4j-api:jar:1.7.12 +* org.slf4j:slf4j-ext:jar:1.7.1 +* org.slf4j:slf4j-log4j12:jar:1.7.7 +* org.slf4j:slf4j-simple:jar:1.7.1 +* org.slf4j:slf4j-simple:jar:1.7.5 +* org.springframework.ldap:spring-ldap-core:jar:1.3.2.RELEASE +* org.springframework.osgi:spring-osgi-core:jar:1.1.0 +* org.springframework:spring-core:jar:4.2.5.RELEASE +* org.taktik:mpegts-streamer:jar:0.1.0_1 +* us.bpsm:edn-java:jar:0.4.4 +* xalan:serializer:jar:2.7.2 +* xalan:xalan:jar:2.7.2 +* xerces:xercesImpl:jar:2.11.0 +* xerces:xercesImpl:jar:2.9.1 +* xml-apis:xml-apis:jar:1.4.01 +* xmlpull:xmlpull:jar:1.1.3.1 +* xpp3:xpp3:jar:1.1.4c diff --git a/distribution/docs/src/main/jdocs/jbake.properties b/distribution/docs/src/main/jdocs/jbake.properties index ba8e3a192411..941181340fdb 100644 --- a/distribution/docs/src/main/jdocs/jbake.properties +++ b/distribution/docs/src/main/jdocs/jbake.properties @@ -51,7 +51,8 @@ template.mimeTypeResolver.file=transformers.ftl template.pluginIntro.file=plugins.ftl template.plugin.file=plugins.ftl template.developingComponent.file=developing-components.ftl -template.introduction.file=introduction.ftl -template.coreConcept.file=introduction.ftl template.applicationReference.file=application-reference.ftl template.table.file=application-reference.ftl +template.appendixIntro.file=appendices.ftl +template.appendix.file=appendices.ftl +template.subappendix.file=appendices.ftl diff --git a/distribution/docs/src/main/jdocs/templates/appendices.ftl b/distribution/docs/src/main/jdocs/templates/appendices.ftl new file mode 100644 index 000000000000..fa53a67c9164 --- /dev/null +++ b/distribution/docs/src/main/jdocs/templates/appendices.ftl @@ -0,0 +1,23 @@ +<#list appendixIntros?sort_by("order") as ai> +<#if (ai.status == "published")> + +[appendix] +== ${ai.title} + +include::${ai.file}[] +<#list appendixs?sort_by("order") as appendix> +<#if (ai.children?contains (appendix.parent))> + +=== ${appendix.title} +include::${appendix.file}[] +<#list subappendixs as subappendix> +<#if (subappendix.parent == appendix.children)> + +==== ${subappendix.title} +include::${subappendix.file}[] + + + + + + diff --git a/distribution/docs/src/main/jdocs/templates/documentation.ftl b/distribution/docs/src/main/jdocs/templates/documentation.ftl index adfacbfae75f..045fb047123e 100644 --- a/distribution/docs/src/main/jdocs/templates/documentation.ftl +++ b/distribution/docs/src/main/jdocs/templates/documentation.ftl @@ -59,7 +59,6 @@ include::${project.build.directory}/doc-contents/_contents/config.adoc[] <#include "developing-components.ftl"> - :sectnums!: == Appendices :sectnums: @@ -67,4 +66,6 @@ include::${project.build.directory}/doc-contents/_contents/config.adoc[] [appendix] == Application References -<#include "application-reference.ftl"> \ No newline at end of file +<#include "application-reference.ftl"> + +<#include "appendices.ftl"> diff --git a/distribution/docs/src/main/resources/_contents/_data/data-intro-contents.adoc b/distribution/docs/src/main/resources/_contents/_data/data-intro-contents.adoc index 06648f6cec1f..dc75aca1fa08 100644 --- a/distribution/docs/src/main/resources/_contents/_data/data-intro-contents.adoc +++ b/distribution/docs/src/main/resources/_contents/_data/data-intro-contents.adoc @@ -192,6 +192,9 @@ Only these attribute formats may be used. |=== +====== Attribute Naming Conventions +Catalog taxonomy elements follow the naming convention of `group-or-namespace.specific-term`, except for extension fields outside of the core taxonomy. These follow the naming convention of `ext.group-or-namespace.specific-term` and must be namespaced. Nesting is not permitted. + ===== Result A single "hit" included in a query response. diff --git a/distribution/docs/src/main/resources/_contents/_dependency-list/ddf-dependency-list.adoc b/distribution/docs/src/main/resources/_contents/_dependency-list/ddf-dependency-list.adoc index dff5409209c7..80accd5c8623 100644 --- a/distribution/docs/src/main/resources/_contents/_dependency-list/ddf-dependency-list.adoc +++ b/distribution/docs/src/main/resources/_contents/_dependency-list/ddf-dependency-list.adoc @@ -1,4 +1,5 @@ + This list of ${branding} dependencies is automatically generated: .${branding} ${project.version} Dependency List