/[drupal]/contributions/themes/marvin_2k/README.txt
ViewVC logotype

Contents of /contributions/themes/marvin_2k/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:03 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 ********************************************************************
2 D R U P A L THEME
3 ********************************************************************
4 Name: marvin_2k
5 Version: 1.0
6 Author: Nicholas Young-Soares
7 Email: drupal at codemonkeyx dot net
8 Last update: November 15th, 2003
9 Drupal: Latest CVS
10
11 ********************************************************************
12 DESCRIPTION:
13
14 This theme is based on the general layout of the original marvin
15 theme, with a header, content area, and a sidebar. Everything else
16 is new, here are some of the features.
17 * Written from scratch using the new Drupal theme system.
18
19 * Uses CSS, XHTML for all layout. (No tables for layout).
20
21 * Multiple block placement options allow for blocks to be displayed
22 on the left, right, or both sides of the page.
23
24 * Multiple mission statement display options, allow you to display
25 the default site mission statement, a custom statement, or no
26 statement at all.
27
28 * Optional search box which only appears if a user has access to the
29 search functionality.
30
31 * Visible page marker used in the main navigation to show which section
32 of the site the user is currently viewing.
33
34 ********************************************************************
35 SYSTEM REQUIREMENTS:
36
37 Drupal: Latest CVS.
38
39 ********************************************************************
40 INSTALLATION:
41
42 see the INSTALL file in this directory.
43
44 ********************************************************************
45 TODO:
46
47 - none
48
49 ********************************************************************
50 UPCOMING FEATURES:
51
52 - none
53

  ViewVC Help
Powered by ViewVC 1.1.2