Open Badges are special images that we’re awarding to super-active contributors in the LibreOffice project. They contain metadata describing the contributor’s work, which can be verified using an external service. Open Badges are used by other free software projects, such as Fedora.
So, congratulations to the following users – we’ll send you your badge in the next couple of days. Feel free to proudly show it off on your wiki user page, website, blog or social media. And with the metadata inside, you can prove your history of contributors to other FOSS projects (or indeed potential employers)!
Akurery
Blue.painting
Filmsi
Fito
Hibagonsan
Hrbrgr (second badge!)
Kolarkater
Kompilainenn
Kü
LibreOfficiant
Manuelf
Nogajun
Pierre-yves samyn
PlateauWolf
Prcek
Raal
So
SteenRønnow
Stevefanning
Suokunlong
More Open Badges are still to come – stay tuned to the blog for details!
Here’s a quick status update on LibreOffice for Android and iOS (iPhone/iPad).
LibreOffice is an application for desktop platforms, including Linux, macOS and Windows. The Document Foundation, the non-profit entity behind LibreOffice, is currently focused on delivering the best experience on the desktop. (There is also LibreOffice Online, a cloud-based version of the suite, for use in web browsers.)
While The Document Foundation doesn’t currently offer an Android or iOS version of LibreOffice, there is a LibreOffice-based product in app stores from Collabora, one of our certified developers and ecosystem members:
(More apps will be added to this list as they are developed and released.)
For more technically-oriented users: our developer community has been working on a mobile app, LibreOffice Viewer for Android, which also includes experimental editing support. This is not yet ready for widespread usage, but work is ongoing. (Binary builds are also available on F-Droid, but may not represent the latest state of the code.) If you’re familiar with Android app development, we’d appreciate your contributions!
Thanks to Franklin Weng, who has launched the idea, coordinated the project and provided the Chinese localization, and to the Japanese localization of Naruhiko Ogasawara, the Spanish localization of Daniel Armando Rodriguez and the Italian localization of Italo Vignoli, we offer a small Easter Game to play around the concept of Software and Document Freedom, and the Open Document Format. Of course, with billions of people confined in their houses because of the COVID-19 pandemic, there is nothing to celebrate, so this is just a nice and gentle way to stress the importance of open document standards for our community. Click on the eggs to launch the Easter Game.
LibreOffice’s native file format is OpenDocument, a fully open and standardised format that’s great for sharing documents and long-term data storage. Of course, LibreOffice does its best to open files made by other office software as well, even if they’re stored in pseudo-“standards” with cryptic and obfuscated contents. Compatibility with PowerPoint PPT(X) presentations is therefore a challenge, but developers are working hard on improvements…
Everyone is invited to participate in the PowerPoint support initiative, either in development or testing. If you are interested in joining, please send an email to ilmari.lauhakangas@libreoffice.org.
Macros help users to automate common tasks in LibreOffice. In September 2019 we announced a new team in our community to work on macro support. A progress report was published in November 2019, so let’s review everything that happened since then.
If you are interested in contributing to the macro team (development, testing or documentation), we’d love to hear from you – please send an email to ilmari.lauhakangas@libreoffice.org and we’ll get in touch.
Wiki docs
Thanks to Nathan Ullberg, many wiki articles previously only available in French can now be read in English as well. Nathan also updated existing articles and created an article about manipulating LineShape objects in Impress. Detailed lists of his work can be found on his wiki user page.
Thanks to everyone who worked on these tasks! Everyone is welcome to join our community and get involved – just email ilmari.lauhakangas@libreoffice.org and we’ll get back to you.
News from the documentation community: The Help project of LibreOffice underwent a major revamp in the last couple of years, with the introduction of the browser-based Help replacing the old Writer-Web solution. Still, editing the Help XML files (XHP) continued to be very hard for any volunteer or skilled developer, due to the specifics of the XML dialect and time required to be proficient in writing Help pages, which continued to be a major block for any individual.
To address the issue, we developed an online editor to assist and make textual editing quicker for any Help writer, by featuring the possibility of rendering the help page at once, at the click of a button. Also, we implemented a series of checking, including XML validity and the verification of ID unicity, crucial for translation.
Editor main screen with page loaded
The Help editor is available at https://newdesign.libreoffice.org/xhpeditor/index.php and contains features that greatly improve and simplify the XHP editing process. For instance, the menu allows users to write content in plain text and the wrap each text segment into the proper XHP tag. For example, after writing a paragraph in plain text, select the text and choose menu Paragraph – <paragraph> to wrap the text into a paragraph tag with the benefit of adding a unique identifier for the paragraph, which is vital for the translation process of LibreOffice Help.
Another nice feature is the editor autocompletion, which allows user to type only the start of a tag name and the editor suggests the rest of the name, sparing the energy spent in typing the whole tag name. When adding any tag to the text, the autoclose feature adds the closing tag automatically. Users can also press F11 to display the editing area in the whole browser area, enlarging the editing space, or even press Ctrl+F to open a search and replace window in the editor.
Help page verification
You can open and save a local XHP file and select Tool – Render page to have it displayed in the browser area. Or you can copy the XHP plain text and paste in the editor area to continue edition. The XHP editor uses CodeMirror, a popular JavaScript editor with many, many interesting features.
Detailed instructions and a short User manual are available in the wiki page https://wiki.documentfoundation.org/DocumentationHelpEditor and can also be accessed from the editor Help menu. To read the XHP dialect reference , use menu Help > XHP Reference.
We hope the editor will encourage volunteers to address the challenge of writing and updating the Help pages. We are eager to receive suggestion and contributions to the editor project. Come and join us!