如何在自定义编码的博客上实现引用(用C#编写)?

时间:2022-09-02 13:21:42

How can you implement trackbacks on a custom-coded blog (written in C#)?

如何在自定义编码的博客上实现引用(用C#编写)?

3 个解决方案

#1


2  

The TrackBack specification was created by Six Apart back in the day for their Movable Type blogging system. After some corporate changes it seems to be no longer available, but here's an archived version:

TrackBack规范是由Six Apart在当天为其Movable Type博客系统创建的。经过一些公司更改后,它似乎不再可用,但这是一个存档版本:

http://web.archive.org/web/20081228043036/http://www.sixapart.com/pronet/docs/trackback_spec

#2


2  

Personally, I wouldn't. Trackbacks became completely unusable years ago from all the spammers and even Akismet hasn't been enough to drag them back to usable (obviously IMO). The best way I've seen to handle trackbacks any more is to have a function that will turn an article's "referrer" (you are tracking those, right?) into a trackback (probably as a customized comment type). This leverages the meat-space processing that guarantees that no spam gets through and still allows you to easily recognize and enable further discussion.

就个人而言,我不会。几年前,所有垃圾邮件发送者都已经完全无法使用引用,甚至Akismet也不足以将它们拖回可用(显然是IMO)。我已经看到处理引用的最好的方法是有一个功能,将文章的“引用者”(你正在跟踪那些,对吗?)成为引用(可能作为自定义注释类型)。这利用了肉类空间处理,确保没有垃圾邮件通过,并且仍然允许您轻松识别并启用进一步的讨论。

#3


-4  

If you're custom coding your own blog you have too much time on your hands. Start with something like dasBlog or SubText and customize that to your needs. Then you get trackbacks for free.

如果您是自定义编写自己的博客,那么您手上的时间就太多了。从dasBlog或SubText开始,并根据您的需要进行自定义。然后你就可以免费获得引用。

#1


2  

The TrackBack specification was created by Six Apart back in the day for their Movable Type blogging system. After some corporate changes it seems to be no longer available, but here's an archived version:

TrackBack规范是由Six Apart在当天为其Movable Type博客系统创建的。经过一些公司更改后,它似乎不再可用,但这是一个存档版本:

http://web.archive.org/web/20081228043036/http://www.sixapart.com/pronet/docs/trackback_spec

#2


2  

Personally, I wouldn't. Trackbacks became completely unusable years ago from all the spammers and even Akismet hasn't been enough to drag them back to usable (obviously IMO). The best way I've seen to handle trackbacks any more is to have a function that will turn an article's "referrer" (you are tracking those, right?) into a trackback (probably as a customized comment type). This leverages the meat-space processing that guarantees that no spam gets through and still allows you to easily recognize and enable further discussion.

就个人而言,我不会。几年前,所有垃圾邮件发送者都已经完全无法使用引用,甚至Akismet也不足以将它们拖回可用(显然是IMO)。我已经看到处理引用的最好的方法是有一个功能,将文章的“引用者”(你正在跟踪那些,对吗?)成为引用(可能作为自定义注释类型)。这利用了肉类空间处理,确保没有垃圾邮件通过,并且仍然允许您轻松识别并启用进一步的讨论。

#3


-4  

If you're custom coding your own blog you have too much time on your hands. Start with something like dasBlog or SubText and customize that to your needs. Then you get trackbacks for free.

如果您是自定义编写自己的博客,那么您手上的时间就太多了。从dasBlog或SubText开始,并根据您的需要进行自定义。然后你就可以免费获得引用。