hub2wp-repo-public/public/about.html
2025-02-14 03:33:21 +01:00

49 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="hub2wp Plugin Repo">
<meta property="og:description" content="hub2wp is a free and open, GitHub-based plugin repository.">
<meta property="og:image" content="https://hub2wp.com/img/hub2wp-og.png">
<title>About | hub2wp Plugin Repo</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2/dist/tailwind.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="bg-gray-100">
<div id="header"></div>
<main class="container mx-auto py-8 px-4 max-w-4xl">
<h1 class="text-3xl font-bold mb-8 text-gray-800">About hub2wp</h1>
<p class="text-lg mb-2 leading-relaxed text-gray-700">
hub2wp is a free and open, GitHub-based plugin repository that makes it easy to discover and install <strong>WordPress plugins hosted on GitHub</strong>. It is a bridge between the WordPress plugin ecosystem and the vast world of GitHub repositories.
</p>
<p class="text-lg mb-8 leading-relaxed text-gray-700">
It works by scanning public GitHub repositories that have the <code class="bg-gray-200 px-1 py-0.5 rounded">wordpress-plugin</code> topic. It is a read-only service, and no code is hosted on hub2wp. All plugin details are retrieved directly from GitHub.
</p>
<p class="mb-4 text-gray-700">h2wp consists of two parts:</p>
<ul class="list-disc ml-6 mb-6 space-y-2 text-gray-700">
<li><a href="/plugin?id=903597688" target="_new" class="text-blue-500 hover:text-blue-500"><strong>hub2wp Plugin</strong></a>: A WordPress plugin that allows you to <strong>discover, install, and update GitHub-hosted plugins</strong> directly from your WordPress dashboard.</li>
<li><a href="/" class="text-blue-500 hover:text-blue-500"><strong>hub2wp Repo</strong></a>: This website, where you can <strong>browse, search, and explore WordPress plugins</strong> that are hosted on GitHub.</li>
</ul>
<div class="border-b border-gray-400 my-8"></div>
<h3 class="text-2xl font-bold mt-8 mb-4 text-gray-800">Requirements for a Plugin to Appear in hub2wp Repo</h3>
<p class="mb-4 text-gray-700">To be listed in hub2wp, a plugin must:</p>
<div class="bg-gray-50 p-4 rounded-lg mb-4">
<div class="space-y-2 text-gray-700">
<span class="block"><span class="mr-1"></span> Be <strong>hosted on GitHub</strong> as a public repository.</span>
<span class="block"><span class="mr-1"></span> Have the topic <strong><code class="bg-gray-200 px-1 py-0.5 rounded">wordpress-plugin</code></strong> added to the repository.</span>
<span class="block"><span class="mr-1"></span> Have a <code class="bg-gray-200 px-1 py-0.5 rounded">readme.txt</code> or a <code class="bg-gray-200 px-1 py-0.5 rounded">README.md</code> in the root directory and include a <code class="bg-gray-200 px-1 py-0.5 rounded">Stable tag</code> header.</span>
</div>
</div>
<p class="mb-4 text-gray-700">Once these requirements are met, the plugin will automatically appear in the hub2wp Plugin Repo. Due to technical constraints, it may take up to 24 hours for a plugin to appear after meeting the requirements.</p>
</main>
<div id="footer"></div>
<script src="js/page.js" type="module"></script>
</body>
</html>