Stripping CVS keywords

4.0.x
The Great Git Migration 2011-02-25 02:05:57 +00:00 committed by Drupal Git User (LDAP)
parent 4ed747ef3d
commit 779fb609c4
45 changed files with 0 additions and 45 deletions

View File

@ -1,5 +1,4 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function conf_init() {
global $HTTP_HOST;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
#
# Database settings:

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function db_connect($url) {
$url = parse_url($url);

View File

@ -1,5 +1,4 @@
<?php
// $Id$
require_once 'DB.php';

View File

@ -1,5 +1,4 @@
<?php
// $Id$
// initialize modules:
function module_init() {

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/**
* Basic theme

View File

@ -1,7 +1,6 @@
<?php // -*-c++-*-
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.

View File

@ -1,7 +1,6 @@
<?php
// by Edd Dumbill (C) 1999-2001
// <edd@usefulinc.com>
// $Id$
// Copyright (c) 1999,2000,2001 Edd Dumbill.
// All rights reserved.

View File

@ -1,5 +1,4 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function archive_system($field){
$system["description"] = t("Displays a calendar to navigation old content.");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function block_help() {
?>

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function blog_system($field){
$system["description"] = t("Enables keeping a blog or easily and regularly updated web page.");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function book_system($field){
$system["description"] = t("Allows users to collaboratively author a book.");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function cloud_help($type = "administrator") {
if ($type == "user") {

View File

@ -1,5 +1,4 @@
<?php
// $Id$
$GLOBALS["cmodes"] = array(1 => "Flat list - collapsed", 2 => "Flat list - expanded", 3 => "Threaded list - collapsed", 4 => "Threaded list - expanded");
$GLOBALS["corder"] = array(1 => "Date - newest first", 2 => "Date - oldest first");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function forum_system($field){
$system["description"] = t("Allows threaded discussions about general topics.");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function help_system($field){
$system["description"] = t("Manages displaying online help.");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function import_help() {
?>

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function jabber_system($field){
$system["description"] = t("Enables login with Jabber ID and password.");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function locale_help() {
?>

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function node_help() {
global $mod;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function page_help() {
$output .= "<p>The page module is used to create a <i>site page</i>. Unlike a story, a site page is a persistent web page on your site which usually shortcuts the typical lifecycle of user generated content (i.e. submit -&gt; moderate -&gt; post -&gt; comment). A site page is usually linked from the main navigation bar, using whatever text the author wishes. To create a site page without this navigation link, simply skip the form field which requests link text. Administrators are the exclusive authors of site pages (i.e. requires the <i>administer nodes</i> in ". la("permission", array("mod" => "user", "op" => "permission")) .").</p>";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function poll_allowvotes(&$node) {
/*

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function queue_system($field){
$system["description"] = t("Enables content to be moderated by the community.");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function rating_help() {
$output .= "<p>Drupal uses <i>gravity</i> as an indication for each user's contributed value. The system can be compared with <a href=\"http://www.slashcode.com/\">SlashCode</a>'s Karma and is - in fact - even more similar to <a href=\"http://scoop.kuro5hin.org/\">Scoop</a>'s Mojo.</p>";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function search_help() {
$output = "<b>". t("Search hints") ."</b>";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
if (variable_get("referrer", 0) && $referrer = getenv("HTTP_REFERER")) {
db_query("INSERT INTO referrer (URL, timestamp) values ('%s', '%s')", $referrer, time());

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function story_help() {
$output .= "<p>The story module enables to users to submit thoughful, cohesive posts for consideration by the rest of the community. Stories usually follow a specific content flow: <i>submit -&gt; moderate -&gt; post to home page -&gt; comment</i>. Administrators are able to shortcut this flow as desired.</p>";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function system_help() {
$output .= "<p>Drupal comes with system-wide defaults but the setting-module provides control over many Drupal preferences, behaviors including visual and operational settings.</p>";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function taxonomy_system($field){
$system["description"] = t("Enables the organization of content into categories.");

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function tracker_help() {
$output .= "The tracker module is a handy module for displaying the most recent comments happenning all over your web site. By following the <i>view new comments</i> link in the user block, a user may quickly review all recent comments. When a user first arrives at the main tracker page, she sees all recent comments in reverse chronological order, grouped by post. In addition, a self-centered user may choose to display only his own comments.</p>";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc");
session_start();

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function watchdog_help() {
?>

View File

@ -1,5 +1,4 @@
<?php
// $Id$
function weblogs_help() {
$output = "<p><a href=\"http://www.weblogs.com/\">Weblogs.com</a> is a website that tracks and displays links to changed weblogs and news-oriented websites. To get your Drupal site listed, weblogs.com must be informed about your site's updates. This is the job of the weblog module and when installed, the administrator doesn't have to do anything to participate in the <a href=\"http://www.weblogs.com/\">weblogs.com system</a>. The weblog module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the <a href=\"http://www.xmlrpc.com/weblogsCom/\">XML-RPC interface of weblogs.com</a>. Requires crontab.</p>";

View File

@ -1,5 +1,4 @@
<?php
// $Id$
include_once "includes/common.inc";

View File

@ -8,7 +8,6 @@
# code. This program tries to show as many improvements as possible with
# no false positives.
# $Id$
$comment = 0;
$program = 0;

View File

@ -1,5 +1,4 @@
<?php
// $Id$
class Theme_example extends BaseTheme {

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/*********************************************************************

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/*********************************************************************

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/*********************************************************************

View File

@ -1,5 +1,4 @@
<?php
// $Id$
include_once "includes/xmlrpcs.inc";
include_once "includes/common.inc";