Hong Kong

HK Jurors

Portuguese Jurors in Hong Kong Lists of people in Hong Kong who were eligible to be jurors have been published in the internet, for the years 1855 onwards. These include over 300 Portuguese and give valuable records of names, occupations and addresses. Apparent Portuguese names have been extracted from the lists for the years 1855, […]

HK Jurors 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 »

Hong Kong Farewell

Hong Kong Farewell by  Dr Eduardo Liberato (Eddie) Gosano Feature Story from Club Lusitano, Hong Kong, 18/06/2021 Extracts from his extraordinary, and colourful autobiography, “Hong Kong Farewell”, by Eddie Gosano, (1997), after he migrated to the USA. A full copy is available in the Club Lusitano Biblioteca. The Gosanos Hazel Gosano and Eddie Remedios I

Hong Kong Farewell Read More »

Goodbye to all that

GOODBYE TO ALL THAT Filomeno “Meno” Baptista, March 2010 Japan surrendered unconditionally on August 15th 1945 and soon the rush to return to Hong Kong began. In early September our heroes arrived in Macau onboard a British frigate HMS Parret to reunite with their families; through them we learned that the prisoners who had been sent to

Goodbye to all that Read More »

Royal HK Regiment

The Royal Hong Kong Regiment (The Volunteers) Originally published in the Bulletin of the Lusitano Club of California, Vol. 27 No. 1, Spring 2017 by Filomeno Baptista The Regiment was formed in 1854 in response to an appeal by the Colonial Secretary. Ninety nine residents, mostly Portuguese, signed up becoming the first Volunteers. It was disbanded

Royal HK Regiment 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');