|
default.settings.php |
drupal-6.x/sites/default/default.settings.php |
|
Drupal site-specific configuration file. |
|
defaults-rtl.css |
drupal-6.x/modules/system/defaults-rtl.css |
|
th {
text-align: right;
padding-right: 0;
padding-left: 1em;
} |
|
defaults.css |
drupal-6.x/modules/system/defaults.css |
|
/*
** HTML elements
*/
fieldset {
margin-bottom: 1em;
padding: .5em;
}
form {
margin: 0;
padding: 0;
}
hr {
height: 1px;
border: 1px solid gray;
}
img {
border: 0;
}
table {
border-collapse: collapse;
}
th {
text-align: left; /* LTR… |
|
drupal.sh |
drupal-6.x/scripts/drupal.sh |
|
#!/usr/bin/php
<?php
/**
* Drupal shell execution script
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
* @param path Drupal's absolute root… |
|
example.profile |
documentation-6.x/developer/example.profile |
|
|
|
farbtastic.css |
drupal-6.x/misc/farbtastic/farbtastic.css |
|
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
top: 47px;
left: 47px;
width:… |
|
file.inc |
drupal-6.x/includes/file.inc |
|
API for handling file uploads and server file management. |
|
filter.admin.inc |
drupal-6.x/modules/filter/filter.admin.inc |
|
Admin page callbacks for the filter module. |
|
filter.info |
drupal-6.x/modules/filter/filter.info |
|
name = Filter
description = Handles the filtering of content in preparation for display.
package = Core - required
version = VERSION
core = 6.x |
|
filter.install |
drupal-6.x/modules/filter/filter.install |
|
|
|
filter.module |
drupal-6.x/modules/filter/filter.module |
|
Framework for handling filtering of content. |
|
filter.pages.inc |
drupal-6.x/modules/filter/filter.pages.inc |
|
User page callbacks for the filter module. |
|
fix-ie-rtl.css |
drupal-6.x/themes/garland/fix-ie-rtl.css |
|
body {
/* Center layout */
text-align: center;
/* Allow text resizing */
font-size: 80%;
}
#squeeze {
zoom: 1;
direction: ltr;
}
#squeeze .left-corner{
direction: rtl
}
#header-region, #wrapper #container {
/* Reset text alignment… |
|
fix-ie.css |
drupal-6.x/themes/garland/fix-ie.css |
|
/**
* Garland, for Drupal 6.x
* Stefan Nagtegaal, iStyledThis [dot] nl
* Steven Wittens, acko [dot] net
*/
body {
/* Center layout */
text-align: center;
/* Allow text resizing */
font-size: 80%;
}
#header-region, #wrapper #container {
… |
|
Form API Reference |
documentation-6.x/developer/topics/forms_api_reference.html |
|
Form API Reference |
|
form.inc |
drupal-6.x/includes/form.inc |
|
|
|
Forms API Quickstart Guide |
documentation-6.x/developer/topics/forms_api.html |
|
Forms API Quickstart Guide |
|
forum-icon.tpl.php |
drupal-6.x/modules/forum/forum-icon.tpl.php |
|
forum-icon.tpl.php
Display an appropriate icon for a forum post. |
|
forum-list.tpl.php |
drupal-6.x/modules/forum/forum-list.tpl.php |
|
forum-list.tpl.php
Default theme implementation to display a list of forums and containers. |
|
forum-rtl.css |
drupal-6.x/modules/forum/forum-rtl.css |
|
#forum tr td.forum {
padding-left: 0.5em;
padding-right: 25px;
background-position: 98% 2px;
}
.forum-topic-navigation {
padding: 1em 3em 0 0;
}
.forum-topic-navigation .topic-previous {
text-align: left;
float:… |
|
forum-submitted.tpl.php |
drupal-6.x/modules/forum/forum-submitted.tpl.php |
|
forum-submitted.tpl.php
Default theme implementation to format a simple string indicated when and
by whom a topic was submitted. |
|
forum-topic-list.tpl.php |
drupal-6.x/modules/forum/forum-topic-list.tpl.php |
|
forum-topic-list.tpl.php
Theme implementation to display a list of forum topics. |
|
forum-topic-navigation.tpl.php |
drupal-6.x/modules/forum/forum-topic-navigation.tpl.php |
|
forum-topic-navigation.tpl.php
Default theme implementation to display the topic navigation string at the
bottom of all forum topics. |
|
forum.admin.inc |
drupal-6.x/modules/forum/forum.admin.inc |
|
Administrative page callbacks for the forum module. |
|
forum.css |
drupal-6.x/modules/forum/forum.css |
|
#forum .description {
font-size: 0.9em;
margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum… |
|
forum.info |
drupal-6.x/modules/forum/forum.info |
|
name = Forum
description = Enables threaded discussions about general topics.
dependencies[] = taxonomy
dependencies[] = comment
package = Core - optional
version = VERSION
core = 6.x |
|
forum.install |
drupal-6.x/modules/forum/forum.install |
|
|
|
forum.module |
drupal-6.x/modules/forum/forum.module |
|
Enable threaded discussions about general topics. |
|
forum.pages.inc |
drupal-6.x/modules/forum/forum.pages.inc |
|
User page callbacks for the forum module. |
|
forums.tpl.php |
drupal-6.x/modules/forum/forums.tpl.php |
|
forums.tpl.php
Default theme implementation to display a forum which may contain forum
containers as well as forum topics. |
|
garland.info |
drupal-6.x/themes/garland/garland.info |
|
name = Garland
description = Tableless, recolorable, multi-column, fluid width theme (default).
version = VERSION
core = 6.x
engine = phptemplate
stylesheets[all][] = style.css
stylesheets[print][] = print.css |
|
globals.php |
documentation-6.x/developer/globals.php |
|
These are the global variables that Drupal uses. |
|
help-rtl.css |
drupal-6.x/modules/help/help-rtl.css |
|
.help-items {
float: right;
padding-right: 0;
padding-left: 3%;
}
.help-items-last {
padding-right: 0;
padding-left: 0;
} |
|
help.admin.inc |
drupal-6.x/modules/help/help.admin.inc |
|
Admin page callbacks for the help module. |
|
help.css |
drupal-6.x/modules/help/help.css |
|
.help-items {
float: left; /* LTR */
width: 22%;
padding-right: 3%; /* LTR */
}
.help-items-last {
padding-right: 0; /* LTR */
} |
|
help.info |
drupal-6.x/modules/help/help.info |
|
name = Help
description = Manages the display of online help.
package = Core - optional
version = VERSION
core = 6.x |
|
help.module |
drupal-6.x/modules/help/help.module |
|
Manages displaying online help. |
|
image.gd.inc |
drupal-6.x/includes/image.gd.inc |
|
GD2 toolkit for image manipulation within Drupal. |
|
image.inc |
drupal-6.x/includes/image.inc |
|
API for manipulating images. |
|
index.php |
drupal-6.x/index.php |
|
The PHP page that serves all page requests on a Drupal installation. |
|
index.php |
documentation-6.x/developer/index.php |
|
|
|
install.inc |
drupal-6.x/includes/install.inc |
|
|
|
install.mysql.inc |
drupal-6.x/includes/install.mysql.inc |
|
|
|
INSTALL.mysql.txt |
drupal-6.x/INSTALL.mysql.txt |
|
CREATE THE MySQL DATABASE
--------------------------
This step is only necessary if you don't already have a database set-up (e.g. by
your host). In the following examples, 'username' is an example MySQL user which
has the CREATE and… |
|
install.mysqli.inc |
drupal-6.x/includes/install.mysqli.inc |
|
|
|
install.pgsql.inc |
drupal-6.x/includes/install.pgsql.inc |
|
|
|
INSTALL.pgsql.txt |
drupal-6.x/INSTALL.pgsql.txt |
|
CREATE THE PostgreSQL DATABASE
------------------------------
Note that the database must be created with UTF-8 (Unicode) encoding.
1. CREATE DATABASE USER
This step is only necessary if you don't already have a user set up (e.g.
by your… |
|
install.php |
drupal-6.x/install.php |
|
|
|
install.php |
documentation-6.x/developer/hooks/install.php |
|
Documentation for the installation and update system. |
|
INSTALL.txt |
drupal-6.x/INSTALL.txt |
|
CONTENTS OF THIS FILE
---------------------
* Requirements
* Optional requirements
* Installation
* Drupal administration
* Customizing your theme(s)
* Multisite Configuration
* More Information
REQUIREMENTS
------------
Drupal requires a… |