Authors D-F

Annabel Doling

Nuno Loureiro d’Eça

GB Endacott

History of Hong Kong

Les Fisher

I Will Remember – Recollections and Reflections on Hong Kong 1941 to 1945 – Internment and Freedom

Familias Macaenses Vols I-III

Familias Macaenses Vols I-VI, ISBN 978-99965-886-1-7 Albergue SCM e Bambu – Sociedade e Artes Limitada, Macau, Março 2017. (The second edition of the definitive work on Macanese genealogy, with thousands more names and photos. In Portuguese.)


Os Luso-Descendentes da Índia Portuguesa Portuguese families in India, including many of the ancestors of families in Macau. In Portuguese.

Penelope Forster

From Prison Camp to Priesthood –  A biography of Zinho Gosano

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');