{"id":41165593,"url":"https://github.com/oxygenxml/web-author-component-integration","last_synced_at":"2026-01-22T19:32:53.830Z","repository":{"id":67323505,"uuid":"150418351","full_name":"oxygenxml/web-author-component-integration","owner":"oxygenxml","description":"A sample maven project using the Web Author Component","archived":false,"fork":false,"pushed_at":"2025-07-21T12:20:43.000Z","size":50,"stargazers_count":4,"open_issues_count":1,"forks_count":5,"subscribers_count":27,"default_branch":"BRANCH_OXYGEN_RELEASE_27_1","last_synced_at":"2025-07-21T14:25:49.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oxygenxml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-26T11:49:02.000Z","updated_at":"2022-05-24T06:18:03.000Z","dependencies_parsed_at":"2023-02-28T22:45:19.701Z","dependency_job_id":"b0b8855e-5456-45e3-b386-58515bfbf406","html_url":"https://github.com/oxygenxml/web-author-component-integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/oxygenxml/web-author-component-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygenxml%2Fweb-author-component-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygenxml%2Fweb-author-component-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygenxml%2Fweb-author-component-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygenxml%2Fweb-author-component-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxygenxml","download_url":"https://codeload.github.com/oxygenxml/web-author-component-integration/tar.gz/refs/heads/BRANCH_OXYGEN_RELEASE_27_1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxygenxml%2Fweb-author-component-integration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28669179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-22T19:32:53.715Z","updated_at":"2026-01-22T19:32:53.817Z","avatar_url":"https://github.com/oxygenxml.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-author-component-integration\nA sample Maven project using the Web Author Component.\n\nThis project generates a .war by overlaying the Web Author Component and adding frameworks and plugins to it.\n\n## Migrating ``oxygen-sdk-samples`` project to use ``web-author-component`` and ``web-author-framewors`` \nA step by step procedure can be found [here](migration-procedure.md) \n\n## Prerequisites\n\nBefore running the  XML Web Author Component, you need to register for the Oxygen XML SDK at https://www.oxygenxml.com/oxygen_sdk/download.html and ask for a development license from support@oxygenxml.com.\n\n## Plugins\n\n\nPlugins added as Maven dependencies:\n\n* web-author-webdav-plugin\n* web-author-webdav-server-plugin\n* web-author-charpicker-plugin\n* web-author-svg-plugin\n* web-author-mathml-plugin\n* web-author-rest-plugin\n\n### Adding new plugins\n\nThe project bundles all it's Maven dependencies that have the `plugin` classifier. So, if the plugin you want to add can be found on a Maven repository and it has this classifier, you just need to declare a dependency on it. You can use the plugins declared in the `pom.xml` file as examples.\n\nTo add the additional **File comparison plugin**, you should add the following dependency in the `pom.xml` file:  \n\n    \u003cdependency\u003e\n      \u003cartifactId\u003eweb-author-diff-plugin\u003c/artifactId\u003e\n      \u003cgroupId\u003ecom.oxygenxml\u003c/groupId\u003e\n      \u003cversion\u003e${oxygen.version}\u003c/version\u003e\n      \u003cclassifier\u003eplugin\u003c/classifier\u003e\n      \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n    \nNote that this plugin requires a separate license. For more details, contact the Oxygen sales team at sales@oxygenxml.com. \n\nThe application also automatically bundles all the folders from the `web-author-component-integration/plugins/` directory (you will have to create it) as plugins so that you can copy the desired plugin(s) in it.\n\n\n## Frameworks\n\nFrameworks already added through Maven dependencies:\n\n* dita\n* dockbook\n* mathml\n* svg\n* tei\n* xhtml\n* xhtml11\n\n### Adding new frameworks\n\nThe project bundles all the frameworks from the  `web-author-frameworks` artifact. To add a new framework that is a Maven artifact, you just need to unpack it in the `${project.build.directory}/frameworks/` directory during the `generate-resources` Maven phase (this is what is done with `web-author-frameworks`).\n\nThe application also automatically bundles all the content of the `web-author-component-integration/frameworks/` directory (you will have to create it) as frameworks so that you can copy the desired framework(s) in it.\n\nCopyright and License\n---------------------\nCopyright 2018 Syncro Soft SRL.\n\nThis project is licensed under [Apache License 2.0](https://github.com/oxygenxml/web-author-component-integration/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxygenxml%2Fweb-author-component-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxygenxml%2Fweb-author-component-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxygenxml%2Fweb-author-component-integration/lists"}