Version: @optimizely/[email protected]
Environment: VS Code 1.104.1, Node.js v24.8.0
Testing Date: September 22, 2025
Reporter: SumUp
| # Podcast Summary — “Redefining the CMS for the AI Era” | |
| ## Who’s talking | |
| * **Host:** Barb Mosher Zinck (Content Matters podcast) | |
| * **Guests:** | |
| * **Deane Barker** — Director of Strategic Engagement, Staffbase; author on content modeling and CMS. | |
| * **David Hillis** — CMO, Ingeniux; “tech optimist” focused on AI-powered web/customer experiences. |
Version: @optimizely/[email protected]
Environment: VS Code 1.104.1, Node.js v24.8.0
Testing Date: September 22, 2025
Reporter: SumUp
| haystack = "javascript" | |
| needle1 = "jvs" | |
| needle2 = "jts" | |
| needle3 = "jvt" | |
| def func(word, partial): | |
| isFound = True | |
| for char in haystack: | |
| if not partial: |
| # PROBLEM | |
| arr1 = [1, 2, 3] | |
| arr2 = [1, 3, 4] | |
| output = [1, 3] | |
| # SOLUTION | |
| def func(arr1, arr2): |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| This means: | |
| Create a Python package of the form plonetheme.free_theme | |
| Create a Diazo theme inside of the form: plonetheme.free_theme/plonetheme/free_theme/theme/free_theme/{rules.xml,index.html,static/} | |
| Create a zip file from the diazo theme: plonetheme.free_theme/free_theme.zip | |
| Upload to PyPI | |
| Use plonetheme.unilluminated as an example: https://github.com/aclark4life/plonetheme.unilluminated. | |
| Preferably we develop themes in the Github collective: https://github.com/organizations/collective but SVN collective or elsewhere is fine too as long as they end up on PyPI/plone.org. |