-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHPTAL website hosting #53
Comments
For updates of the current site I could:
|
Would you rather have the wiki migrate to Github or keep it on your server? (The later would save us the time of having to move the pages in the wiki over manually). |
I'd rather keep the wiki as-is |
In that case I think a proxy is the way to go... Is it possible for you to drop the source of the pages into a repo? |
Added https://github.com/phptal/website Keep in mind that it requires |
Final question before work on this can commence... We basically have 2 ways we could go about this...
The main advantages of converting would be that it's easier for people to contribute to the content (not sure how important this use-case is) and that there is a clearer separation between data and presentation. A lot (all?) of the build logic could also be dropped in favour of the build done by GH-Pages. The main disadvantage is that knowledge of Ruby/Jekyll/GH-Pages is needed when working on non-trivial functionality. The advantage of keeping the implementation is that the problem domain stays within the realm of PHP (and Do you have preference/opinions either way? Also @Ocramius, thoughts? (Abbreviated/ a few word is fine). |
I've added HTTPS on phptal.org. |
Introduction
In the conversation on #48, it became apparent that it might be useful for the PHPTAL website to fall under the same responsibility as the code-base.
Currently the PHPTAL site is hosted on @pornel's personal server.
It might be a good idea to set up a
phptal.github.io
repo and use Github Pages to host the content of the PHPTAL website.This issue is for discussing the pro's/con's and details of what such a plan entails.
Details
The website currently consists of the following sections:
As far as I can tell all of the pages can be served from static content except for the wiki.
Github offers wiki functionality, so that might be enough to port the current wiki to.
Github Pages also has support for RSS feeds so that shouldn't cause a problem.
Having all the docs (both the manual and the site) in a repo would allow people to send in PRs and would make it possible to automate things.
If PEAR support is eventually dropped, http://phptal.org/latest.tar.gz would not longer have to be updated. For the time being, this would constitute a commit/PR for each new release. (If that becomes too cumbersome the process could be automated in a build step).
The text was updated successfully, but these errors were encountered: