/[drupal]/contributions/modules/trackback/README.txt
ViewVC logotype

Contents of /contributions/modules/trackback/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Oct 13 13:01:50 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-4-7--1-1, DRUPAL-4-7--1-2, DRUPAL-4-7--1-3, DRUPAL-4-7--1-4, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7, DRUPAL-4-6, DRUPAL-6--1
File MIME type: text/plain
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:

find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;

I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
1 Adds TrackBack support to Drupal. Sending and retrieval of TrackBacks are supported either using POST or GET.
2
3 About TrackBack:
4 "In a nutshell, TrackBack was designed to provide a method of
5 notification between websites: it is a method of person A saying to
6 person B, "This is something you may be interested in." To do that,
7 person A sends a TrackBack ping to person B."
8 - Mena and Ben Trott (http://www.movabletype.org/trackback/beginners/)
9
10 Specification:
11 http://www.movabletype.org/docs/mttrackback.html
12
13 Limitations:
14 - Currently only supports sending a TrackBack to one site.
15 - No feedback if TrackBack was successful or not.
16 - Doesn't try to auto-discover TrackBack if sending fails.
17
18 All of this will hopefully be fixed in a future version.

  ViewVC Help
Powered by ViewVC 1.1.2