[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Course_Prefs_Linkprotection.tex Domain_Configuration_LTI_Provider.tex

raeburn raeburn at source.lon-capa.org
Thu Feb 24 12:35:24 EST 2022


raeburn		Thu Feb 24 17:35:24 2022 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Course_Prefs_Linkprotection.tex 
                             	Domain_Configuration_LTI_Provider.tex 
  Log:
  - Avoid truncation of URLs in PDF versions of manuals.
  
  
Index: loncom/html/adm/help/tex/Course_Prefs_Linkprotection.tex
diff -u loncom/html/adm/help/tex/Course_Prefs_Linkprotection.tex:1.3 loncom/html/adm/help/tex/Course_Prefs_Linkprotection.tex:1.4
--- loncom/html/adm/help/tex/Course_Prefs_Linkprotection.tex:1.3	Tue Feb 22 19:38:42 2022
+++ loncom/html/adm/help/tex/Course_Prefs_Linkprotection.tex	Thu Feb 24 17:35:24 2022
@@ -59,8 +59,13 @@
 As the key and secret used for launch items (either in a course or a domain) will be unavailable to LON-CAPA nodes belonging to a different LON-CAPA domain, 
 if LTI link protection is to be used for deep-linked items, it is requirement that the endpoint URL include the hostname of a LON-CAPA server in the course's domain.
 
-Following the hostname, the remainder of the URL  will have the format: /adm/launch/tiny/\$domain/uniqueID, where /tiny/\$domain/uniqueID is a shortened URL, 
-unique to the particular folder or resource in the specific course.
+Following the hostname, the remainder of the URL will have the format:
+
+\begin{verbatim}
+/adm/launch/tiny/$domain/uniqueID
+\end{verbatim}
+
+where /tiny/\$domain/uniqueID is a shortened URL, unique to the particular folder or resource in the specific course.
 
 Course Coordinators can generate shortened URLs for items in a course by using: 
 Course Editor $>$ Content Utilities $>$ ``Display/Set Shortened URLs for Deep-linking''; see: Short URLs section \ref{Docs_Short_URLs} 
Index: loncom/html/adm/help/tex/Domain_Configuration_LTI_Provider.tex
diff -u loncom/html/adm/help/tex/Domain_Configuration_LTI_Provider.tex:1.5 loncom/html/adm/help/tex/Domain_Configuration_LTI_Provider.tex:1.6
--- loncom/html/adm/help/tex/Domain_Configuration_LTI_Provider.tex:1.5	Tue Feb 22 19:41:41 2022
+++ loncom/html/adm/help/tex/Domain_Configuration_LTI_Provider.tex	Thu Feb 24 17:35:24 2022
@@ -72,7 +72,13 @@
 As the key and secret used for launch items (either in a course or a domain) will be unavailable to LON-CAPA nodes belonging to a different LON-CAPA domain,
 if LTI link protection is to be used for deep-linked items, it is requirement that the endpoint URL include the hostname of a LON-CAPA server in the course's domain.
 
-Following the hostname, the remainder of the URL  will have the format: /adm/launch/tiny/\$domain/uniqueID, where /tiny/\$domain/uniqueID is a shortened URL,
+Following the hostname, the remainder of the URL will have the format:
+
+\begin{verbatim}
+/adm/launch/tiny/$domain/uniqueID
+\end{verbatim}
+
+where /tiny/\$domain/uniqueID is a shortened URL,
 unique to the particular folder or resource in the specific course.
 
 Course Coordinators can generate shortened URLs for items in a course by using:




More information about the LON-CAPA-cvs mailing list