Main Menu
 Login

Show your love!

TedMasterWeb.com Forum Index
   BBEdit PHP Glossary
     How to generate your own version of the glossary
Register To Post

Threaded | Newest First Previous Topic | Next Topic | Bottom
Poster Thread
tedmasterweb
Posted on: 2004/11/5 1:14
Webmaster
Joined: 2004/10/17
From:
Posts: 32
How to generate your own version of the glossary
To generate your own version of the glossary, you need to download the PHP source documentation from php.net. You also need to download the XSL style sheet I created from here and copy it into the source directory of the php documentation. Once you have everything, in a Terminal window, navigate to the source directory and run
./configure
to generate manual.xml (the main xml file for the php documentation). Then, run the following line and when it's finished, you should see a new folder called PHP_Glossary.php in the same folder as your source files:
/usr/sbin/xsltproc --stringparam gtsr_build 'true' bbedit_php_glossary.xsl manual.xml
Anonymous
Posted on: 2005/1/31 20:52
Re: How to generate your own version of the glossary
From where exactly can we download the "source documentation"? There's a lot of download links on the documentation page (http://www.php.net/docs.php), but no mention of XML there.

Is the thing we have to download the Documentation framework (http://us4.php.net/manual/howto/chapter-framework.html)? If so, I haven't found a convenient download of those items either.

Could you post a link that leads directly to the documentation we need to download for use with 'bbedit_php_glossary.xsl'?
tedmasterweb
Posted on: 2005/1/31 21:07
Webmaster
Joined: 2004/10/17
From:
Posts: 32
Re: How to generate your own version of the glossary
You download the source documentation via CVS. Here are instructions for how to doanload the source documentation: http://www.php.net/manual/howto/cvs-login.html

Ted
tedmasterweb
Posted on: 2007/1/17 16:41
Webmaster
Joined: 2004/10/17
From:
Posts: 32
Re: How to generate your own version of the glossary
Since you need to download the source code, it is also helpful to have instructions on how to do it anonymously:

http://www.php.net/anoncvs.php

Then, once you are logged in to the CVS server, here are the instructions for downloading the documentation source code:

http://doc.php.net/php/dochowto/cvs-login.php

Remember that where it says "username" on the cvs-login.php page, use "cvsread" as described on the anoncvs.php page.
Threaded | Newest First Previous Topic | Next Topic | Top

Register To Post
 
TedMasterWeb.com Home Page TedMasterWeb.com Home Page TedMasterWeb.com Home Page