File tree Expand file tree Collapse file tree
OpenActive.DatasetSite.NET.Tests
OpenActive.DatasetSite.NET Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ public void SettingsContainedInRenderedPage()
2323 // Customer-specific settings for dataset JSON (these should come from a database)
2424 var settings = new DatasetSiteGeneratorSettings
2525 {
26- OpenDataFeedBaseUrl = "https://customer.example.com/feed/ " . ParseUrlOrNull ( ) ,
27- OpenBookingAPIBaseUrl = "https://customer.example.com/api/openbooking/ " . ParseUrlOrNull ( ) ,
28- OpenBookingAPIAuthenticationAuthority = "https://auth.acmebooker.example.com/ " . ParseUrlOrNull ( ) ,
26+ OpenDataFeedBaseUrl = "https://customer.example.com/feed" . ParseUrlOrNull ( ) ,
27+ OpenBookingAPIBaseUrl = "https://customer.example.com/api/openbooking" . ParseUrlOrNull ( ) ,
28+ OpenBookingAPIAuthenticationAuthority = "https://auth.acmebooker.example.com" . ParseUrlOrNull ( ) ,
2929 DatasetSiteUrl = "https://halo-odi.legendonlineservices.co.uk/openactive/" . ParseUrlOrNull ( ) ,
3030 DatasetDiscussionUrl = "https://github.com/gll-better/opendata" . ParseUrlOrNull ( ) ,
3131 DatasetDocumentationUrl = "https://docs.acmebooker.example.com/" . ParseUrlOrNull ( ) ,
Original file line number Diff line number Diff line change 1212 <PackageTags >OpenActive dataset site</PackageTags >
1313 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1414 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
15- <Version >4.0.3 </Version >
15+ <Version >4.1.0 </Version >
1616 <Description >.NET library for rendering an OpenActive Dataset Site</Description >
1717 </PropertyGroup >
1818
Original file line number Diff line number Diff line change @@ -957,6 +957,10 @@ @media screen and (max-width: 360px) {
957957 <!-- Main -->
958958 <section id=""main"">
959959 <header>
960+ {{#disambiguatingDescription}}
961+ <p class=""warning"">{{.}}</p>
962+ {{/disambiguatingDescription}}
963+
960964 <div>
961965 <a href=""{{publisher.url}}"" about=""{{publisher.url}}"" property=""foaf:homepage"">
962966 <span class=""avatar"" property=""foaf:name"" content=""{{publisher.name}}""><img class=""logo"" src=""{{publisher.logo.url}}"" alt="""" /></span>
You can’t perform that action at this time.
0 commit comments