473,498 Members | 1,838 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

www.phpdoc.org is down

I tried to get PHPDocumentator but the website is down for days.
I find it strange that the server of such an important tool does not
get more attention.

Or is there an alternative i missed.

How important is PHPDocumentator? And why is it not added to the
standard php distribution?
Oct 31 '08 #1
5 1848


<sc***********@gmail.comha scritto nel messaggio
news:7e**********************************@c36g2000 prc.googlegroups.com...
I tried to get PHPDocumentator but the website is down for days.
I find it strange that the server of such an important tool does not
get more attention.

Or is there an alternative i missed.

How important is PHPDocumentator? And why is it not added to the
standard php distribution?
Yes, it seems to be down.
I suppose that you can find it here:
http://pear.php.net/package/PhpDocumentor

It's not possible to Include EVERYTHING that you thing is useful within php,
you can always add things by yourself and create your own packages including
wathever you need, even recompile php itself and integrate pecl extensions.
So it's up to you to create something that will satisfy entirely your needs.
For example a good thing for debugging php is xdebug but it doesn't mean
that MUST
be included in php. We should also think about the fact that most projects
are mad by third
parties and could not always be included in the main projects and It's
better to have a slim
version of php that we can amplify via pecl modules and/or php
classes/frameworks/etc.

The standard php distribution is good as is, maybe we can suggest what could
be useless :) and removed
from the main distribution.

In any case there are different opinions regarding those arguments and
there's no a real solution
and in most case things are added if the developers receive alot of requests
from the users or if
there are commercial/marketing/diffusion incentives, for example the mysql
(and other dbms) support in php have been a good choice for the diffusion of
php.

Regards

L. A. Iarrusso

Oct 31 '08 #2
sc***********@gmail.com wrote:
>Yes, it seems to be down.
I suppose that you can find it here:http://pear.php.net/package/PhpDocumentor

Unfortunately this is only the source code pear package, not the
documentation
manual. I think i wait month and hope it comes up.
>It's not possible to Include EVERYTHING that you thing is useful within php,

No not everything. But a standardized source code documentation
style should be defined in PHP. Hope that i don't need to discuss
that this is an essential part of language. This _MUST_ be
standardized and maintained by the core team.
(Fixed word wrapping.)

Although tools like pydoc and javadoc are pretty handy, their use is
not required nor necessarily prerequisite to good documentation.
Regardless of the tool you use to document your software, you still
have to be thorough and complete.

Developers are free to document their software however they see fit,
there is no "one-size-fits-all" standard for documenting projects.

[FUD snipped]

--
Curtis
$eMail = str_replace('sig.invalid', 'gmail.com', $from);
Oct 31 '08 #3
On Fri, 31 Oct 2008 21:42:32 +0100, <sc***********@gmail.comwrote:
>Yes, it seems to be down.
I suppose that you can find it
here:http://pear.php.net/package/PhpDocumentor

Unfortunately this is only the source code pear package, not the
documentation
manual. I think i wait month and hope it comes up.
Erm, look at:
http://pear.php.net/package/PhpDocum...anual.pkg.html
--
Rik
Nov 1 '08 #4
On 31 Okt., 23:06, Curtis <dye...@sig.invalidwrote:
Although tools like pydoc and javadoc are pretty handy, their use is
not required nor necessarily prerequisite to good documentation.
Regardless of the tool you use to document your software, you still
have to be thorough and complete.
The problem cames when you look at libraries not applications.
Libraries used by many people. Especially libraries that some day move
into the base distribution. Here we need one and only one style.
And since you never know what happens in the future, be prepared
all the time.
Developers are free to document their software however they see fit,
there is no "one-size-fits-all" standard for documenting projects.
Well i'm really tired to hear this nonsense. There is the need to do a
well
known how do document. You still have enough freedom it's a
"one-fundamental-to-customize-all".
[FUD snipped]
Unfortunately it wasn't FUD, if you think that the development style
of
PHP is in any way acceptable you are as intelligent as a female vice
president.
By the way: It will not help to wait a month. The site was definitely
sold
to a "PHP Doctor". Interesting question is where to get the stuff now.
Not the PEAR
package but the whole cake.
Nov 1 '08 #5
On Nov 1, 10:00*am, scholz.lot...@gmail.com wrote:
On 31 Okt., 23:06, Curtis <dye...@sig.invalidwrote:
Although tools like pydoc and javadoc are pretty handy, their use is
not required nor necessarily prerequisite to good documentation.
Regardless of the tool you use to document your software, you still
have to be thorough and complete.

The problem cames when you look at libraries not applications.
Libraries used by many people. Especially libraries that some day move
into the base distribution. Here we need one and only one style.
And since you never know what happens in the future, be prepared
all the time.
Developers are free to document their software however they see fit,
there is no "one-size-fits-all" standard for documenting projects.

Well i'm really tired to hear this nonsense. There is the need to do a
well
known how do document. You still have enough freedom it's a
"one-fundamental-to-customize-all".
[FUD snipped]

Unfortunately it wasn't FUD, if you think that the development style
of
PHP is in any way acceptable you are as intelligent as a female vice
president.

By the way: It will not help to wait a month. The site was definitely
sold
to a "PHP Doctor". Interesting question is where to get the stuff now.
Not the PEAR
package but the whole cake.
I think you might find that you get more help from the people in this
group if you modify your attitude. Everyone's development style is
different, and what works for me doesn't necessarily work for you and
vice versa. I agree that documentation is important, and most people
would agree, but insisting that you know the One True Way to develop
is counter-productive at best.

Adding extensions isn't rocket science, and most Linux distros come
with at least some packages that add extensions to PHP.
Nov 3 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
7174
by: point | last post by:
Anyone knows of a good and easy program or script which generates doc file from a phpdoc style comments???? PhpEdit has something like that but I need a standalone one... respect....
2
11009
by: ehm | last post by:
I am working on creating an editable grid (for use in adding, deleting, and editing rows back to an Oracle database). I have a JSP that posts back to a servlet, which in turns posts to a WebLogic...
1
1960
by: Colin McKinnon | last post by:
Hi all, I'm wondering if anyone can recommend a PHP documentor which *works* phpXref-0.4.1 - can't cope with more than one class defn per file phpdoctor-2.0.0RC1 - can only document...
18
3020
by: jrhoads23 | last post by:
Hello, I am trying to find a way to tell if an .NET windows forms Button (System.Windows.Forms.Button) is "depressed" (pushed down). For my application, I can not use a check box control set to...
3
6137
by: Don Wash | last post by:
Hi There! I have a Server-side Drop-down box in ASP.NET (VB) page. What do I do to widen the Drop down box's Pull-Down list's width? I'm not talking about the Drop-down box's width but the box...
2
12594
by: Yoshitha | last post by:
hi I have 2 drop down lists in my application.1st list ontains itmes like java,jsp,swings,vb.net etc.2nd list contains percentage i.e it conatains the items like 50,60,70,80,90,100. i will...
4
2116
by: Baron Samedi | last post by:
hi, I would like to auto-doc some existing code, mostly so I can understand it. I am slowly adding PhpDoc comments, but I miss some tools which I have for C/c++. For instance, the Code Visual...
7
2422
by: callawayglfr | last post by:
I am building a database in access where I have a drop down box that relates to a text box, that part I have working but when someone selects information from the first drop down I need it to limit...
3
1694
pbmods
by: pbmods | last post by:
Nobody I know actually uses phpdoc, but some of the staff where I work use IDEs that can parse phpdoc blocks, so I try to be accommodating. Plus I might just use it someday if I have some time to...
0
7004
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7167
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7208
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5464
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4915
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3095
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3085
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
657
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.