Macanese

BragaJPCh1

CHAPTER I Early Portuguese Voyages of Discovery of a Sea Route to China It is in no spirit of idle boastfulness that this modest volume is introduced to its readers with a quotation from the famous Portuguese poet Camoens: “E se mais mundo houvera, lá chegara.” (“If there had been more of the world, they […]

BragaJPCh1 Read More »

BragaJPIntro

THE PORTUGUESE IN HONG KONG AND CHINA By J. P. Braga First published in 1944 and reprinted in 1978 and 1998; published on the internet circa 2009. Editorial Note: This is the 1944 version. J.P. Braga did not complete this booklet before his death. J.M. “Jack” Braga edited and published this work after his father’s

BragaJPIntro Read More »

BragaJPCh8

CHAPTER VIII The Rise of Hongkong – Early Portuguese Settlers The ill favour with which the early British residents of Hongkong viewed the prospects of the new settlement was reflected in despatches to the British Government in London, and can also be gathered from newspaper reports by men who doubted that the island of Hongkong

BragaJPCh8 Read More »

Shrinking Community

Shrinking community still has big role to play in HK Sir Roger Lobo’s outstanding public service and private career stand out Jason Wordie Thursday June 10 1993 Sir Roger Lobo has surely carved a niche for himself in this corner of the world, and stands out as one of the many Portuguese who have made a

Shrinking Community Read More »

The Macanese

The Macanese – A Legacy of Portugal in China by Frederic A. (Jim) Silva Edited talk given at the 2004 Encontro in Macau. Whoever said “East is East and West is West and never the twain shall meet” ” had obviously never met a Macanese, for in the Macanese there has been the perfect blending of

The Macanese Read More »

1
function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');