Stripping CVS keywords
parent
4ed747ef3d
commit
779fb609c4
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function conf_init() {
|
||||
global $HTTP_HOST;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
#
|
||||
# Database settings:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function db_connect($url) {
|
||||
$url = parse_url($url);
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
require_once 'DB.php';
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
// initialize modules:
|
||||
function module_init() {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Basic theme
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?php // -*-c++-*-
|
||||
// by Edd Dumbill (C) 1999-2001
|
||||
// <edd@usefulinc.com>
|
||||
// $Id$
|
||||
|
||||
|
||||
// Copyright (c) 1999,2000,2001 Edd Dumbill.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
include_once "includes/common.inc";
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function archive_system($field){
|
||||
$system["description"] = t("Displays a calendar to navigation old content.");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function block_help() {
|
||||
?>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function blog_system($field){
|
||||
$system["description"] = t("Enables keeping a blog or easily and regularly updated web page.");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function book_system($field){
|
||||
$system["description"] = t("Allows users to collaboratively author a book.");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function cloud_help($type = "administrator") {
|
||||
if ($type == "user") {
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function forum_system($field){
|
||||
$system["description"] = t("Allows threaded discussions about general topics.");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function help_system($field){
|
||||
$system["description"] = t("Manages displaying online help.");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function import_help() {
|
||||
?>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function jabber_system($field){
|
||||
$system["description"] = t("Enables login with Jabber ID and password.");
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function locale_help() {
|
||||
?>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function node_help() {
|
||||
global $mod;
|
||||
|
|
|
@ -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 -> moderate -> post -> 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>";
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function poll_allowvotes(&$node) {
|
||||
/*
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function queue_system($field){
|
||||
$system["description"] = t("Enables content to be moderated by the community.");
|
||||
|
|
|
@ -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>";
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function search_help() {
|
||||
$output = "<b>". t("Search hints") ."</b>";
|
||||
|
|
|
@ -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());
|
||||
|
|
|
@ -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 -> moderate -> post to home page -> comment</i>. Administrators are able to shortcut this flow as desired.</p>";
|
||||
|
|
|
@ -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>";
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function taxonomy_system($field){
|
||||
$system["description"] = t("Enables the organization of content into categories.");
|
||||
|
|
|
@ -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>";
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc");
|
||||
session_start();
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function watchdog_help() {
|
||||
?>
|
||||
|
|
|
@ -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>";
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
# code. This program tries to show as many improvements as possible with
|
||||
# no false positives.
|
||||
|
||||
# $Id$
|
||||
|
||||
$comment = 0;
|
||||
$program = 0;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
class Theme_example extends BaseTheme {
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/*********************************************************************
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/*********************************************************************
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/*********************************************************************
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
include_once "includes/xmlrpcs.inc";
|
||||
include_once "includes/common.inc";
|
||||
|
|
Loading…
Reference in New Issue