Problem/Motivation

Even though all README files are available via the Drupal admin UI, many development teams use external wikis to maintain their documentation. The README files should be available via a secure tokenized URL so that a wiki can dynamically include the generated HTML.

Proposed resolution

Provide URLs to README HTML file that can only be accessed by using a secure token.

Remaining tasks

  • Create admin settings form to manager token
  • Generate token when module is installed
  • Write update hook to generate token
  • Create '/admin/readme/{name}/html' routes
  • Provide link to raw HTML on '/admin/readme/{name}' pages

Development Notes

  • Branch Name: 2750359-readme-raw-html
  • Commit message: Issue #2750359: Add the ability to pull a README.md's raw html into external applications.

Comments

jrockowitz created an issue. See original summary.

jrockowitz’s picture

Issue summary: View changes
jrockowitz’s picture

Title: Add the ability to pull a README.md's raw html into external applications » Add the ability to pull a README.md's raw HTM into external applications
jrockowitz’s picture

Title: Add the ability to pull a README.md's raw HTM into external applications » Add the ability to pull a README.md's raw HTML into external applications

  • jrockowitz committed f95e303 on 8.x-1.x
    Issue #2750359: Add the ability to pull a README.md's raw html into...
jrockowitz’s picture

Status: Active » Closed (fixed)
jrockowitz’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.