30 Jul, 2015

1 commit


01 Apr, 2015

1 commit


31 Mar, 2015

1 commit

  • This patch splits the dsconfig man page into a dsconfig page
    that lists the subcommands, and a page per subcommand.
    
    In the Reference the subcommands pages are included
    in their own reference section,
    because there's no good way to present the whole list
    in the midst of the tools reference.
    
    As a side effect this patch makes it possible to build PDF again
    (and to build man pages) without running out of memory.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12011 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

17 Mar, 2015

1 commit

  • Implement plugin for generating RefEntry source files
    
    This patch adds a Mojo for generating DocBook XML RefEntry sources.
    
    The tools to document must be on the project class path.
    
    Apply fixes suggested by Jean-Noël in CR-6372
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11933 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

11 Mar, 2015

1 commit

  • This first patch makes it possible to get a full refentry when running 
    OPENDJ_JAVA_ARGS="-Dorg.forgerock.opendj.gendoc=true" <command> -?
    with any command.
    
    This is a subtask of the following issue:
    OPENDJ-386 Move to single reference document
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11890 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

20 Feb, 2015

1 commit


18 Feb, 2015

1 commit

  • This patch moves to FreeMarker templates to lay out generated content.
    It also moves English strings to properties files.
    
    It would no doubt be possible to reduce the number of templates for dsconfig
    by appending to the FreeMarker model instead of appending strings.
    
    This patch is part of the work for
    OPENDJ-386 Single reference document, especially for dsconfig.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11788 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark