opOSSum is a nice Open Source compliance tool which can be found on GitHub . ScanCode is another nice Open Source compliance tool which can be found on GitHub , too. While the latter provides extensive code scanning functionality, the former can create comprehensive reports and visualize scan results. One just has to figure out how to get opOSSum to read ScanCode output. This is not really an issue, but - as far as I can tell - has not yet been documented anywhere on the internet. opOSSum does read ScanCode json output, but it reqires some transformation beforehand. Good news: opOSSum also provides the tool to perform said transformation. As usual, this is more of a step-by-step-guide for noobs such as myself for future reference, but I figured maybe this can be of use for the community as well. Prerequisites: 1. Get ScanCode Just get it from https://github.com/nexB/scancode-toolkit/releases , I chose scan
I recently found myself in need of being able to copy a PageBuilder Wordpress page to another site in my Wordpress site network (happens in multilanguage networks...). Normally I would simply expect to switch to "code view", copy code, create new page in other site, paste code. Unfortunately, PageBuilder does not provide a "code view". Here's how I still managed to not have to recreate the layout in the new site myself: Prerequisites: You need SQL access (PHPmyAdmin or whatever floats your boat) Note: I am still working on Wordpress 4.7.12, not tested on any more recent versions. 1) Save and close original page. 2) Switch to destination network site 3) Create page (name it), leave it empty, close it. 4) Open your mySQL administration console. 5) Find table wp_posts (prefix might be different depending on your setup) 6) Browse to your original post entry. There might be several versions if you use versioning, go to the most recent one (duh). Open / ed