Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TPS UI help page #1541

Open
pki-bot opened this issue Oct 2, 2020 · 3 comments
Open

TPS UI help page #1541

pki-bot opened this issue Oct 2, 2020 · 3 comments
Milestone

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #975. Originally filed by edewata (@edewata) on 2014-04-24 19:12:35:

  • Assigned to nobody

The TPS UI should provide a help page that lists all TPS-related documentations. These documentations include:

  • Manual pages (e.g. CLI man pages, server configuration man pages). A new servlet may need to be written to display the man page in the browser.
  • Javadocs (e.g. PKI client API, PKI server API, TPS API if any).
  • Wiki pages. These pages should be versioned (e.g. /wiki/Dogtag 10 TPS Configuration).
@pki-bot pki-bot added this to the UNTRIAGED milestone Oct 2, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2014-04-24 19:27:01

Displaying the man page in the browser can be done using the same code already in the CLI. See HelpCLI.java:

String manPage = ...

ProcessBuilder pb = new ProcessBuilder(
    "/bin/man", manPage);

... redirect process I/O to servlet I/O ...

Process p = pb.start();
int rc = p.waitFor();

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from mharmsen (@mharmsen) at 2014-04-29 02:29:38

Per CS/DS meeting of 04/28/2014 - 10.3.

edewata: 975 ideally should be 10.2 because it's like a man page but for the UI. but 10.3 is ok too. it's not crucial.

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2017-02-27 14:07:35

Metadata Update from @edewata:

  • Issue set to the milestone: UNTRIAGED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant