Trackback / Pingback libraries for Python / Ruby?

I am thinking of writing my own blog, but I am having trouble choosing the right software. From my research so far, I have come to the conclusion that the simplest and most functional, free software is Wordpress . However, I would really like to use several components written in Python or Ruby, for example. either Pygments or CodeRay as a source code formatter.

Therefore, I am considering an alternative to writing my own blogging software. The only missing part is linking to other blogs using Trackback / Pingback. Does anyone know a good implementation in Ruby or Python?

+7
python ruby blogs
source share

No one has answered this question yet.

See related questions:

5504
Does Python have a ternary conditional operator?
5231
What are metaclasses in Python?
4473
Calling an external command in Python
3790
How can I safely create a subdirectory?
3602
Does Python have a "contains" substring method?
3119
What is the difference between Python list methods that are added and expanded?
2818
Finding an index of an element with a list containing it in Python
2601
How can I make a time delay in Python?
2568
How to find out the current time in Python
1998
How to write a switch statement in Ruby

All Articles