Re: [pydotorg-www] Python Wiki Spam

2013-03-18 Thread Chris Withers

On 18/03/2013 18:00, M.-A. Lemburg wrote:


We've been seeing the same development on the Jython wiki. I guess
they just realized that the Python wiki will likely get them
even more Google juice:

http://wiki.python.org/jython/RecentChanges

Of course, ideas as welcome :-)


I've had success with Akismet:

http://akismet.com/

Not that hard to wire in for a blog, maybe the same could be done for 
wiki edits?


cheers,

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Fwd: URGENT: Removal of Information for FUNERALCALL

2013-01-29 Thread Chris Withers

So, sent to anyone *except* the right address :-(

Seems unlikely that someone would just randomly post a job ad on their 
behalf, and I do hate arbitrary threats...


Nonetheless, I'll take it down as part of this evening's batch and copy 
in both the posting party and Amberly.


cheers,

Chris

On 29/01/2013 14:57, Brian Curtin wrote:

Can anyone who deals with the job board take a look at this? Amberly
from Funeral Call needs a post removed...


-- Forwarded message --
From: Amberly Odomambe...@funeralcall.com
Date: Tue, Jan 29, 2013 at 8:54 AM
Subject: URGENT: Removal of Information for FUNERALCALL
To: jnol...@python.org, spambayes-...@python.org, br...@python.org,
gu...@python.org


Hello,

I just came across a job opening that you have posted for our company.
We have not given anyone information to post a job and need this to be
removed immediately.This posting must be removed within 48 hours.
http://www.python.org/community/jobs/

--
Amberly Odom
Director of Marketing
Funeral Call

p.770-830-6000
e. ambe...@funeralcall.com
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


--
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Jobs: Python requirement?

2012-05-28 Thread Chris Withers

On 26/05/2012 01:16, Aahz wrote:

 From my POV, as long as Python is at least half the job, it's appropriate

for the Python Job Board.


It's more subtle than that for me; 50% Python 50% Java? No thanks.
50% Python, 20% html/xml, 20% css, 10% javascript? Maybe. 50%
python, 30% databases, 20% sysadmin (puppet, chef, bash, etc), sure,
why not.


I'd rather not think about that, it gets into ugly gray areas like the
extent to which Jython counts.


Indeed, I tend to do it on feel nowadays; is the recruiter just 
spamming a generic ad to as many places as possible or have they 
actually picked out the python job board for a reason? If the latter, is 
that reason one we're likely to agree with? ;-)


cheers,

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Final draft of redesign RFP

2012-05-10 Thread Chris Withers

On 10/05/2012 13:10, mar...@v.loewis.de wrote:

I'm largely sure that I think the job board should split off into its
own microsite at jobs.python.org. How do we go about making that happen?


I think I'm -1 on making a subsite. I like URL stability, so even if
the content maintenance of the jobs site works independent from the
rest, it should continue to be provided at its current URL.


I've always found it surprising that jobs.python.org doesn't exist.
I'd imagine about three 301 redirects would take care of existing urls...


I'd personally wait and see what the outcome of the redesign is. Perhaps
you might even like the new site. But if not, it should be easy enough
to take the jobs list out of the management even after the fact.


Indeed, the job board has been something I've been thinking about a lot 
for the last couple of years. I even started a project to handle it:


https://github.com/cjw296/jobs.python.org

...before my working situation changed and doing the moderation offline 
turned out to be a requirement.



That said, I think any contractor would have to know about the needs of
this particular application. It might be useful to ask bidders for a
separate quote on the job board, and then decide that the risk of wasting
that money (in case we don't use the new system for the jobs) is too high.


I think it'd make the RFP simpler and cheaper to split it off before.
I'm offering to do that work ;-)

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Using the python.org www repository with git

2012-05-04 Thread Chris Withers

Hi Chris,

Never tried, but if you get a successful clone I'd be interested in a copy!

cheers,

(another) Chris

On 04/05/2012 11:38, Chris Angelico wrote:

Has anyone used git-svn with the pydotorg repository? I'm having a bit
of trouble cloning the repository (aka checking it out); am hoping I
don't have to hunt down a Windows svn client.

$ git svn clone -s svn+ssh://pydot...@svn.python.org/trunk/beta.python.org pywww
Initialized empty Git repository in c:/pywww/.git/
Using higher level of URL:
svn+ssh://pydot...@svn.python.org/trunk/beta.python.org =
svn+ssh://pydot...@svn.python.org
W: Ignoring error from SVN, path probably does not exist: (160013):
Filesystem has no item: File not found: revision 100, path
'/trunk/beta.python.org'
W: Do not be alarmed at the above message git-svn is just searching
aggressively for old history.
This may take a while on large repositories
Checked through r8600

At this point it stalled for a long time (not sure how long, but long
enough that I was wondering if it had died completely - probably ten
minutes or more). Then after a while it silently gave me back a
prompt. However, the new pywww directory has about 25KB in it, which
is not nearly enough for even current status, much less history.

$ git status
# On branch master
#
# Initial commit
#
nothing to commit (create/copy files and use git add to track)

$ git log
fatal: bad default revision 'HEAD'

Have I done something hopelessly wrong? If nobody knows what's going
on, I'll switch to a real Subversion client, but it would be more
convenient to work this way.

I'm currently re-cloning the repository without the -s (standard
setup) option, to see if that makes any difference.

Chris Angelico
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


--
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] [Infrastructure] python.org down?

2012-01-15 Thread Chris Withers

On 15/01/2012 15:16, Georg Brandl wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/15/2012 03:46 PM, Doug Hellmann wrote:

I'm seeing reports via the PSF twitter account that python.org is down. Is
anyone available to take a look at the problem?


I've rebooted the machine, it was stuck again.  So far I couldn't see anything
interesting in the log files.


What's being done to diagnose this further?

2 outages in the space of 3 or 4 days doesn't look to good.
How does this correlate with pypi being moved to dinsdale?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] PyPI is offline

2011-11-08 Thread Chris Withers

On 08/11/2011 19:14, Brian Curtin wrote:

On Tue, Nov 8, 2011 at 13:09, anatoly techtoniktechto...@gmail.com  wrote:

http://www.isup.me/pypi.python.org


Works for me, and that page agrees: It's just you.
http://pypi.python.org is up.


It was definitely down for a while there :-P

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] FWD: adding a link on the Python download page

2011-10-03 Thread Chris Withers

On 02/10/2011 21:58, M.-A. Lemburg wrote:

Aahz wrote:

What do people think?  I'm -0 because I've never heard of this before
(they haven't been posting to c.l.py.announce) and because they're using
2.7.1 more than three months after 2.7.2 was released.


I'm +1 on this. The more options available for the user, the
better.


That doesn't follow for me.
Why are more options better?

There should be one-- and preferably only one --obvious way to do it.

Having a bucketload of linked distros is just going to be confusing for 
new users...


Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Repeated outages of python.org

2011-07-25 Thread Chris Withers

On 25/07/2011 11:29, Michael Foord wrote:

On 25/07/2011 10:10, M.-A. Lemburg wrote:

Hi Michael,

Michael Foord wrote:

On 25/07/2011 09:56, M.-A. Lemburg wrote:

Could one of the list admins please turn the list archive
of the pydotorg-www list into a private one ?

I don't think it's a good idea to let our setup information leak
to the Internnet via search engines.

The *point* of pydotorg-www is that it is a public list. Private
information should be sent to pydotorg not pydotorg-www.

I was only talking about the archives, not making it a private
list altogether.

Sure, but losing public archives, and the ability to use search engines
to search the archives is a big loss.

We don't make the archives of other public lists private because someone
sent an email they shouldn't have done - in fact we generally refuse to
even remove those emails from the archive.

The detail revealed in this email isn't critical, and I don't think we
should lose public archives because of it.


+1

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Fwd: Accepted: RE: Python Developers

2011-03-25 Thread Chris Withers

On 25/03/2011 12:54, s...@pobox.com wrote:

Chris, next time you're in there, please just rip them all out.


Done.

cheers,

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Inquiry (fwd)

2010-10-25 Thread Chris Withers

On 24/10/2010 21:13, Michael Foord wrote:


I don't think the external search links add a lot of value personally
and am happy to see less rather than more... My vote would be not to add.


Agreed.

FWIW, unless they have a very focused python-specific section, I'd 
advocate dumping all links to external job agencies / search engines / 
etc...


Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www