Hector Velarde: Using pep257, a Python docstring style checker with Buildout
PEP 257 documents the semantics and conventions associated with Python docstrings. According to it:A docstring is a string literal that occurs as the first statement in a module, function, class, or...
View ArticlePloneChix: 2006 Called and Wants its Apache Config Back
SummaryUpgrade Apache, stop using Rewrite Rules and go back to ProxyPass.DetailsThis is a quicky but hopefully it will save someone else from my pain. We upgraded our apache instance from 2.2 to 2.4 in...
View ArticleNathan Van Gheem: PROTECTING YOUR WEB APPS WITH 2-FACTOR AUTHENTICATION
Re-blogged from wildcardcorp.comFactored is comprehensive 2-factor authentication open source project sponsored by Wildcard corp. It's primary design is to protect the entire web application, any web...
View ArticleAlex Clark: We Pioneer
One of the subjects I find myself thinking about a lot is: Plone (surprise!) In Plone-land, we deliver the best Python-based CMS money can't buy on top of an aging Zope 2 "application server" mixed...
View ArticleAsko Soukka: Asynchronous stream iterators and experimental promises for Plone
This post may contain traces of legacy Zope2 and Python 2.x.Some may think that Plone is bad in concurrency, because it's not common to deployt it with WSGI, but run it on top of a barely known last...
View ArticleVictor Fernandez de Alba: PLOG2014 Plone 5 theme team report
Amongst the yearly Plone events of the calendar, the Plone Open Garden is well stablished and one of the most importants. This year’s edition was awesome thanks again to the great work and hosting from...
View ArticleReinout van Rees: Writing a README
Good documentation is important. I just heard two colleagues talking and what one of them said sounded like a README:- Install the shit. - Run it. - Look for error messages. It triggered me to write a...
View ArticleCodeSyntax: World Plone Day 2014: we focused on industrial...
World Plone Day was last wednesday, april the 30th, and as in previous occasions, we did celebrate it at CodeSyntax's offices, with some customers and Plone users of the Basque Country.
View ArticleFour Digits: Terugblik op de "Spring Summit"
Afgelopen woensdag organiseerde Four Digits voor haar klanten en andere relaties een bijeenkomst met lezingen, onder de naam "Four Digits Spring Summit". Dankzij de grote opkomst werd het een...
View ArticleJosh Johnson: Centralized Ansible Management With Knockd + Auto-provisioning...
Ansible is a great tool. We’ve been using it at my job with a fair amount of success. When it was chosen, we didn’t have a requirement for supporting Auto scaling groups in AWS. This offers a unique...
View ArticleJazkarta Blog: New Site Launched: The Mountaineers
For over a year a Jazkarta team consisting of David Glick, Carlos de la Guardia, Cris Ewing, and me has been working on the development of a new website for The Mountaineers, the premier outdoor...
View ArticleReinout van Rees: Intermittent renewal demonstrated through github graph
I've got a number of books at home in the "personal development" genre. One of the more practical and better ones is The Power of Full Engagement: Managing Energy, Not Time, Is the Key to High...
View ArticleUW Oshkosh: Plone Symposium Midwest 2014 News
We have a few news items for you:If you're planning to stay at the Premier Waterfront Hotel and haven't already booked your room PLEASE DO SO BY MAY 13 - the hotel will release unreserved rooms after...
View Articlekeul: Loading JavaScript configuration and i18n for Plone add-ons
collective.jsconfiguration is a Plone package that want to give a possible approach to the way of including JavaScript configuration or 18n data inside add-ons.Although it's heavily targeted to add-ons...
View ArticleReinout van Rees: PyGrunn: gevent - Denis Bilenko
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).gevent gives you something that works pretty much like threads without many of the drawbacks. Denis Bilenko...
View ArticleReinout van Rees: PyGrunn: Processes, data and (the) rest - Henk Doornbos
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).Henk Doornbos gave a talk in 2011 at PyGrunn about large codebases. Nice talk, that one, so I was looking...
View ArticleReinout van Rees: PyGrunn: Sphinx plus Robot framework - Pawel Lewicki
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).Pawel Lewicki talks about documention as the result of functional testing.Sphinx is Python's standard way...
View ArticleReinout van Rees: PyGrunn: Geoprocessing with Python - Greg Kowal
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).Grek Kowal will talk about geoprocessing with GDAL/OGR. Geoprocessing is a lot about map projections. The...
View ArticleReinout van Rees: PyGrunn: Modern authentication in python web apps - Arthur...
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).Arthur Barseghyan talks about SSO (single sign on) and two-factor authentication.Single sign onIf you have...
View ArticleReinout van Rees: PyGrunn: Documentation is king - Kenneth Reitz
(One of the summaries of the one-day 2014 PyGrunn conference in Groningen in the Netherlands).Note: Kenneth Reitz gave another talk earlier during the day called "growing open source seeds". I was at a...
View Article