SFD-discuss
By thread
sfd-discuss@mailman3.com
By month
Messages by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- 2 participants
- 3662 messages
Re: [SFD-discuss] SFD 2013 countdown
by Frederic Muller - DFF
This looks like a lot of research on my end for the time being and I
don't specially have any issue with the current solution. While I'm not
saying we won't do it giving me links to read and "advice" will
definitely greatly reduce the chances of it happening.
Note that we're looking for something easy to implement on the user's
side. An image seems quite easy to do and has been working so far for us
and for other organizations. In fact we were able to launch the
countdown with 10 languages this year (as we didn't redo the graphics...
that's a minus) and we're already at 12.
I have been discussing with other board members and one suggested to use
an iframe. Maybe that would match your suggestion?
I hope you understand my perspective. I'm just a volunteer with limited
knowledge and a lot of things to do.
Of course if anyone is willing to spend time and showing us something
that works and that we can easily deploy please go ahead. I'll do
everything I can to support it within my abilities.
Thanks.
Fred
On 07/17/2013 04:14 PM, Alexandro Colorado wrote:
> Is really very simple, Javascript has the capabilities of locating the
> OS day and number so you can just have a simple script giving the
> ammount of days left.
>
> H
> ere is a simple example on working the Javascript code with inkscape:
> http://eclipsesource.com/blogs/2012/07/03/wireframing-inkscape-javascript/
> If you read the last section, you will see where it triggers actions by
> behaviours (|element.style.fill = 'red'|.) for te SVG style, and
> (|window.location='contact.svg'|) for the action.
>
> And a snippet of code for the 'days left':
> http://www.digioz.com/downloads/javascript/daysleft.html
>
> Remember embeded SVG work the same way HTML could work so you can do
> this serverside as well using PHP, Python or whatever get's interpret or
> spit out.
>
> If you are worried of browser incompatibilities there is a library that
> takes care of that:
> http://code.google.com/p/svgweb/
>
>
>
> On Wed, Jul 17, 2013 at 12:41 AM, Frederic Muller - DFF
> <fred(a)digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>> wrote:
>
> Thanks for your help but this looks way above my skills. Could you be
> kind enough to detail how we can use the Inkscape graphics without text
> and generate those 102 images with the script?
>
> Note as well that different languages have different positioning of
> things, but I guess we can have 2/3 master templates and then just ask
> for translations.
>
> Thanks.
>
> Fred
>
> On 07/16/2013 05:06 PM, Alexandro Colorado wrote:
> > This is a small snippet of code with SVG and strings. Of course
> doing a
> > php echo (or python print) would be enough to put a dynamic date
> string
> > instead of a static text. Go to the <text> node.
> >
> > <!DOCTYPE html>
> > <html>
> > <body>
> >
> > <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
> > <defs>
> > <filter id="test" filterUnits="objectBoundingBox" x="0" y="0"
> > width="1.5" height="4">
> > <feOffset result="Off1" dx="15" dy="20" />
> > <feFlood style="flood-color:#ff0000;flood-opacity:0.8" />
> > <feComposite in2="Off1" operator="in" result="C1" />
> > <feOffset in="SourceGraphic" result="Off2" dx="30" dy="40" />
> > <feFlood style="flood-color:#ff0000;flood-opacity:0.4" />
> > <feComposite in2="Off2" operator="in" result="C2" />
> > <feMerge>
> > <feMergeNode in="C2" />
> > <feMergeNode in="C1" />
> > <feMergeNode in="SourceGraphic" />
> > </feMerge>
> > </filter>
> > </defs>
> > <text x="30" y="100" style="font:16px verdana
> > bold;fill:blue;filter:url(#test)">Software Freedom Day</text>
> > </svg>
> >
> > </body>
> > </html>
> >
> >
> > On Tue, Jul 16, 2013 at 12:12 AM, Pockey Lam
> > <pockey(a)softwarefreedomday.org
> <mailto:pockey@softwarefreedomday.org>
> <mailto:pockey@softwarefreedomday.org
> <mailto:pockey@softwarefreedomday.org>>>
> > wrote:
> >
> >
> > On 07/16/2013 05:43 AM, Alexandro Colorado wrote:
> >> last year I recommend using a simple script in Javascript and
> SVG.
> >> This will allow to make one simple function and deliver on every
> >> language by just having an array of dialogs.
> > Hi Alexandro,
> >
> > Thanks for your email! I remember we did look into the
> solution last
> > year however we had some problems to write the javascript it
> may due
> > to lack of technical knowledge. If you can help us to write this
> > simple script that would be great :)
> >
> > Thanks!
> > Pockey
> >
> >
> >
> >>
> >>
> >> On Mon, Jul 15, 2013 at 6:45 AM, Frederic Muller - DFF
> >> <fred(a)digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>
> >> <mailto:fred@digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>>> wrote:
> >>
> >> Excellent! Thanks a lot, that was fast!
> >>
> >> Fred
> >>
> >> On 07/15/2013 06:36 PM, Konfrare Albert wrote:
> >> > Hi Fred!
> >> >
> >> > I have added the four files for the Catalan countdown for
> >> this year. The
> >> > Catalan countdown banner it's working properly now!
> >> >
> >> > Thanks!
> >> >
> >> > ALBERT
> >> >
> >> >
> >> > 2013/7/15 Frederic Muller - DFF
> >> <fred(a)digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>
> >> <mailto:fred@digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>>
> >> > <mailto:fred@digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>
> >> <mailto:fred@digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>>>>
> >> >
> >> > Actually the Catalan countdown also has a date on
> 01.png
> >> and 02.png.
> >> > Those 2 files also need to be redone.
> >> >
> >> > Thanks.
> >> >
> >> > Fred
> >> >
> >> > On 15/07/13 16:42, Frederic Muller - DFF wrote:
> >> > > Hi!
> >> > >
> >> > > The countdown is ready. In fact there was a
> little bug
> >> in the website
> >> > > javascript which added a month to the displayed
> >> countdown which is why
> >> > > we haven't launched it earlier.
> >> > >
> >> > > English is fully ready and all the following
> languages
> >> can be used
> >> > right
> >> > > now. However someone will need to redo 00.png and
> >> 00here.png as
> >> > the SFD
> >> > > date is written on the image file:
> >> > > Catalan
> >> > > French
> >> > > German
> >> > > Portuguese
> >> > > Estonian
> >> > > Chinese Simplified
> >> > > Persian
> >> > > Arabic
> >> > > Greek
> >> > >
> >> > > For Persian on top of doing those 2 image files
> >> someone who speaks the
> >> > > language also need to ensure the alt text on the wiki
> >> page is
> >> > correct. I
> >> > > couldn't find the event date, so maybe it's not
> >> written at all, or
> >> > maybe
> >> > > it's simply not readable in English.
> >> > >
> >> > > And then for the next following languages on top of
> >> the 2 image files
> >> > > which need to be redone, days files from today (68)
> >> onward are simply
> >> > > missing. If you want a countdown now you'll need to
> >> generate them
> >> > so we
> >> > > can activate the countdown.
> >> > >
> >> > > Else usage is the same as the previous year and
> >> describe here:
> >> > > http://wiki.softwarefreedomday.org/CountDown
> >> > >
> >> > > Any question please let us know.
> >> > >
> >> > > Thanks and enjoy!
> >> > >
> >> > > Fred
> >> > >
> >> >
> >> >
> >> > _______________________________________________
> >> > SFD-discuss mailing list
> >> > SFD-discuss(a)sf-day.org
> <mailto:SFD-discuss@sf-day.org> <mailto:SFD-discuss@sf-day.org
> <mailto:SFD-discuss@sf-day.org>>
> >> <mailto:SFD-discuss@sf-day.org
> <mailto:SFD-discuss@sf-day.org> <mailto:SFD-discuss@sf-day.org
> <mailto:SFD-discuss@sf-day.org>>>
> >> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > *KONFRARE ALBERT*
> >> > La Konfraria de la Vila del Pingüí
> >> > de La Palma de Cervelló
> >> > www.konfraria.org <http://www.konfraria.org>
> <http://www.konfraria.org>
> >> <http://www.konfraria.org> • @La_Konfraria
> >> > <http://twitter.com/La_Konfraria>
> >> >
> >> >
> >> >
> >> >
> >> > _______________________________________________
> >> > SFD-discuss mailing list
> >> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> <mailto:SFD-discuss@sf-day.org <mailto:SFD-discuss@sf-day.org>>
> >> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >> >
> >>
> >>
> >> _______________________________________________
> >> SFD-discuss mailing list
> >> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> <mailto:SFD-discuss@sf-day.org <mailto:SFD-discuss@sf-day.org>>
> >> http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >>
> >>
> >>
> >>
> >> --
> >> Alexandro Colorado
> >> Apache OpenOffice Contributor
> >> http://www.openoffice.org
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> SFD-discuss mailing list
> >> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> <mailto:SFD-discuss@sf-day.org <mailto:SFD-discuss@sf-day.org>>
> >> http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >
> >
> >
> >
> > --
> > Alexandro Colorado
> > Apache OpenOffice Contributor
> > http://www.openoffice.org
> >
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > SFD-discuss mailing list
> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
>
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://www.openoffice.org
>
>
>
>
>
>
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
July 17, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Alexandro Colorado
Is really very simple, Javascript has the capabilities of locating the OS
day and number so you can just have a simple script giving the ammount of
days left.
H
ere is a simple example on working the Javascript code with inkscape:
http://eclipsesource.com/blogs/2012/07/03/wireframing-inkscape-javascript/
If you read the last section, you will see where it triggers actions by
behaviours (element.style.fill = 'red'.) for te SVG style, and (
window.location='contact.svg') for the action.
And a snippet of code for the 'days left':
http://www.digioz.com/downloads/javascript/daysleft.html
Remember embeded SVG work the same way HTML could work so you can do this
serverside as well using PHP, Python or whatever get's interpret or spit
out.
If you are worried of browser incompatibilities there is a library that
takes care of that:
http://code.google.com/p/svgweb/
On Wed, Jul 17, 2013 at 12:41 AM, Frederic Muller - DFF <
fred(a)digitalfreedomfoundation.org> wrote:
> Thanks for your help but this looks way above my skills. Could you be
> kind enough to detail how we can use the Inkscape graphics without text
> and generate those 102 images with the script?
>
> Note as well that different languages have different positioning of
> things, but I guess we can have 2/3 master templates and then just ask
> for translations.
>
> Thanks.
>
> Fred
>
> On 07/16/2013 05:06 PM, Alexandro Colorado wrote:
> > This is a small snippet of code with SVG and strings. Of course doing a
> > php echo (or python print) would be enough to put a dynamic date string
> > instead of a static text. Go to the <text> node.
> >
> > <!DOCTYPE html>
> > <html>
> > <body>
> >
> > <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
> > <defs>
> > <filter id="test" filterUnits="objectBoundingBox" x="0" y="0"
> > width="1.5" height="4">
> > <feOffset result="Off1" dx="15" dy="20" />
> > <feFlood style="flood-color:#ff0000;flood-opacity:0.8" />
> > <feComposite in2="Off1" operator="in" result="C1" />
> > <feOffset in="SourceGraphic" result="Off2" dx="30" dy="40" />
> > <feFlood style="flood-color:#ff0000;flood-opacity:0.4" />
> > <feComposite in2="Off2" operator="in" result="C2" />
> > <feMerge>
> > <feMergeNode in="C2" />
> > <feMergeNode in="C1" />
> > <feMergeNode in="SourceGraphic" />
> > </feMerge>
> > </filter>
> > </defs>
> > <text x="30" y="100" style="font:16px verdana
> > bold;fill:blue;filter:url(#test)">Software Freedom Day</text>
> > </svg>
> >
> > </body>
> > </html>
> >
> >
> > On Tue, Jul 16, 2013 at 12:12 AM, Pockey Lam
> > <pockey(a)softwarefreedomday.org <mailto:pockey@softwarefreedomday.org>>
> > wrote:
> >
> >
> > On 07/16/2013 05:43 AM, Alexandro Colorado wrote:
> >> last year I recommend using a simple script in Javascript and SVG.
> >> This will allow to make one simple function and deliver on every
> >> language by just having an array of dialogs.
> > Hi Alexandro,
> >
> > Thanks for your email! I remember we did look into the solution last
> > year however we had some problems to write the javascript it may due
> > to lack of technical knowledge. If you can help us to write this
> > simple script that would be great :)
> >
> > Thanks!
> > Pockey
> >
> >
> >
> >>
> >>
> >> On Mon, Jul 15, 2013 at 6:45 AM, Frederic Muller - DFF
> >> <fred(a)digitalfreedomfoundation.org
> >> <mailto:fred@digitalfreedomfoundation.org>> wrote:
> >>
> >> Excellent! Thanks a lot, that was fast!
> >>
> >> Fred
> >>
> >> On 07/15/2013 06:36 PM, Konfrare Albert wrote:
> >> > Hi Fred!
> >> >
> >> > I have added the four files for the Catalan countdown for
> >> this year. The
> >> > Catalan countdown banner it's working properly now!
> >> >
> >> > Thanks!
> >> >
> >> > ALBERT
> >> >
> >> >
> >> > 2013/7/15 Frederic Muller - DFF
> >> <fred(a)digitalfreedomfoundation.org
> >> <mailto:fred@digitalfreedomfoundation.org>
> >> > <mailto:fred@digitalfreedomfoundation.org
> >> <mailto:fred@digitalfreedomfoundation.org>>>
> >> >
> >> > Actually the Catalan countdown also has a date on 01.png
> >> and 02.png.
> >> > Those 2 files also need to be redone.
> >> >
> >> > Thanks.
> >> >
> >> > Fred
> >> >
> >> > On 15/07/13 16:42, Frederic Muller - DFF wrote:
> >> > > Hi!
> >> > >
> >> > > The countdown is ready. In fact there was a little bug
> >> in the website
> >> > > javascript which added a month to the displayed
> >> countdown which is why
> >> > > we haven't launched it earlier.
> >> > >
> >> > > English is fully ready and all the following languages
> >> can be used
> >> > right
> >> > > now. However someone will need to redo 00.png and
> >> 00here.png as
> >> > the SFD
> >> > > date is written on the image file:
> >> > > Catalan
> >> > > French
> >> > > German
> >> > > Portuguese
> >> > > Estonian
> >> > > Chinese Simplified
> >> > > Persian
> >> > > Arabic
> >> > > Greek
> >> > >
> >> > > For Persian on top of doing those 2 image files
> >> someone who speaks the
> >> > > language also need to ensure the alt text on the wiki
> >> page is
> >> > correct. I
> >> > > couldn't find the event date, so maybe it's not
> >> written at all, or
> >> > maybe
> >> > > it's simply not readable in English.
> >> > >
> >> > > And then for the next following languages on top of
> >> the 2 image files
> >> > > which need to be redone, days files from today (68)
> >> onward are simply
> >> > > missing. If you want a countdown now you'll need to
> >> generate them
> >> > so we
> >> > > can activate the countdown.
> >> > >
> >> > > Else usage is the same as the previous year and
> >> describe here:
> >> > > http://wiki.softwarefreedomday.org/CountDown
> >> > >
> >> > > Any question please let us know.
> >> > >
> >> > > Thanks and enjoy!
> >> > >
> >> > > Fred
> >> > >
> >> >
> >> >
> >> > _______________________________________________
> >> > SFD-discuss mailing list
> >> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> >> <mailto:SFD-discuss@sf-day.org <mailto:SFD-discuss@sf-day.org>>
> >> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > *KONFRARE ALBERT*
> >> > La Konfraria de la Vila del Pingüí
> >> > de La Palma de Cervelló
> >> > www.konfraria.org <http://www.konfraria.org>
> >> <http://www.konfraria.org> • @La_Konfraria
> >> > <http://twitter.com/La_Konfraria>
> >> >
> >> >
> >> >
> >> >
> >> > _______________________________________________
> >> > SFD-discuss mailing list
> >> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> >> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >> >
> >>
> >>
> >> _______________________________________________
> >> SFD-discuss mailing list
> >> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> >> http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >>
> >>
> >>
> >>
> >> --
> >> Alexandro Colorado
> >> Apache OpenOffice Contributor
> >> http://www.openoffice.org
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> SFD-discuss mailing list
> >> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> >> http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >
> >
> >
> >
> > --
> > Alexandro Colorado
> > Apache OpenOffice Contributor
> > http://www.openoffice.org
> >
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > SFD-discuss mailing list
> > SFD-discuss(a)sf-day.org
> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
--
Alexandro Colorado
Apache OpenOffice Contributor
http://www.openoffice.org
July 17, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Frederic Muller - DFF
Thanks for your help but this looks way above my skills. Could you be
kind enough to detail how we can use the Inkscape graphics without text
and generate those 102 images with the script?
Note as well that different languages have different positioning of
things, but I guess we can have 2/3 master templates and then just ask
for translations.
Thanks.
Fred
On 07/16/2013 05:06 PM, Alexandro Colorado wrote:
> This is a small snippet of code with SVG and strings. Of course doing a
> php echo (or python print) would be enough to put a dynamic date string
> instead of a static text. Go to the <text> node.
>
> <!DOCTYPE html>
> <html>
> <body>
>
> <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
> <defs>
> <filter id="test" filterUnits="objectBoundingBox" x="0" y="0"
> width="1.5" height="4">
> <feOffset result="Off1" dx="15" dy="20" />
> <feFlood style="flood-color:#ff0000;flood-opacity:0.8" />
> <feComposite in2="Off1" operator="in" result="C1" />
> <feOffset in="SourceGraphic" result="Off2" dx="30" dy="40" />
> <feFlood style="flood-color:#ff0000;flood-opacity:0.4" />
> <feComposite in2="Off2" operator="in" result="C2" />
> <feMerge>
> <feMergeNode in="C2" />
> <feMergeNode in="C1" />
> <feMergeNode in="SourceGraphic" />
> </feMerge>
> </filter>
> </defs>
> <text x="30" y="100" style="font:16px verdana
> bold;fill:blue;filter:url(#test)">Software Freedom Day</text>
> </svg>
>
> </body>
> </html>
>
>
> On Tue, Jul 16, 2013 at 12:12 AM, Pockey Lam
> <pockey(a)softwarefreedomday.org <mailto:pockey@softwarefreedomday.org>>
> wrote:
>
>
> On 07/16/2013 05:43 AM, Alexandro Colorado wrote:
>> last year I recommend using a simple script in Javascript and SVG.
>> This will allow to make one simple function and deliver on every
>> language by just having an array of dialogs.
> Hi Alexandro,
>
> Thanks for your email! I remember we did look into the solution last
> year however we had some problems to write the javascript it may due
> to lack of technical knowledge. If you can help us to write this
> simple script that would be great :)
>
> Thanks!
> Pockey
>
>
>
>>
>>
>> On Mon, Jul 15, 2013 at 6:45 AM, Frederic Muller - DFF
>> <fred(a)digitalfreedomfoundation.org
>> <mailto:fred@digitalfreedomfoundation.org>> wrote:
>>
>> Excellent! Thanks a lot, that was fast!
>>
>> Fred
>>
>> On 07/15/2013 06:36 PM, Konfrare Albert wrote:
>> > Hi Fred!
>> >
>> > I have added the four files for the Catalan countdown for
>> this year. The
>> > Catalan countdown banner it's working properly now!
>> >
>> > Thanks!
>> >
>> > ALBERT
>> >
>> >
>> > 2013/7/15 Frederic Muller - DFF
>> <fred(a)digitalfreedomfoundation.org
>> <mailto:fred@digitalfreedomfoundation.org>
>> > <mailto:fred@digitalfreedomfoundation.org
>> <mailto:fred@digitalfreedomfoundation.org>>>
>> >
>> > Actually the Catalan countdown also has a date on 01.png
>> and 02.png.
>> > Those 2 files also need to be redone.
>> >
>> > Thanks.
>> >
>> > Fred
>> >
>> > On 15/07/13 16:42, Frederic Muller - DFF wrote:
>> > > Hi!
>> > >
>> > > The countdown is ready. In fact there was a little bug
>> in the website
>> > > javascript which added a month to the displayed
>> countdown which is why
>> > > we haven't launched it earlier.
>> > >
>> > > English is fully ready and all the following languages
>> can be used
>> > right
>> > > now. However someone will need to redo 00.png and
>> 00here.png as
>> > the SFD
>> > > date is written on the image file:
>> > > Catalan
>> > > French
>> > > German
>> > > Portuguese
>> > > Estonian
>> > > Chinese Simplified
>> > > Persian
>> > > Arabic
>> > > Greek
>> > >
>> > > For Persian on top of doing those 2 image files
>> someone who speaks the
>> > > language also need to ensure the alt text on the wiki
>> page is
>> > correct. I
>> > > couldn't find the event date, so maybe it's not
>> written at all, or
>> > maybe
>> > > it's simply not readable in English.
>> > >
>> > > And then for the next following languages on top of
>> the 2 image files
>> > > which need to be redone, days files from today (68)
>> onward are simply
>> > > missing. If you want a countdown now you'll need to
>> generate them
>> > so we
>> > > can activate the countdown.
>> > >
>> > > Else usage is the same as the previous year and
>> describe here:
>> > > http://wiki.softwarefreedomday.org/CountDown
>> > >
>> > > Any question please let us know.
>> > >
>> > > Thanks and enjoy!
>> > >
>> > > Fred
>> > >
>> >
>> >
>> > _______________________________________________
>> > SFD-discuss mailing list
>> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
>> <mailto:SFD-discuss@sf-day.org <mailto:SFD-discuss@sf-day.org>>
>> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
>> >
>> >
>> >
>> >
>> > --
>> > *KONFRARE ALBERT*
>> > La Konfraria de la Vila del Pingüí
>> > de La Palma de Cervelló
>> > www.konfraria.org <http://www.konfraria.org>
>> <http://www.konfraria.org> • @La_Konfraria
>> > <http://twitter.com/La_Konfraria>
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > SFD-discuss mailing list
>> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
>> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
>> >
>>
>>
>> _______________________________________________
>> SFD-discuss mailing list
>> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
>> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>>
>>
>>
>>
>> --
>> Alexandro Colorado
>> Apache OpenOffice Contributor
>> http://www.openoffice.org
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> SFD-discuss mailing list
>> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
>> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
>
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://www.openoffice.org
>
>
>
>
>
>
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
July 17, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Frederic Muller - DFF
Wow.. and one more then! I've enabled the new countdown and modified the
webpage. We're all set!
Thanks.
Fred
On 07/16/2013 05:38 PM, Zeljko Popivoda wrote:
> Hi,
>
> Thanks.
>
> Also Serbian Latin
> http://wiki.softwarefreedomday.org/CountDown/sh
> is ready for activation. ;)
>
> zpop
>
> http://zeljko.popivoda.com
>
> On 16.07.2013. 10:59, Frederic Muller - DFF wrote:
>> Hi!
>>
>> Thanks for the contributions, the Serbian Cyrillic countdown has been
>> activated! I'll update the webpage as well so people know.
>>
>> Thanks.
>>
>> Fred
>>
>> On 07/16/2013 05:11 AM, Zeljko (Vuk) Popivoda wrote:
>>> Hello,
>>>
>>> Serbian Cyrillic updated
>>> http://wiki.softwarefreedomday.org/CountDown/sr
>>>
>>> Please delete more.png so I can upload new one.
>>>
>>> Regards from Serbia,
>>> zpop
>>>
>>> http://zeljko.popivoda.com
>>>
>>>
>>> _______________________________________________
>>> SFD-discuss mailing list
>>> SFD-discuss(a)sf-day.org
>>> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>>>
>>
>>
>> _______________________________________________
>> SFD-discuss mailing list
>> SFD-discuss(a)sf-day.org
>> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>> .
>>
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
July 16, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Zeljko Popivoda
Hi,
Thanks.
Also Serbian Latin
http://wiki.softwarefreedomday.org/CountDown/sh
is ready for activation. ;)
zpop
http://zeljko.popivoda.com
On 16.07.2013. 10:59, Frederic Muller - DFF wrote:
> Hi!
>
> Thanks for the contributions, the Serbian Cyrillic countdown has been
> activated! I'll update the webpage as well so people know.
>
> Thanks.
>
> Fred
>
> On 07/16/2013 05:11 AM, Zeljko (Vuk) Popivoda wrote:
>> Hello,
>>
>> Serbian Cyrillic updated
>> http://wiki.softwarefreedomday.org/CountDown/sr
>>
>> Please delete more.png so I can upload new one.
>>
>> Regards from Serbia,
>> zpop
>>
>> http://zeljko.popivoda.com
>>
>>
>> _______________________________________________
>> SFD-discuss mailing list
>> SFD-discuss(a)sf-day.org
>> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>>
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
> .
>
July 16, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Alexandro Colorado
This is a small snippet of code with SVG and strings. Of course doing a php
echo (or python print) would be enough to put a dynamic date string instead
of a static text. Go to the <text> node.
<!DOCTYPE html>
<html>
<body>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="test" filterUnits="objectBoundingBox" x="0" y="0"
width="1.5" height="4">
<feOffset result="Off1" dx="15" dy="20" />
<feFlood style="flood-color:#ff0000;flood-opacity:0.8" />
<feComposite in2="Off1" operator="in" result="C1" />
<feOffset in="SourceGraphic" result="Off2" dx="30" dy="40" />
<feFlood style="flood-color:#ff0000;flood-opacity:0.4" />
<feComposite in2="Off2" operator="in" result="C2" />
<feMerge>
<feMergeNode in="C2" />
<feMergeNode in="C1" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<text x="30" y="100" style="font:16px verdana
bold;fill:blue;filter:url(#test)">Software Freedom Day</text>
</svg>
</body>
</html>
On Tue, Jul 16, 2013 at 12:12 AM, Pockey Lam
<pockey(a)softwarefreedomday.org>wrote:
>
> On 07/16/2013 05:43 AM, Alexandro Colorado wrote:
>
> last year I recommend using a simple script in Javascript and SVG. This
> will allow to make one simple function and deliver on every language by
> just having an array of dialogs.
>
> Hi Alexandro,
>
> Thanks for your email! I remember we did look into the solution last year
> however we had some problems to write the javascript it may due to lack of
> technical knowledge. If you can help us to write this simple script that
> would be great :)
>
> Thanks!
> Pockey
>
>
>
>
>
> On Mon, Jul 15, 2013 at 6:45 AM, Frederic Muller - DFF <
> fred(a)digitalfreedomfoundation.org> wrote:
>
>> Excellent! Thanks a lot, that was fast!
>>
>> Fred
>>
>> On 07/15/2013 06:36 PM, Konfrare Albert wrote:
>> > Hi Fred!
>> >
>> > I have added the four files for the Catalan countdown for this year. The
>> > Catalan countdown banner it's working properly now!
>> >
>> > Thanks!
>> >
>> > ALBERT
>> >
>> >
>> > 2013/7/15 Frederic Muller - DFF <fred(a)digitalfreedomfoundation.org
>> > <mailto:fred@digitalfreedomfoundation.org>>
>> >
>> > Actually the Catalan countdown also has a date on 01.png and 02.png.
>> > Those 2 files also need to be redone.
>> >
>> > Thanks.
>> >
>> > Fred
>> >
>> > On 15/07/13 16:42, Frederic Muller - DFF wrote:
>> > > Hi!
>> > >
>> > > The countdown is ready. In fact there was a little bug in the
>> website
>> > > javascript which added a month to the displayed countdown which
>> is why
>> > > we haven't launched it earlier.
>> > >
>> > > English is fully ready and all the following languages can be used
>> > right
>> > > now. However someone will need to redo 00.png and 00here.png as
>> > the SFD
>> > > date is written on the image file:
>> > > Catalan
>> > > French
>> > > German
>> > > Portuguese
>> > > Estonian
>> > > Chinese Simplified
>> > > Persian
>> > > Arabic
>> > > Greek
>> > >
>> > > For Persian on top of doing those 2 image files someone who
>> speaks the
>> > > language also need to ensure the alt text on the wiki page is
>> > correct. I
>> > > couldn't find the event date, so maybe it's not written at all, or
>> > maybe
>> > > it's simply not readable in English.
>> > >
>> > > And then for the next following languages on top of the 2 image
>> files
>> > > which need to be redone, days files from today (68) onward are
>> simply
>> > > missing. If you want a countdown now you'll need to generate them
>> > so we
>> > > can activate the countdown.
>> > >
>> > > Else usage is the same as the previous year and describe here:
>> > > http://wiki.softwarefreedomday.org/CountDown
>> > >
>> > > Any question please let us know.
>> > >
>> > > Thanks and enjoy!
>> > >
>> > > Fred
>> > >
>> >
>> >
>> > _______________________________________________
>> > SFD-discuss mailing list
>> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
>> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
>> >
>> >
>> >
>> >
>> > --
>> > *KONFRARE ALBERT*
>> > La Konfraria de la Vila del Pingüí
>> > de La Palma de Cervelló
>> > www.konfraria.org <http://www.konfraria.org> • @La_Konfraria
>> > <http://twitter.com/La_Konfraria>
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > SFD-discuss mailing list
>> > SFD-discuss(a)sf-day.org
>> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
>> >
>>
>>
>> _______________________________________________
>> SFD-discuss mailing list
>> SFD-discuss(a)sf-day.org
>> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>>
>
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://www.openoffice.org
>
>
>
>
>
>
>
> _______________________________________________
> SFD-discuss mailing listSFD-discuss@sf-day.orghttp://mail.sf-day.org/lists/listinfo/sfd-discuss
>
>
>
--
Alexandro Colorado
Apache OpenOffice Contributor
http://www.openoffice.org
July 16, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Frederic Muller - DFF
Hi!
Thanks for the contributions, the Serbian Cyrillic countdown has been
activated! I'll update the webpage as well so people know.
Thanks.
Fred
On 07/16/2013 05:11 AM, Zeljko (Vuk) Popivoda wrote:
> Hello,
>
> Serbian Cyrillic updated
> http://wiki.softwarefreedomday.org/CountDown/sr
>
> Please delete more.png so I can upload new one.
>
> Regards from Serbia,
> zpop
>
> http://zeljko.popivoda.com
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
July 16, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Frederic Muller - DFF
Hi!
Actually we tried the Inkscape scripting as Pockey mentioned and the
text was off so it was unfortunately not workable. Besides you still
need the translation when the date is done... which is what we're asking
for now.
Now the thing may have been fixed and if you want to try please go ahead.
Thanks.
Fred
On 07/16/2013 05:43 AM, Alexandro Colorado wrote:
> last year I recommend using a simple script in Javascript and SVG. This
> will allow to make one simple function and deliver on every language by
> just having an array of dialogs.
>
>
> On Mon, Jul 15, 2013 at 6:45 AM, Frederic Muller - DFF
> <fred(a)digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>> wrote:
>
> Excellent! Thanks a lot, that was fast!
>
> Fred
>
> On 07/15/2013 06:36 PM, Konfrare Albert wrote:
> > Hi Fred!
> >
> > I have added the four files for the Catalan countdown for this
> year. The
> > Catalan countdown banner it's working properly now!
> >
> > Thanks!
> >
> > ALBERT
> >
> >
> > 2013/7/15 Frederic Muller - DFF <fred(a)digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>
> > <mailto:fred@digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>>>
> >
> > Actually the Catalan countdown also has a date on 01.png and
> 02.png.
> > Those 2 files also need to be redone.
> >
> > Thanks.
> >
> > Fred
> >
> > On 15/07/13 16:42, Frederic Muller - DFF wrote:
> > > Hi!
> > >
> > > The countdown is ready. In fact there was a little bug in
> the website
> > > javascript which added a month to the displayed countdown
> which is why
> > > we haven't launched it earlier.
> > >
> > > English is fully ready and all the following languages can
> be used
> > right
> > > now. However someone will need to redo 00.png and 00here.png as
> > the SFD
> > > date is written on the image file:
> > > Catalan
> > > French
> > > German
> > > Portuguese
> > > Estonian
> > > Chinese Simplified
> > > Persian
> > > Arabic
> > > Greek
> > >
> > > For Persian on top of doing those 2 image files someone who
> speaks the
> > > language also need to ensure the alt text on the wiki page is
> > correct. I
> > > couldn't find the event date, so maybe it's not written at
> all, or
> > maybe
> > > it's simply not readable in English.
> > >
> > > And then for the next following languages on top of the 2
> image files
> > > which need to be redone, days files from today (68) onward
> are simply
> > > missing. If you want a countdown now you'll need to generate
> them
> > so we
> > > can activate the countdown.
> > >
> > > Else usage is the same as the previous year and describe here:
> > > http://wiki.softwarefreedomday.org/CountDown
> > >
> > > Any question please let us know.
> > >
> > > Thanks and enjoy!
> > >
> > > Fred
> > >
> >
> >
> > _______________________________________________
> > SFD-discuss mailing list
> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> <mailto:SFD-discuss@sf-day.org <mailto:SFD-discuss@sf-day.org>>
> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >
> >
> >
> >
> > --
> > *KONFRARE ALBERT*
> > La Konfraria de la Vila del Pingüí
> > de La Palma de Cervelló
> > www.konfraria.org <http://www.konfraria.org>
> <http://www.konfraria.org> • @La_Konfraria
> > <http://twitter.com/La_Konfraria>
> >
> >
> >
> >
> > _______________________________________________
> > SFD-discuss mailing list
> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
>
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://www.openoffice.org
>
>
>
>
>
>
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
July 16, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Frederic Muller - DFF
Hey!
I am a bit puzzled by your email as currently we only have one
Portuguese version called 'pt'. +0 or -3 will only reference the same
image set but from a different time perspective and therefore eventually
the image from 'yesterday' at one point.
To get a second variation we would need to create a pt-BR version of the
same image set with text differences.
I hope I was clear enough.
Thanks.
Fred
On 07/16/2013 12:32 AM, Maicon Strey wrote:
> Hi Frederic,
> About the portuguese banners, only Portugal
> <http://www.softwarefreedomday.org/countdown/banner1-UTC+0-pt.png>
> version was updated, but the Brazilian
> <http://www.softwarefreedomday.org/countdown/banner1-UTC-3-pt.png>
> Portuguese version stay with the default text "Até ano que vem" and it
> mean "Until next Year".
>
> Somebody could update the Brazilian Portuguese version?
>
> Tks!
>
>
> Maicon Strey
> Novo Hamburgo - RS - Brasil
> ------------------
> http://about.me/mstrey
> ------------------
> Linux user: #525086
>
>
> On Mon, Jul 15, 2013 at 5:42 AM, Frederic Muller - DFF
> <fred(a)digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>> wrote:
>
> Hi!
>
> The countdown is ready. In fact there was a little bug in the website
> javascript which added a month to the displayed countdown which is why
> we haven't launched it earlier.
>
> English is fully ready and all the following languages can be used right
> now. However someone will need to redo 00.png and 00here.png as the SFD
> date is written on the image file:
> Catalan
> French
> German
> Portuguese
> Estonian
> Chinese Simplified
> Persian
> Arabic
> Greek
>
> For Persian on top of doing those 2 image files someone who speaks the
> language also need to ensure the alt text on the wiki page is correct. I
> couldn't find the event date, so maybe it's not written at all, or maybe
> it's simply not readable in English.
>
> And then for the next following languages on top of the 2 image files
> which need to be redone, days files from today (68) onward are simply
> missing. If you want a countdown now you'll need to generate them so we
> can activate the countdown.
>
> Else usage is the same as the previous year and describe here:
> http://wiki.softwarefreedomday.org/CountDown
>
> Any question please let us know.
>
> Thanks and enjoy!
>
> Fred
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
>
>
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
July 16, 2013
Re: [SFD-discuss] SFD 2013 countdown
by Pockey Lam
On 07/16/2013 05:43 AM, Alexandro Colorado wrote:
> last year I recommend using a simple script in Javascript and SVG.
> This will allow to make one simple function and deliver on every
> language by just having an array of dialogs.
Hi Alexandro,
Thanks for your email! I remember we did look into the solution last
year however we had some problems to write the javascript it may due to
lack of technical knowledge. If you can help us to write this simple
script that would be great :)
Thanks!
Pockey
>
>
> On Mon, Jul 15, 2013 at 6:45 AM, Frederic Muller - DFF
> <fred(a)digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>> wrote:
>
> Excellent! Thanks a lot, that was fast!
>
> Fred
>
> On 07/15/2013 06:36 PM, Konfrare Albert wrote:
> > Hi Fred!
> >
> > I have added the four files for the Catalan countdown for this
> year. The
> > Catalan countdown banner it's working properly now!
> >
> > Thanks!
> >
> > ALBERT
> >
> >
> > 2013/7/15 Frederic Muller - DFF
> <fred(a)digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>
> > <mailto:fred@digitalfreedomfoundation.org
> <mailto:fred@digitalfreedomfoundation.org>>>
> >
> > Actually the Catalan countdown also has a date on 01.png and
> 02.png.
> > Those 2 files also need to be redone.
> >
> > Thanks.
> >
> > Fred
> >
> > On 15/07/13 16:42, Frederic Muller - DFF wrote:
> > > Hi!
> > >
> > > The countdown is ready. In fact there was a little bug in
> the website
> > > javascript which added a month to the displayed countdown
> which is why
> > > we haven't launched it earlier.
> > >
> > > English is fully ready and all the following languages can
> be used
> > right
> > > now. However someone will need to redo 00.png and
> 00here.png as
> > the SFD
> > > date is written on the image file:
> > > Catalan
> > > French
> > > German
> > > Portuguese
> > > Estonian
> > > Chinese Simplified
> > > Persian
> > > Arabic
> > > Greek
> > >
> > > For Persian on top of doing those 2 image files someone
> who speaks the
> > > language also need to ensure the alt text on the wiki page is
> > correct. I
> > > couldn't find the event date, so maybe it's not written at
> all, or
> > maybe
> > > it's simply not readable in English.
> > >
> > > And then for the next following languages on top of the 2
> image files
> > > which need to be redone, days files from today (68) onward
> are simply
> > > missing. If you want a countdown now you'll need to
> generate them
> > so we
> > > can activate the countdown.
> > >
> > > Else usage is the same as the previous year and describe here:
> > > http://wiki.softwarefreedomday.org/CountDown
> > >
> > > Any question please let us know.
> > >
> > > Thanks and enjoy!
> > >
> > > Fred
> > >
> >
> >
> > _______________________________________________
> > SFD-discuss mailing list
> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> <mailto:SFD-discuss@sf-day.org <mailto:SFD-discuss@sf-day.org>>
> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >
> >
> >
> >
> > --
> > *KONFRARE ALBERT*
> > La Konfraria de la Vila del Pingüí
> > de La Palma de Cervelló
> > www.konfraria.org <http://www.konfraria.org>
> <http://www.konfraria.org> . @La_Konfraria
> > <http://twitter.com/La_Konfraria>
> >
> >
> >
> >
> > _______________________________________________
> > SFD-discuss mailing list
> > SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> > http://mail.sf-day.org/lists/listinfo/sfd-discuss
> >
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org <mailto:SFD-discuss@sf-day.org>
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
>
>
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> http://www.openoffice.org
>
>
>
>
>
>
>
> _______________________________________________
> SFD-discuss mailing list
> SFD-discuss(a)sf-day.org
> http://mail.sf-day.org/lists/listinfo/sfd-discuss
July 16, 2013