Automatic Trackback in pyblosxom
Wari
Wahab: To do automatic trackback (in pyblosxom), what could
happen is this:
- When a new entry is noticed, parse the entry for links
- Found a couple? Great, follow the links and look for trackback information, if not found in the current page, try out the RSS and see if the trackback module can be used.
- Once we get the trackback ID, ping it with an excerpt of the entry.
I'll leave the "when a new entry is noticed" part to you, but I've implemented all the rest and for good measure added in a pingback client. You might want to tweak the excerpting logic to your needs. Enjoy!
Heh... I've been building just such a thing as a Blosxom module (to be released along with Blosxom module support when I get it finished.
Posted by Rael Dornfest at
By the by, the "when a new entry is noticed" bit is much easier to solve when rendering statically, of course. That's how I've done it for Blosxom.
Posted by Rael Dornfest at
Auto Trackback and Pingback almost possible
On my previous blog, Sam Ruby replied: Thanks for the codeYou can actually use this code standalone on the command line to do a trackback and a pingback as well. This makes sending out pings very easy, I do not have to fillout a form or anything li... [more]Trackback from Wari Wahab at
Just as an aside, for the Pingback client on my blog I use PHP's event based XML parser to extract links rather than relying on regular expressions. This has the added advantage that it acts as a simple (but effective) gaurd against me adding badly formed XHTML to my blog by mistake. Of course, if you are authoring entries in HTML rather than XML such an approach is out of the question.
Posted by Simon Willison at
Auto-discovery of trackback urls in python
This is a continuation of my previous mini tutorial about sending trackbacks. This one is about discovering trackback URLs especially for those blogs that are guilty for not displaying their trackback url for people who do not... [more]Trackback from RoughingIT at
Sending Trackbacks and Pingbacks
Antville, the software behind blogger.de, doesn't support trackbacks yet. As it is open-source, I'm sure it is going to be added sooner or later. In the meantime, I wanted to be able to send trackbacks from posts I write and a found a solution based... [more]Trackback from Stefan Bodewig at
Pyblosxom Autoping
Pyblosxom Autoping I recently re-discovered Sam Ruby's automatic trackback scipt for pyblosxom entries and made some tweaks for my own purposes: Permits paths/categories, the original did not make use of them. Grabs configuration... [more]Trackback from Joseph Reagle at
Today’s Links
Arkitekturmuseet Pepparkakshus. “Arkitekturmuseet har sedan 1990 en pepparkakshustävling öppen för alla. Varje år har tävlingen ett nytt tema och friheten att tolka det är obegränsad. Årets tema: Art Nouveau – i ett nybakat sekel.” Sam Ruby:...Excerpt from Tesugen at
I see that all above posts are quiet old and am wondering if such a standalone software to ping RSS directories - such as yahoo and others - exists ?
I have currently 5 RSS feeds and would prefer a stand alone solution to add a large number of RSS directories and ping out of my Linux localhost.
Any help would be appreciated in finding such a software
Posted by hans neukomm at
Automatic Trackback in pyblosxom. Wari Wahab: To do automatic trackback (in pyblosxom), what could happen is this: When a new entry is noticed, parse the entry for links Found a couple? Great, follow the links and look for trackback information, if ...
Pingback from Stephen S Kelley's Web Surfing : Monday, January 20, 2003 at