Gosano

Zinho Gosano Autobio

THE LIFE AND TIMES OF FATHER JOSÉ “ZINHO” GOSANO First published in the UMA Bulletin Apr-Jun 2011 Vol 34 No 2 [Editor’s Note: A number of years ago the late Fr Zinho Gosano’s friend in New Zealand, a Father John Griffin, sent the UMA News Bulletin editor a floppy diskette containing an autobiographical narrative by Fr […]

Zinho Gosano Autobio Read More »

Autograph Book

Autograph Book of Luis Gonzaga “Luigi” Gosano This booklet, a priceless relic from Shamshuipo Prisoner-of-War Camp, Kowloon, Hong Kong, was given to me by Luigi’s good friend, Filomeno “Meno” Baptista. Some of the drawings – like this frontispiece – are unmistakeably the work of the talented artist, Company Sergeant-Major Marciano “Naneli” Baptista, Meno’s uncle (see also the album

Autograph Book 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 »

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