/[drupal]/contributions/tricks/blocks/README.txt
ViewVC logotype

Contents of /contributions/tricks/blocks/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:02:04 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
CVS Tags: HEAD
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 The contrib/tricks/blocks directory is a repository for short bits
2 of code that implement various kinds of blocks.
3
4 These can be copied and pasted into the "Body" textarea input of
5 the "Block Management -> Create New Block" administration form to
6 quickly create simple new blocks. Or they can be used for ideas
7 on how to create your own custom blocks.
8

  ViewVC Help
Powered by ViewVC 1.1.2