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.