• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

admin/H03-May-2022-2,7772,116

bin/H03-May-2022-3,4062,579

config/H03-May-2022-5,4374,611

docs/H03-May-2022-7,3845,725

install/H03-May-2022-5818

js/plupload/i18n/H03-May-2022-

lib/H03-May-2022-7,5234,901

locale/H03-May-2022-181,934141,983

rpc/H03-May-2022-228

scripts/H03-May-2022-1,033823

services/H03-May-2022-2,0211,315

static/H03-May-2022-32

templates/H03-May-2022-2,9222,674

themes/default/H03-May-2022-2,9602,811

util/H03-May-2022-8253

.htaccessH A D14-Jun-2020546 1916

COPYINGH A D14-Jun-202022.7 KiB438367

READMEH A D14-Jun-20203.3 KiB11175

index.phpH A D14-Jun-20202.8 KiB7944

login.phpH A D14-Jun-202012.9 KiB422311

rampage.phpH A D14-Jun-20201.9 KiB649

rpc.phpH A D14-Jun-20205.8 KiB177123

signup.phpH A D14-Jun-20202.9 KiB7854

test.phpH A D14-Jun-20207.6 KiB238167

README

1================
2 What is Horde?
3================
4
5:Contact: horde@lists.horde.org
6
7.. contents:: Contents
8.. section-numbering::
9
10The Horde Project is a group of developers who write web applications using
11the Horde Application Framework, itself a product of the project.
12
13The Horde Application Framework is a flexible, modular, general-purpose web
14application framework written in PHP. It provides an extensive array of
15components that are targeted at the common problems and tasks involved in
16developing modern web applications: libraries for dealing with preferences,
17compression, browser detection, connection tracking, MIME, and more.
18
19The Horde Framework, by itself, does not provide any significant end user
20functionality; it provides a base for other applications and tools for
21developers. You will probably want to install some of the available Horde
22applications, such as IMP (a webmail client), or Kronolith (a calendar). There
23is a list of Horde applications and projects at http://www.horde.org/apps.
24
25This software is OSI Certified Open Source Software. OSI Certified is a
26certification mark of the `Open Source Initiative`_.
27
28.. _`Open Source Initiative`: http://www.opensource.org/
29
30
31Obtaining Horde
32===============
33
34Further information on Horde and the latest version can be obtained at
35
36  http://www.horde.org/apps/horde
37
38Information on applications that use the Horde framework can be found at
39
40  http://www.horde.org/apps
41
42
43Documentation
44=============
45
46The following documentation is available in the Horde distribution:
47
48:README_:                   This file
49:COPYING_:                  Copyright and license information
50:`docs/CHANGES`_:           Changes by release
51:`docs/CODING_STANDARDS`_:  Coding standards for Horde projects
52:`docs/CONTRIBUTING`_:      How to contribute to Horde
53:`docs/CREDITS`_:           Project developers
54:`docs/INSTALL`_:           Installation instructions and notes
55:`docs/PERFORMANCE`_:       Performance guide
56:`docs/RELEASE`_:           Release process notes
57:`docs/SECURITY`_:          Security notes
58:`docs/UPGRADING`_:         Pointers on upgrading from previous Horde versions
59
60
61Installation
62============
63
64Instructions for installing Horde can be found in the file INSTALL_ in the
65``docs/`` directory of the Horde distribution.
66
67
68Assistance
69==========
70
71If you encounter problems with Horde, help is available!
72
73The Horde Frequently Asked Questions List (FAQ), available on the Web at
74
75  http://wiki.horde.org/FAQ
76
77Horde LLC runs a number of mailing lists, for individual applications
78and for issues relating to the project as a whole. Information, archives, and
79subscription information can be found at
80
81  http://www.horde.org/community/mail
82
83Lastly, Horde developers, contributors and users also make occasional
84appearances on IRC, on the channel #horde on the Freenode Network
85(irc.freenode.net).
86
87
88Licensing
89=========
90
91For licensing and copyright information, please see the file COPYING_ in the
92Horde distribution.
93
94Thanks,
95
96The Horde team
97
98
99.. _README: README
100.. _COPYING: http://www.horde.org/licenses/lgpl
101.. _docs/CHANGES: CHANGES
102.. _docs/CODING_STANDARDS: CODING_STANDARDS
103.. _docs/CONTRIBUTING: CONTRIBUTING
104.. _docs/CREDITS: CREDITS
105.. _INSTALL:
106.. _docs/INSTALL: INSTALL
107.. _docs/PERFORMANCE: PERFORMANCE
108.. _docs/RELEASE: RELEASE
109.. _docs/SECURITY: SECURITY
110.. _docs/UPGRADING: UPGRADING
111