Software
Documents and news related to Agoric's software research and development.
- An Untranslated Items portlet for Plone
- In conjunction with my recent experiments with I18N and Plone, I've also developed a helpful portlet for identifying "untranslated" documents. This script provides a simple guide for any translators in your content management workflow to identify new documents to translate. I'd prefer calling this portlet a recipe, not a complete product -- you'll likely have to modify it for your specific needs.
- Internationalizing Plone News
- In a previous article, I introduced the problem with some of Plone's slots with I18N contents. My last posting provided a fix for portlet_events; now, I tackle the news.
- Plone and Internationalization
- One of the features that immediately attracted me to Plone was its multilingual capability. Plone's content (labels, menu items, dialog boxes, etc.) have already been translated into 30+ languages, so if a user sets their browser settings properly (technically, it's the "accept_language" header), they'll see a Plone web site in their chosen language.
- Plone in the Afternoon
- The default time display for Plone events is 24 hour time. Fine for the military, but "the clocks struck thirteen" never sounded right to my ears. So, I searched for a simple way to convert the time display to AM/PM time. However, Google failed to easily find me a solution. So, I investigated my own.
- From HTML to Excel
- One of our projects makes extensive use of web-based reports. Our customer, however, often prefers to extract these reports to Excel, for further analysis or manipulation. This is easy with Internet Explorer, as there's a right-click option "Export to Excel", which handily takes anything on a web page, especially a table, and automatically formats and imports it into a spreadsheet. Except for formatting. Our customer has been troubled with leading zeros in account numbers (a lot of these being General Ledger reports), and Excel stubbornly insists on treating these as numbers, and thus dropping the leading zero. We needed to find a way to give a hint to Excel, to tell it to treat this data as text, not numbers.
- custom_event_view
- A simple change to Plone's event_view, to display time as am/pm, instead of 24 hours.