diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/ca/web/reference | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/ca/web/reference')
-rw-r--r-- | files/ca/web/reference/api/index.html | 65 | ||||
-rw-r--r-- | files/ca/web/reference/index.html | 27 |
2 files changed, 0 insertions, 92 deletions
diff --git a/files/ca/web/reference/api/index.html b/files/ca/web/reference/api/index.html deleted file mode 100644 index 68a12909a3..0000000000 --- a/files/ca/web/reference/api/index.html +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Web API reference -slug: Web/Reference/API -tags: - - API - - Landing - - Reference - - Web - - web design -translation_of: Web/Reference/API ---- -<p>La Web ofereix una àmplia gamma d'APIs per realitzar diverses tasques útils. Es pot accedir a ells mitjançant el codi de Javascript, i et permeten fer qualsevol cosa, des de fer ajustos menors a qualsevol {{domxref("window")}} or{{domxref("element")}}, per generar gràfics intricats i efectes d'àudio a través de API com <span class="seoSummary"><a href="https://developer.mozilla.org/en-US/docs/Web/WebGL">WebGL</a></span> i <span class="seoSummary"><a href="https://developer.mozilla.org/en-US/docs/Web_Audio_API">Web Audio</a>.</span></p> - -<p>Cada interfície individual a través de totes les APIs està llistada en l' <a href="https://developer.mozilla.org/en-US/docs/Web/API">index.</a></p> - -<p><span id="result_box" lang="ca"><span>També</span> <span>hi ha una</span> <a href="https://developer.mozilla.org/en-US/docs/Web/Reference/Events">llista de tots els esdeveniments disponibles</a> <span>en la referència</span> <span>d'esdeveniment.</span></span></p> - -<div class="cleared topicpage-table"> -<div class="section"> -<dl> - <dt><a href="/en-US/docs/DOM">Document Object Model</a></dt> - <dd>El DOM és una API que permet l'accés i la modificació del document actual. Permet la manipulació del document {{domxref("Node")}} i {{domxref("Element")}}. HTML, XML i SVG s'han ampliat per manipular els seus elements específics.</dd> - <dt>APIs Dispositius</dt> - <dd>Aquest conjunt d'APIs permet l'accés a diverses característiques de hardware disponibles a les pàgines web i aplicacions. E.g. <a href="/en-US/docs/WebAPI/Using_Light_Events">Ambient Light Sensor API</a>, <a href="/en-US/docs/WebAPI/Battery_Status" title="WebAPI/Battery_Status">Battery Status API</a>, <a href="/en-US/docs/Using_geolocation" title="Using_geolocation">Geolocation API</a>, <a href="/en-US/docs/WebAPI/Pointer_Lock" title="API/Pointer_Lock_API">Pointer Lock API</a>, <a href="/en-US/docs/WebAPI/Proximity" title="WebAPI/Proximity">Proximity API</a>, <a href="/en-US/docs/WebAPI/Detecting_device_orientation" title="WebAPI/Detecting_device_orientation">Device Orientation API</a>, <a href="/en-US/docs/WebAPI/Managing_screen_orientation" title="WebAPI/Detecting_device_orientation">Screen Orientation API</a>, <a href="/en-US/docs/WebAPI/Vibration" title="WebAPI/WebBluetooth">Vibration API</a>.</dd> - <dt>APIs Comunicacions</dt> - <dd>Aquestes APIs permeten a les pàgines web i a les aplicacions que es comuniquen amb altres pàgines o dispositius. E.g. <a href="/en-US/docs/WebAPI/Network_Information" title="WebAPI/Network_Information">Network Information API</a>, <a href="/en-US/docs/WebAPI/Using_Web_Notifications" title="/en-US/docs/WebAPI/Using_Web_Notifications">Web Notifications</a>, <a href="/en-US/docs/WebAPI/Simple_Push" title="WebAPI/Push_Notifications">Simple Push API</a>.</dd> - <dt id="Data_management_APIs">APIs Gestió de dades</dt> - <dd>Les dades d'usuari poden ser emmagatzemades i administrades usant aquest conjunt d'APIs. E.g. <a href="/en-US/docs/WebAPI/FileHandle_API" title="WebAPI/FileHandle_API">FileHandle API</a>, <a href="/en-US/docs/IndexedDB" title="IndexedDB">IndexedDB</a>.</dd> -</dl> - -<p>A més d'aquestes APIs que estan disponibles a qualsevol lloc web o aplicació, un conjunt d'APIs més potents de Mozilla estan disponibles per a aplicacions amb privilegis i certificats.</p> - -<dl> - <dt>APIs Privilegis</dt> - <dd>Una aplicació privilegiada és una aplicació instal·lada que s'ha atorgat drets específics per part de l'usuari. APIs privilegiats inclosos: <a href="/en-US/docs/WebAPI/TCP_Socket" title="WebAPI/TCP_Socket">TCP Socket API</a>, <a href="/en-US/docs/WebAPI/Contacts" title="WebAPI/Contacts">Contacts API</a>, <a href="/en-US/docs/WebAPI/Device_Storage_API" title="WebAPI/Device_Storage_API">Device Storage API</a>, <a href="/en-US/docs/DOM/Using_the_Browser_API" title="DOM/Using_the_Browser_API">Browser API</a>, <a href="/en-US/docs/WebAPI/Camera" title="WebAPI/Camera">Camera API</a>.</dd> - <dt>APIs Certificats</dt> - <dd>Una aplicació certificada és una aplicació de baix nivell que realitza operacions crítiques en un sistema operatiu com el sistema Firefox OS. Les aplicacions menys privilegiades interactuan amb aquestes aplicacions utilitzant Web Activities. Certificats API inclosos:<a href="/en-US/docs/WebAPI/WebBluetooth" title="WebAPI/WebBluetooth"> Bluetooth API</a>, <a href="/en-US/docs/WebAPI/Mobile_Connection" title="WebAPI/Mobile_Connection">Mobile Connection API</a>, <a href="/en-US/docs/WebAPI/Network_Stats" title="WebAPI/Network_Stats">Network Stats API</a>, <a href="/en-US/docs/WebAPI/WebTelephony" title="WebAPI/WebTelephony">Telephony</a>, <a href="/en-US/docs/WebAPI/WebSMS" title="WebAPI/WebSMS">WebSMS</a>, <a href="/en-US/docs/WebAPI/WiFi_Information" title="WebAPI/WiFi_Information">WiFi Information API</a>, <a href="/en-US/docs/WebAPI/Power_Management" title="WebAPI/Power_Management">Power Management API</a>, <a href="/en-US/docs/WebAPI/Settings" title="WebAPI/Settings">Settings API</a>, <a href="/en-US/docs/WebAPI/Idle" title="WebAPI/Device_Storage_API">Idle API</a>, <a href="/en-US/docs/WebAPI/Permissions" title="WebAPI/Permissions">Permissions API</a>, <a href="/en-US/docs/WebAPI/Time_and_Clock" title="WebAPI/Time_and_Clock">Time/Clock API</a>.</dd> -</dl> -</div> - -<div class="section"> -<h2 class="Community" id="Comunitat">Comunitat</h2> - -<p>Uneix-te a la comunitat de la Web API en la nostra llista de correu o grup de notícies:</p> - -<ul> - <li><a class="external" href="https://lists.mozilla.org/listinfo/dev-webapi">llista de correu</a></li> - <li><a href="news://news.mozilla.org/mozilla.dev.webapi">grup de notícies</a></li> - <li><a class="external" href="http://groups.google.com/group/mozilla.dev.webapi">Google Group</a></li> - <li><a class="external" href="http://groups.google.com/group/mozilla.dev.webapi/feeds">Web feed</a></li> -</ul> - -<p>També, assegura't d'unir-te al debat en directe al canal <a href="irc://irc.mozilla.org/webapi">#webapi</a> en el <a class="external" href="https://wiki.mozilla.org/IRC">IRC</a>.</p> - -<h2 class="Related_Topics" id="Temes_relacionats"><span class="short_text" id="result_box" lang="ca"><span>Temes</span> <span>relacionats</span></span></h2> - -<p><span class="short_text" id="result_box" lang="ca"><span>Aquests temes</span> <span>també</span> <span>poden</span> <span>ser d'interès</span><span>:</span></span></p> - -<ul> - <li><a href="https://developer.mozilla.org/en-US/docs/Web/API">Índex de tots els interfícies Web API.</a></li> -</ul> -</div> -</div> - -<p> </p> diff --git a/files/ca/web/reference/index.html b/files/ca/web/reference/index.html deleted file mode 100644 index 76d452efd8..0000000000 --- a/files/ca/web/reference/index.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Referència de tecnologies web -slug: Web/Reference -tags: - - Landing - - Reference - - Web -translation_of: Web/Reference ---- -<p>{{draft()}}<br> - El Web oberta es construeix a partir d'una sèrie de tecnologies que requereixen un coneixement adequat per tal d'utilitzar-los. A continuació trobareu els enllaços al nostre material de referència per a cada un d'ells.</p> - -<h2 class="Documentation" id="Tecnologies_Web"><span class="short_text" id="result_box" lang="ca"><span>Tecnologies Web</span></span></h2> - -<p>És recomanable que ja t'iniciïs a la web, però, no és absolutament necessari.</p> - -<dl> - <dt><strong><a href="/en-US/docs/Glossary/HTML">HTML</a></strong> — <span class="short_text" id="result_box" lang="ca"><span>estructuració de la</span> <span>Web</span></span></dt> - <dd><span id="result_box" lang="ca"><span>El <strong>llenguatge</strong></span><strong> <span>de marcat</span> <span>d'hipertext</span></strong> <span>s'utilitza per definir</span> <span>i</span> <span>descriure el</span> <span>contingut</span> <span>semàntic</span> </span> (<a href="/en-US/docs/Glossary/markup">markup</a>) <span id="result_box" lang="ca"><span>d'una</span> <span>pàgina</span> <span>web</span> <span>en un format</span> <span>ben estructurat.</span></span><br> - HTML proporciona un mitjà per crear documents estructurats, formats per blocs anomenats <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element">elements HTML</a> que estan delineats per les <a href="https://developer.mozilla.org/en-US/docs/Glossary/Tag">etiquetes</a>, escrites usant parèntesis angulars: alguns introdueixen continguts a la pàgina directament, altres proporcionen informació sobre el text del document i poden incloure altres etiquetes com sub-elements . Òbviament, els navegadors no les mostrens, ja que s'utilitzen per interpretar el contingut de la pàgina.<br> - <br> - <a href="/en-US/Learn/HTML/Introduction_to_HTML">Introducció a HTML</a> | <a href="/en-US/Learn/HTML">Aprendre HTML</a> | <a href="/en-US/docs/Web/Guide/HTML/HTML5">HTML5</a> | <a href="/en-US/docs/Web/Guide/HTML">Guia del desenvolupador</a> | <a href="/en-US/docs/Web/HTML/Element">Element de referència</a> | <strong><a href="/en-US/docs/Web/HTML/Reference">referència</a></strong></dd> - <dt><strong><a href="/en-US/docs/Glossary/CSS">CSS</a></strong> — estil del Web</dt> - <dd>Les <strong>fulles d'estil en cascada</strong> s'utilitzen per descriure l'aparença del contingut Web.<br> - <br> - <a href="/en-US/Learn/CSS/Introduction_to_CSS">Introducció a CSS</a> | <a href="/en-US/docs/Web/Guide/CSS/Getting_started">Primers passos amb CSS</a> | <a href="/en-US/Learn/CSS">Aprendre CSS</a> | <a href="/en-US/docs/Web/CSS/CSS3">CSS3 </a>| <a href="/en-US/docs/Web/Guide/CSS">Guia del desenvolupador</a> | <a href="/en-US/docs/Web/CSS/Common_CSS_Questions">Preguntes comunes de CSS</a> | <strong><a href="/en-US/docs/Web/CSS/Reference">referència</a></strong></dd> -</dl> |