Custom Query (1138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 1138)

Ticket Resolution Summary Owner Reporter
#2344 fixed gmt packages osgeolive@… cvvergara
Description

On the documentation:

https://raw.githubusercontent.com/OSGeo/OSGeoLive-doc/master/doc/quickstart/gmt_quickstart.rst

Things to try
=============

Look at some of the examples found in: `/usr/share/doc/gmt/examples <../../gmt/examples/>`_

.. packages:
  gmt-doc (and -pdf)
  gmt-coast-low
  gmt-examples
  gmt-tutorial (and -pdf)

None of those packages mentioned (as comment) are installed and therefore the examples & tutorial are not there.

2 possible solutions:

  1. Install all those packages on OSGeoLive
  2. Use links from gmt homepage on OSGeoLive-doc and mention that those packages need to be installed.

For the moment I will solve on OSGeoLive-doc as the internal link is giving problems.

#2345 fixed Transifex changes osgeolive@… cvvergara
Description

Transifex has made many changes

  • transifex.yml file is required with more or less the following contents
git:
  filters:
    - filter_type: dir
      file_format: PO
      source_file_extension: po
      source_language: en
      source_file_dir: locale/en/LC_MESSAGES
      # path expression to translation files, must contain <lang> placeholder
      translation_files_expression: 'locale/<lang>/LC_MESSAGES'
  • the tx python client is deprecated and the new one is in go language.

This client is used to pull the translations. So the person doing the task of pulling the translations need to install the new tx client.

  • the tx/config needs to be updated for the new tx client
  • Wiki documentation of how to download translations and building the translated language to check for sphinx errors is needed
#2346 fixed Link problems osgeolive@… cvvergara
Description

All the following problems were found on march 17, 2022 Marked as TODO on doc/conf.py Here is the summary of problems (as in conf.py)

        # link changed name to https://geops.ch                                                                         
        # mostly used on the contibutors list.                                                                          
        # TODO need to verify the change is correct                                                                     
        r'https://geops.de',                                                                                            
                                                                                                                        
        # The project you're trying to access has been archived.                                                        
        # TODO Verify what happened to gmt because its for gmt_overview and gmt_quickstart                              
        r'https://gmt.soest.hawaii.edu',                                                                                
                                                                                                                        
        # TODO verify what happened to the archive                                                                      
        r'https://live.osgeo.org/archive',                                                                              
                                                                                                                        
        # currently SSL_ERROR_BAD_CERT_DOMAIN                                                                           
        # TODO remove this line when the CERT is fixed                                                                  
        r'https://www.rspatial.org',                                                                                    
                                                                                                                        
        # Leaflet moved the documentation temporarly due to the Ucrania situation                                       
        # TODO hope for the war to be over and remove this line                                                         
        r'https://leafletjs.com',                                                                                       
                                                                                                                        
                                                        
                                                                                                                        
        # Link does not exist anymore                                                                                   
        # Used in overview/liblas_overview                                                                              
        # TODO remove link from documentation                                                                           
        'https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities.html',     
                                                                                                                        
        # Link changed locations                                                                                        
        # TODO change to https://saga-gis.sourceforge.io                                                                
        r'http://www.saga-gis.org',                                                                                     
        # TODO change to https://52north.org/research/scope/geospatial-sensing/                                         
        'https://52north.org/research/research-labs/sensor-web/',                                                       
        # TODO change to https://cesium.com/learn/                                                                      
        'https://cesium.com/docs',                                                                                      
        # TODO change to https://github.com/geoext/geoext                                                               
        r'https://github.com/geoext/geoext3',                                                                           
        # TODO change to https://inspire.ec.europa.eu/validator/home/index.html                                         
        'https://inspire.ec.europa.eu/validator/about/', 
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.