Skip to content

Commit

Permalink
Updating help, website
Browse files Browse the repository at this point in the history
  • Loading branch information
jjg-123 committed Nov 5, 2024
1 parent 5d093ea commit 525ce29
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 116 deletions.
71 changes: 15 additions & 56 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ protected String format(Identifiable identifiable) {
@Override
public void bootstrap() throws Throwable {
super.bootstrap();
getHelpUtil().load("/help/vo_help.xml");
getHelpUtil().load("/help/vi_help.xml");
}

public void add_admin(InputLine inputLine) throws Throwable{
Expand Down
8 changes: 2 additions & 6 deletions server-admin/src/main/resources/help/admin_help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,18 @@ client management API.]]>
<body>
<![CDATA[Property: String (--)
The secret for this client.]]>
</body>
</entry>
<entry id="vo">
<body>See vi
</body>
</entry>
<entry id="vo">
<body>
<![CDATA[Property: URI (--)
The identifier for the virtual issuer. This is redundant with vo_uri for historical reasons
and they should be the same going forward. This and vo_uri should match the vo_uri property of the VI
and they should be the same going forward. This and vo_uri should match the vo_id property of the VI
this admin belongs to. Removing properties from an object is actually rather hard to engineer, so
until the day comes there is time to do it, this just is deprecated.)
(Historical aside:At one point early on VIs were given simple names.
They morphed into full fledged OA4MP objects
They morphed into full-fledged OA4MP objects
and were, for a time, called VOs (virtual organizations). This is why the names here are vo and vo_uri,
because these are also the keys used in any backing storage and while we can rename these objects
here, changing them in the store would break existing OA4MP installs.)
Expand Down
Loading

0 comments on commit 525ce29

Please sign in to comment.