<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Internet</title><link>https://sourceforge.net/p/blokes/wiki/Internet/</link><description>Recent changes to Internet</description><atom:link href="https://sourceforge.net/p/blokes/wiki/Internet/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 16 Mar 2026 17:57:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/blokes/wiki/Internet/feed" rel="self" type="application/rss+xml"/><item><title>Internet modified by Juan Luis Bermúdez Otero</title><link>https://sourceforge.net/p/blokes/wiki/Internet/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;= Internet =&lt;/p&gt;
&lt;p&gt;== Español ==&lt;/p&gt;
&lt;p&gt;'''Internet''' es una extensión que permite abrir enlaces web, realizar búsquedas en Internet, preparar direcciones para usar en URLs y comprobar si una dirección tiene un formato válido. Está pensada para proyectos que necesiten interactuar con páginas web o generar enlaces de forma sencilla.&lt;/p&gt;
&lt;p&gt;=== Funciones principales ===&lt;/p&gt;
&lt;p&gt;Esta extensión permite:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;abrir una URL en la ventana actual&lt;/li&gt;
&lt;li&gt;abrir una URL en una pestaña nueva&lt;/li&gt;
&lt;li&gt;abrir una búsqueda web a partir de un texto&lt;/li&gt;
&lt;li&gt;abrir un enlace de correo electrónico&lt;/li&gt;
&lt;li&gt;codificar texto para usarlo dentro de una URL&lt;/li&gt;
&lt;li&gt;decodificar texto codificado en formato URL&lt;/li&gt;
&lt;li&gt;comprobar si una URL es válida&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;=== Funcionamiento ===&lt;/p&gt;
&lt;p&gt;La extensión actúa usando las funciones del navegador para abrir direcciones web o enlaces especiales.&lt;/p&gt;
&lt;p&gt;Los bloques de apertura permiten:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;cargar una dirección web en la ventana actual&lt;/li&gt;
&lt;li&gt;abrir una dirección web en una nueva pestaña&lt;/li&gt;
&lt;li&gt;lanzar una búsqueda en Google con el texto indicado&lt;/li&gt;
&lt;li&gt;abrir el cliente de correo predeterminado mediante un enlace ''mailto''&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Además, incluye bloques de transformación de texto para preparar cadenas que van a formar parte de una URL, así como un bloque de validación para comprobar si una dirección tiene un formato correcto.&lt;/p&gt;
&lt;p&gt;=== Bloques principales ===&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;'''abrir URL &lt;span&gt;[URL]&lt;/span&gt;''': abre la dirección indicada en la ventana actual&lt;/li&gt;
&lt;li&gt;'''abrir URL &lt;span&gt;[URL]&lt;/span&gt; en nueva pestaña''': abre la dirección en otra pestaña&lt;/li&gt;
&lt;li&gt;'''abrir búsqueda web de &lt;span&gt;[TEXT]&lt;/span&gt;''': realiza una búsqueda en Google con el texto dado&lt;/li&gt;
&lt;li&gt;'''abrir correo a &lt;span&gt;[EMAIL]&lt;/span&gt;''': abre un enlace de correo para la dirección indicada&lt;/li&gt;
&lt;li&gt;'''codificar URL &lt;span&gt;[TEXT]&lt;/span&gt;''': convierte el texto a un formato seguro para URLs&lt;/li&gt;
&lt;li&gt;'''decodificar URL &lt;span&gt;[TEXT]&lt;/span&gt;''': recupera el texto original desde una cadena codificada&lt;/li&gt;
&lt;li&gt;'''¿es válida la URL &lt;span&gt;[URL]&lt;/span&gt;?''': devuelve si la dirección tiene un formato válido&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;=== Usos habituales ===&lt;/p&gt;
&lt;p&gt;Internet resulta útil para:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;abrir páginas web desde un proyecto&lt;/li&gt;
&lt;li&gt;enviar al usuario a una documentación o recurso externo&lt;/li&gt;
&lt;li&gt;lanzar búsquedas rápidas desde la interfaz del proyecto&lt;/li&gt;
&lt;li&gt;preparar textos para añadirlos a enlaces&lt;/li&gt;
&lt;li&gt;validar direcciones antes de abrirlas&lt;/li&gt;
&lt;li&gt;crear botones que abran correo electrónico&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;=== Ejemplo ===&lt;/p&gt;
&lt;p&gt;Un proyecto puede:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;usar '''abrir URL''' para llevar al usuario a la web oficial de BloKes&lt;/li&gt;
&lt;li&gt;usar '''abrir URL en nueva pestaña''' para no abandonar la página actual&lt;/li&gt;
&lt;li&gt;usar '''abrir búsqueda web de''' para buscar automáticamente un término escrito por el usuario&lt;/li&gt;
&lt;li&gt;usar '''codificar URL''' antes de construir una dirección con texto variable&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Por ejemplo, si el usuario escribe ''hola mundo'', el proyecto puede codificarlo y obtener ''hola%20mundo'' para incluirlo dentro de una URL.&lt;/p&gt;
&lt;p&gt;=== Notas ===&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;El bloque de búsqueda web utiliza Google como buscador.&lt;/li&gt;
&lt;li&gt;El bloque de correo abre un enlace del tipo ''mailto:'' con la dirección indicada.&lt;/li&gt;
&lt;li&gt;El bloque de validación comprueba si la URL puede interpretarse correctamente como una dirección web.&lt;/li&gt;
&lt;li&gt;Si la decodificación falla porque el texto no está correctamente codificado, el bloque devuelve texto vacío.&lt;/li&gt;
&lt;li&gt;Esta extensión está pensada para abrir enlaces y preparar texto relacionado con URLs dentro del proyecto.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;== English ==&lt;/p&gt;
&lt;p&gt;'''Internet''' is an extension that allows you to open web links, perform Internet searches, prepare addresses for use in URLs, and check whether an address has a valid format. It is designed for projects that need to interact with web pages or generate links easily.&lt;/p&gt;
&lt;p&gt;=== Main features ===&lt;/p&gt;
&lt;p&gt;This extension allows you to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;open a URL in the current window&lt;/li&gt;
&lt;li&gt;open a URL in a new tab&lt;/li&gt;
&lt;li&gt;open a web search from a text string&lt;/li&gt;
&lt;li&gt;open an email link&lt;/li&gt;
&lt;li&gt;encode text for use inside a URL&lt;/li&gt;
&lt;li&gt;decode text encoded in URL format&lt;/li&gt;
&lt;li&gt;check whether a URL is valid&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;=== How it works ===&lt;/p&gt;
&lt;p&gt;The extension uses browser functions to open web addresses or special links.&lt;/p&gt;
&lt;p&gt;The opening blocks allow you to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;load a web address in the current window&lt;/li&gt;
&lt;li&gt;open a web address in a new tab&lt;/li&gt;
&lt;li&gt;launch a Google search with the given text&lt;/li&gt;
&lt;li&gt;open the default email client through a ''mailto'' link&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It also includes text transformation blocks to prepare strings that will become part of a URL, along with a validation block to check whether an address has a correct format.&lt;/p&gt;
&lt;p&gt;=== Main blocks ===&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;'''open URL &lt;span&gt;[URL]&lt;/span&gt;''': opens the given address in the current window&lt;/li&gt;
&lt;li&gt;'''open URL &lt;span&gt;[URL]&lt;/span&gt; in new tab''': opens the address in another tab&lt;/li&gt;
&lt;li&gt;'''open web search for &lt;span&gt;[TEXT]&lt;/span&gt;''': performs a Google search using the given text&lt;/li&gt;
&lt;li&gt;'''open email to &lt;span&gt;[EMAIL]&lt;/span&gt;''': opens an email link for the given address&lt;/li&gt;
&lt;li&gt;'''encode URL &lt;span&gt;[TEXT]&lt;/span&gt;''': converts the text to a URL-safe format&lt;/li&gt;
&lt;li&gt;'''decode URL &lt;span&gt;[TEXT]&lt;/span&gt;''': restores the original text from an encoded string&lt;/li&gt;
&lt;li&gt;'''is URL &lt;span&gt;[URL]&lt;/span&gt; valid?''': reports whether the address has a valid format&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;=== Common uses ===&lt;/p&gt;
&lt;p&gt;Internet is useful for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;opening web pages from a project&lt;/li&gt;
&lt;li&gt;sending the user to documentation or an external resource&lt;/li&gt;
&lt;li&gt;launching quick searches from the project interface&lt;/li&gt;
&lt;li&gt;preparing text to include in links&lt;/li&gt;
&lt;li&gt;validating addresses before opening them&lt;/li&gt;
&lt;li&gt;creating buttons that open email links&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;=== Example ===&lt;/p&gt;
&lt;p&gt;A project can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;use '''open URL''' to take the user to the official BloKes website&lt;/li&gt;
&lt;li&gt;use '''open URL in new tab''' to avoid leaving the current page&lt;/li&gt;
&lt;li&gt;use '''open web search for''' to automatically search for a term typed by the user&lt;/li&gt;
&lt;li&gt;use '''encode URL''' before building an address with variable text&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For example, if the user types ''hello world'', the project can encode it and get ''hello%20world'' to include it inside a URL.&lt;/p&gt;
&lt;p&gt;=== Notes ===&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The web search block uses Google as the search engine.&lt;/li&gt;
&lt;li&gt;The email block opens a ''mailto:'' link with the given address.&lt;/li&gt;
&lt;li&gt;The validation block checks whether the URL can be correctly interpreted as a web address.&lt;/li&gt;
&lt;li&gt;If decoding fails because the text is not properly encoded, the block returns an empty string.&lt;/li&gt;
&lt;li&gt;This extension is designed to open links and prepare URL-related text inside the project.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Juan Luis Bermúdez Otero</dc:creator><pubDate>Mon, 16 Mar 2026 17:57:32 -0000</pubDate><guid>https://sourceforge.net19ec80657feacc9806f4a105d0388bd713bca531</guid></item></channel></rss>