diff --git a/scripts/generate_pages.py b/scripts/generate_pages.py index 2dde6a6..6b49f46 100644 --- a/scripts/generate_pages.py +++ b/scripts/generate_pages.py @@ -82,16 +82,11 @@ def clean_date(x): with open(os.path.join(output_dir, "index.html"), "w") as f: f.write(header_template.format(title="UNLOCODE Directory")) f.write("

UNLOCODE Directory

") - f.write("

The United Nations Code for Trade and Transport Locations is commonly more known as UN/LOCODE. Although managed and maintained by the UNECE, it is the product of a wide collaboration in the framework of the joint trade facilitation effort undertaken within the United Nations.

") - f.write("

Initiated within the UNECE Working Party on Trade Facilitation, UN/LOCODE is based on a code structure set up by UN/ECLAC and a list of locations originating in UN/ESCAP, developed in UNCTAD in co-operation with transport organisations like IATA and the ICS and with active contributions from national governments and commercial bodies. Its first issue in 1981 provided codes to represent the names of some 8.000 locations in the world.

") - f.write("

Currently, UN/LOCODE includes over 103,034 locations in 249 countries and territories. It is used by most major shipping companies, by freight forwarders and in the manufacturing industry around the world. It is also applied by national governments and in trade related activities, such as statistics where it is used by the European Union, by the UPU for certain postal services, etc

") - # Add the hyperlink for UNECE Recommendation No. 16 at the end + f.write("

The United Nations Code for Trade and Transport Locations is commonly more known as UN/LOCODE...

") f.write('

If you are interested in the full text of the formal basis for UN/LOCODE, this can be consulted at ') - f.write( - 'UNECE Recommendation No. 16.

') - f.write("The cut-off dates of UN/LOCODE releases are 31 March and 30 September.") + f.write('UNECE Recommendation No. 16.

') - f.write("The 2024-1 release of UN/LOCODE") + f.write("

The 2024-1 release of UN/LOCODE

") f.write("") - f.write(footer_template) # Footer for the UNLOCODE directory page \ No newline at end of file + f.write(footer_template) \ No newline at end of file