File: SCRIPTS

package info (click to toggle)
horde3 3.1.3-4etch7
  • links: PTS
  • area: main
  • in suites: etch
  • size: 22,876 kB
  • ctags: 18,071
  • sloc: php: 75,151; xml: 2,979; sql: 1,069; makefile: 79; sh: 64
file content (92 lines) | stat: -rw-r--r-- 2,323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
=======================
 Horde Utility Scripts
=======================

Introduction
~~~~~~~~~~~~
This directory contains various utility scripts for the Horde distribution.
They are here for your convenience.


Script Index
~~~~~~~~~~~~
compare_revisions.sh
    Compares different CVS revisions of the same file.

cookie_login.php
    Allows to login with user credentials provided by cookies.

create-symlinks.php
    Creates symbolic links necessary for developers to work directly on the
    files in the framework module without needing to install the changed
    packages.

crond
    tbd

get_login.php
    Allows to login with user credentials provided by GET parameters.

highlight.php
    Highlights source files on the console.

horde-rsync.sh
    Performs a checkout of the latest Horde cvs sources using rsync.

http_login_refer.php
    tbd

make-snaps.php
    tbd

make-release.php
    Builds distribution tarballs for Horde and Horde modules.

merge.php
    Merges commits from a commit message into the CVS tree of the current
    directory.

migrate_categories.php
    Migrates old categories to the new horde_category_attributes table.

migrate_links.php
    Migrates old Horde_Links to the horde_category_attributes table.

package.dtd
    The PEAR package description.

rpc-test.php
    Provides tests for the RPC client against several (including our own) RPC
    servers.

set_perms.sh
    Sets file ownership and permissions on the Horde tree for high security.

setup.php
    The main Horde setup script which allows for a step by step setup or
    reconfiguration of a Horde installation.

temp-cleanup.cron
    An example cron job shell script which will clean up any temporary files
    which may get stranded by Horde users in the web server's temporary
    directory.

update_horde.sh
    Facilitates the updating and/or installation of horde and its
    applications.

mime_mapping/
    This script converts an Apache-style mime.types file into a
    mime.mapping.php driver file suitable for use with Horde.  It is useful
    for syncing Apache updates to their MIME types with Horde.


Database Scripts
~~~~~~~~~~~~~~~~
Database table schemas and associated utility scripts are located in the sql/
subdirectory.


LDAP Schemas
~~~~~~~~~~~~
LDAP schemas are located in the ldap/ subdirectory.