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
|
=======================
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.
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
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.
|