Pingback is a feature of weblogs which allows you to "ping" pages which you mention in your articles so that they can create a link back to you. Trackback is the same in active, you give the trackback call a endpoint and it will inform the endpoint about your post.
Typo supports these features. To send out a trackback you have to use the moveable type api and a client like marsedit which supports this feature. As far as i know there is no traditional step through debugger for ruby ( might be wrong, someone said eclipse supports it ) But if you have seen any rails applications before you should feel at home. On Apr 10, 2005 2:17 PM, Stuart Smith <[EMAIL PROTECTED]> wrote: > I'm at a bit of a disadvantage here - never used blogging, know nothing > about Ruby and know very little about RoR. However, I'm determined to > use Typo as my learning project so could someone explain to me how I use > the Trackback and/or Ping feature in Typo. > > It would also be very useful for me to follow the Typo code thru a > debugger - how do I do that? > > Thanks > > _______________________________________________ > Typo-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/typo-list > -- Tobi http://www.snowdevil.ca - Snowboards that don't suck http://www.hieraki.org - Open source book authoring http://blog.leetsoft.com - Technical weblog From tibbetts at MIT.EDU Sun Apr 10 21:33:56 2005 From: tibbetts at MIT.EDU (Richard Tibbetts) Date: Sun Apr 10 21:28:35 2005 Subject: [typo] Using mtsend.py with Typo Message-ID: <[EMAIL PROTECTED]> I'm trying to use mtsend with typo 1.6.8. It seems to be "half-posting" articles. The articles don't show up on the front page, but they do show up when I try to get at them with mtsend -L, or when I go to URLs like articles/read/4 using the id. I see on the wiki that mtsend is known to work with Typo. I've never used mtsend before, so there is every possibility I'm using it wrong. Does anyone have advice on tricks for using it with Typo? Or is it likely that I've tripped over a bug Typo? Richard From tobias.luetke at gmail.com Sun Apr 10 21:43:46 2005 From: tobias.luetke at gmail.com (Tobias Luetke) Date: Sun Apr 10 21:38:15 2005 Subject: [typo] Using mtsend.py with Typo In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> The articles are posted but not published. That is because a certian method wasn't implemented in this version of typo. The bug is fixed in the next release ( that and a million other things ). In the meantime you can just post using the metaweblog api On Apr 10, 2005 9:33 PM, Richard Tibbetts <[EMAIL PROTECTED]> wrote: > I'm trying to use mtsend with typo 1.6.8. It seems to be > "half-posting" articles. The articles don't show up on the front page, > but they do show up when I try to get at them with mtsend -L, or when > I go to URLs like articles/read/4 using the id. > > I see on the wiki that mtsend is known to work with Typo. I've never > used mtsend before, so there is every possibility I'm using it wrong. > Does anyone have advice on tricks for using it with Typo? Or is it > likely that I've tripped over a bug Typo? > > Richard > _______________________________________________ > Typo-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/typo-list > -- Tobi http://www.snowdevil.ca - Snowboards that don't suck http://www.hieraki.org - Open source book authoring http://blog.leetsoft.com - Technical weblog From helgeg at helgegudmundsen.com Mon Apr 11 04:39:37 2005 From: helgeg at helgegudmundsen.com ([EMAIL PROTECTED]) Date: Mon Apr 11 04:34:08 2005 Subject: [typo] Using mtsend.py with Typo Message-ID: <[EMAIL PROTECTED]> Tobias Luetke wrote .. > The bug is fixed in the next release ( that and a million other things > ). In the meantime you can just post using the metaweblog api Is the bug fixed in the trunk of the svn repository? Helge A. Gudmundsen From seth at remor.com Mon Apr 11 08:49:54 2005 From: seth at remor.com (Seth Hall) Date: Mon Apr 11 08:44:28 2005 Subject: [typo] Using mtsend.py with Typo In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Apr 11, 2005, at 4:39 AM, [EMAIL PROTECTED] wrote: > Tobias Luetke wrote .. >> The bug is fixed in the next release ( that and a million other things >> ). In the meantime you can just post using the metaweblog api > > Is the bug fixed in the trunk of the svn repository? Yep. .Seth
