Movember contributions

under Python, Pyramid, Plone, Gentoo, English

November has been a busy month. Some things I have been involved with (mostly during weekends and evenings): released mr.bob (project skeleton renderer replacing Paste and templer) 0.1a2 and 0.1a3. I'd love more people to try it out. No Python knowledge is needed to write a template. Example: https://github.com/disko/bobtemplates.kotti minor eestec.portal improvements for next generation Plone portal for http://eestec.net wrote kiberpipa.bookshelf (pyramid web application displaying ebook metadata from solr backend) lot's of thinking ...

Products.TinyMCE 1.3 status update

under Python, Tinymce, Plone, English

Products.TinyMCE 1.3 is not ready to be released, but we are advancing: PLIP was submitted by Tom Gross (kudos!) to include Products.TinyMCE 1.3 into Plone 4.3 release. Upcoming Friday (18th of May), Plone tuneup will be focused on fixing TinyMCE bugs and cleaning up the bug tracker. I will attend tuneup and will focus on answering questions regarding Products.TinyMCE. Join #plone-tuneup on irc.freenode.net to participate! Second week of July 2012, another awesome Plone ...

AutoVPN: auto connect VPN if network is active and reconnect if VPN connection drops

under Privacy, English

After unsuccessful try on reddit.com, someone pointed me to a Python script that almost did what I wanted. Changed it a bit (works only with NetworkManager 0.9.x branch) and got: https://gist.github.com/1547663 First parameter to script is VPN connection name in NetworkManager and second are comma separated names of networks that should be ignored (using VPN connection at home is useless). clone gist somewhere (eg. git clone git://gist.github.com/1547663.git /home/user/autovpn/) add to /etc/rc.local: ...

Export content from Chromium History

under Export, Chromium, English

Since http://ietherpad.com is down and I was notified all data was lost, this ruined my day, since I was already planning for past few weeks to write a script that would do daily backups. There is bright future however. I am migrating to http://titanpad.com, wrote backup script in advance, and also managed to get some data from chrome cache. Here are the steps: on linux, figure out which history Index are you interested ...

Products.TinyMCE 1.3 beta 1 release

under Python, Release, Tinymce, Plone, English

add http://static.domenkozar.com to your find-links pin version to Products.TinyMCE-1.3-beta1 run upgrade step in portal_setup report issues ;-) Detailed changelog is long, (if you are interested) read following. tinymce version upgrade 3.2.7 (2009) to 3.4.3 (2011) IE9 support (implicitly fixed by previous line) Dexterity support Plone 3 and 4 compatible rewritten Image and Link plugins (now named as plonebrowser) with jQuery configurable shortcuts in ...