Skip to content

Commit b83affe

Browse files
authored
Merge pull request #11 from mbtaylor/rename-to-AuthVO
rename the document from IAP to AuthVO
2 parents 9ccd3e2 + 494915a commit b83affe

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name: Check the IVOA document
88

99
env:
10-
doc_name: IAP
10+
doc_name: AuthVO
1111

1212
on:
1313
pull_request:

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name: Update PDF Preview
88

99
env:
10-
doc_name : IAP
10+
doc_name : AuthVO
1111
branch_name: ${{ github.head_ref || github.ref_name }}
1212
tag_preview: auto-pdf-preview
1313

IAP.tex renamed to AuthVO.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\input gitmeta
44
\usepackage[textsize=small,textwidth=3.8cm,backgroundcolor=yellow]{todonotes}
55

6-
\title{IVOA Interoperable Authentication Protocol}
6+
\title{Authentication in the Virtual Observatory}
77

88
% see ivoatexDoc for what group names to use here; use \ivoagroup[IG] for
99
% interest groups.
@@ -25,7 +25,7 @@
2525
\begin{document}
2626

2727
\begin{abstract}
28-
IVOA's Interoperable Authentication Protocol explains how
28+
This document explains how
2929
VO services can manage the authentication process for
3030
interoperability with clients, especially non-browser clients.
3131
Particularly, this document
@@ -182,7 +182,7 @@ \subsection{Role within the VO Architecture}
182182
Fig.~\ref{fig:archdiag} shows the role this document plays within the
183183
IVOA architecture \citep{2021ivoa.spec.1101D}.
184184

185-
IAP provides a way to advertise authentication methods
185+
AuthVO provides a way to advertise authentication methods
186186
associated with existing VO services.
187187
For services like TAP \citep{2019ivoa.spec.0927D}
188188
that comply with VOSI \citep{2017ivoa.spec.0524G} to

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# for the targets available.
33

44
# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
5-
DOCNAME = IAP
5+
DOCNAME = AuthVO
66

77
# count up; you probably do not want to bother with versions <1.0
88
DOCVERSION = 1.0

role_diagram.pdf

254 Bytes
Binary file not shown.

role_diagram.svg

Lines changed: 1 addition & 1 deletion
Loading

role_diagram.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ of the various sections) to have the box centered.
3434
<!-- <rec name="GMS" x="534" y="460" w="32"/> -->
3535
<rec name="VOSI" x="568" y="435" w="34"/>
3636

37-
<thisrec name="IAP" x="300" y="435" w="32"/>
37+
<thisrec name="AuthVO" x="300" y="428" w="48"/>
3838

3939
</archdiag>

0 commit comments

Comments
 (0)