#3: Automated pings to Technorati, Pingomatic, etc
- Contents
- Proposed by
- Tim Hicks
- Seconded by
- Tom von Schwerdtner
- Proposal type
- Architecture
- Assigned to release
- State
- being-discussed
Motivation
This process is incredibly common when blogging, limiting the extent to which search robots need to crawl your site to find updates.
Proposal
I propose adding a 'Pings' tab to Weblog objects where the user can configure which services to ping, and then execute the pings.
Details about how to technorati and pingomatic are available at their websites. Basically, it is done with simple XML-RPC calls.
However, it seems that the possible list of ping services may well be rather endless! Whatever the implementation is, it needs to be easily extensible to the end user - which probably means TTW. A generic AT-based 'PingService' object with a 'remoteURL' schema field may be sufficient to get us going. Users could then add new services as they go by adding new instances of the type to a specific subfolder of their weblog instance. A predefined set of instances could also be created when new Weblog instances are added.
The UI for the 'Pings' tab could then have a button for 'Ping All Services', and/or a button for 'Ping Selected Services', which would ping only those marked with a checkbox on the page.
Nothing concrete yet, but details about