On Tue, Jun 25, 2013 at 12:46 PM, Mike Griffiths <mgriffi...@gmail.com> wrote:
> On 25 June 2013 18:11, Hannes Magnusson <hannes.magnus...@gmail.com> wrote:
>>
>> On Tue, Jun 25, 2013 at 9:03 AM, Mike Griffiths <mgriffi...@gmail.com>
>> wrote:
>> > Hola,
>> >
>> > I'm looking to get people.php.net a bit more up to date.  I've found a
>> > couple of small bugs with it and it's looking a bit dated.  I personally
>> > think it would be great if we could 'pretty' it up a little, as I don't
>> > think it will take much work to do so.  I am thinking something along
>> > the
>> > lines of Mozillians (https://mozillians.org - the same sort of idea but
>> > for
>> > Mozilla volunteers).
>> >
>> > I was going to start by cleaning up any bugs I could find.  I found one
>> > after a couple of minutes of tinkering last night, adding links to the
>> > 'About Me' section in markdown simply appends the link to the current
>> > URL,
>> > leading to 404s (http://people.php.net/"http://google.com"; for example).
>> >  Eventually getting the styling of the site in line with the new PHP
>> > site
>> > and potentially adding in some more features.
>> >
>> > I just want to get everyone's thoughts on it before I commit time on the
>> > whole thing.  More than happy to put the work in.
>>
>> Sounds good. I think a similar look to the new www would be great as
>> we should try to keep consistency for our pages.
>>
>> Go for it.
>>
>> -Hannes
>
>
> Great stuff, will get cracking.
>
> I've had a look at the code and have two questions:
>
> I've noticed there is no use of a framework on any of the sites.  Is there
> any reason for this?  It's not problem either way, but I would have assumed
> some sort of MVC, however basic.  If you guys do prefer some sort of MVC
> framework then that would be preferable to me, and I might convert what we
> already have to that.


We don't use any framework no, and won't be using any either.




> Secondly, I have noticed that a lot of the information displayed on
> people.php.net is taken from GitHub and master
> (https://master.php.net/fetch/user.php?username=mikemike), the latter
> requiring a token.  I guess there are two questions here:  Is the 'master'
> JSON fetch the best way of doing things and can I get access to that file to
> at least see what it is doing (read-only). it doesn't appear to be on GitHub
> (https://github.com/php/web-php)?  Is GitHub the best place to be fetching
> the data from?  I'm guessing not as most of us don't have GitHub access -
> perhaps it should just be info added on master.php.net/manage/?
>

When it was originally created I just pulled info from random 3rd
party sources for the fun of it, pear, github, olhoho and whatever.
Didn't see the need to duplicate all the info on master.. But the
username guessing logic wasn't the best one in the world so I suspect
much of it has been removed by now.

It would make sense to ask for peoples usernames (on master) on these
things so we can pull the information about the right people
correctly.

As for getting the token we currently use, I'd prefer not to hand it
out. You should be able to get one yourself quite easily.

-Hannes

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to