Planet OpenOffice.org

November 21, 2008

OOo repository for Extensions

English Australian Dictionary

An Australian spell check English dictionary.

It also includes the US English thesaurus and the GB English hyphenation dictionary.

This version is for OOo 3.X.
For OOo 2.3.x, 2.4.X Use the dictionary wizard via menu File->Wizards->Install new dictionaries.

by dnw at November 21, 2008 05:43 AM

IssueZilla

New issues: Fri Nov 21 04:43:00 UTC 2008

#i96404# - Database access: Calc can't copy all cells from a base query
#i96396# - Database access: bracket machting does not work
#i96405# - Presentation: Using wrong master-page when style:display-name is the same
#i96406# - Presentation: presentation:placeholder missing in placeholder shape
#i96402# - api: Add a Duplex printing setting through API (XPrintable)
#i96399# - framework: Wrong startup display in tiling window manager (Wmii)
#i96401# - l10n: Wrong shortcut in the german help for "non-breaking space"
#i96398# - l10n: fix helpex parser that it write unix line ends on all plattforms including windows
#i96397# - sc: Cell text mangled in print/PDF
#i96403# - sw: Harpoon signs inserted from Mathtype not supported in OO
#i96400# - sw: Writer crashed during table cell merge

November 21, 2008 04:43 AM

November 20, 2008

OpenDocument XML.org

IssueZilla

New issues: Thu Nov 20 16:43:00 UTC 2008

#i96380# - Database access: Build breaks in module connectivity
#i96388# - Database access: [NON-PRO BUILD] OGenericUnoController::InvalidateFeature_Impl: feature id 0 has been invalidated, but is not supported!
#i96379# - Presentation: Regression: Impress screws up slides
#i96393# - Presentation: StarOffice 8 Update 12: greyscale Handout printing produces empty pages
#i96374# - Presentation: The siml:direction="reverse" handled wrong in ooimpress
#i96381# - Presentation: remember state of the task pane
#i96390# - api: [RFE - toolkit] Enhance the current Menu API to support more features
#i96394# - documentation: online help crashed when double-clicked on a topic
#i96378# - framework: Opening an OpenOffice 3.x file in OpenOffice 2.x through API pops-up an undesirable dialog saying "OpenOffice.org Update Available"
#i96372# - l10n: Typing zwsp U+1031 causes infinite loop
#i96377# - l10n: [JA] translation issues in OLH
#i96385# - lingucomponent: English dictionary update disables spell checking
#i96373# - native-lang: "Meet NL/L10N People" Poster (Part II)
#i96376# - qa: [Automation] f_standard_toolbars.bas::tStandardBar3 - Insert button disabled
#i96382# - sc: problemi con Calc
#i96395# - sw: Bullets and numbering popup window grabs focus
#i96383# - sw: CWS accelerators01svn - 2 shortcuts missing ("Insert Mode" and "Default Formatting")
#i96387# - sw: Chapter Numbering disappears after closing and re-opening document
#i96384# - sw: docx: Grouped text boxes not shown and layout messed up
#i96375# - sw: relative links should be viewable in hyperlink data
#i96391# - sw: sw: View user preferences are always consider modified
#i96392# - tools: openssl does not build unxlngi6.pro on 64bit linux
#i96389# - ucb: Internet/proxy connection default timeout (3 min.) is too long
#i96386# - www: public ssh key for user misheto

November 20, 2008 04:44 PM

OOo repository for Extensions

Sun Presentation Minimizer

The Sun Presentation Minimizer is used to reduce the file size of the current presentation. Images will be compressed, and data that is no longer needed will be removed.
The Sun Presentation Minimizer can optimize the image quality size. Presentations designed for screen or projector do not require the same high quality as presentations designed for print.
Object Linking and Embedding (OLE) objects are useful during the presentation design phase but they are up to twice the size of a regular image.
The Sun Presentation Minimizer can replace these OLE objects with images without any quality loss. In addition to reducing the file size, the Sun Presentation Minimizer can remove speaker notes and hidden slides so that you do not publish confidential information by mistake.
The wizard summarizes of all of the changes that will be made to your presentation, and gives you an estimate of the file size reduction.
Note ! The Sun Presentation Minimizer also works on Microsoft PowerPoint presentations.

by mh at November 20, 2008 04:28 PM

Sun PDF Import Extension [Beta]

The PDF Import Extension allows modifying existing PDF files for which the original source files do not exist anymore. PDF documents are imported in Draw and Impress to preserve the layout and to allow basic editing. It is the perfect solution for changing dates, numbers or small portions of text. Native PDF forms are not yet imported.

The next development step will focuses more on the edit capabilities and less on layout by using the Writer.

The PDF Import extension will also enable the PDF export into a hybrid PDF file, which is a PDF with the embedded source file as ODF. Hybrid PDF files will be opened in StarOffice as an ODF file without any layout differences, while users without StarOffice can open the PDF part of the hybrid file.

This is just a beta version and it requires the OpenOffice.org 3.0 beta 2 to work. Please help us to optimize this Extension, any feedback is important for us. Find details about the preferred channel in this
GullFOSS article.

by mh at November 20, 2008 04:24 PM

SolidOffice

OpenOffice.org Dashboard Concept

For the past few weeks I’ve been developing an idea to extend OpenOffice.org 3.0’s Welcome Screen into a more complete Dashboard concept. The idea sprung from Google Chrome’s new tab screen, Spicebird’s Home screen, and the social software ideas being developed as KDE’s Open Collaboration Services.

Yesterday I uploaded (well, Alexandro did it for me) a mockup to the OOo Wiki in order to share my OpenOffice.org Dashboard concept for further discussion. I have some plans to improve the current mockup, and will attach an ODG to the page to make it easier for others to illustrate ideas to build on top of what I have started.

If you’re interested, please check out the page and provide some feedback.

I think this Dashboard idea fits well with our plans to make OpenOffice feel more modern, configurable, and social, so let’s see what the community can do with this!

by Benjamin Horst at November 20, 2008 03:15 PM

Gullfoss

QA Automation: Global filters to be removed from master.inc

In the ongoing effort to speed up the automated tests i had a look at the global filters which are loaded during each test initialization. These filters are defined in gvariabl.inc, called from master.inc and filled in t_filters.inc.

Some time ago we switched from UI filternames to API filternames which resulted in using the API calls FileSaveAs() and FileOpen() instead of opening the file dialogs each time. The result was a considerable speed gain. You might want to read my prior blogs about this subject:

Thorsten Bosbach reworked large parts of the initialization code switching as much as possible to API calls instead of accessing the controls/settings via UI. While doing so we noticed that establishing a UNO connection to the office can be a quite time consuming process as well (though still much faster than UI actions).

So I started profiling and noticed that retrieving the filter names via GetDefaultFilterNames() took somewhere near 15 seconds because the filters were retrieved with API calls one by one.

The first optimization i did was to get the whole bunch of filters in one go from the API reducing the time to some 6 to 12 seconds - still a lot (about 20% of the test case initialization time).

I discussed the matter with my fellow QA colleagues and we decided to further pursue the matter.

The result was: Only one test really needs all filters (f_first.bas) and some filters were used in a grand total of 11 .inc files.

So i suggested removing the call to GetDefaultFilterNames() from master.inc. The details of the modification is fully documented in issue 96341 which is resolved in CWS qascripts02 to be integrated into DEV300m36.

The speed gain is at least 6 seconds per test file of which we have 225 for the time being. Additionally i was able to trash on unused function, moved two functions to the /includes/optional/, a nice little cleanup benefit. If you need the current UI filter names you just have to include the file in your .bas file:

sub LoadIncludeFiles

[...]

use "global/tools/includes/optional/t_ui_filters.inc"
call GetUseFiles()
end sub




by Joerg Skottke at November 20, 2008 02:26 PM

OOo repository for Extensions

Gwirydd Sillafu Cymraeg / Welsh Language Spell Checker

This extension is the existing Welsh Language spelling checker for OpenOffice.org 2 repackaged as an extension for OpenOffice.org 3 onwards.

by e-gymraeg at November 20, 2008 02:10 PM

Cartographie thématique avec OOo

[fr] GeOOo est une extension de cartographie thématique qui utilise les liaisons dynamiques entre des "objets polygones" et une "base de données". Elle permet de produire une carte thématique en associant des données géo référencées via les modules de dessin, tableur et base de données d' OpenOffice

by CHRHERVE at November 20, 2008 02:08 PM

Kazunari Hirano

"Meet NL/L10N People" Part II Starts

OpenOffice.org NL/L10N people are many all over the world. Native Language (NL) Confederation includes more than 80 language projects. Localization (L10N) status lists nearly 100 languages. We are really diverse.

The "Meet NL/L10N People" Poster Part I visually demonstrates the diversity. But we are so much more diverse that we have to do Part II.

See two issues:
http://www.openoffice.org/issues/show_bug.cgi?id=96369
http://www.openoffice.org/issues/show_bug.cgi?id=96373

The Part II has started!

by khparametric at November 20, 2008 01:07 PM

OOo repository for Extensions

Compose Special Characters

    Compose Special Characters lets you type two or three characters and use a keyboard shortcut to convert them into a single accented or special character. Writer and Calc are currently supported.

      You can also use a dialog to insert any supported character. The dialog lists all supported characters and the character combinations you use to compose them. The characters are categorised in the dialog for easier reference. Once you know the character combination you need for any particular character you don't need to use the dialog if you assign the ComposeSpecialChar to a keyboard shortcut.

        To open the dialog choose Compose Character... on the Insert menu (Insert > Compose Character...).

          You can assign the ComposeSpecialChar macro to the keyboard shortcut of your choice via a button on the dialog, or you can manually assign it to whatever key combo you choose via Tools > Customise... > Keyboard.

            HOW TO USE

              For Text documents:
              Type the two composing characters and run the ComposeSpecialChar macro.
                For Spreadsheet documents:
                Type a "flag" character plus the two composing characters, then run the ComposeSpecialChar macro. A flag character is required in Calc because there doesn't seem to be any way for the macro to identify where the insertion point is in an OpenOffice spreadsheet cell. Since you might want to insert a special character anywhere in a cell, not just as the last character, the flag character is necessary.
                You can choose your own flag character in the Compose Special Character dialog. Remember, whatever flag character you choose, it should be one that you're not going to use in a formula or a value.

                  After installing the extension you'll need to close OpenOffice then re-open it to see the new Compose Characters... menu item on the Insert menu.

                    by proapps at November 20, 2008 11:34 AM

                    Michael Meeks

                    2008-11-20: Thursday.

                    • To work, trawled bugs - pleased to see Srini's nice patch to sync evo message state more regularly, which (apart from fixing my minor gripe) speeds up folder switching and other things too. Some heroic work from Kurt Garloff appeared from no-where too, wow.
                    • Up-loaded my OOoCon slides on toolkit layout, layout is a great way to get involved with OO.o and improve the look of the beast.

                    November 20, 2008 09:50 AM

                    EIS

                    OOO300_m12 ready for use.

                    OOO300_m12 has been built by Hamburg RE. No open build problems are known, and smoketest has been passed successfully.
                    
                    

                    Tasks and their ChildWorkspaces for Milestone OOO300m12


                    Child Workspaces integrated:

                    ab64

                    3.0.1 fixes


                    buildid301

                    CWS for issue i94693.


                    calc46

                    OOo 3.0.1 Calc bug fixes


                    dba301a

                    Bugfixes for 3.0.1


                    fix30autorecovery

                    fix issue 92968 (autorecovery does not recover the previously
                    auto-saved document version, but the last one which was
                    regularly saved)

                    fwk94

                    Framework fixes for OOo3.0.1


                    i18n48

                    impress161

                    OOo 3.01 bugfix worspace


                    impress163

                    impress fixes for OOo 3.0.1


                    macmozxmlsec

                    port CMC"s DEV300-based fix to have a minimal Firefox/Thunderbird
                    profile detection (and thus xml security functionality without full-blown
                    Mozilla code) to OOO300

                    native206

                    native207

                    OOo 3.0.1 installation tasks


                    obo37

                    Fix for i95313


                    onlineupdate7

                    Allow OpenOffice.org 3.0.1 to recognize itself as 3.0.1 instead of 3.0.0


                    oooimprovementcorefixes

                    The OpenOffice.org Usage Feedback Extension is an extension that collects anonymously data
                    about how OpenOffice.org is used. This information is used to better understand
                    how people use OpenOffice.org. Especially with regards to the user interface. 
                    http://wiki.services.openoffice.org/wiki/User_Experience/OpenOffice.org_User_Feedback_Extension
                    This cws only contains fixes to the core in OpenOffice itself, not the extension.

                    os122

                    bugfixing OOo 3.0.1


                    sw301bf02

                    fixes in Writer for OOo 3.0.1


                    sysui27

                    Fix a trivial sysui solaris issue


                    tbo301

                    Important changes for update notification behaviour and recognition of patched version number.


                    ooo300m12masterfix

                    by Hamburg Release Engineering at November 20, 2008 07:45 AM

                    Kazunari Hirano

                    "Meet NL/L10N People" Poster filled with 36 people

                    Thanks for your cooperation!

                    See:

                    http://www.openoffice.org/issues/show_bug.cgi?id=96369

                    by khparametric at November 20, 2008 04:46 AM

                    IssueZilla

                    New issues: Thu Nov 20 04:43:01 UTC 2008

                    #i96365# - Chart: *
                    #i96366# - Presentation: ooimpress crashes when opening some pptx files
                    #i96370# - framework: cannot drag and drop files using the proxy icon on MacOS
                    #i96368# - framework: export to NFS
                    #i96362# - framework: filter: order of final filters to try is arbitrary
                    #i96369# - native-lang: "Meet NL/L10N People" Poster (Part I)
                    #i96361# - sc: Excel Pivot table should be enbled after the import
                    #i96364# - sw: Bullet numbering changes font in .doc format
                    #i96363# - sw: Font in footers changes when saving in .doc format
                    #i96371# - sw: Text Formatting Lost in RTF Export
                    #i96367# - sw: Variable for parent folder

                    November 20, 2008 04:43 AM

                    November 19, 2008

                    Michael Meeks

                    2008-11-19: Wednesday.

                    • More mail interest; poked at building the evolution / MAPI bits, built the latest samba4. Built a kernel with some more modules included to see how that goes, OO.o team meeting, customer call, chat with Patrick. Dinner, DE meeting.

                    November 19, 2008 09:00 PM

                    SolidOffice

                    High Priority Free Software Projects

                    The Free Software Foundation maintains a list of High Priority Free Software Projects, where it has identified important technologies that need a free software implementation or need greater community support for an existing implementation.

                    As the key ideological driver of Free Software, the FSF plays an important role in its continuing development and also to keep it true to its roots. The intention with this project is to make sure no choke points develop in which the internet or the free software world can be controlled by proprietary and closed products.

                    From the project’s page:

                    “Our list helps guide volunteers and supporters to projects where their skills can be utilized, whether they be in coding, graphic design, writing, or activism. We hope that you can find a project here where your skill, energy, and time can be put to good use.

                    “Some of the most important projects on our list are replacement projects. These projects are important because they address areas where users are continually being seduced into using non-free software by the lack of an adequate free replacement.”

                    by Benjamin Horst at November 19, 2008 07:11 PM

                    OOo repository for Extensions

                    DataForm

                    This extension generates a data input form for tables in calc, reproducing the Data - Form feature of Microsoft Office Excel.

                    Usage
                    In Calc, create a table with at least one row and the headline, for example:
                    Name | Surname | Cellphone
                    John | Smith | 1234455

                    Then, click on a range or any cell of the newly created table (not on empty cells), and go to Data - Form. That's it.
                    A form should appear letting you insert other records, or edit-delete the old ones.

                    For developers
                    you can also call the routine with a specified range as (optional) parameter:
                    coboDataForm(<B1:D10>)

                    Part of the extension is based on the code of this OOoForum discussion:
                    http://www.oooforum.org/forum/viewtopic.phtml?p=283278

                    Available languages: Brazilian Portuguese, Catalan, Danish, Dutch, English, Finnish, French, German, Italian, Norwegian Bokmal, Portuguese, Spanish, Swedish.
                    If anybody wants to help for the translation in other languages, please post a comment or contact us (see the link below). It's just a few strings.

                    License: GPL v2

                    by cobo at November 19, 2008 06:45 PM

                    IssueZilla

                    New issues: Wed Nov 19 16:43:00 UTC 2008

                    #i96351# - Database access: Error: OElementImport::implImportGenericProperties
                    #i96333# - Database access: evoab2 install failure
                    #i96350# - Drawing: Line dialog: shadow preview for lines should be reasonable
                    #i96345# - Drawing: Make it more convenient to change the grid size
                    #i96340# - Presentation: Presentation send to OpenDocument Text
                    #i96342# - fr: "rtl_allocateMemory() Integer Overflow Vulnerability"
                    #i96354# - framework: OpenOffice.org Improvement Program: OpenOffice hangs when pressing quit
                    #i96352# - framework: OpenOffice.org Improvement Program: OpenOffice hangs when removing extension
                    #i96348# - framework: backuped files in Recent Documents list after recovery after OOo crash
                    #i96360# - lingucomponent: missing readme in french dictionary
                    #i96347# - qa: [Automation] Add two missing files for Loadsave-Test.
                    #i96359# - qa: [Automation] Fix timing-problem with tTableCell.
                    #i96357# - qa: [Automation] Reenable testing of tFileTemplatesAddressbookSource
                    #i96341# - qa: [Automation] Remove loading of global filternames from master.inc
                    #i96353# - qa: [Automation] Update Regression-Test with hFileOpen.
                    #i96349# - qa: [automation] ignore .svn directories in file functions
                    #i96339# - sc: Colored brackets
                    #i96336# - sc: Filtering is unacceptably slow with attached file.
                    #i96355# - sc: User format for cells does not work
                    #i96338# - sc: When deleting rows over multiple pages the page is not scrolled back to the cursor.
                    #i96343# - sc: print selection broken
                    #i96334# - sc: sorting problem
                    #i96337# - sw: Copying text from Impress or Calc to Writer produces wrong characters
                    #i96358# - sw: Headers stripped when saving in .doc format
                    #i96356# - sw: Non-printing characters flash up when printing documents
                    #i96346# - sw: Problem with manual Pagebreaks in Masterdocuments
                    #i96344# - sw: [Notes2] date in XP .doc format not show correctly
                    #i96335# - www: OO转换Word的Bug

                    November 19, 2008 04:44 PM

                    OOo repository for Extensions

                    MultiDiff

                    MultiDiff is a tool which enables users to simply and simultaneously issue OpenOffice.org documents in several formats. It is possible to send those documents by mail or save them in a directory, so that other users can access them.

                    Compatibility

                    - OpenOffice.org : 2.2 and above (Writer, Calc and Impress)
                    - OS : Linux and Windows (XP, 2000, 98)
                    - mails Clients : on Linux - Evolution, Sylpheed ; on Windows - Outlook (Express et 97), Thunderbird, Eudora.

                    by starxpert at November 19, 2008 03:24 PM

                    .riess Date Browser

                    .riess Date Browser is an Extension for OpenOffice.org / StarOffice and provides date browsing and date
                    picking functionality within OpenOffice.org.

                    This allows a comfortable way for looking up a date using a calendar view. A nifty tool for all users filling in
                    dates into documents often.

                    This tool has been created by .riess applications gmbh based on tools dedicated to improve and simplify
                    developing for OpenOffice.org in the programming language java such as “Java Macro Plugin” and “Java
                    Uno Wrapper”.

                    Changelog:

                    • Version 4.0.1 fixing a gui bug leading to wrong calendar presentations sometimes
                    • Version 4.0.0 now supports all OpenOffice.org modules.

                    by riess_applications_gmbh at November 19, 2008 01:22 PM

                    French Spacing (espace insécable)

                    Automatically inserts no-break space before colons, semicolons, ..., according to the french typographical rules.

                    Note that after installing the extension, you have to restart OpenOffice.

                    by starxpert at November 19, 2008 08:17 AM

                    IssueZilla

                    New issues: Wed Nov 19 04:43:00 UTC 2008

                    #i96331# - Database access: Cannot build connectivity/source/drivers/evoab2/NStatement.cxx, connectivity/connectivity/source/drivers/evoab2/NResultSetMetaData.cxx
                    #i96327# - Database access: DB2 return SQL0151N on “advanced” queries
                    #i96330# - Database access: creating left/right queries user experience
                    #i96321# - Presentation: pptx export
                    #i96324# - de: typo (wrong spelling)
                    #i96323# - distribution: URL for update does not exist
                    #i96325# - framework: Pages do not display properly on a vertical screen
                    #i96326# - sc: Calc fails to import fields in pivot cache
                    #i96332# - sc: Text automatically converted when column contains same text in different case (autocorrect off)
                    #i96320# - sc: xlsx export
                    #i96322# - sw: Missing label text for .uno:ActivateStyleApply
                    #i96328# - sw: WW8: Problem with tabulators, margins and indentation in DOC (Office Word) documents
                    #i96329# - www: public key

                    November 19, 2008 04:43 AM

                    OOo repository for Extensions

                    SimpleTemplate One

                    Driven by a strong minimalist spirit, SimpleTemplate is a new collection of themes for OpenOffice.org Impress. As the name suggests, "One" is the first element of this series.

                    Note: Given that either the Slide Master feature is perhaps still sort of buggy, or apparently I have yet to master it, the current release is pretty much craftmanship work, that is, you will have to copy/paste the pages in order to keep the consistency of the design. That being said, my very first goal for the next release is to actually achieve seamless integration with the new Slide Master feature.

                    by nanotaboada at November 19, 2008 04:19 AM

                    MLA Paper Template

                    Template to lay out an essay in MLA format. College students will find this useful as most professors expect essays in this layout. Middle school and high school students can impress their teachers by using this layout as well.

                    Features include:

                    • Automatically inserts your name, your essay title, the date and your instructor's name using fields and the document's properties
                    • Automatically sets up the proper formatting for headings, the body and works cited
                    • Custom paragraph styles to eliminate formatting headaches
                    • Custom page style
                    • Free software

                    To Do List:

                    • Tie into OpenOffice.org's bibliography function to ease inline citation and generation of Works Cited section

                    by Baloo_Uriza at November 19, 2008 04:00 AM

                    Serbian (Cyrillic and Latin) spellcheck dictionary

                    Провера писања и растављање на слогове за српски језик (lat, ћир)
                    Provera pisanja i rastavljanje na slogove za srpski jezik (lat, ћир)

                    Сазнајте више о српској локализацији OpenOffice.org пакета на:
                    http://sr.openoffice.org
                    http://ooo.matf.bg.ac.yu

                    Реализовали чланови српског OpenOffice.org тима за локализацију.

                    Аутори проширења су Милош Поповић (gpopac gmail com) и Горан Ракић (grakic devbase net) као природни наставак на rs4ooo пакет који је издао Александар Урошевић (urke.dd urosevic net). Провера писања је заснована на српском ГНУ аспел речнику који је приредио Горан Ракић (http://srpski.org/aspell).

                    Растављање на слогове је преузето из српских образаца за растављање за TeX (srtex издање 14/01/2001) које је приредио Страхиња Радић (mr99164 alas matf bg ac yu), а засновано на обрасцима Дејана Мухамедагића (dejan yunix co yu) од 25. децембра 1998. године.

                    by goranrakic at November 19, 2008 02:53 AM

                    Pagination

                    A little macro that adds a 'Insert / Page number...' dialog to writer. It eases the way you can add page numbers to a document.

                    Available in French, Brazilian Portuguese, Czech, Danish, Dutch, English, German, Hungarian, Italian, Japanese, Polish, Russian, Spanish, Swedish, and Ukrainian.

                    by cbrunet at November 19, 2008 01:11 AM

                    Otto's Club Twitter

                    OpenOfficeorg: US consumers preffer OOo to Google Docs http://ping.fm/VkZZr

                    OpenOfficeorg: US consumers preffer OOo to Google Docs http://ping.fm/VkZZr

                    November 19, 2008 12:25 AM

                    November 18, 2008

                    Michael Meeks

                    2008-11-18: Tuesday.

                    • Mail drudge, poked at some OO.o VBA bits briefly, made the sync() in umount conditional on actually having unmounted something, looks nice on the boot charts: sent off a patch. Filed various bugs, more mail poking.
                    • Lunch, prodded network manager, core team meeting.

                    November 18, 2008 09:00 PM

                    OpenDocument XML.org

                    IssueZilla

                    New issues: Tue Nov 18 16:43:00 UTC 2008

                    #i96301# - Database access: OOo Base cannot edit fields from joined query
                    #i96305# - Drawing: Copy+Paste from Draw to Writer loses connector settings
                    #i96303# - Drawing: Copy+Paste from Draw to Writer loses formatting
                    #i96306# - Installation: Add Gaelic in msi-encodings.txt
                    #i96316# - framework: OPC for export filters
                    #i96317# - gsl: Enable fontconfig based "glyph fallback" by default on Solaris
                    #i96309# - qa: [Automation] Create test extensions to cover minor version checking
                    #i96304# - qa: [Automation] Test extension version31.oxt is broken
                    #i96310# - qa: [Specification] Add section to describe minimal minor version requirement
                    #i96315# - sc: CALC reports ERR:509 when a function is terminated with ";"
                    #i96302# - sw: Mail Merge with Columns in Main-Document
                    #i96312# - sw: Print from Macro - "CopyCount" property squaring number of copies in 2.4
                    #i96308# - sw: Spellchecking doesn't ignore error when told to
                    #i96313# - sw: Split the doc and rtf filters to a separate library
                    #i96300# - sw: Time entries in table change.
                    #i96299# - sw: WW8: Frame misplaced on import
                    #i96307# - sw: WW8: MS Word 2003 crash when opening exported writer document (tables)
                    #i96311# - sw: WW8: When saving in word, first caracter in notes disappears. Still there under OO.
                    #i96319# - sw: docx export
                    #i96298# - sw: opening prob
                    #i96318# - sw: wrong table colour
                    #i96314# - udk: Wrong command line argument encoding in wrapper python.exe

                    November 18, 2008 04:44 PM

                    SolidOffice

                    Open Source Social Networking: The Open Mesh

                    With Appleseed, Elgg, Mugshot, BuddyPress and others, I’m seeing a lot of development activity around open source social networking.

                    Following this back to Appleseed, the very first attempt at an open source social networking platform that I personally discovered, brought me to a post on Marc’s Voice blog titled “How to Build the Open Mesh.”

                    A broad treatise on the subject and a strategic map, the linked post is actually a table of contents to ten detailed chapters on the topic:

                    “I have created a series of blog posts which attempts to map out many of the issues, constructs, technologies and standards required to build out the open mesh.

                    “Each post has a chart showing how the particular area I’m focusing on - looks vis a vis one’s ID and profile record. Then I started to imagine what these charts would look like - overlaid on top of each other.

                    “Each one of the posts maps out who the major players are, who are the dudes and dudesses down in the trenches doing the work and how do I see all these areas meshing together.

                    “So here is the Table of Content on the series. Please send me any input, feedback, corrections, additional names and players and lets all build the open mesh - together.”

                    When people talk about “Web3.0,” I imagine this is what they mean. Not just the read/write web, not just a giant semantic database like the Semantic Web, but rather the combination of both those things with a layer of personal human data and relationship graphs. It’s huge, fascinating, and will keep us busy for the next decade or more.

                    by Benjamin Horst at November 18, 2008 04:15 PM

                    Kazunari Hirano

                    Three seats left for the Part I

                    3 to go to make it, OpenOffice.org "Meet NL/L10N People" Poster.



                    How nice it is to see our colleagues with their names, projects and pictures, who are working together for the same thing, OpenOffice.org!

                    by khparametric at November 18, 2008 03:29 PM

                    OpenDocument XML.org

                    GetOpenOffice.org Blog

                    Easy way to insert nonbreaking hyphen, etc. in OpenOffice.org Writer

                    Insert > Formatting Mark has a host of goodies for extra control over your text flow, such as a non-breaking space or hyphen.

                    First, set up OpenOffice so you can get all the options. Choose Tools > Options > Language Settings > Languages and select the indicated Enabled for Complex Text Layout option. Click OK.

                    Turnon 

                    Now choose Insert > Formatting Mark and choose the one you want.

                    Blogthis

                    You can see the keyboard shortcuts on the menu, and here are a couple as described in the Help.

                    <!-- @page { margin: 0.79in } P { margin-top: 0.02in; margin-bottom: 0.02in; font-family: "Bitstream Vera Sans", "Arial", "Helvetica", "Lucida", "Geneva", "Helmet", sans-serif, "Andale Sans UI", "Arial Unicode MS", "Lucida Sans Unicode", "Tahoma"; font-size: 10pt } -->

                    * Nonbreaking space: To prevent two words from being separated at the end of a line, press the Ctrl key when you type a space between the words.

                    * <!-- @page { margin: 0.79in } P { margin-top: 0.02in; margin-bottom: 0.02in; font-family: "Bitstream Vera Sans", "Arial", "Helvetica", "Lucida", "Geneva", "Helmet", sans-serif, "Andale Sans UI", "Arial Unicode MS", "Lucida Sans Unicode", "Tahoma"; font-size: 10pt } -->Nonbreaking dash: An example of a non-breaking dash is a company name such as A-Z. Obviously you would not want A- to appear at the end of a line and Z at the beginning of the next line. To solve this problem, press Shift+Ctrl+ minus sign. In other words, hold down the Shift and Ctrl keys and press the minus key.

                    by training@getopenoffice.org (Solveig Haugland) at November 18, 2008 01:49 PM

                    Eric Bachard

                    [Mac OS X] experimental PowerPC and Intel builds need feedback

                    Please note : not for production, backup your datas, save your prefs *before*... ...

                    For the adventurous, I do provide advanced, experimental builds for both PowerPC and Intel, here : URL of Laurent site ( I can provide german on demand )

                    Those builds are based on DEV300_m35 + ogltrans4mac + macmenusquit + appleremote02 cws's

                    * ogltrans4mac cws means, OpenGL transitions are inside, and work
                    * macmenusquit cws aims to removes useless "Quit" entries in all OpenOffice.org applications ( Calc, Writer .. and so on)
                    * appleremote02 is a new apple remote implementation

                    And if you want to improve the chance to see such changes in the future 3.1, I really need feedback : thanks in advance for any ... !!

                    by ericb (noreply@blogger.com) at November 18, 2008 09:54 AM

                    IssueZilla

                    New issues: Tue Nov 18 04:43:00 UTC 2008

                    #i96294# - Drawing: Line Callouts lines don't connect to boxes
                    #i96295# - Presentation: Conflicts between media control buttons and slide show
                    #i96297# - Presentation: Mouse pointer remains visible during slide show
                    #i96287# - framework: Disabling the command "Macro Digital Signature" disables another macro menu item as well.
                    #i96288# - framework: Disabling the command “Digital Signature” does not disable a button with the same function.
                    #i96291# - gsl: extension.desktops Comment= omits %PRODUCTNAME
                    #i96296# - porting: Accented filenames does not open in version 3
                    #i96289# - sc: Macro warning dialog opens in wrong place
                    #i96286# - sw: Bullets and Numbering formatting problem
                    #i96293# - sw: Center text frame in narrow window
                    #i96292# - sw: Customize navigator buttons
                    #i96290# - sw: Documents should remember navigator state

                    November 18, 2008 04:43 AM

                    OOo repository for Extensions

                    NAKATA Maho

                    Mac PowerPC regcomp isssue: access granted! developers are welcome.

                    I'll provide MacOSX powerpc access for you of you are interested
                    in fixing regcomp issue. Please write an e-mail to maho@openoffice.org.

                    Since DEV300_m33, the build becomes somewhat very fragile, and Thorsten Bosbach asked at MacOSX porting team mailing list about it.

                    > [mac] no MacOSX PPC version of DEV300 m33/m34 ?

                    This is a regcomp issue :(

                    So developers who wants to use OOo 3.1 on your PowerPC Mac, and interested in this issue, please let know. I'll provide
                    an access to Power PC Mac (G5/1.6GHz).

                    Best regards,
                    Nakata Maho

                    by maho_nakata at November 18, 2008 01:46 AM

                    Japanese language project: QA mailing list has been launched

                    Now - I'm very happy to announce that our Japanese language
                    project has its own mailing list dedicated to quality assurance of OpenOffice.org.

                    http://ja.openoffice.org/qa/
                    http://ja.openoffice.org/servlets/SummarizeList?listName=qa

                    by maho_nakata at November 18, 2008 01:41 AM

                    Kazunari Hirano

                    Now 8 to go!

                    Thanks all!

                    I have added Victor Horng to the "Meet NL/L10N People" Poster PartI.



                    This is really an exciting work to do :)

                    by khparametric at November 18, 2008 01:22 AM

                    9 to go! to make it!

                    Thanks for your cooperation to make the "Meet NL/L10N People" Poster.

                    I have added Jean-Baptiste Faure, French Lang Lead (NLC French speaking Project).

                    He didn't have his photo for the poster. He asked his daughter to take one. Thanks for her good work :)


                    by khparametric at November 18, 2008 12:23 AM

                    November 17, 2008

                    Michael Meeks

                    2008-11-17: Monday.

                    • Up early packed babes off to school with J. Poked at mail and the web, phoned up Toyota in irritation at this presumably there is some alternative explanation for their apparent incompetance. Then again, after the horribly mis-spelled, poor grammer in a 5x page advert in the Economist (of all places), perhaps their marketing department is just horribly sub-standard.
                    • Pleased to read that OO.o is substantially more popular than the leading web office suite: it at least confirms my prejudice & hype-ometer readings. The question is - why would anyone throw away their huge, working application, and start re-writing it wholesale in JavaScript ? I mean, don't even know anyone that claims JavaScript is an ideal language, or has some radical new programmer productivity metaphore to better other languages; at least the whole (failed) "re-write everything in Java" religion (that suckered Corel) had something going for it at the time language-wise. Of course, collaboration and ubiquity are important - but apparently not that important.
                    • Interested to read Jonathon's value of distribution paper:
                      An auction's afoot (no pun intended) to see who we'll be partnering with us to integrate their businesses and brands into our binary product distribution - the possibilities are limitless: people tend to print those documents, fax them, copy them, project them (and I know this annoys my friends in the free software community, but branding allows us to invest more in OO.o community and features, from which everyone benefits).
                      It looks like we can all look forward to more Sun (or other) brands across OO.o, and auctions (with presumably un-disclosed terms & payments) for product positioning inside OO.o (as well as Java). The piece about investing more in OO.o is a bit rich though, given the fact of their declining investment. As a corollary - Is success having a Sun watermark on every printed page ?. Another interesting aspect of this blog is how Java (and Java ISVs) are being used to drive MySQL adoption: seems reasonable; but what if you contribute to (or use) Java but don't like MySQL ? (perhaps preferring the better postgresql eg.) and don't want your support and use of Java to turn into support for MySQL: bad luck I guess.
                    • Poked at Clarity time-keeping, more mail; lunch with Bruce & Anne. Call with JP. Filed patch adding the intel 865G to the compiz black-list, sad - since it used to work really nicely with Mesa 7.2. Played with the accessible 11.1 live-CD again, looking a lot better than before.

                    November 17, 2008 09:00 PM

                    Otto's Club Twitter

                    OpenOfficeorg: Obama artwork on OOo http://ping.fm/kVCOK

                    OpenOfficeorg: Obama artwork on OOo http://ping.fm/kVCOK

                    November 17, 2008 08:10 PM

                    OOo repository for Extensions

                    OpenOffice.org Base Switchboard

                    The Switchboard extension generates a Switchboard/Main Menu interface to access Base forms and reports. The switchboard can be grouped into categories, each of which can contain any number of menu entries. Furthermore, you can specify the size and screen location of the form to be opened.

                    The generators creates three database objects.

                    1)The SWITCHBOARD table which has some basic information about the switchboard such as size and location of main form as well as size and positioning of menu entries.
                    2)The SWITCHBOARDITEMS table which has the menu entries configuration information.
                    3)The SWITCHBOARD form. This is a blank form generated by the wizard, and is populated with the menu entries. This form document can be modified by the user—keeping in mind that the menu entries need to be positioned at runtime.

                    All these items are generated automatically when the extension main hook is launched, and that database document does not have said objects. The main hook can be accessed through the Tools | Add-ons | OpenOffice.org Base Switchboard menu option. The extension can only be opened from a Registered Base document.

                    Currently, there are four types of menu entries that can be generated. Forms, Reports, Switchboards, and Switchboard Links. The Form and Report entries open a form or report, respectively. At runtime, the difference between a Switchboard and Switchboard Link is trivial. A Switchboard is an entry that appears as the parent of other entries (a menu). A Switchboard Link is an entry that links to another Switchboard menu—but does not have entries; this is usefully to get back to another menu (such as main menu) from an entry that may be nested somewhere down the hierarchy.

                    A Database form or report need not be located in the database where the Switchboard is located. This feature makes it possible to have a main switchboard that gives access to forms and reports from any number of databases.

                    Version 1.0.2 Notes
                    Fixed several bugs: strange errors that occurred when loading the extension dialog. These were due to failure in trying to fish out the database name from the current frame. Added several other methods of getting database name, should the first fail. As a last resort, it will open a file picker where you can select a registered database—or cancel. Also, fixed bug that deleted the the target menu instead of deleting a switchboard link item—in configuration dialog.

                    Features added: Hungarian translation (Thank you Zoltan Reizinger). Added ability to include a entry button icon as well as specify label font (size, color, Bold, Italic). The font size is especially important, as Base 3.0 forms default to a very small size—also in some Linux versions.

                    Thank you all who reported bugs and suggestions, and Zoltan for providing translations as well as testing.

                    Here is a sample Switchboard with icons.

                    by rbenitez22 at November 17, 2008 07:38 PM

                    Diccionario Español - Argentina (Sinónimos y Separación Silábica)

                    Este es el diccionario en Español para Argentina, con sinónimos y separación de sílabas.

                    El formato de la extensión es la del Diccionario Expañol-Mexico de J. Eduardo Moreno (Gracias)
                    Los diccionarios son los que siempre utilicé en OpenOffice (hasta 2.4) de Santiago Bosio (Gracias)
                    [17/11/08] Diccionario de sinónimos de OpenThesaurus-es (Gracias)

                    Es mi primer aporte, con pocos conocimientos. Si me equivoqué en algo o estoy en falta, por favor hagan llegar el mensaje.

                    Espero les sirva (sobre todo, a aquellos Argentinos que actualizamos a OO 3 y no sabíamos como poner el diccionario con el nuevo formato de extensiones).

                    Saludos.

                    by willyg00 at November 17, 2008 06:47 PM

                    Malte Timmermann

                    StarOffice 9 arrived

                    Finally, StarOffice 9 is available.

                    Basically it's almost the same as the recently released OpenOffice.org 3.0.

                    The most important differences are indemnification, and up to 3 warranty support calls included in the retail version. Some people also like our hotfixes and patches that we provide for StarOffice only, while you always have to do full installations for new OOo releases.

                    It's really up to you whether you want to use StarOffice or OpenOffice.org - in the end we are happy to offer different levels of services contracts for both products.


                    by Malte Timmermann at November 17, 2008 06:11 PM

                    SolidOffice

                    ODF@WWW Wiki Becomes an Official Incubator Project

                    ODF@WWW, Kay Ramme’s wiki project built on OpenOffice and ODF, has been accepted as an official incubator project, Ramme announces.

                    He presented it at the recently-concluded OpenOffice.org Conference in Beijing and writes, “Since last week ODF@WWW is an Official Incubator Project :-) You find it’s home page at http://odf-at-www.openoffice.org.”

                    Integration with and adoption of Web 2.0 concepts has been an important development strategy for OOo, and this is a strong adaptation of wiki concepts into the familiar word processor paradigm. Its growth should be interesting to observe and groundbreaking in many ways.

                    by Benjamin Horst at November 17, 2008 04:48 PM

                    IssueZilla

                    New issues: Mon Nov 17 16:43:00 UTC 2008

                    #i96283# - Database access: Crash when trying to add database
                    #i96278# - Database access: Report not created
                    #i96276# - Drawing: Crash if right clicking on a picture
                    #i96269# - Presentation: Impress/Presenter mode and multiple monitors
                    #i96271# - Presentation: Impress: Error Saving in MS Powerpoint Format, if Master page was applied
                    #i96270# - Presentation: Unable to remove shortcut key
                    #i96275# - framework: Mustn't remove unsent PDF files on quit
                    #i96280# - framework: document recovery fails with password protected document
                    #i96273# - framework: migration to svn
                    #i96274# - sc: Cell contents eremains number after modification with format cell
                    #i96268# - sc: Highlighting of selected cells has not enough contrast
                    #i96285# - sc: OOo 3.0.0 crashes with one textdocument and one spreadsheet open, while not working with the content
                    #i96282# - sw: Font sizes are not maintained during conversion of hyperlinks
                    #i96272# - sw: Lost pictures
                    #i96281# - sw: Printing in wrong size depending on the aspect ratio of open writer document
                    #i96267# - sw: WW8: wrong horizontal position of text box in RTL-layout
                    #i96277# - sw: pdf export arial/times/garamond truetype
                    #i96266# - sw: saved documents cannot be reopened
                    #i96279# - sw: wiki sun publisher extension does not work on linux (oo2.4 and 3.0)
                    #i96284# - udk: registry symlink foo ...

                    November 17, 2008 04:43 PM

                    OOo repository for Extensions

                    EuroOffice Map Chart Professional

                    EuroOffice Map Chart Professional is a new chart type integrated into OpenOffice.org Calc and through the Sun Report Builder into OpenOffice.org Base that makes it possible to visualize geographically related data. Showcase your statistics over detailed maps of European regions, the United States or the world!

                    • Color countries according to your statistics in a selection of color schemes!
                    • Display bar or pie charts over the countries to convey more information!
                    • Send the charts to coworkers and clients who do not have EuroOffice Map Chart installed and they will still be able to view them!
                    • Export to Excel or PDF, embed in presentations to amaze an even wider audience!
                    • A title, a legend and captions can make your charts even easier to read!
                    • Tweak and edit the created charts in OpenOffice.org Draw to shape them to your liking – then enjoy them still getting updated as your data is changed!
                    • Sun Report Builder interoperability allows you to automate the creation of map charts from a database!

                    Unique to the professional version are the following features:

                    • Place custom figures (SVG, JPEG, ODS and most anything else) on the map instead of bar and pie charts! EuroOffice Map Chart Professional can scale them horizontally or vertically to present your data in a pleasing way.
                    • Choose from 4 detailed map databases: countries of the world (same as in the free version), states of the United States, a very detailed map of Europe (see below), and an even more detailed map of Hungary await you!
                    • Prepare to go NUTS! NUTS is a European standard for naming geographical regions of different levels such as regions, provinces, districts, states, counties and cantons. EuroOffice Map Chart Professional includes maps of all European NUTS 1, NUTS 2 and NUTS 3 regions as well as 73 of the largest cities in Europe. In case of Hungary, all the 3000+ settlements are included in the database!
                    • Create charts over smaller regions, not just over countries as in the free version! You can now create map charts over your country placing pie charts on its regions! (Using the European database.)
                    • You can also define aliases for regions, merge regions to create new ones, pick which borders to show or have the EuroOffice Map Chart Professional find the optimal encompassing area for your chart!
                    • Add more databases besides the already included maps! New databases can be created using EuroOffice Map Tools by importing maps in SVG or Shapefile format.

                    More information

                    For installation instructions and further information check our FAQ!

                    Don't miss the annotated example!

                    Try the free version before your purchase! It can only display countries over the map of the world, but it is not time-limited or crippled in any way.

                    The price of EuroOffice Map Chart Professional is €9.90 for a limited time as an introductory offer.

                    by cyhawk at November 17, 2008 02:17 PM

                    EuroOffice Map Chart

                    EuroOffice Map Chart is a new chart type integrated into OpenOffice.org Calc and through the Sun Report Builder into OpenOffice.org Base that makes it possible to visualize geographically related data. Showcase your statistics over detailed maps of the world!

                    • Color countries according to your statistics in a selection of color schemes!
                    • Display bar or pie charts over the countries to convey more information!
                    • Preview the chart to help you decide on color schemes and subchart types!
                    • Send the charts to coworkers and clients who do not have EuroOffice Map Chart installed and they will still be able to view them!
                    • Export to Excel or PDF, embed in presentations to amaze an even wider audience!
                    • A title, a legend and captions can make your charts even easier to read!
                    • Tweak and edit the created charts in OpenOffice.org Draw to shape them to your liking – then enjoy them still getting updated as your data is changed!
                    • Sun Report Builder interoperability allows you to automate the creation of map charts from a database!

                    The professional version of EuroOffice Map Chart is also available! This version enables you to create charts using 4 different map databases. The highlight is a detailed map of Europe, containing not just countries, but smaller regions down to the NUTS 3 geographical unit level. Define custom names and display custom chart symbols over them in EuroOffice Map Chart Professional!

                    For installation instructions and further information check our FAQ!

                    Don't miss the annotated example!

                    by cyhawk at November 17, 2008 02:13 PM

                    GetOpenOffice.org Blog

                    Making a Specific Template Come Up When You Create Any New Document, in OpenOffice.org Writer, Calc, Impress, or Draw (repost)

                    This is a very useful feature, I think, so I'm reposting it.

                    Anytime you can help people do something without actually have them do anything is great for them and great for you.

                    Templates are a great way to save time. Set up templates with the styles, graphics, etc. that people need, and they don't need to re-create them. (Or create them in the first place.)

                    However, getting users to use the templates is another step. For them, choosing File > New > Templates and Documents might not be something some will want to do or remember to do every time.

                    What if one of the templates you've created is one that many or all users use all the time as the basis for new documents?   You can make it come up when users just choose File > New > [type of document] by setting it as the default template. I.e. the user uses the template but doesn't even need to select it.

                    First, create a new document and make it how you want it: create styles, apply styles, include canned text, whatever.

                    Choose File > Templates > Save. Select a category and name the template. Click OK.

                    Saveastemplate_2

                    Choose File > Templates > Organize.

                    Open the category your template is in, in the left side.

                    Right-click on the template and choose Set as Default Template.
                    Templ6

                    Click Close. You're done! Choose File > New > [type of document] and you'll see the effect.

                    To switch back to the normal original boring blank document, repeat the steps but this time choose Reset Default Template > [type of document]

                    Templ7




                    by training@getopenoffice.org (Solveig Haugland) at November 17, 2008 12:40 PM

                    Pasting from HTML or Word into OpenOffice Writer: use Paste Special > Unformatted Text

                    You might not do it today or tomorrow, but you'll do it someday. You'll need to paste some content from a Web page, or a Word document, or something else that's got some goofiness embedded in it, into your Writer document.

                    Don't do it.

                    That is, don't just do a plain paste. Copy > Paste from here

                    Paste1

                    gives you this.

                    Paste2

                    Lots of cleanup.

                    Plus, when you paste from outside sources you sometimes get lots of sections. Sections are indicated, when you have nonprinting characters and text boundaries showing under the View menu, like this.

                    Paste3

                    Choose Format > Sections and you'll see allllllll the little sections and how complex they are.

                     


                    Why do you care? It's just icky and unnecessary, the sections will behave differently, you'll pull out your hair. Here's one example. I'm changing the left margin for the whole document, but only the section my cursor was in behaves.

                     


                    Paste4

                     


                    So not to get into too much detail, but a plain paste will not give you what you want.

                     


                    Choose Copy, then choose Edit > Paste Special (or Ctrl Shift V) and choose Unformatted Text.

                     


                    Paste5

                    And then you get this as your pasted result. MUCH better.

                    Paste6

                    by training@getopenoffice.org (Solveig Haugland) at November 17, 2008 12:33 PM

                    Gullfoss

                    Some Calc features for 3.1 from RedFlag 2000

                    It was a great pleasure to meet RedFlag 2000's Calc developers at OOoCon in Beijing. Of course the successful collaboration continues, resulting in some cool new features:

                    • When typing a formula, a little tip help window now shows the syntax for the function that is edited.

                      Syntax highlighting

                    • In addition to the same zoom slider in the status bar that Writer has had since 3.0, in the page preview, we have a similar slider in the toolbar to quickly modify the print scale.

                      Page preview

                    • Sorting now preserves the original order of entries with equal sort keys, and it defaults to sorting by the cursor position's column, making the toolbar sort buttons much more useful.
                    • There are some improvements to formula calculation, for INDIRECT and array formulas.

                      Array formula

                    The formula features are in CWS "odff05", the other features in CWS "calc47", both scheduled to go into 3.1.

                    by Niklas Nebel at November 17, 2008 11:34 AM

                    IssueZilla

                    New issues: Mon Nov 17 04:43:00 UTC 2008

                    #i96259# - Chart: Chart properties needs an "Apply" button
                    #i96256# - Database access: Numeric field control can not increment by decimals
                    #i96264# - Presentation: Font is Different Between Editing and Slide Show
                    #i96258# - Presentation: StarOffice 9 messes up Formatting of Outlines created with SO8
                    #i96255# - framework: Strange numbers in title bar
                    #i96263# - framework: The "anchor" setting of an inserted picture will be modified after saving as .doc files.
                    #i96262# - framework: The inserted movie and sound will be removed when save as .doc or .ppt files
                    #i96257# - gsl: pdf export loses footnote/endnote-link back to anchor
                    #i96254# - marketing: OOo license mislabelled on Apple site
                    #i96260# - sw: relative links to external files in html document are not maintained properly
                    #i96265# - sw: word completion during editing leads to doubled spaces
                    #i96261# - www: OO3.0 WindowsME no go Swedish

                    November 17, 2008 04:43 AM

                    November 16, 2008

                    Michael Meeks

                    2008-11-16: Sunday.

                    • Up early, off to NCC - did the Creche, home for lunch. started tidying the house - spent much of the afternoon cleaning and clearing things up: with at least some impact. Call with Mike, E-mail, bed.

                    November 16, 2008 09:00 PM

                    Alexandro Colorado

                    Spanish FL(y)OSS part II

                    Lliurex in Valencian

                    Lliurex in Valencian

                    This post is long overdue however the things that I present in Alicante were pretty interesting. Contrasting what Malaga had, this event was much more smaller yet it was very rewarding in the sense I got the time to chat with people all around the world.

                    Basically I want to propose projects and enterprise deals that will benefit the OOo community and the overal FLOSS adoption. These projects benefit both parties and also make the project even a bigger proposal for everybody. I digress…

                    The conference started with a bit of dissapointing un-attendance in the sence that most of the speakers were just leaved to their own luck. Nobody pick me up from the airport nor help me with my settling around Andalucia. I didn’t had any chance to see the city beyond what my legs walked me through.  However on the other side, I got a good time relaxing and finally having a break from the constant flying. So I had the chance to take a long bath and really relax for a while. Also the fact the hotel was also a Spa hotel help me enjoy even more using some of their pillow menu.

                    The next day was pretty good, got to meet with John Maddog from Linux International again and talk about Obama’s win and what it could mean for the US.  After the quick meal we were ready for the event. I came in early because I really want to see the expo before people came in. I was able to see a really great set up full of wide variety of hardware. People had thin clients running the host distro — lliurex. Lliure means freedom in Valencian and this is like freedomX.

                    So I got to talk wtih the people of many of the companies, associations an sponsors that were in the event. I got to chat about developments and innovations and how OOo will be presenting great stuff with the education project.

                    Unfortunately I felt many of the atendees that mattered weren’t there to attend to the conference so my message might have not been correctly targeted. After my talk I sensed many people were simply users and they didn’t had the means to push an education project forward. At the same time I think that through the magic of the internet and since the talk was recorded. There is still hope for many to at least by recycling my conference through services like Slideshare.

                    Other talks were interesting but i most say that I wasn’t attending to many of them since the education target and the fact that they were giving it in valencian really didn’t help my attention span. I rather was doing some work on my laptop about things to make O4Biz and the Education presentation more smooth.

                    Since one of the event participants didn’t make it, I was asked to give a second talk during the conference. That meant that I would be able to give my first part of my tour presentation. The repeat of the great Open for business conference. Again I felt the audience was the best for the talk but I was happy that at least i got a recording out of this great talk which I couldn’t record at OSWC.

                    After the conference I got the chance to talk with many of the Lliurex project including the main manager of the project Sofia Belez, who is a very kind and beautiful woman. We got to get around the option of integrating the Valencian localization into the OOo project and avoid issues during their building process. Is funny because a simple email would have done it. However they had two years talking with Sun and different entities and they have got nowhere. This means that there is still a change of culture to be made. The internet is an open platform but sometimes dealing with phisical people can prove to be a handicap. Instead of contacting developers they contact distros which don’t make software so applying changes will only fork the projects.

                    However now that we are on the right track we can start leveraging and building upon freedom. Not however without the support of the rest of the OOo community. Is important that projects such as big as OOo we can have sustainable communication networks and protocols so that information reaches to a higher than normal spead wtihout falling into the usual pitfalls of flamewars that can stigmatize a project or initiative.

                    by admin at November 16, 2008 05:11 PM

                    IssueZilla

                    New issues: Sun Nov 16 16:43:01 UTC 2008

                    #i96248# - api: Regression in the Basic IDE (FrameControl)
                    #i96252# - qa: Distribute French localized OOo 2.4.2 RC1 as final
                    #i96253# - sc: DataPilot: inconsistent use of "Average" and "Mean"
                    #i96247# - sw: Big Images in Writer
                    #i96251# - sw: Combined text/drawing contents moving misplacements
                    #i96250# - sw: Writer does not properly save Database report
                    #i96249# - www: Please replace ssh key for user 'divec'

                    November 16, 2008 04:43 PM

                    Otto's Club Twitter