diff --git a/modules/webhelp/web/hacking/index.html.wml b/modules/webhelp/web/hacking/index.html.wml index 53ab61f52..6586986da 100644 --- a/modules/webhelp/web/hacking/index.html.wml +++ b/modules/webhelp/web/hacking/index.html.wml @@ -1,59 +1,63 @@ ## $Id$ ## This file is part of the CERN Document Server Software (CDSware). ## Copyright (C) 2002 CERN. ## ## The CDSware is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation; either version 2 of the ## License, or (at your option) any later version. ## ## The CDSware is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with CDSware; if not, write to the Free Software Foundation, Inc., ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. #include "cdspage.wml" \ title="Hacking CDSware" \ navbar_name="hacking" \ navtrail_previous_links="" \ navbar_select="hacking" Welcome to the CDSware Developers' corner. Before diving into the source, make sure you don't miss our user-level and admin-level documentation as well. And now, back to the source, and happy hacking!

General information, coding practices

Common Concepts
Summarizing common terms you will encounter here and there.
Modules Overview
Presenting a summary of various CDSware modules and their relationships.
Coding Style
A policy we try to follow, for good or bad.

Module-specific information

Search Internals
Describes information useful to understand the search process internals, like the different search stages, the high- and low-level API, etc. +
WebAccess Internals +
Describes information useful to understand the access control process +internals, its API, etc. +