Jump to content

Open Coffee: Difference between revisions

From Startup Mojave Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 6: Line 6:




{{#get_web_data:
wfLoadExtension( 'ExternalData' );
url=https://doc-04-5c-sheets.googleusercontent.com/pub/54bogvaave6cua4cdnls17ksc4/kebtdueaimq0sof2auf850s5l0/1761700160000/106645802323193209435/*/e@2PACX-1vRHGDnJZd9aTNrw7eHY76Ial-8Kp0ZStLnc2dcRRDhfjAwCG-vwRWeNDHlMh8yr3tI2Clwq1HL58meQ?gid=629146921&single=true&output=csv
|format=CSV with header
|data=issuenum=Issue Num,title=Title,pubdate=Publication Date,urlive=URL Live
}}


{{#for_external_table:
$edgCacheTable = false;  // Disable for testing
{{{!}} class="wikitable"
$edgAllowExternalDataFrom = ['*'];
! Issue Number !! Title !! Publication Date !! Link
$edgAllowSSL = true;
{{!}}-
$edgHTTPProxy = null;
{{#!}}
 
{{!}} {{{issuenum}}} {{!}}{{!}} {{{title}}} {{!}}{{!}} {{{pubdate}}} {{!}}{{!}} [{{{urlive}}} Read Issue]
$edgHTTPOptions = [
{{#/}}
    'userAgent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36',
{{{!}}}
    'followRedirects' => true,
}}
    'timeout' => 30
];

Revision as of 18:14, 28 October 2025

Startup Mojave

Open Coffee

Open Coffee Show Notes


wfLoadExtension( 'ExternalData' );

$edgCacheTable = false; // Disable for testing $edgAllowExternalDataFrom = ['*']; $edgAllowSSL = true; $edgHTTPProxy = null;

$edgHTTPOptions = [

   'userAgent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36',
   'followRedirects' => true,
   'timeout' => 30

];