You are here

Files in Drupal 4

Primary tabs

File namesort descending Location Namespace Description
aggregator.module modules/aggregator.module Used to aggregate syndicated content (RSS, RDF, and Atom).
archive.module modules/archive.module Displays a calendar to navigate old content.
block.module modules/block.module Controls the boxes that are displayed around the main content.
block.tpl.php themes/engines/phptemplate/block.tpl.php
block.tpl.php themes/bluemarine/block.tpl.php
block.tpl.php themes/pushbutton/block.tpl.php
blog.module modules/blog.module Enables keeping an easily and regularly updated web page or a blog.
blogapi.module modules/blogapi.module Enable users to post using applications that support XML-RPC blog APIs.
book.module modules/book.module Allows users to collaboratively author a book.
bootstrap.inc includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
box.tpl.php themes/pushbutton/box.tpl.php
box.tpl.php themes/engines/phptemplate/box.tpl.php
box.tpl.php themes/bluemarine/box.tpl.php
chameleon.theme themes/chameleon/chameleon.theme A slim, CSS-driven theme.
CHANGELOG.txt CHANGELOG.txt Drupal 4.7.12, xxxx-xx-xx ------------------------- Drupal 4.7.11, 2008-01-10 ------------------------- - fixed a security issue (Cross site request forgery), see SA-2008-005 - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006 -…
code-clean.sh scripts/code-clean.sh #!/bin/sh find . -name "*~" -type f | xargs rm -f find . -name ".#*" -type f | xargs rm -f find . -name "*.rej" -type f | xargs rm -f find . -name "*.orig" -type f | xargs rm -f find . -name "DEADJOE"…
comment.module modules/comment.module Enables users to comment on published content.
comment.tpl.php themes/engines/phptemplate/comment.tpl.php
comment.tpl.php themes/bluemarine/comment.tpl.php
comment.tpl.php themes/pushbutton/comment.tpl.php
common.css themes/chameleon/common.css /* ** HTML elements */ a, a:link, a:active { font-weight: bold; text-decoration: none; } a:hover { text-decoration: underline; } body { margin: 0; padding: 3em; font-size: .9em; line-height: 1.3em; } blockquote { font-style:…
common.inc includes/common.inc Common functions that many Drupal modules will need to reference.
contact.module modules/contact.module Enables the use of personal and site-wide contact forms.
cron-curl.sh scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://yoursite.com/cron.php
cron-lynx.sh scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1
cron.php cron.php
database.inc includes/database.inc Wrapper for database interface code.
database.mysql.inc includes/database.mysql.inc Database interface code for MySQL database servers.
database.mysqli.inc includes/database.mysqli.inc Database interface code for MySQL database servers using the mysqli client libraries. mysqli is included in PHP 5 by default and allows developers to use the advanced features of MySQL 4.1.x, 5.0.x and beyond.
database.pgsql.inc includes/database.pgsql.inc Database interface code for PostgreSQL database servers.
default.tpl.php themes/engines/phptemplate/default.tpl.php
drupal.css misc/drupal.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; …
drupal.module modules/drupal.module Lets users log in using a Drupal ID and can notify a central server about your site.
file.inc includes/file.inc API for handling file uploads and server file management.
filter.module modules/filter.module Framework for handling filtering of content.
form.inc includes/form.inc
forum.module modules/forum.module Enable threaded discussions about general topics.
help.module modules/help.module Manages displaying online help.
image.inc includes/image.inc
index.php index.php
install.inc includes/install.inc
INSTALL.mysql.txt INSTALL.mysql.txt CONTENTS OF THIS FILE --------------------- * Introduction * Installation and configuration: - Database and user creation - Drupal schema loading INTRODUCTION ------------ This file describes how to create a MySQL database for Drupal. If…
INSTALL.pgsql.txt INSTALL.pgsql.txt CONTENTS OF THIS FILE --------------------- * Introduction * Installation and configuration: - Database and user creation - Drupal schema loading INTRODUCTION ------------ This file describes how to create a PostgreSQL database for…
INSTALL.txt INSTALL.txt CONTENTS OF THIS FILE --------------------- * Requirements * Optional requirements * Installation - Drupal administration - Customizing your theme(s) * More Information REQUIREMENTS ------------ Drupal requires a web server, PHP4 (4.3.5…
legacy.module modules/legacy.module Provides legacy handlers for upgrades from older Drupal installations.
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
locale.inc includes/locale.inc Admin-related functions for locale.module.
locale.module modules/locale.module Enables administrators to manage the site interface languages.
MAINTAINERS.txt MAINTAINERS.txt List of maintainers -------------------------------------------------------------------------------- LEGEND ====== - M: the maintainer - S: status: "supported" : someone is actually paid to look after this. …
maintenance.css misc/maintenance.css body { background: url(druplicon.png) 4.2em 4em no-repeat #fff; color: #000; border: 1px solid #bbb; margin: 3em; padding: 1em 1em 1em 128px; } h1 { margin: 1.6em 0 1.1em 0; } h1, h2, h3, h4, h5, h6 { font-family: sans-serif; } :link { …

Pages

Other projects