Commit Graph

706 Commits

Author SHA1 Message Date
aa24ddb51f add php5 manual archives 2020-09-24 13:06:25 +01:00
4d3210e959 add php4 manual archives 2020-09-24 12:46:13 +01:00
44c0d1b0df docs server builds every 4 hours 2020-05-22 12:16:34 +01:00
74e62bf809 This is merelly a test-commit
This tests whether the karma process is broken or not
2020-02-05 09:42:32 +00:00
151e968dcf Revert "Advertise https://github.com/php/doc-en/pulls"
This reverts commit 1275db0052,
because the Git mirror is still experimental.
2019-08-09 20:31:15 +02:00
1275db0052 Advertise https://github.com/php/doc-en/pulls 2019-08-09 17:43:35 +02:00
61e52a4204 Fix Parsedown for PHP 7
We should actually consider to update this library.
2019-07-12 16:49:37 +02:00
5f1c2fb6ce Actually, we need Git as well
Thanks Peter!
2019-04-15 22:57:31 +02:00
73f074cc4a Fix typo
Unfortunately, we still have to use SVN …
2019-04-15 20:26:56 +02:00
eb5f58c55b minor updates to tutorial builds page
mirrors -> web servers
build schedules
add Peter as point of contact for docs.php.net
link to phpdoc list
2019-04-01 21:43:33 +01:00
5909e1b832 Fix typo 2019-03-20 14:45:02 +01:00
ebb5db92ee revert "other" phpdoc-all updates
To investigate why the systems job that should be doing this, is not.
2019-01-07 19:49:53 +00:00
79365202d5 Fixed other svn dir path 2018-11-15 22:46:24 -08:00
ed9b2a5643 Added the "other" phpdoc-all/ directory on euk2.
It might fix our issue on doc.php.net where builds are using an old svn copy.
2018-11-14 14:20:32 -08:00
bbf6bb4558 PhD 1.1.11 news 2018-11-13 22:53:44 +00:00
4b5181b289 PhD 1.1.11 channel files 2018-11-13 22:53:44 +00:00
9c2a3e006c Sync final newlines
This patch adds some missing newlines and trims multiple newlines into
one.

According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-01 23:36:51 +02:00
5d425c4438 Trim trailing whitespace 2018-10-01 23:21:45 +02:00
cb81c04089 Remove unused Git attributes ident
The `$Id$` keywords were used in CVS and Subversion where they can be
substituted with filename, last revision number change, last changed
date, and last user who changed it.

In Git this functionality is different and can be done with Git
attribute ident. These need to be defined manually for each file in the
`.gitattributes` file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of `$Id$` keywords by removing them since
they are not used anymore.
2018-10-01 22:52:49 +02:00
fe01ebc971 Fix grammar 2018-08-06 13:18:43 +02:00
6565409288 Fix typo 2018-08-06 13:16:27 +02:00
38fa425159 Clarified the download section
Clarified the download section to include additional information and examples, including information about svn externals.
2017-09-14 12:16:55 -07:00
f4aa155a0e Various updates for 'Setting up Documentation environment' tutorial 2016-12-14 22:01:18 +01:00
137310a24a Ehh, hopefully this should be last fix 2016-12-11 10:02:52 +01:00
a16dd9c36c Make it executable 2016-12-11 09:58:02 +01:00
d3f3b19c9e Sigh, fixes... 2016-12-11 08:55:42 +01:00
df31ed0e7e Build latest PhD's guide using PHP/HowTo format
It was unused anyway after switching docs' howto to Markdown,
so I thought it can be still utilized for PhD's Guide itself.
2016-12-11 08:51:54 +01:00
a663390dfc Various updates 2016-12-09 01:57:56 +01:00
d06409e309 Merge branch 'pull-request/9' 2016-12-07 08:31:37 +01:00
2dbf347f18 Eh, fixes 2016-12-06 10:02:55 +01:00
2312e43bd6 Write about phpdoc-all 2016-12-06 08:58:49 +01:00
b34af3d1e7 This also needs an update 2015-06-22 07:55:08 +02:00
ec03f1935f New pman release 2015-06-19 09:35:46 +01:00
3b9ad9e870 https://wiki.php.net/systems/sc1 seems tobe decommissioned 2015-04-18 17:41:42 +05:30
36709c4b20 Better explicitly say to cd before installing PhD 2015-03-20 07:31:38 +01:00
3312e45895 Simplify tutorial for running PHP Documentation locally
I decided to not describe automated (create-phpdoc-setup.php) option
to make instructions more straightforward, but one can revert it if
it's really needed or helpful.
2015-03-20 07:24:25 +01:00
5df1038c87 rsync box builds manuals every day 2015-03-13 20:41:05 +00:00
93121221a0 More readable changelog for PhD 2015-03-08 12:04:33 +01:00
27b70180e4 Revert "Updated tutorial/joining.md"
This reverts commit 81fd1e9000.
2015-03-01 06:53:49 +01:00
81fd1e9000 Updated tutorial/joining.md
Replaced SVN with GIT
2015-02-28 10:56:28 -08:00
ed6b661cbd Update joining.md 2015-02-28 10:55:59 -08:00
b4f6de7414 Name of language, not country, for Ukrainian translation 2014-09-17 05:12:29 +02:00
7325c4ae4e Hello, Ukrainian translation! Welcome aboard 2014-09-15 19:36:11 +02:00
a068c936b8 Fix paths 2014-08-03 07:21:12 +02:00
11bedb65e7 Code cleanup 2014-08-03 07:07:13 +02:00
d8dbad882a Remove division into "critical" and "old" files. Leave just outdated files
* "old files" stats were generated incorrectly
* "old files" made "critical files" count incorrect
* there was no way to display "old files" list
* this approach is compatible with PhD OE
2014-08-03 06:55:52 +02:00
9b51b51664 We don't analyze php-src anymore 2014-07-17 07:01:50 +02:00
c6ebafcaad Merge pull request #5 from rogeriopradoj/fix-typo
Fix typo REDAME -> README

* rogeriopradoj/fix-typo:
  Fix typo REDAME -> README
2014-07-16 09:00:18 -07:00
6927cb0365 Merge pull request #6 from rogeriopradoj/fix-populate-sh
Fix populate sh - checkout php source using git instead of svn

* rogeriopradoj/fix-populate-sh:
  Use git to checkout php source instead of svn
  Change SVNBIN into a portable path using /usr/bin/env svn
2014-07-16 08:56:47 -07:00
29519aa62f Use git to checkout php source instead of svn
Since http://svn.php.net/repository/php/php-src/trunk doesn't host
php-src anymore, this change gets source from GitHub.

Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
2014-07-16 07:56:26 -03:00