1. 18 Aug, 2017 3 commits
    • Luca Toscano's avatar
      common.dtd: add idtype attribute to directive · dfc29899
      Luca Toscano authored
      This change completes r1805372 and also fixes
      links generation for <ManageDomain> and <SSLPolicy>
      in sections.xml
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805376 13f79535-47bb-0310-9956-ffa450edef68
      dfc29899
    • Luca Toscano's avatar
      Documentation rebuild · 5f1f3b8e
      Luca Toscano authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805373 13f79535-47bb-0310-9956-ffa450edef68
      5f1f3b8e
    • Luca Toscano's avatar
      doc xsl/dtd: introduce idtype attribute for directivesynopsis · 8f68408c
      Luca Toscano authored
      In r1805193 synopsis.xsl was changed to allow two directives
      of different type (like <SSLPolicy> and SSLPolicy) to share
      the same name but have different ids (and please validate-xml/xhtml).
      The downside of this action was that all the quicklinks to
      existing directive sections (like <If>, <VirtualHost>, etc..)
      were changed, possibly breaking external clients already
      referencing them.
      
      This change introduces a new attribute in the directivesynopsis
      DTD, namely 'idtype', that will be appended to 'name'
      in the id generation by synopsis.xsl. This will rollback
      link names to their previous values and will allow documentators
      to fine tune directivesynopsis sections as they need
      (for example we have recently introduced mod_md's
      ManagedDomain/<ManagedDomain>, and modssl's SSLPolicy/<SSLPolicy>).
      
      This approach seems more precise and less invasive to me.
      Of course the name of the attribute can be changed later on
      to whatever term would fit best, the main concern for me at
      the moment is to restore the trunk documentation to its previous
      state.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805372 13f79535-47bb-0310-9956-ffa450edef68
      8f68408c
  2. 17 Aug, 2017 6 commits
  3. 16 Aug, 2017 21 commits
  4. 15 Aug, 2017 1 commit
  5. 14 Aug, 2017 1 commit
  6. 11 Aug, 2017 2 commits
  7. 10 Aug, 2017 2 commits
  8. 09 Aug, 2017 4 commits