From 4cf4a1daf4b709240e6e82606142c0a257c1c90b Mon Sep 17 00:00:00 2001 From: kashifatcha Date: Tue, 18 Feb 2025 10:58:03 +0000 Subject: [PATCH] Add govspeak support for summary property --- app/presenters/finder_content_item_presenter.rb | 7 ++++++- .../schemas/algorithmic_transparency_records.json | 2 +- lib/documents/schemas/animal_disease_cases.json | 2 +- lib/documents/schemas/asylum_support_decisions.json | 2 +- lib/documents/schemas/cma_cases.json | 2 +- lib/documents/schemas/countryside_stewardship_grants.json | 2 +- lib/documents/schemas/data_ethics_guidance_documents.json | 2 +- lib/documents/schemas/drcf_digital_markets_researches.json | 2 +- .../schemas/employment_appeal_tribunal_decisions.json | 2 +- lib/documents/schemas/employment_tribunal_decisions.json | 2 +- lib/documents/schemas/esi_funds.json | 2 +- lib/documents/schemas/export_health_certificates.json | 2 +- lib/documents/schemas/farming_grants.json | 2 +- lib/documents/schemas/international_development_funds.json | 2 +- lib/documents/schemas/licence_transactions.json | 2 +- .../life_saving_maritime_appliance_service_stations.json | 2 +- .../schemas/marine_equipment_approved_recommendations.json | 2 +- lib/documents/schemas/marine_notices.json | 2 +- lib/documents/schemas/protected_food_drink_names.json | 2 +- .../schemas/research_for_development_outputs.json | 2 +- .../schemas/residential_property_tribunal_decisions.json | 2 +- lib/documents/schemas/sfo_cases.json | 2 +- lib/documents/schemas/statutory_instruments.json | 2 +- lib/documents/schemas/tax_tribunal_decisions.json | 2 +- .../schemas/traffic_commissioner_regulatory_decisions.json | 2 +- lib/documents/schemas/utaac_decisions.json | 2 +- lib/documents/schemas/veterans_support_organisations.json | 2 +- 27 files changed, 32 insertions(+), 27 deletions(-) diff --git a/app/presenters/finder_content_item_presenter.rb b/app/presenters/finder_content_item_presenter.rb index c3625d24f..5d7013fe4 100644 --- a/app/presenters/finder_content_item_presenter.rb +++ b/app/presenters/finder_content_item_presenter.rb @@ -58,7 +58,12 @@ def details logo_path: file.fetch("logo_path", nil), show_summaries: file.fetch("show_summaries", false), signup_link: file.fetch("signup_link", nil), - summary: file.fetch("summary", nil), + summary: [ + { + content_type: "text/govspeak", + content: file.fetch("summary", ""), + }, + ], label_text: file.fetch("label_text", nil), facets: FinderContentItemPresenter.facets_without_specialist_publisher_properties(file.fetch("facets", nil)), default_order: file.fetch("default_order", nil), diff --git a/lib/documents/schemas/algorithmic_transparency_records.json b/lib/documents/schemas/algorithmic_transparency_records.json index 875e676e4..630904d16 100644 --- a/lib/documents/schemas/algorithmic_transparency_records.json +++ b/lib/documents/schemas/algorithmic_transparency_records.json @@ -482,6 +482,6 @@ "show_summaries": true, "signup_content_id": "99f5bacb-d1ef-4b93-87ef-bae129fed396", "subscription_list_title_prefix": "Algorithmic transparency records", - "summary": "

Find algorithmic transparency records from UK public sector organisations with information on algorithmic tools used in decision making. These are completed in accordance with the Algorithmic Transparency Recording Standard.

Let us know what you think of this service: [feedback form]

", + "summary": "Find algorithmic transparency records from UK public sector organisations with information on algorithmic tools used in decision making. These are completed in accordance with the Algorithmic Transparency Recording Standard. \n\nLet us know what you think of this service: [feedback form](https://forms.office.com/e/XNn3GBqzhY)", "target_stack": "live" } diff --git a/lib/documents/schemas/animal_disease_cases.json b/lib/documents/schemas/animal_disease_cases.json index f27defbbc..560e5478c 100644 --- a/lib/documents/schemas/animal_disease_cases.json +++ b/lib/documents/schemas/animal_disease_cases.json @@ -207,6 +207,6 @@ ], "signup_content_id": "e39c8c6e-b4c2-4dec-84fd-7f3d77f96a7d", "subscription_list_title_prefix": "Notifiable animal disease cases and control zones", - "summary": "

Find notifiable exotic animal disease cases and control zone declarations for England.

Read our guidance on notifiable diseases in animals.

", + "summary": "Find notifiable exotic animal disease cases and control zone declarations for England. \n\nRead our [guidance on notifiable diseases in animals](https://www.gov.uk/government/collections/notifiable-diseases-in-animals).", "target_stack": "live" } diff --git a/lib/documents/schemas/asylum_support_decisions.json b/lib/documents/schemas/asylum_support_decisions.json index 1205aedeb..bfec1c8ef 100644 --- a/lib/documents/schemas/asylum_support_decisions.json +++ b/lib/documents/schemas/asylum_support_decisions.json @@ -324,7 +324,7 @@ "show_summaries": true, "signup_content_id": "307ea825-594c-4d88-85c9-0809fdc9c79e", "subscription_list_title_prefix": "First-tier Tribunal (Asylum Support) decisions", - "summary": "

Find decisions on appeals against the Home Office heard by the First-tier Tribunal (Asylum Support).

", + "summary": "Find decisions on appeals against the Home Office heard by the First-tier Tribunal (Asylum Support).", "target_stack": "live", "taxons": [ "e1d2032c-6a59-4a1a-919c-dc149847dffb" diff --git a/lib/documents/schemas/cma_cases.json b/lib/documents/schemas/cma_cases.json index 3251d146d..98feedc76 100644 --- a/lib/documents/schemas/cma_cases.json +++ b/lib/documents/schemas/cma_cases.json @@ -412,7 +412,7 @@ ], "signup_content_id": "43dd2b13-93ec-4ca6-a7a4-e2eb5f5d485a", "subscription_list_title_prefix": "CMA cases", - "summary": "

This case finder includes cases and projects from the Competition and Markets Authority (CMA), Office for the Internal Market (OIM) and Subsidy Advice Unit (SAU).

", + "summary": "This case finder includes cases and projects from the Competition and Markets Authority (CMA), Office for the Internal Market (OIM) and Subsidy Advice Unit (SAU).", "target_stack": "live", "taxons": [ "8db04387-9076-4287-ab46-6a6695b593d7" diff --git a/lib/documents/schemas/countryside_stewardship_grants.json b/lib/documents/schemas/countryside_stewardship_grants.json index e22271bf4..bf0da25b3 100644 --- a/lib/documents/schemas/countryside_stewardship_grants.json +++ b/lib/documents/schemas/countryside_stewardship_grants.json @@ -217,7 +217,7 @@ "related": [ "5e91c0bf-187d-4fa0-a6ef-992736d5644c" ], - "summary": "

Search for options, supplements and capital items to include in your Countryside Stewardship application. Find out about each Countryside Stewardship scheme and check if you’re eligible before you apply for a grant.

", + "summary": "Search for options, supplements and capital items to include in your Countryside Stewardship application. Find out about each [Countryside Stewardship scheme and check if you’re eligible before you apply for a grant](/guidance/countryside-stewardship-get-funding-to-protect-and-improve-the-land-you-manage).", "target_stack": "live", "taxons": [ "9129d716-365b-44ba-9856-383423fe1e41" diff --git a/lib/documents/schemas/data_ethics_guidance_documents.json b/lib/documents/schemas/data_ethics_guidance_documents.json index 416b9383e..6e55563eb 100644 --- a/lib/documents/schemas/data_ethics_guidance_documents.json +++ b/lib/documents/schemas/data_ethics_guidance_documents.json @@ -271,6 +271,6 @@ ], "related": [], "show_summaries": true, - "summary": "

Find guidance for the responsible use and development of data and data technologies, including artificial intelligence (AI), developed by and for government and public sector bodies.

If you have suggestions for guidance, email data.ethics@digital.cabinet-office.gov.uk.

", + "summary": "Find guidance for the responsible use and development of data and data technologies, including artificial intelligence (AI), developed by and for government and public sector bodies. \n\nIf you have suggestions for guidance, email [data.ethics@digital.cabinet-office.gov.uk](mailto:data.ethics@digital.cabinet-office.gov.uk).", "target_stack": "live" } diff --git a/lib/documents/schemas/drcf_digital_markets_researches.json b/lib/documents/schemas/drcf_digital_markets_researches.json index 3c5d4d449..8d5010a30 100644 --- a/lib/documents/schemas/drcf_digital_markets_researches.json +++ b/lib/documents/schemas/drcf_digital_markets_researches.json @@ -315,6 +315,6 @@ "organisations": [ "957eb4ec-089b-4f71-ba2a-dc69ac8919ea" ], - "summary": "

Find research about digital markets and regulation carried out by public authorities, curated by the Digital Regulation Cooperation Forum (DRCF)

", + "summary": "Find research about digital markets and regulation carried out by public authorities, curated by the [Digital Regulation Cooperation Forum (DRCF)](government/collections/the-digital-regulation-cooperation-forum)", "target_stack": "live" } diff --git a/lib/documents/schemas/employment_appeal_tribunal_decisions.json b/lib/documents/schemas/employment_appeal_tribunal_decisions.json index d0dcf1de3..05cb57a08 100644 --- a/lib/documents/schemas/employment_appeal_tribunal_decisions.json +++ b/lib/documents/schemas/employment_appeal_tribunal_decisions.json @@ -1064,7 +1064,7 @@ "show_summaries": true, "signup_content_id": "1f5911f4-417a-4380-a5a0-674ebff332df", "subscription_list_title_prefix": "Employment Appeal Tribunal decisions", - "summary": "

Find decisions on appeals against employment tribunals heard by the Employment Appeal Tribunal.

Includes decisions after December 2015. Find details of older cases.

", + "summary": "Find decisions on appeals against employment tribunals heard by the Employment Appeal Tribunal.\n\nIncludes decisions after December 2015. Find details of [older cases](http://www.employmentappeals.gov.uk/Public/Search.aspx).", "target_stack": "live", "taxons": [ "357110bb-cbc5-4708-9711-1b26e6c63e86" diff --git a/lib/documents/schemas/employment_tribunal_decisions.json b/lib/documents/schemas/employment_tribunal_decisions.json index 6147b785a..71f07474e 100644 --- a/lib/documents/schemas/employment_tribunal_decisions.json +++ b/lib/documents/schemas/employment_tribunal_decisions.json @@ -316,7 +316,7 @@ "show_summaries": true, "signup_content_id": "6d7ace06-f437-4fb3-b948-8534ff34540f", "subscription_list_title_prefix": "Employment tribunal decisions", - "summary": "

Find decisions on Employment Tribunal cases in England, Wales and Scotland from February 2017 onwards.

For enquiries about Employment Tribunal judgments in England and Wales prior to February 2017 contact Bury St Edmunds County Court. Please note that we are currently experiencing technical difficulties with the system used to search for judgments. Unfortunately, we are unable to confirm when this issue will be resolved and there may be a delay to you receiving the judgment you have requested.

If the decision was made before February 2017 in Scotland, contact Glasgow Tribunals Centre.

Decisions are not affected by GDPR rules and cannot be removed from GOV.UK.

", + "summary": "Find decisions on Employment Tribunal cases in England, Wales and Scotland from February 2017 onwards. \n\nFor enquiries about Employment Tribunal judgments in England and Wales prior to February 2017 contact [Bury St Edmunds County Court](https://www.find-court-tribunal.service.gov.uk/courts/bury-st-edmunds-county-court-and-family-court). Please note that we are currently experiencing technical difficulties with the system used to search for judgments. Unfortunately, we are unable to confirm when this issue will be resolved and there may be a delay to you receiving the judgment you have requested. \n\nIf the decision was made before February 2017 in Scotland, contact [Glasgow Tribunals Centre](https://www.find-court-tribunal.service.gov.uk/courts/glasgow-tribunals-centre). \n\nDecisions are not affected by GDPR rules and cannot be removed from GOV.UK.", "target_stack": "live", "taxons": [ "357110bb-cbc5-4708-9711-1b26e6c63e86" diff --git a/lib/documents/schemas/esi_funds.json b/lib/documents/schemas/esi_funds.json index 9dd0dfff0..92a6ae907 100644 --- a/lib/documents/schemas/esi_funds.json +++ b/lib/documents/schemas/esi_funds.json @@ -191,7 +191,7 @@ ], "signup_content_id": "a4815714-e5d5-4e1b-8543-3ce10139988f", "subscription_list_title_prefix": "European Structural and Investment Fund", - "summary": "

Applies to: England (see guidance for Scotland, Wales and Northern Ireland)

Apply to run projects backed by the European Structural and Investment Fund (ESIF). ESIF includes money from the European Social Fund (ESF), European Regional Development Fund (ERDF) and European Agricultural Fund for Rural Development (EAFRD).

", + "summary": "Applies to: England (see guidance for [Scotland](http://www.scotland.gov.uk/Topics/Business-Industry/support/17404), [Wales](http://wefo.wales.gov.uk/programmes/post2013/?skip=1&lang=en) and [Northern Ireland](https://www.finance-ni.gov.uk/articles/european-structural-and-investment-fund-programmes-northern-ireland))\n\n Apply to run projects backed by the European Structural and Investment Fund (ESIF). ESIF includes money from the European Social Fund (ESF), European Regional Development Fund (ERDF) and European Agricultural Fund for Rural Development (EAFRD).", "target_stack": "live", "taxons": [ "2894668d-0c21-491a-9069-a271e67f6025" diff --git a/lib/documents/schemas/export_health_certificates.json b/lib/documents/schemas/export_health_certificates.json index d0500ed99..5ab300967 100644 --- a/lib/documents/schemas/export_health_certificates.json +++ b/lib/documents/schemas/export_health_certificates.json @@ -1012,7 +1012,7 @@ "parent": "03f78404-e87c-4c2a-954b-f6ee9403efb8", "signup_content_id": "9a5260d2-07e7-45dc-a24a-791b02e4a9da", "subscription_list_title_prefix": "Export health certificates", - "summary": "

Find the export health certificate (EHC) and supporting documents you need to export a live animal or animal product like food and germplasm. The latest versions of the certificates are always here.

You must nominate an official vet or local authority inspector to sign the certificate. Find out more about getting an export health certificate.

If you cannot find the correct export health certificate, contact the Animal and Plant Health Agency (APHA).

", + "summary": "Find the export health certificate (EHC) and supporting documents you need to export a live animal or animal product like food and germplasm. The latest versions of the certificates are always here. \n\nYou must nominate an official vet or local authority inspector to sign the certificate. Find out more about [getting an export health certificate](https://www.gov.uk/guidance/get-an-export-health-certificate). \n\nIf you cannot find the correct export health certificate, [contact the Animal and Plant Health Agency (APHA)](https://www.gov.uk/guidance/get-an-export-health-certificate#if-you-need-help).", "target_stack": "live", "topics": [ "keeping-farmed-animals/animal-welfare" diff --git a/lib/documents/schemas/farming_grants.json b/lib/documents/schemas/farming_grants.json index de3832748..d6ed57d6c 100644 --- a/lib/documents/schemas/farming_grants.json +++ b/lib/documents/schemas/farming_grants.json @@ -209,6 +209,6 @@ "show_summaries": true, "signup_content_id": "2cd12e92-3b68-4cb1-bafe-fde6a7939afb", "subscription_list_title_prefix": "Funding for land or farms", - "summary": "

Find out about grants and funding for farmers and land managers in England. We will add more grants and funding as we develop this tool.

You can search for actions you can get paid for as part of the Sustainable Farming Incentive (SFI). The tool does not confirm your eligibility. Read the SFI guidance to check if you're eligible and how you can apply.

Search by keyword, action name or code if you know it. Use the filters to search by land types or areas of interest.

", + "summary": "Find out about grants and funding for farmers and land managers in England.
We will add more grants and funding as we develop this tool. \n\n$EYou can search for actions you can get paid for as part of the Sustainable Farming Incentive (SFI). The tool does not confirm your eligibility. [Read the SFI guidance to check if you're eligible and how you can apply](https://www.gov.uk/government/collections/sustainable-farming-incentive-guidance).$E \n\nSearch by keyword, action name or code if you know it. Use the filters to search by land types or areas of interest.", "target_stack": "live" } diff --git a/lib/documents/schemas/international_development_funds.json b/lib/documents/schemas/international_development_funds.json index 3add57a8d..daa44b5f4 100644 --- a/lib/documents/schemas/international_development_funds.json +++ b/lib/documents/schemas/international_development_funds.json @@ -1001,7 +1001,7 @@ "show_summaries": true, "signup_content_id": "f1a4e5b2-c8b3-40f2-acde-75061a45184d", "subscription_list_title_prefix": "International development funds", - "summary": "

The funding finder tool is to help potential applicants to view, sort and filter UK Official Development Assistance (ODA) funding opportunities, across all UK government departments.

Each funding call will include a high level overview and information on how to apply.

", + "summary": "The funding finder tool is to help potential applicants to view, sort and filter UK Official Development Assistance (ODA) funding opportunities, across all UK government departments. \n\nEach funding call will include a high level overview and information on how to apply.", "target_stack": "live", "taxons": [ "9fb30a53-70fb-4f1c-878b-0064b202d1ba" diff --git a/lib/documents/schemas/licence_transactions.json b/lib/documents/schemas/licence_transactions.json index 228a3a067..a8b12c6b0 100644 --- a/lib/documents/schemas/licence_transactions.json +++ b/lib/documents/schemas/licence_transactions.json @@ -281,6 +281,6 @@ "aa750cdf-7925-429d-a2b3-0d9fa47d2c48" ], "show_summaries": true, - "summary": "

You may need a licence, permit or certification for:

This may not include all the licences you need. It will be updated with more licences.

", + "summary": "You may need a licence, permit or certification for:\n\n* some business activities \n\n* other activities, such as street parties \n\n$EThis may not include all the licences you need. It will be updated with more licences.$E", "target_stack": "live" } diff --git a/lib/documents/schemas/life_saving_maritime_appliance_service_stations.json b/lib/documents/schemas/life_saving_maritime_appliance_service_stations.json index b66131537..7dc842036 100644 --- a/lib/documents/schemas/life_saving_maritime_appliance_service_stations.json +++ b/lib/documents/schemas/life_saving_maritime_appliance_service_stations.json @@ -392,6 +392,6 @@ "23a24aa8-1711-42b6-bf6b-47af0f230295" ], "show_summaries": false, - "summary": "

UK approved service stations for International Convention for the Safety of Life at Sea (SOLAS)-standard inflatable life-saving appliances (LSAs).

Vessel owners need to ensure that their LSA is serviced at an approved service station that:

See MGN 548 (M+F) Inflatable SOLAS certificated liferafts, lifejackets, marine evacuation systems and repair of inflated rescue boats for more information.

", + "summary": "UK approved service stations for International Convention for the Safety of Life at Sea (SOLAS)-standard inflatable life-saving appliances (LSAs). \n\nVessel owners need to ensure that their LSA is serviced at an approved service station that:\n\n* is authorised to service the particular product make or type \n\n* is accepted by the Maritime and Coastguard Agency (MCA) and complies with International Maritime Organization (IMO) Resolution A.761(18) to maintain proper servicing facilities \n\n* uses only properly trained personnel and has evidence of personnel authorisation certification \n\nSee [MGN 548 (M+F) Inflatable SOLAS certificated liferafts, lifejackets, marine evacuation systems and repair of inflated rescue boats](https://www.gov.uk/government/publications/mgn-548-mf-inflatable-solas-certificated-liferafts-lifejackets-marine-evacuation-systems-and-repair-of-inflated-rescue-boats) for more information.", "target_stack": "live" } diff --git a/lib/documents/schemas/marine_equipment_approved_recommendations.json b/lib/documents/schemas/marine_equipment_approved_recommendations.json index ab3cbefef..e6f0dca13 100644 --- a/lib/documents/schemas/marine_equipment_approved_recommendations.json +++ b/lib/documents/schemas/marine_equipment_approved_recommendations.json @@ -103,6 +103,6 @@ "show_summaries": true, "signup_content_id": "512a14c1-260a-4c4e-8de8-643eadf7905c", "subscription_list_title_prefix": "UK Approved Recommendations for marine equipment", - "summary": "

Find recommendations on how to interpret and apply the Merchant Shipping (Marine Equipment) Regulations 2016 as amended.

", + "summary": "Find recommendations on how to interpret and apply the Merchant Shipping (Marine Equipment) Regulations 2016 as amended.", "target_stack": "live" } diff --git a/lib/documents/schemas/marine_notices.json b/lib/documents/schemas/marine_notices.json index c0692b9b9..ed8f8e7a5 100644 --- a/lib/documents/schemas/marine_notices.json +++ b/lib/documents/schemas/marine_notices.json @@ -181,6 +181,6 @@ ], "signup_content_id": "21985d9f-8c84-4fa1-915c-2807eaa37dff", "subscription_list_title_prefix": "Marine notices", - "summary": "

Find marine notices issued by the Maritime and Coastguard Agency

", + "summary": "Find marine notices issued by the Maritime and Coastguard Agency", "target_stack": "draft" } diff --git a/lib/documents/schemas/protected_food_drink_names.json b/lib/documents/schemas/protected_food_drink_names.json index c2062377c..4cde488e2 100644 --- a/lib/documents/schemas/protected_food_drink_names.json +++ b/lib/documents/schemas/protected_food_drink_names.json @@ -1113,6 +1113,6 @@ "show_summaries": true, "signup_content_id": "cff7449e-4181-480f-93e4-91fecfb4c774", "subscription_list_title_prefix": "Protected geographical food and drink names", - "summary": "

Find protected food and drink names in the official GB registers published by Defra. Find out more about the UK’s protected food and drinks schemes.

", + "summary": "Find protected food and drink names in the official GB registers published by Defra. Find out more about the [UK’s protected food and drinks schemes](https://www.gov.uk/guidance/protected-geographical-food-and-drink-names-uk-gi-schemes).", "target_stack": "live" } diff --git a/lib/documents/schemas/research_for_development_outputs.json b/lib/documents/schemas/research_for_development_outputs.json index bd935a7ec..4a623e2dc 100644 --- a/lib/documents/schemas/research_for_development_outputs.json +++ b/lib/documents/schemas/research_for_development_outputs.json @@ -1003,7 +1003,7 @@ ], "signup_content_id": "fdcbada2-1ad4-4194-98dc-5f04a448316e", "subscription_list_title_prefix": "Research for Development output", - "summary": "

Research outputs published before 2 September 2020 were published by the Department for International Development (DFID)

", + "summary": "Research outputs published before 2 September 2020 were published by the Department for International Development (DFID)", "target_stack": "live", "taxons": [ "9fb30a53-70fb-4f1c-878b-0064b202d1ba" diff --git a/lib/documents/schemas/residential_property_tribunal_decisions.json b/lib/documents/schemas/residential_property_tribunal_decisions.json index 3c1ec62ca..6e2e4a9a8 100644 --- a/lib/documents/schemas/residential_property_tribunal_decisions.json +++ b/lib/documents/schemas/residential_property_tribunal_decisions.json @@ -375,7 +375,7 @@ "show_summaries": true, "signup_content_id": "8a6239e1-76cf-41a0-9295-0ae1182080d2", "subscription_list_title_prefix": "Residential property tribunal decisions", - "summary": "

Find decisions on Residential Property Tribunal cases in England from December 2018 onwards.

If the decision was about leasehold and was made before December 2018, visit Lease Advice. Other decisions made before December 2018 can be found on BAILII

", + "summary": "Find decisions on Residential Property Tribunal cases in England from December 2018 onwards. \n\nIf the decision was about leasehold and was made before December 2018, visit [Lease Advice](https://decisions.lease-advice.org/). Other decisions made before December 2018 can be found on [BAILII](https://www.bailii.org/recent-decisions.html).", "target_stack": "live", "taxons": [ "357110bb-cbc5-4708-9711-1b26e6c63e86" diff --git a/lib/documents/schemas/sfo_cases.json b/lib/documents/schemas/sfo_cases.json index 8f6ecdc36..44fe3e91a 100644 --- a/lib/documents/schemas/sfo_cases.json +++ b/lib/documents/schemas/sfo_cases.json @@ -55,6 +55,6 @@ "01007fd9-8351-4068-b90c-a9af8edaeb19" ], "show_summaries": true, - "summary": "

This case finder includes all ongoing Serious Fraud Office (SFO) prosecutions and investigations that are in the public domain. This does not include intelligence referrals, covert investigations or proceeds of crime cases.

For updates on the SFO’s proceeds of crime recovery, see this page.

", + "summary": "This case finder includes all ongoing Serious Fraud Office (SFO) prosecutions and investigations that are in the public domain. This does not include intelligence referrals, covert investigations or proceeds of crime cases. \n\nFor updates on the SFO’s proceeds of crime recovery, see [this page](https://www.gov.uk/government/publications/proceeds-of-crime).", "target_stack": "live" } diff --git a/lib/documents/schemas/statutory_instruments.json b/lib/documents/schemas/statutory_instruments.json index 517f0f59e..549925b34 100644 --- a/lib/documents/schemas/statutory_instruments.json +++ b/lib/documents/schemas/statutory_instruments.json @@ -147,7 +147,7 @@ }, "name": "EU Withdrawal Act 2018 statutory instruments", "organisations": [], - "summary": "

Find proposed negative statutory instruments (SIs) under the EU (Withdrawal) Act 2018.

Before the SIs are formally 'laid' in Parliament, they have to go through a sifting process. A new committee in the House of Commons and the Secondary Legislation Scrutiny Committee in the House of Lords will consider the suitability of the 'negative procedure'.

", + "summary": "Find proposed negative statutory instruments (SIs) under the EU (Withdrawal) Act 2018. \n\nBefore the SIs are formally 'laid' in Parliament, they have to go through a sifting process. A new committee in the House of Commons and the Secondary Legislation Scrutiny Committee in the House of Lords will consider the suitability of the [negative procedure](https://www.parliament.uk/about/how/laws/secondary-legislation/).", "target_stack": "live", "taxons": [ "d6c2de5d-ef90-45d1-82d4-5f2438369eea" diff --git a/lib/documents/schemas/tax_tribunal_decisions.json b/lib/documents/schemas/tax_tribunal_decisions.json index f2879f3b7..ca91ea905 100644 --- a/lib/documents/schemas/tax_tribunal_decisions.json +++ b/lib/documents/schemas/tax_tribunal_decisions.json @@ -85,7 +85,7 @@ "show_summaries": true, "signup_content_id": "ae5afec1-30d6-4997-bdf8-7de94d2dd910", "subscription_list_title_prefix": "Upper Tribunal (Tax and Chancery Chamber) decisions", - "summary": "

Find decisions on tax, financial services, pensions, charity and land registration appeals to the Upper Tribunal (Tax and Chancery Chamber).

", + "summary": "Find decisions on tax, financial services, pensions, charity and land registration appeals to the Upper Tribunal (Tax and Chancery Chamber).", "target_stack": "live", "taxons": [ "357110bb-cbc5-4708-9711-1b26e6c63e86" diff --git a/lib/documents/schemas/traffic_commissioner_regulatory_decisions.json b/lib/documents/schemas/traffic_commissioner_regulatory_decisions.json index d56123a16..26a5e590c 100644 --- a/lib/documents/schemas/traffic_commissioner_regulatory_decisions.json +++ b/lib/documents/schemas/traffic_commissioner_regulatory_decisions.json @@ -228,6 +228,6 @@ ], "signup_content_id": "b65c9331-5c34-4201-9c30-1ea64f03f49a", "subscription_list_title_prefix": "Traffic Commissioner regulatory decisions", - "summary": "

The regulatory decisions include whether to:

This page will also include details of when a decision is appealed, this will include:

UNDER APPEAL - The operator/transport manager has lodged an appeal with the Upper Tribunal.
STAY GRANTED PENDING APPEAL - An order has been made to stay the Commissioner’s decision until the outcome of the appeal.
APPEAL DETERMINED – SUCCESSFUL or APPEAL DETERMINED - DISMISSED - The decision was the subject of an appeal and a record of the Upper Tribunal’s decision can be found on its GOV.UK decisions page.

You can view the Upper Tribunal’s Decisions page here.

Decisions about the conduct of professional drivers can be found here.

For regulatory decisions about truck, bus and coach operator licences and safety standards before 2025 please check here.

", + "summary": "The regulatory decisions include whether to:\n\n* agree or deny grant of operator licences, \n\n* take action against licence holders. \n\nThis page will also include details of when a decision is appealed, this will include: \n\nUNDER APPEAL - The operator/transport manager has lodged an appeal with the Upper Tribunal.
STAY GRANTED PENDING APPEAL - An order has been made to stay the Commissioner’s decision until the outcome of the appeal.
APPEAL DETERMINED – SUCCESSFUL or APPEAL DETERMINED - DISMISSED - The decision was the subject of an appeal and a record of the Upper Tribunal’s decision can be found on its GOV.UK decisions page. \n\nYou can view the Upper Tribunal’s Decisions page [here](https://www.gov.uk/administrative-appeals-tribunal-decisions?tribunal_decision_categories%5B%5D=transport-traffic-commissioner-and-doe-ni-appeals). \n\nDecisions about the conduct of professional drivers can be found [here](https://www.gov.uk/government/publications/regulatory-decisions-made-about-the-conduct-of-professional-drivers). \n\nFor regulatory decisions about truck, bus and coach operator licences and safety standards before 2025 please check [here](https://www.gov.uk/government/collections/regulatory-decisions-for-truck-bus-and-coach-operators-licience-and-safety-standards).", "target_stack": "live" } diff --git a/lib/documents/schemas/utaac_decisions.json b/lib/documents/schemas/utaac_decisions.json index 05ed1bd61..e17562e20 100644 --- a/lib/documents/schemas/utaac_decisions.json +++ b/lib/documents/schemas/utaac_decisions.json @@ -2740,7 +2740,7 @@ "show_summaries": true, "signup_content_id": "13e59efa-6c0d-48e8-a0b9-092b62cdc912", "subscription_list_title_prefix": "Upper Tribunal Administrative Appeals Chamber decisions", - "summary": "

Find decisions on appeals to the Upper Tribunal (Administrative Appeals Chamber), including social security and child support appeals.

This includes decisions made from January 2016 onwards. You can also search our database of decisions made in 2015 or earlier.

", + "summary": "Find decisions on appeals to the Upper Tribunal (Administrative Appeals Chamber), including social security and child support appeals. \n\nThis includes decisions made from January 2016 onwards. You can also search our database of [decisions made in 2015 or earlier](https://administrativeappeals.decisions.tribunals.gov.uk).", "target_stack": "live", "taxons": [ "357110bb-cbc5-4708-9711-1b26e6c63e86" diff --git a/lib/documents/schemas/veterans_support_organisations.json b/lib/documents/schemas/veterans_support_organisations.json index 77667c543..03ccc57e7 100644 --- a/lib/documents/schemas/veterans_support_organisations.json +++ b/lib/documents/schemas/veterans_support_organisations.json @@ -378,6 +378,6 @@ "141d388e-d4a0-4774-9767-5a8ba7aedb4e" ], "show_summaries": true, - "summary": "

This directory lists organisations that provide support to veterans of the UK armed forces and their families.

You can filter results by location and select as many areas of support as you need.

This should not be taken as an exhaustive list of all services on offer to veterans and their families in the UK.

The government is not liable for any services that fail to meet an individual's requirements or standards. The inclusion of these organisations or services should not be taken as endorsement by the Office for Veterans’ Affairs.

Talk to an adviser

The Veterans’ Gateway helpline can provide information and referral support by telephone.

Phone: 0808 802 1212
Monday to Sunday, 8am to 8pm

", + "summary": "This directory lists organisations that provide support to veterans of the UK armed forces and their families. \n\nYou can filter results by location and select as many areas of support as you need. \n\nThis should not be taken as an exhaustive list of all services on offer to veterans and their families in the UK. \n\nThe government is not liable for any services that fail to meet an individual's requirements or standards. \n\nThe inclusion of these organisations or services should not be taken as endorsement by the Office for Veterans’ Affairs.\n\n$E ##Talk to an adviser \n\nThe Veterans’ Gateway helpline can provide information and referral support by telephone. \n\nPhone: 0808 802 1212
Monday to Sunday, 8am to 8pm $E", "target_stack": "live" }