blob: 58049f6c0daa89f01878370a2f9332e586d4131b (
plain)
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
|
zope.i18n Package Readme
========================
Overview
--------
Lorem ipsum delorem.
Changes
-------
See CHANGES.txt.
Installation
------------
See INSTALL.txt.
Developer Resources
-------------------
- Subversion browser:
http://svn.zope.org/zope.i18n/
- Read-only Subversion checkout:
$ svn co svn://svn.zope.org/repos/main/zope.i18n/trunk
- Writable Subversion checkout:
$ svn co svn://svn.zope.org/repos/main/zope.i18n/trunk
- Note that the 'src/zope/i18n' package is acutally a 'svn:externals'
link to the corresponding package in the Zope3 trunk (or to a specific tag,
for released versions of the package).
|