Davide Moro: Kotti CMS - how to turn your Kotti CMS into an intranet
In the previous posts we have seen that Kotti is a minimal but robust high-level Pythonic web application framework based on Pyramid that includes an extensible CMS solution, both user and developer...
View ArticleTimo Stollenwerk: Continuous Integration for Plone
How we set up a new distributed CI infrastructure for Plone with Jenkins, Ansible, Jenkins Job Builder, and mr.roboto.Continue reading on Medium »
View ArticlePlone.org: February Newsletter
Welcome to the Plone Newsletter where on or about the beginning of each month we send you the previous month’s news and upcoming events from around the world.
View ArticleDavide Moro: collective.angularstarter (Plone + AngularJS + Yeoman...
Get started with Plone + AngularJS without any of the normal headaches associated with a manual setup of useful tools that let you improve your development experience and the deploy of your...
View ArticleJosh Birdwell: How to edit Barceloneta in Plone 5.02a
Hi, Today, I am going to show you how you can customize the default theme of Plone 5.02a. Prerequisites: - Understand Buildouts - Knowledge of CSS - Running Plone 5.02a Instance - (Download here)(My...
View ArticleJosh Birdwell: How to setup mail on Plone 5.02a (Gmail)
Original TutorialStep 1: Go to Site SetupStep 2: Go to Mail ConfigurationStep 3: The screen will look like this but it’ll be emptyStep 4: Fill out the settings SMTP server: smtp.gmail.com SMTP port:...
View ArticleJosh Birdwell: How to use BlockDataGridFieldFactory
[There are embedded gist’s click link to see] Help from espenmn & tkimnguyenAdd collective.z3cform.datagridfield to the buildout.cfg | We are doing this to get the most recent code because if not...
View ArticleJosh Birdwell: Install Java JDK 7 on Ubuntu 12.04 (JavaFX is included in the...
Good article I found.
View ArticleJosh Birdwell: Multiple File Upload - Custom Dexterity Content Types - Plone...
Step 1: Edit buildout.cfgeggs += plone.formwidget.multifile Step 2: Edit xyz_templates -> view.ptSorry for the bad picture, the markdown won’t work for the code. Step 3: Edit xyz.py Finished...
View ArticleJosh Birdwell: TinyMCE for Plone 5+ - Upload Image src error
The src for the image I was receiving was: src=“4fa326b255cb49d69b0f9c29a7d5d55e/@@images/image/thumb"The expected src for images are:...
View ArticleJosh Birdwell: Understanding Node.js Exports
Source Author: Alnitakmodule.exports is the object that's actually returned as the result of a require call. The exports variable is initially set to that same object (i.e. it's a shorthand "alias"),...
View ArticleJosh Birdwell: 1st Post
Hi everyone,I will post ideas, thoughts, notes, or anything I see fit to share. I hope you find this insightful and can gain something from reading my short posts.
View ArticleJosh Birdwell: Getting Upstart to work on RPi
I already ran into this problem once where the raspberry would not boot up anymore after installing upstart:http://www.raspberrypi.org/phpBB3/viewtopic.php?f=30&t=29447After recovering the old...
View ArticleJosh Birdwell: Memory Bank
How to change a remote repository URI using Git?git remote set-url origin git://new.url.here(see git help remote) or you can just edit .git/config and change the URLs there. You're not in any danger of...
View ArticleJosh Birdwell: Raspberry Pi Tips & Tricks
Safe Raspberry Pi ShutdownUhoh, This content has sprouted legs and trotted off.Learn more about embedding youtubeFinding Raspberry Pi IP AddressYou can find the IP address of your computer, either by...
View ArticleJosh Birdwell: Raspbian apt-get errors
Running into issues with apt-get on your raspberry pi (OS: raspbian) Follow the bullet points below to get apt-get in working shape.Raspberry Pi Command Prompt:$ sudo vi /etc/apt/sources.list Follow...
View ArticleJosh Birdwell: Sublime Linter Commands
Within a file whose language/syntax is supported by SublimeLinter, you can control SublimeLinter via the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows). The available...
View ArticleAndreas Jung: Callas Software pdfChip released - A quick test
Quick test of a new PDF converter supporting CSS Paged Media.
View Article