Author: Sergey Panteleev (saundefined) Committer: GitHub (web-flow) Pusher: nikic Date: 2021-04-07T21:20:23+02:00
Commit: https://github.com/php/web-gtk/commit/541faf1dd6c1a708fff2466e63fc7d8b5cc3d22a Raw diff: https://github.com/php/web-gtk/commit/541faf1dd6c1a708fff2466e63fc7d8b5cc3d22a.diff Replace references to git.php.net (#6) Replace references to git.php.net. Changed paths: M README Diff: diff --git a/README b/README index 2eeb85f..4fd3e3c 100644 --- a/README +++ b/README @@ -1,19 +1,12 @@ The PHP-GTK3 website =================== -This is the github mirror of the official PHP-GTK3 repository located at -http://git.php.net/?p=web/gtk.git;a=summary . Pull Requests ============= PHP-GTK3 website accepts pull requests via github. Discussions are done on github, but depending on the topic can also be relayed to the official PHP-GTK3 website developer -mailinglist [email protected] . - -We do not merge pull requests directly on github. All PRs will be -pulled and pushed through: [email protected]:/web/gtk.git or -https://git.php.net/repository/web/gtk.git or -https://git.php.net/push/web/gtk.git +mailinglist [email protected]. Development Branch ================== @@ -27,9 +20,9 @@ This is the git repo for the official gtk.php.net website. To setup a local mirror of the website: -$ git clone [email protected]:/web/gtk.git +$ git clone [email protected]:php/web-gtk.git or -$ git clone https://git.php.net/repository/web/gtk.git +$ git clone https://github.com/php/web-gtk.git cd gtk php -S localhost:8080 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
