MCPcopy Index your code
hub / github.com/dita4publishers/dita4publishers

github.com/dita4publishers/dita4publishers @v1.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.0 ↗ · + Follow
1,889 symbols 6,010 edges 236 files 1,314 documented · 70%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DITA for Publishers

Version 1.1.0 Under development

Master project for the DITA for Publishers activity. This project includes the toolkit plugins and samples as git submodules. See the wiki for details on how to set up new clones of this project.

NOTE: Issues for specific transformation types (EPUB, HTML5, etc.) are maintained in the project each transformation type. If you're not sure which project an issue applies to, feel free to submit the issue against the dita4publishers project.

News

5 Aug 2021 Release 1.0.0RC28

Many updates. Tested against OT 3.6.1 (see release notes in user guide). Many Word2DITA issues resolved.

24 April 2016: EPUB3 implementation essentially complete with the addition of font embedding and obfuscation.

7 Oct 2014: EPUB3 implementation is under way. See the org.dita4publishers.epub project for details.

Publishing the User Guide

The D4P User Guide is published via GitHub Pages through the separate repo dita4publishers.github.io.

To update the user guide do the following:

  1. Using InDesign, update the cover graphic to reflect the latest release and copyright date (docs/D4P Logo and User Guide Cover/D4P_UserGuide_cover Folder/D4P_UserGuide_cover.indd)
  2. Export new copies of cover-graphic.png (300PPI) and epub-cover-graphic.png (72PPI) to the user_docs/d4p-users-guide/images directory
  3. Run the html5-d4p-user-guide ant target
  4. Copy the generated HTML (d4p-users-guide from the build/docs/html5 directory) to the dita4publishers.github.io repo on branch main.
  5. Commit updates to dita4publishers.github.io repo and push

Extension points exported contracts — how you extend this code

ZipFileFilter (Interface)
Instances of classes that implement this interface are used to filter files during the zipping/unzipping process. These [19 …
src/java/net/sourceforge/dita4publishers/tools/dxp/ZipFileFilter.java
PropertyContainer (Interface)
An interface which represents a bean than can hold properties (name/value pairs). [6 implementers]
src/java/net/sourceforge/dita4publishers/api/PropertyContainer.java
BosVisitor (Interface)
Visitors that operate on Bounded Object Sets [8 implementers]
src/java/net/sourceforge/dita4publishers/api/bos/BosVisitor.java
DependencyType (Interface)
Represents the semantic type of a dependency, e.g., "xref", "link", "child", etc. [30 implementers]
src/java/net/sourceforge/dita4publishers/api/bos/DependencyType.java
KeySpaceReporter (Interface)
Generates a report of a key space. [6 implementers]
src/java/net/sourceforge/dita4publishers/api/dita/KeySpaceReporter.java

Core symbols most depended-on inside this repo

toString
called by 1502
src/java/net/sourceforge/dita4publishers/api/bos/DependencyType.java
add
called by 1435
src/java/org/dita2indesign/indesign/inx/model/InxValueList.java
append
called by 1299
src/java/net/sourceforge/dita4publishers/tools/imaging/im/IMOps.java
debug
called by 157
src/java/net/sourceforge/dita4publishers/tools/imaging/im/IMOps.java
equals
called by 144
src/java/net/sourceforge/dita4publishers/api/dita/DitaKeyDefinition.java
size
called by 132
src/java/net/sourceforge/dita4publishers/api/dita/DitaKeySpace.java
get
called by 120
src/java/org/dita2indesign/indesign/inx/model/InxValueList.java
put
called by 107
src/java/org/dita2indesign/indesign/inx/model/InxStringMap.java

Shape

Method 1,641
Class 201
Interface 40
Enum 7

Languages

Java100%

Modules by API surface

src/java/net/sourceforge/dita4publishers/tools/imaging/im/IMOps.java277 symbols
src/java/org/dita2indesign/indesign/inx/model/InDesignDocument.java50 symbols
src/java/org/dita2indesign/indesign/inx/model/InDesignComponent.java40 symbols
src/java/org/dita2indesign/indesign/inx/model/Link.java36 symbols
src/java/org/dita2indesign/util/DataUtil.java34 symbols
src/java/net/sourceforge/dita4publishers/util/DitaUtil.java34 symbols
src/java/net/sourceforge/dita4publishers/impl/dita/InMemoryDitaLinkManagementService.java34 symbols
src/java/net/sourceforge/dita4publishers/impl/bos/BosMemberBase.java31 symbols
src/java/net/sourceforge/dita4publishers/util/DataUtil.java28 symbols
src/java/net/sourceforge/dita4publishers/impl/bos/BosConstructionOptions.java27 symbols
src/java/net/sourceforge/dita4publishers/util/xml/ContextTrackingErrorHandler.java25 symbols
src/java/net/sourceforge/dita4publishers/api/dita/DitaLinkManagementService.java25 symbols

For agents

$ claude mcp add dita4publishers \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page