World War II

POLICE CHARITY WORK

A OBRA BENFAZEJA DA POLÍCIA por Padre Manuel Teixeira POLICE CHARITY WORK by Padre Manuel Teixeira [Este é um extracto de uma série de artigos em português sobre Macau durante a Segunda Guerra Mundial, escritos aparentemente pelo P. Manuel Teixeira no início dos anos 80.] [This is an extract, roughly translated, from a series of […]

POLICE CHARITY WORK Read More »

Tudo para todos

TUDO PARA TODOS por Padre Manuel Teixeira EVERYTHING FOR EVERYONE by Padre Manuel Teixeira [Este é um extracto de uma série de artigos em português sobre Macau durante a Segunda Guerra Mundial, escritos aparentemente pelo P. Manuel Teixeira no início dos anos 80.] [This is an extract, roughly translated, from a series of articles in

Tudo para todos Read More »

Experiences at Shamshuipo & Sendai Camps

Experiences at Shamshuipo & Sendai Camps by Cicero Rozario Previously published in Voz de Macaenses de Vancouver in November, 2001 and in two issues of the Bulletin of Lusitano Club of California. The permission of the Lusitano Club to reproduce these articles is gratefully acknowledged. Drawings by Cicero Rozario and A V Skvorzov, Hong Kong Volunteer Defence Force

Experiences at Shamshuipo & Sendai Camps Read More »

Bela Vista

Bela Vista – Recollections of a Wartime Childhood by First published in UMA Bulletin Spring 2013;  reproduced here with links to people’s personal pages and with the addition of a photo from Escola Particular Idália da Luz (First published in UMA Bulletin Spring 2013; reproduced here with links to people’s personal pages and with the

Bela Vista Read More »

Our Bairro

Our Bairro by Jorge Remedios (First published in the UMA News Bulletin circa 1999) he bairro was an area of cheap housing in Macau constructed for low-income workers in the years before the Second World War. As was true of so many other streets and areas in Macau, the bairro was named for some Portuguese

Our Bairro Read More »

Chindits

From Macau through China to India and Burma Hong Kong Portuguese in the Chindits Anne Ozorio February 2003 When Hong Kong refugees poured out of Hong Kong after its occupation by the Japanese in December 1941, many were destitute. In Macau those who could claim any kind of British connection were supported by the British

Chindits Read More »

Friendly Portuguese

The Friendly Portuguese by Staff Sergeant H.P. McNaughton Staff Sergeant H.P. McNaughton was a Canadian prisoner-of-war in Sham Shui Po Camp in Kowloon, Hong Kong.  Here he expresses his friendship with his fellow Portuguese prisoners.  This design was made by Naneli Baptista. Marciano “Naneli” Baptista (1896-1957) was the grandson of the famous Macau and HongKong artist Marciano

Friendly Portuguese Read More »

HKVDC Portuguese Members

Alfred Ernest Ablong, Corporal 2468 No. 6 (Portuguese) LAA Company A.G. 12 & 13 P&O Building XD5 Reinald Sydney Ablong, Sapper 2974 Unallocated HKVDC Mario Francisco Alarcon, Private 4053  No. 6 (Portuguese) LAA Company A.G.1 Taikoo Office Argyle Patrick Ed. d’Almeida, Private 2637  Unallocated HKVDC Christopher Paulo d’Almada e Castro, Captain No. 5 (Portuguese) Company Luís Gonzaga

HKVDC Portuguese Members 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');