~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
(in DOCUMENTATION) for the various contents of this directory.
55
55
 
56
56
- gen_ndr/  This directory contains routines for handling the Network
57
 
Data Representation (NDR) for various Exhange RPC calls. The contents
 
57
Data Representation (NDR) for various Exchange RPC calls. The contents
58
58
of this directory are generated (using Samba's pidl IDL compiler) at
59
59
build time. The main input file is exchange.idl (see top level
60
60
directory).
98
98
consult the API documentation (either build yourself, or online at
99
99
http://apidocs.openchange.org/mapiproxy/index.html) 
100
100
 
101
 
- pymapi/  This directory contains hand-written python bindings for
102
 
libmapi functions. 
103
 
 
104
101
- python/  This directory contains python scripts used to set up
105
102
("provision") the server side. They are not required for the client
106
103
side.