Commit Graph

48 Commits

Author SHA1 Message Date
5c170f9d5d Replace references to master.php.net 2021-04-06 17:06:34 +03:00
acb420205d Replace references to git and svn (#13) 2021-04-02 10:49:57 +03:00
71278a35b8 Fix symlinking on Windows cmd
`/j` creates a junction point what is more like a hardlink.  Also, on
Windows the arguments are swapped (link, target).
2020-12-10 17:30:50 +01:00
44c0d1b0df docs server builds every 4 hours 2020-05-22 12:16:34 +01: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
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
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
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
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
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
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
623fd3f22f Describe more files in structure chapter 2014-06-20 15:12:26 +02:00
852641ef02 Make it stable
It may require further improvements, but it's more stable than
already existing documents.
2014-06-20 11:31:13 +02:00
1ff56ef680 Port useful articles as apendices 2014-06-20 11:10:13 +02:00
509047ee86 More fixes... 2014-06-19 17:36:50 +02:00
3211853e49 Adjust internal URLs to the parsing engine 2014-06-19 14:08:02 +02:00
f159d47c82 Typo fixes 2014-06-19 08:31:59 +02:00
9647e88461 Minor cosmetic amendments to the tutorial
Actual content has changed very little.
2014-06-18 22:27:58 +01:00
ddb2602844 Typo fixes 2014-06-18 17:28:56 +02:00
b32e4f3dbe Draft of style guidelines 2014-06-17 20:11:33 +02:00
a856fb7ad6 Various fixes 2014-06-16 20:46:28 +02:00
8b28af7221 It's simpler now... I hope 2014-06-16 20:14:24 +02:00
916cee812e Port article about manual builds from wiki 2014-06-16 20:02:50 +02:00
e6a77bc73d Add missing ToC link 2014-06-16 15:58:38 +02:00
be48b4bb26 Make docgen the preferred choice 2014-06-16 15:56:22 +02:00
888dbbd839 Describe translation process in separate chapter 2014-06-16 15:53:12 +02:00
62d17412a4 Improve questions order in FAQ 2014-06-16 15:46:33 +02:00
bd62c82b29 Fixed commands 2014-06-15 22:43:47 +02:00
048382e228 Typo fixes 2014-06-15 22:42:15 +02:00
a0d083fe92 Fix FAQ question 2014-06-15 22:38:09 +02:00
f630306176 FAQ improvements 2014-06-15 22:36:53 +02:00
eb3aeee896 First draft of tutorial for contributors
Work in progress obviously, read more here:
http://news.php.net/php.doc/969384992
2014-06-15 22:25:56 +02:00