Hi, If you "just can't wait", you can use this: *pootle.bat* *:loop ** **sleep 10 ** **wget https://translations.documentfoundation.org/--no-check-certificate -O - ** **IF ERRORLEVEL 1 GOTO loop echo "Pootle is back!" * or *pootle.sh* *i=1 until [ $i -eq 0 ] do sleep 10 wget https://translations.documentfoundation.org/--no-check-certificate -O - i=$? done echo Pootle is back! * You may attach a horn to it instead of just echoing! :-)
Hossein 2012/6/12 Andras Timar <[email protected]> > 2012/6/12 Nguyễn Vũ Hưng <[email protected]>: > > On Tue, Jun 12, 2012 at 11:02 PM, Andras Timar <[email protected]> > wrote: > >> Pootle is down for maintenance, I'm uploading 3.6 files. > > > > You should have checked my email a few seconds before sending this > > annoucement :) > > > > Just kidding :) When will it be back? > > I don't know, hopefully within a few hours. I'll announce it in this > list. Thanks for your patience. > > Andras > > -- > Unsubscribe instructions: E-mail to [email protected] > Problems? > http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ > Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette > List archive: http://listarchives.libreoffice.org/global/l10n/ > All messages sent to this list will be publicly archived and cannot be > deleted > -- Unsubscribe instructions: E-mail to [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/l10n/ All messages sent to this list will be publicly archived and cannot be deleted
