yoshida@zend.co.jp f522ad498c [document]sync en %!s(int64=14) %!d(string=hai) anos
..
.svnignore e443b8c12a [DOCUMENTATION] English: %!s(int64=16) %!d(string=hai) anos
ar ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
bg ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
cs ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
de a39dafebd7 [ZF-11996] DOCUMENTATION: Fixed links to AWS developer documentation in Zend_Service_Amazon_Ec2-CloudWatch.xml (en,de) %!s(int64=14) %!d(string=hai) anos
en a39dafebd7 [ZF-11996] DOCUMENTATION: Fixed links to AWS developer documentation in Zend_Service_Amazon_Ec2-CloudWatch.xml (en,de) %!s(int64=14) %!d(string=hai) anos
es a08bc7766c [DOCUMENTATION] Spanish: sync with false commits r24248 & r24249 %!s(int64=14) %!d(string=hai) anos
fa ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
fr 6bc783f06c [ZF-11970] DOCUMENTATION: fix typo in Zend_File_Transfer-Introduction.xml (de,ja,en,fr) %!s(int64=14) %!d(string=hai) anos
he ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
hu ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
id ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
it cb9c787c7e %!s(int64=14) %!d(string=hai) anos
ja f522ad498c [document]sync en %!s(int64=14) %!d(string=hai) anos
ko ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
nl ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
pl 1bcf3aa1ad [DOCUMENTATION] Polish: sync with false commits r24248 & r24249 %!s(int64=14) %!d(string=hai) anos
pt-br 58b4f7a685 [DOCUMENTATION] Brazilian Portuguese: %!s(int64=14) %!d(string=hai) anos
ro ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
ru d0bb664962 [DOCUMENTATION] Russian: sync with false commits r24248 & r24249 %!s(int64=14) %!d(string=hai) anos
sk ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
sl ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
sr ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
tr ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
uk ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
zh ff5f4d164d Reverting previous commit and going back to r24747, commit no sense done by me in project wrong. %!s(int64=14) %!d(string=hai) anos
Makefile 1e7772fa08 ZF-11122 %!s(int64=15) %!d(string=hai) anos
README.txt e443b8c12a [DOCUMENTATION] English: %!s(int64=16) %!d(string=hai) anos

README.txt

INTRODUCTION

The manual is written in Docbook XML and requires a Unix-like
operating system with the standard GNU toolchain and xsltproc
or a similar XSLT processor to build the source XML into the
HTML that is shipped with the Zend Framework distributions.

On Windows, you can compile the docbook using Cygwin. See:
http://www.cygwin.com



INSTALLATION FOR WINDOWS USERS

Installation steps for Cygwin:
1. Choose "Install from Internet", click [Next]
2. Choose the directory where you want to install Cygwin. Leave the other
options on their "RECOMMENDED" selection. Click [Next]
3. Select a directory where you want downloaded files to be stored. Click
[Next]
4. Select your way of connecting to the Internet. Click [Next]
5. Choose the most suitable mirror in the mirrorlist. Click [Next]
6. Select the following packages from Devel or Libs to install:
* automake1.9
* libxslt
* make
All dependent packages will automatically be selected for you.
Click [Next]
7. Sit back and relax while Cygwin and the selected packages are being
downloaded and installed. This may take a while.
8. Check the option "Create icon on Desktop" and "Add icon to Start Menu" to
your liking. Click [Finish].



BUILDING THE DOCUMENTATION (*NIX AND CYGWIN)

To build the documentation into HTML:
1. Go to a shell prompt, or Windows users will run Cygwin (you can double-click
the icon on the Desktop or in the Start menu if you've chosen any of these
options at install-time)
2. Navigate to the directory where the documentation files are stored using
the traditional Unix commands. For Cygwin users, drives are stored under
"/cygdrive". So if your documentation files are stored under
"c:\ZF\documentation", you'll need to run the command "cd c:/ZF/documentation/".
You're under a Unix environment, so don't forget all paths are case sensitive!
3. To compile the doc, go to the directory in which manual.xml is located and run:
$ autoconf
$ ./configure
$ make



TROUBLESHOOTING

If you're encountering errors while trying the build instructions above...
1. Remove all files from the html/ subdir except dbstyle.css

2. Remove all files from the root dir except manual.xml, configure.in,
Makefile.in and README. The important one here is entities.ent.

3. You can optionally remove the "/autom4te.cache" directory and the
"/build/docbook-xsl" directory

4. Try to build again following the instructions given above. If it still
throws errors, post a message to the fw-docs@lists.zend.com list.