在 Windows 中使用 SVN(Wordpress 插件存储库)?

发布于 2024-08-31 09:30:39 字数 125 浏览 1 评论 0原文

我刚刚获得 WordPress 插件存储库的批准。然而,他们给了我访问权限,但我不知道如何使用它。有人可以耐心地向我解释一下,我如何使用这个存储库来发布我的插件吗?

我正在使用 Windows。

马蒂莱恩

I just got approved to Wordpress' plugin-repository. Howvere, they gave me access, but I have no idea about how to use it. Could someone explain me patiently, how can I use this repository to post my plugin?

I'm using Windows.

Martti laine

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凉月流沐 2024-09-07 09:30:40

其实走起来很简单。

按照我的步骤

  1. 安装TortoiseSVN(因为我们需要一些SVN客户端)。
  2. 创建一个目录,其结构为资产、标签和主干
  3. 在标签内创建一个带有版本号的文件夹(例如 1.0.0)。
  4. 将您的插件文件和 readme.txt 复制到其中。
  5. 为插件创建横幅和图标并将其放置在资产文件夹中。
  6. 图像大小应与名称所暗示的相同。也就是说,banner-772x250.png 应为 772 像素宽 x 250 像素高。同样,icon-256x256.png 应该是一个 256×256 的正方形。
  7. 您可以将相同的插件文件和 readme.txt 也放入主干中,按照 WordPress 指南
  8. 在此文件夹中,右键单击(如果您使用的是 Windows)并单击 SVN 提交,并提供 WordPress 在电子邮件中向您提供的 SVN URL。

你完成了!您的更改将在 72 小时内生效。最有可能的是,它会在几个小时内完成。 恭喜您获得新插件!

Actually, it's very simple to go.

Follow my steps

  1. Install TortoiseSVN (as we need some SVN clients).
  2. Create a directory with the structure of Assets, Tags, and Trunk.
  3. Create a folder inside of tags with the version number (for example 1.0.0).
  4. Copy your Plugin file and readme.txt into it.
  5. Create a Banner and Icon for the Plugin and place it in Assets Folder.
  6. Image sizes should be the same as implied by the names. That is, banner-772x250.png should be 772 pixels wide by 250 pixels high. Similarly, icon-256x256.png should be a 256×256 square.
  7. You can place the same Plugin File and readme.txt also into Trunk as per WordPress Guidelines.
  8. Inside this Folder, Right Click (if you are using windows) and click SVN Commit, and give the SVN URL which WordPress provided to you in the email.

You are done! Your changes will be live within 72 hours. Most probably it will be done within a few hours. Congrats on your New Plugin!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文