|
22 | 22 | <meta charset="UTF-8"> |
23 | 23 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
24 | 24 | <title>MediaWiki Code2Code Search | Semantic Neural Retrieval</title> |
| 25 | + <meta name="description" |
| 26 | + content="AI-powered semantic search for MediaWiki source code. Find functions, types, and templates across the entire MediaWiki ecosystem using neural retrieval."> |
| 27 | + <meta name="keywords" |
| 28 | + content="MediaWiki, code search, semantic search, AI, neural retrieval, SWH, Software Heritage, open source, Wikipedia"> |
| 29 | + <meta name="author" content="Francesco Tosoni"> |
| 30 | + |
| 31 | + <!-- Open Graph --> |
| 32 | + <meta property="og:type" content="website"> |
| 33 | + <meta property="og:url" content="https://code2codesearch.toolforge.org/"> |
| 34 | + <meta property="og:title" content="MediaWiki Code2Code Search | Semantic Neural Retrieval"> |
| 35 | + <meta property="og:description" |
| 36 | + content="Advanced AI-powered semantic search for MediaWiki source code. Search by meaning, not just keywords."> |
| 37 | + <meta property="og:image" content="https://code2codesearch.toolforge.org/icon.png"> |
| 38 | + |
| 39 | + <link rel="canonical" href="https://code2codesearch.toolforge.org/"> |
25 | 40 | <link rel="icon" |
26 | 41 | href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌌</text></svg>"> |
27 | | - |
| 42 | + |
| 43 | + <script type="application/ld+json"> |
| 44 | + { |
| 45 | + "@context": "https://schema.org", |
| 46 | + "@type": "SoftwareApplication", |
| 47 | + "name": "MediaWiki Code2Code Search", |
| 48 | + "applicationCategory": "DeveloperApplication", |
| 49 | + "operatingSystem": "All", |
| 50 | + "offers": { |
| 51 | + "@type": "Offer", |
| 52 | + "price": "0", |
| 53 | + "priceCurrency": "USD" |
| 54 | + }, |
| 55 | + "description": "AI-powered semantic search for MediaWiki source code. Find functions, types, and templates across the entire MediaWiki ecosystem using neural retrieval.", |
| 56 | + "author": { |
| 57 | + "@type": "Person", |
| 58 | + "name": "Francesco Tosoni" |
| 59 | + } |
| 60 | + } |
| 61 | + </script> |
| 62 | + |
28 | 63 | <!-- React & Babel (Toolforge Mirror) --> |
29 | 64 | <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/react/18.3.1/umd/react.production.min.js"></script> |
30 | | - <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/react-dom/18.3.1/umd/react-dom.production.min.js"></script> |
| 65 | + <script |
| 66 | + src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/react-dom/18.3.1/umd/react-dom.production.min.js"></script> |
31 | 67 | <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/babel-standalone/7.28.4/babel.min.js"></script> |
32 | | - |
| 68 | + |
33 | 69 | <!-- Three.js (Toolforge Mirror) --> |
34 | 70 | <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/three.js/r128/three.min.js"></script> |
35 | | - |
| 71 | + |
36 | 72 | <!-- Toolforge Font CDN: Ubuntu & JetBrains Mono for open-source compliance & premium look --> |
37 | | - <link href='https://tools-static.wmflabs.org/fontcdn/css?family=Ubuntu|JetBrains+Mono' rel='stylesheet' type='text/css'> |
38 | | - |
| 73 | + <link href='https://tools-static.wmflabs.org/fontcdn/css?family=Ubuntu|JetBrains+Mono' rel='stylesheet' |
| 74 | + type='text/css'> |
| 75 | + |
39 | 76 | <!-- External Styles --> |
40 | 77 | <link rel="stylesheet" href="css/style.css"> |
41 | 78 | </head> |
|
0 commit comments