如何在.NET中实现PodPress(就像StackOverflow博客)

发布于 07-13 05:08 字数 551 浏览 10 评论 0原文

我想知道是否有人知道如何从 PodPress (一个 WordPress插件)到 .NET,就像您在 PodCast 可用时在 StackOverflow 博客 中找到的那样。

替代文本

并且还有不错的统计数据和 iTunes 集成:)

添加: 我现在意识到(愚蠢的是我没有先检查 - 使用元键,甚至转到管理页面.../wp-admin)SO Blog 在 Wordpress 上,但是,我的愿望是相同的,怎么样?网版? 我想我会直接联系作者并向他/她推荐一个 .NET 版本的 WP 插件。

I wonder if anyone has any idea on how to implement the nice and clean UI from PodPress (a Wordpress plugin) into .NET just like you find in the StackOverflow Blog when PodCasts are available.

alt text

And have that nice stats and iTunes integration as well :)

Added:
I realized now (stupid of me not checking first - using the meta key or even go to the admin page .../wp-admin) that SO Blog is on Wordpress, but still, my wishes are the same, How about a .NET version?
I guess I will contact the author directly and propose him/her a .NET version of the WP plug in.

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

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

发布评论

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

评论(4

暖树树初阳…2024-07-20 05:08:09

我想知道是否有人知道如何
实现漂亮干净的用户界面
来自 PodPress(一个 WordPress 插件)
进入.NET,就像您在
当 PodCast 出现时 StackOverflow 博客
可用。
我正在寻找整瓶魔法、iTunes 集成、统计数据等...杰夫不应该给出答案吗?他必须对此做点什么?

Jeff 没有将 PodPress 转换为 .NET。

blog.Stackoverflow.com 是一个 Wordpress 博客。

他只需加载 WordPress 的 PodPress 插件,在插件选项卡中单击“激活”,然后导航到新创建的 PodPress 选项卡。 他在那里配置了 iTunes 集成和统计信息。

如果您查看博客的来源,您将看到:

> 
  

编辑:回复您的评论。

是的,之后我意识到了这一点,但仍然...我想要一个 .NET 版本:)(没什么可问的,是吗?)呃;) – balexandre

PodPress-WordPress 插件与 WordPress 插件接口紧密耦合。 PodPress 是 flash、javascript 和 php 的混合体,所有这些都调用 WordPress 功能。

PHP 和 Javascript 很容易编辑,但在没有 WordPress 的情况下破解 PodPress 所需的工作可能比简单地从头开始重写 PodPress 更困难一些。

另外,我在许多论坛上都读到过有关人们从该项目的唯一开发人员那里得到缓慢响应以及发布版本如何需要很长时间才能发布的信息。 所以我认为你无法轻易让他将他的项目重写到不同的平台上。

您的选择是:

  • ​​使用 WordPress
  • 从头开始
  • 重写 PodPress,无需任何 WordPress 依赖项。 寻找替代方案

I wonder if anyone has any idea on how
to implement the nice and clean UI
from PodPress (a Wordpress plugin)
into .NET just like you find in the
StackOverflow Blog when PodCasts are
available.
I'm searching for the entire bottle of magic, iTunes integration, Stats, etc... Shouldn't Jeff give an anwer, he had to do something about this?

Jeff didn't convert PodPress into .NET.

blog.Stackoverflow.com is a Wordpress blog.

He simply loaded the PodPress plugin for Wordpress, clicked activate in his plugins tab and navigated to his newly created PodPress tab. There he configured his iTunes integration and his statistics information.

If you view the source of the blog you'll see:

<meta name="generator" content="WordPress 2.7" />

Edit: Response to your comment.

Yes, I realized that after, but still... I WANT a .NET version :) (not to much to ask, is it?) eheh ;) – balexandre

The PodPress-WordPress plugin is tightly coupled to the WordPress Plugin Interface. PodPress is a mixture of flash, javascript and php and all of these are calling upon WordPress functions.

The PHP and Javascript are easily editable but the work required to hack PodPress to work without WordPress would probably be a little more difficult than simply re-writing PodPress from scratch.

Also, I've read on many forums about people getting slow responses from the sole developer of the project and how releases have been taking a long while to come out. So I don't think you'll be able to easily get him to rewrite his project into a different platform.

Your options are:

  • Use WordPress
  • Rewrite PodPress from scratch without any WordPress dependencies.
  • Find an alternative
情话墙2024-07-20 05:08:09

魔法发生在 Flash 播放器内部,因此要获得相同的效果,您所需要做的就是将 Flash 播放器放置在 aspx 页面(或 ascx 控件)内,并提供适当的变量,例如文件名和音频位置。

这能回答问题还是我错过了什么?

The magic happens inside the flash player, so all you'd need to do to get the same effect is place that flash player inside an aspx page (or ascx control) and supply the appropriate variables like the file name and location of the audio.

Does that answer the question or am I missing something?

·深蓝2024-07-20 05:08:09

那么,对于播放器部分,您可以使用 Yahoo! 音乐播放器: http://mediaplayer.yahoo.com/

我知道这不完全是您想要的因为,正如您想要 PodPress 的所有功能一样,但是,我想这可能是一个小小的踏脚石/起点。 它真的很容易使用,而且界面也很不错。

Well, for the player portion, you could use the Yahoo! Music Player: http://mediaplayer.yahoo.com/

I know that's not exactly what you're looking for, as you want all the features of PodPress, but, I imagine this could be a small stepping-stone/starting point. It's really easy to use, and it's a decent interface.

℡寂寞咖啡2024-07-20 05:08:09

我认为这个问题没有一个简单的答案。 podPress 是一个相当大的插件,将其移植到新的语言和博客引擎是很困难的; 这不仅仅是一个技巧。 我想包含的 Flash 和 Java 播放器以及支持的 JavaScript 已获得许可,以便您可以在项目中使用它们。 (podPress 是 GPL)

现在,StackOverflow 博客使用 WordPress 和 podPress,而不是用 .NET 编写的东西,所以我敢打赌,没有人真正做过这项工作。

I don't think there's a simple answer to this question. podPress is a quite a large plugin, and porting it to a new language and blog engine is tough; there's not just a single trick to it. I imagine that the included Flash and Java players and the supporting JavaScript is licensed so that you can use them in your project. (podPress is GPL)

Now, the StackOverflow blog uses WordPress and podPress, not something written in .NET, so my bet is that nobody has actually done this work.

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