History

Books-History

History Books The Macanese people, despite their strong sense of history, have never written much about it in English. Until recently there have only been a few books in English, mainly by foreigners. These are among them, listed alphabetically under authors. António de Andrade e Silva, Eu Estive em Macau Durante a Guerra Instituto Cultural […]

Books-History Read More »

DiaDeSJoao

Dia de S. João In the 17th Century, Macau was a rich and valuable Portuguese trading post. In late June 1622 a large Dutch force attacked Macau. A small group of defenders, augmented by volunteers, fought bravely and defeated the invaders on the 24th June, the feast of the birth of St John the Baptist.

DiaDeSJoao Read More »

From Portugal to Macau

From Portugal to Macau   by H.A. d’Assumpção An article first published in a Bulletin of Club Lusitano, Hong Kong Aviation was in its infancy early in the 20th Century but, as its importance became apparent during World War I, it developed rapidly and many nations established military aviation units and commercial companies. Two Portuguese

From Portugal to Macau 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');