/srv/irclogs.ubuntu.com/2005/10/08/#ubuntu-doc.txt

=== jbailey sits down to fix the about-ubuntu FF page, and the entity errors.
ajmitchhi jbailey 03:38
jbaileyHeya Andrew03:38
jbaileyajmitch: I could just solve all my problems my dropping it all in /usr/share/doc/ubuntu-docs and mapping the whole subtree onto there, couldn't I?04:58
jbaileyIt's a bit ugly. =(04:58
jbaileyDo you happen to remember what Debian policy for docs is off hand?04:58
jbailey(Since you were forced to read it much more recently than I. *g*)04:58
ajmitchumm04:58
ajmitchwhat are you suggesting to drop in /usr/share/doc ?04:59
jbaileyabout-ubuntu and the faqguide, but the docbook files.04:59
jbaileyOr I could keep them all in /usr/share/ubuntu-docs04:59
ajmitchAny additional documentation that comes with the package may be installed at the discretion of the package maintainer. Text documentation should be installed in the directory /usr/share/doc/package, where package is the name of the package, and compressed with gzip -9 unless it is small.05:00
jbaileyI've always thought that docs in /usr/share/doc should be generally human usable with a commandline tool installed in base.05:00
jbaileyHmm.05:00
jbaileyIs XML text? =)05:00
ajmitchso you can throw anything you want in there if you take that loosely :)05:00
ajmitchhttp://www.debian.org/doc/debian-policy/ch-docs.html05:00
ajmitchsure05:00
jbaileyTx05:00
ajmitchPDFs & PS are often found in /usr/share/doc05:00
jbaileyIf your package comes with extensive documentation in a markup format that can be converted to various other formats you should if possible ship HTML versions in a binary package, in the directory /usr/share/doc/appropriate-package or its subdirectories.[76] 05:01
jbaileyGreat, so I'll just move it there, so they retain easy access to common.05:01
ajmitchok05:01
jbaileyI think it's ugly, but I think it would be error prone for me to go through and tweak all the entities to allow me to change hte imgpath on the fly. =)05:02
ajmitchI'd say it would be very very bad to try & do that all :)05:03
=== Kamping_Kaiser [n=Karl@ppp221-247.lns2.adl4.internode.on.net] has joined #ubuntu-doc
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== poningru [n=poningru@n128-227-69-220.xlate.ufl.edu] has joined #ubuntu-doc
jbaileyRight, things in /usr/share/doc get randomly compressed by debhelper.06:22
jbaileyForgot that amusement. =)06:22
jbaileyAnyone know if ccache can be used with xsltproc? =)06:24
jbaileyAh, doesn't look like it.06:27
Kamping_Kaiserlol.06:28
jbaileyNo more entity errors now to get the image.06:34
jbaileyWoohoo!  No entity errors *and* and image.06:38
jbaileyNow to repeat 30 times for the other languages. =)06:38
Kamping_Kaiserlol. wd :)06:39
=== jbailey prepares for heavy sed fu.
=== Kamping_Kaiser re-adds sed to 'must learn' list
jbaileysed is fun:06:46
jbaileysed -i -e 's#usr/share/ubuntu-docs/\(.*\)/faqguide#usr/share/ubuntu-docs/generic/faqguide/\1#' install06:46
jbaileySimple thing that would just be annoying to write in a reliable way without regular expressions.06:47
MadpilotPPCtranslated into English, what does that mean?06:47
jbailey-i means replace-in-place.06:47
jbaileySo edit the file you're sed'ing directly.06:47
jbailey-e is the regular expression.06:47
jbaileyinstall is the file I was working on.06:47
jbaileyWhen the regular expression starts with s, it's a search and replace.06:48
jbaileyThe next character is the delimiter.  Traditionally you'll see /, but since I'm working with pathnames, that would suck.06:48
jbaileySo the first clause:06:48
jbaileyusr/share/ubuntu-docs/\(.*\)/faqguide06:48
jbaileySays match the real text of usr/share/ubuntu-docs/06:49
jbailey. means any character.06:49
jbailey* means the previous character zero or more times.06:49
jbaileyregexps will always match as little as possible.06:49
jbaileyso when I have text after that, it will match before the .* does.06:49
jbaileyWrapping it in ( ) means that I can use it as a variable in the second clause:06:50
jbaileyusr/share/ubuntu-docs/generic/faqguide/\106:50
jbaileyWhere \1 is the contents of the ( )06:50
jbaileyRefering to () set 106:50
jbaileySo:06:51
jbaileyusr/share/ubuntu-docs/sv/faqguide06:51
jbaileyBecomes06:51
jbaileyusr/share/ubuntu-docs/generic/faqguide/sv06:51
MadpilotPPChuh06:51
=== MadpilotPPC adds regexp to my 'really got to figure that out' list, which is already far too long...
MadpilotPPC;)06:52
Kamping_Kaiser>.< brain hurts06:52
jbaileyMadpilotPPC: I finally had someone explain to me how it all works internally.06:53
jbailey*that* made my brain hurt.06:53
=== Kamping_Kaiser [n=Karl@ppp221-247.lns2.adl4.internode.on.net] has joined #ubuntu-doc
=== rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-doc
=== highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-doc
jsgotangcojbailey, speak in english please heh07:42
jbaileyjsgotangco: Whups, sorry.  What part of that did I explain poorly?07:45
jbaileyI usually try to be clear.  regular expressions make it a bit hard, though. =)07:45
ajmitchjbailey: they're fun though :)07:45
jsgotangcojbailey, nah i was just messing with you07:45
ajmitchjbailey: so what's planned for the 29th so far? :)07:46
jbaileyajmitch: 29th?  No idea.07:46
jbaileyI plan to get alot of sleep in prep for the 30th. =)07:46
ajmitchwe start on the 30th, right?07:46
ajmitchor at least the love day is then07:46
jbaileyyup07:46
=== ajmitch had better get his id ready for keysignings :)
=== Burgundavia needs to do the same
jsgotangcoUBZ keysigning would be bigger for sure compared to UDU07:49
ajmitchso what name should I go under? :)07:49
jsgotangco*sigh*07:49
jbaileyajmitch: James Blackwell07:49
ajmitchjbailey: I couldn't take that away from you07:50
ajmitchjsgotangco: why is that?07:50
jsgotangcobecause more devels outside ubuntu can actually come?07:51
ajmitchmaybe, though I'm not sure just how many will turn up for such a thing07:51
jbaileyajmitch: There are always junkies. =)07:51
ajmitchhah07:52
jsgotangcothe "gotta catch (get) 'em all" types?07:52
ajmitchyou mean apart from the ones who fly halfway across the world for it? ;)07:52
jsgotangcohehe07:52
ajmitchjbailey: I'll need to do the tourist thing for a bit after UBZ, I think :)07:52
jsgotangcowould be nice to watch hockey if its in season07:54
jsgotangcoor watch the expos07:54
jbaileyAren't they still on strike?07:54
Burgundaviajbailey, negatory07:54
Burgundaviajsgotangco, expos moved to Washington07:55
jsgotangcooohhh so montreal doesn't have baseball anymore07:55
Burgundavianope07:55
jsgotangcoi'd like to see circuit de gille villeneuve if i had the chance07:56
jbaileyWow.  The about-ubuntu stylesheet crashes firefox.07:56
jbaileyGotta love it.07:57
jbaileyEspecailly now that it's the start page on my box. =)07:57
=== jbailey removes the stylesheet again.
jbaileyWhen did Montral losethe baseball team?07:58
jbaileyApparently I'm just right not up to date on sports  atm. =)07:58
Burgundavia200307:58
Burgundaviabecause they sucked07:58
jbaileyRigh.07:58
jbaileyI still miss the Grizzlies. =)07:58
jbaileyThey had the best half-time shows.07:58
Burgundaviathey are thinking about moving the New Orleans team to Vancouver07:59
jbaileyAnd big-as-a-country would just kinda toddle across the court and throw people out of his way.07:59
jbaileyAnd if the ref didn't notice, he might score a baske.07:59
jbaileyAhahah07:59
jbaileyOn the grounds that it can't be worse?07:59
Burgundaviayes07:59
jbaileyOr that most of Vancouver is already underwater, so they're ready for it this time? =)07:59
jsgotangcocanada isn't just a basketball country07:59
Burgundaviasweet, cbc lockout might be ending07:59
Burgundaviahttp://www.cbc.ca/story/canada/national/2005/10/03/CBCLO20051003.html?ref=rss07:59
jbaileyThat'll be nice.07:59
BurgundaviaI emailed Keith Martin about evil ads on the cbc website08:00
Burgundaviahe told me he supports the idea08:00
=== Burgundavia wishes CBC was as gutsy and bold as the BBC
jbaileyevil ads/08:00
jbailey?08:00
BurgundaviaCBC.ca is running dell ads08:01
jsgotangcojbailey, montreal is still predominantly francophone right?08:01
Burgundaviajsgotangco, mixed08:01
jbaileyDepends where you are.08:01
jbaileyI'd say 60% though.08:01
Burgundaviathe largest group of anglophones in Quebec is in Montreal08:01
jbaileyIt was more in the summer.  Now that the McGill students are in town, even the hardcore franco areas have alot of English.08:02
Burgundaviapeople who decry it when the server serves then in French first08:02
ajmitchBurgundavia: you can be my translator then  ;)08:02
jbaileyajmitch: Maudite, Je peux le faire aussi. ;)08:02
Burgundaviaajmitch, everybody in Montreal speaks English, but they might not understand UpSideDownTalk08:02
jsgotangcoaussi?08:02
jsgotangcohehe08:02
jsgotangcolol08:02
ajmitchjbailey: :)08:03
Burgundaviaplus they really don't speak French in Quebec, they speak Quebecois08:04
jsgotangcoahh aussi is a different word08:04
=== ajmitch will still need a translator from kiwi into canadian ;)
jbaileyTahberrrrnak, what do zhyou mean by 'dat, hein?08:04
jsgotangcoand Quebecois is like those african french thing?08:04
=== Burgundavia might be a salesperson for non-free software soon...
Burgundaviajsgotangco, depends on location and person08:05
jbaileyHmm.08:05
jsgotangcowhat a place =)08:05
Burgundaviastreet slang is pretty odd08:05
jbaileyI should probably make the html version still display the about-ubuntu logo, shouldn't I?08:05
ajmitchit could be a good idea08:05
jsgotangcojbailey, yeah08:05
jbaileyDamn, kills the symlink idea.08:05
ajmitchwhy?08:06
jbaileyBecause the img src link is realative to the installed location of the html.08:06
jbaileyNot the /usr/share/ubuntu-artwork/home/index.html it's expecting.08:07
=== jsg_ [n=jsg@202.57.71.235] has joined #ubuntu-doc
ajmitchsymlink the image as well?08:08
ajmitchhello jsg_ 08:08
ajmitchdsl issues?08:09
jsg_yeah08:09
jsg_its raining hard outside08:09
ajmitchah08:09
jsg_usually when it rains the telephone service gets borked08:10
=== Burgundavia is glad he lives in a country where that doesn't happen
ajmitchhere we just have rats ;)08:10
jsg_yeah its typhoon season over here08:11
jsg_until november08:11
jsgotangcoBurgundavia, if you live in a 3rd world country, you'll be living like a millionaire08:12
jsgotangcoa pack of smokes here costs .50 cents US08:13
BurgundaviaI have already experienced that08:13
Burgundaviagas in indonesia doubled to 44cent a litre08:13
jsgotangcogas in this region (except singapore) is relatively more cheaper compared to the usa08:14
KinnisonMorning08:26
Burgundaviamorning Kinnison 08:26
Kinnisonhey corey08:27
jbaileyUploaded now.08:30
MadpilotPPCso I've found a good source of information for everyone going to Montreal... ;)  http://uncyclopedia.org/wiki/Canada_%28Nation%2908:30
jbaileyGot, 2:30, time for sleep.08:30
jbaileyMadpilotPPC: I'll be posting some stuff on the wiki this week.08:30
rob^jbailey08:30
jbaileyI've got a bunch of info on cheap museum passes and such.08:30
rob^what was up with that revision?08:30
jbaileyI've had some out of town guests recently, so I stole their research. =)08:30
jbaileyrob^: Eh?08:30
jbaileyWhich one?08:30
rob^183808:30
rob^-    <title>Ubuntu 5.10 Starter Guide</title>08:31
rob^+    <title>Unofficial Ubuntu 5.10 Starter Guide</title>08:31
jbaileyThat string shouldn't change after DocumentationStringFreeze.08:32
jbaileymdke is going to take it to the TB on Tuesday.08:32
jbaileyOr to matt sooner, I guess.08:32
jbaileyEither way is fine, but without approval, I can't upload that change.08:32
jsgotangcoerr08:32
jsgotangcoits an omf file08:32
rob^oh ok, its just that its totally wrong08:32
jbaileyWhich contains localised strings.08:32
jbaileyOh, I agree it's wrong.08:33
MadpilotPPCjbailey, the Uncyclopedia is... not the most reliable source of actual information, but it's entertaining. I wasn't actually going to add it to any of the UBZ pages...08:33
jbaileyMadpilotPPC: *lol*08:33
MadpilotPPCI was tempted to add it, though... ;)08:33
rob^heh, they have a good page on "new" Venice08:34
jbaileyrob^: I just can't randomly break the freeze.  It's always appeared that way in every upload.  I just need a hand wave from mdz, kamion or sabdfl to say that it's okay.08:34
jbaileyrob^: Are you randomly reading the logs, or arae they mailed to some mailing list?08:34
rob^jbailey, ok I'll wait and see what happens then08:34
rob^jbailey, mailing list08:35
rob^ubuntu-doc-commits08:35
jbaileyAh, neat didn't know about it.08:35
jbaileyajmitch: Another way you can stalk me. =)08:35
rob^heh08:35
jbaileyrob^: Or someone could poke sabdfl now in #ubuntu-devel and such.08:35
rob^I keep a pretty good eye on it08:35
jbaileyBut it's 02h35 and I need to go to sleep. =)08:35
rob^does any of those three know about this issue yet?08:36
jbaileyI doubt it.08:37
jbaileyI think mdke and I spoke about it Friday night or so.08:37
rob^ok08:37
rob^well night then :)08:38
jsgotangcojeezz why do i have to bear the suffering of using centos for this review08:39
rob^are you reviewing centos?08:39
jsgotangcono i won an rhce exam pack and centos is basically rhel08:40
rob^oh08:40
HrdwrBobheh RHCE08:40
HrdwrBobif you're doing it in sydney/melbourne I know one of the main guys :)08:40
jsgotangcoHrdwrBob, don't start, i wont and its free...heh08:40
=== rob^ looks at his mcse exam pack and thinks he should finish it
jsgotangcoHrdwrBob, probably in brisbane08:41
mdkejbailey, hey you fixed the faqguide?08:42
mdkeawesome08:42
jbaileymdke: That's the theory.08:42
jbaileyflame away if I'm wrong. =)08:42
rob^what was broken?08:42
mdkei'll let you know later08:42
jbaileyIt was just the missing bits like the fdl and such, right?08:42
mdkerob^, links08:42
mdkejbailey, rob sent a list of things that are missing to the list08:42
mdkelemme find it08:43
rob^mdke, which ones?08:43
mdkejbailey, http://article.gmane.org/gmane.linux.ubuntu.doc/326408:43
mdkejbailey, are the links to samples/ and the entities working too?08:43
jsgotangcomdke, hi08:43
rob^oh cool08:43
mdkejsgotangco, heya, nice work on the RHCE08:44
jsgotangcomdke, im gonna be low-key for a while after breezy08:44
mdkenp08:45
=== Burgundavia worried that his new job might lead to curtailed activities with Ubuntu as well
=== rob^ is going back onto shift work, so I will probably have even more time
jsgotangcoif i had all the time in the world, i would, but i also have to start sorting things out08:46
mdkejsgotangco, that's cool. What are you going to be up to?08:48
jbaileyWhere do I find those things?08:48
jbaileyThe commons and the FDL are working.08:48
jbaileyBut I don't see where Credits and License is, etc.08:49
jbaileyFound feedback, it works.08:49
jsgotangcolibs?08:49
mdkejbailey, not sure08:49
mdkerob^ might know08:49
rob^jbailey, yeah I had to change a few things to get the two licences going 08:49
jsgotangcoor common08:49
jsgotangcocommon/C08:50
mdkethe sample/ stuff is in the faqguide/C directory08:50
rob^although I noticed they arn't working in the latest package (although this might be older then when I made the update)08:50
jbaileyrob^: If you could check again with 5.10-5, that would be really appreciated.08:50
mdkei gtg to work08:50
mdkecatch y'all later08:51
jsgotangcosomeone deleted my edubuntu script too, i just noticed 2 days ago (it was probably deleted for quite some time)08:51
jbaileyC'ya mdke 08:51
jbaileySleep now, back in a few hours. =)08:51
rob^as for credits and licence, I have know idea why they arn't working in the package, they work fine with the .xml file in branch08:51
jsgotangcobrb09:03
=== robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-doc
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== dand [n=dand@gw.datagroup.ro] has joined #ubuntu-doc
rob^I guess it isn't a good thing that after climing thru roofs f11:37
rob^oops11:37
rob^dam up key11:37
ajmitch:)11:38
jsgotangcowhat the heck are you doing11:38
ajmitchit's that fibreglass eating into your brain11:38
rob^yeah my eyes are quite sore11:38
rob^cabling11:39
=== WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-doc
rob^hey the finally replaced the gnome foot with the ubuntu logo11:46
=== segfault [i=carlos@prognus.com.br] has joined #ubuntu-doc
jsgotangcoyes11:46
rob^its been about a month since I've logged off and rebooted..11:47
rob^bout time :)11:47
ajmitchmy laptop gets restarted a bit more often, so I noticed it there :)11:53
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== jsg_ [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== kbrooks [n=kbrooks@d235-161-49.home1.cgocable.net] has joined #ubuntu-doc
kbrooksSeems like a wiki page still has those marillat repositories in -- https://wiki.ubuntu.com/RestrictedFormats01:36
Kamping_Kaiseris ubuntu-doc teams territory anything that involves doco? like the wiki?01:37
kbrooksthink so (not sure).01:38
Kamping_Kaiserhm. ok.01:38
=== jsgotangco [n=jsg@202.57.71.235] has joined #ubuntu-doc
=== mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-doc
=== jjesse [n=jjesse@mail.ftpb.com] has joined #ubuntu-doc
=== HrdwrBob [n=matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu-doc
WaterSevenUbhey guys... what is the URL for the FAQ guide generated from the translations?02:39
mdkejbailey, around?03:27
mdkejbailey, i'm writing my proposal for the TB regarding that omf string. You mentioned the other day that there are some translations of it, but in the branch all I can see are copies of the English version. What languages have translations for that string, do you know?03:28
mdkeWaterSevenUb, /usr/share/ubuntu-docs/03:31
=== highvolt1ge [n=Jono@196.36.161.235] has joined #ubuntu-doc
jbaileymdke: Lemme look03:39
jbaileyHmm, this is faqguide, isn't it...03:39
jbaileyy'know, maybe all the translations are new...03:40
mdkejbailey, all I can see are copies of the english omf file03:40
jbaileyIf we used the string "Ubuntu FAQ Guide", we could use that string to *get* a translation.03:40
mdkeyeah03:41
mdkesame with the little paragraph underneath it03:41
jbaileyRight.03:41
jbaileySo we could argue for unifying that, and just using those translations.03:41
mdkeoh no03:41
mdkewhat would we do with the paragraph under the "Unofficial ..." bit?03:42
mdkei can't find a suitable introduction in the faqguide that might be translated03:42
mdkethere used to be one, but it looks like it was removed03:42
=== highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-doc
jbaileyGiven that it's not a huge string change, it might just be worth asking mdz directly then.03:46
jbaileyOr Kamion might be abl to just approve it.03:46
mdkehang on03:47
mdkeif we change it as you have suggested, and get the translations, we will be left with a title (translated) and that little intro paragraph (not translated)03:47
mdkeunless we remove that intro paragraph from the translated omf's03:48
mdkejbailey, follow me?03:50
jbaileyYup03:51
jbaileyThe biggest trick is that I don't have the authority to approve any of these changes, so we need to ask one of them.03:54
mdkesure03:54
jbaileyBut it sounds simple enough to do that we could just ask one of them directly.03:54
mdkejbailey, i'm just trying to figure out what to ask for03:54
jbaileymdke: I would honestly be inclined to ask for the name changes, and the chance to localise what's possible.03:55
mdkeare we asking to remove the paragraph, or to remove it from the translations?03:55
jbaileyThe paragraph can probably stay in English for now.03:55
jbaileyAnd next time we know to make a pofile out of that, too.03:55
mdkethat would look odd with a translated title though03:55
mdkei would tend to go for leaving it all in english03:55
mdkeor taking out the paragraph03:56
jbaileyGiven that the target document might be translated, someone could ignore the English and get the document at least.03:56
jbaileyThey'll be used to random bits of Englihs popping up.03:56
jbaileySince the link is in their language, it gives them a hint that using it might be what they want.03:56
jbailey(I they don't speak a word of English)03:56
mdkethe important thing is to make it clear that the doc is translated03:56
jbaileyRight.03:57
jbaileyWhich I think the title will do.03:57
=== mdke nods
mdkeok i'll build that into my email03:58
mdkeand send it to kamion and mdz too03:59
jbaileyWho are you emailing aside from those two?04:01
mdkethe doc list04:04
mdkei was just going to email the list and then link to it from the TB agenda04:04
jbailey'k04:08
mdkeanyhow I'll copy you in too04:09
mdkeneed to get my head down at work for a while now04:09
mdkeso see ya later04:09
jbaileyI've been looking at the about-ubuntu page as transformed to HTML.05:02
jbaileyI'm wondering it it's actually possible to make docbook output pretty.05:02
jjessequick question: how is kubuntu capitalized?  KUbuntu or Kubuntu?  I get confused05:18
=== enrico_ [n=enrico@debian/developer/enrico] has joined #ubuntu-doc
Kamping_KaiserKubuntu05:27
Kamping_Kaiser'cos KUbuntu looks strange :D05:27
Kamping_Kaiserit looks like a typo :D05:27
=== enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-doc
jjessegrin I did kubuntu05:31
Kamping_Kaiser:P05:31
=== enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-doc
=== spayne [n=spayne@i-195-137-120-148.freedom2surf.net] has joined #ubuntu-doc
=== spayne [n=spayne@i-195-137-120-148.freedom2surf.net] has left #ubuntu-doc ["Leaving"]
=== enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-doc
=== segfault [i=carlos@prognus.com.br] has joined #ubuntu-doc
=== enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-doc
=== spayne [n=spayne@i-195-137-120-148.freedom2surf.net] has joined #ubuntu-doc
=== highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-doc
highvoltagewhere can i find the ubuntu irc logs again?07:02
highvoltagesorry, found it.07:04
=== jjesse [n=jjesse@mail.ftpb.com] has joined #ubuntu-doc
kbrooksbk08:37
=== dand [n=dand@83.103.205.67] has joined #ubuntu-doc
=== spayne [n=spayne@i-195-137-120-148.freedom2surf.net] has joined #ubuntu-doc
=== WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-doc
=== WhispSil [n=WhispSil@bl6-192-37.dsl.telepac.pt] has joined #ubuntu-doc
WaterSevenUbanyone can tell me when will the very last translations of FAQ Guide from rosetta be used for Breezy?10:39
WaterSevenUbis the deadline over?10:39
WaterSevenUbI thought the ubuntu guide was a langpack thing... not a "nonlangpack".10:40
jbaileySadly, no.10:43
jbaileyThat'll change for dapper.10:43
jbaileyBut it's too late to get it in the langpacks for Breezy.10:43
WaterSevenUbjbailey, I see, thanks. So there is no chance people will open an exception on ubuntu guide and update translations after 6th October?10:46
WaterSevenUbjabiley, I mean, before the 13th.10:46
jbaileyNo, the NonLangpackTranslations time has passed. =(10:46
WaterSevenUbjabiley, damn it... PT team was counting on the 6th of October:)10:46
WhispSilit's strange that the FAQ's are considered as nonlangpack10:47
WaterSevenUbwhispsil, I guess it's more a technical issue than other thing... but still... what a pitty:)10:47
WaterSevenUbthe problem now is that we will have like 150 strings untranslated randomly.... when there is actual a full translation in Rosetta....10:48
WaterSevenUbthat would be certainly very confusing for the final user.10:48
WaterSevenUbwould=will10:49
WhispSilwell i dont think it will be that strange for the user, it's rather normal to see things like this10:50
WhispSilit's sad because it lowers the quality feeling toward the user10:50
WaterSevenUbjbailey, freezes are sometimes flexible, do you think this is not such a case for flexibility?10:51
jbaileyI think that we're 3 days from an RC release, and 10 days from final release.10:52
jbaileyAnd that I'm certainly not willing to go argue the point to the very busy release manager or the very busy CTO. =)10:52
WaterSevenUb:)10:53
jbaileyThe nice part is pitti and I know what it will take to make it langpack'd for dapper.10:53
jbaileyThere will be weekly snapshots.10:53
jbaileySo all told, documentation is going to be more present through the release cycle.10:53
jbaileyI think that's the best we can generally hope for, and see what we need to change when it come to the end of that cycle.10:53
WaterSevenUbone thing that I'm afraid is that the langpack grows such that it has to be removed from the CD....10:54
WhispSildo you think that will be the case?10:54
WaterSevenUband many new users would give up immediately if they can't see things in their own language....10:55
WhispSilif the packages number stay rather stable, it shouldn't happend10:55
kbrooksOctober 6, Ubuntu breezy RC will be released?10:55
kbrooks:O10:55
WaterSevenUbwhispsil, well... perhaps for inclusion of documentation that will not be the case.... but space is very scarse and I think langpacks in AMD64 ISO suffered restrictions or were removed...10:55
WhispSili didn't know10:56
WaterSevenUbwhispsil, I'm not sure:)10:56
=== hyperactivecrond [n=chris@ppp-69-217-155-73.dsl.bcvloh.ameritech.net] has joined #ubuntu-doc
=== hyperactivecrond [n=chris@ppp-69-217-155-73.dsl.bcvloh.ameritech.net] has left #ubuntu-doc ["Konversation]
=== hyperactivecrond [n=chris@ppp-69-217-155-73.dsl.bcvloh.ameritech.net] has joined #ubuntu-doc
hyperactivecrondwhat happened to the install guide?11:18
hyperactivecrondoops 11:18
hyperactivecrondit says "now hiring" - I'll write it...11:19
mdkejbailey, i am not going to give up on the idea of ubuntu-docs language updates :)11:26
jbaileymdke: I'm not asking you to. =)11:26
mdkecourse not11:26
mdkei didn't mean that11:26
mdkejbailey, you think it is unrealistic/a bad idea?11:27
WaterSevenUbmdke, well... in the case of translations made by our team... we know that the translations do not follow the same general properties from string to string since we didn't review them... it would be great to update that in the future.11:30
WaterSevenUbmdke, somehow :)11:31
WaterSevenUbmdke, we were caught by confusion with deadlines as I said before....11:32
jbaileymdke: No, it's just something I can't persue right at the moment.11:35
jbaileyupload to main are now on-approval only for everything.11:35
mdkejbailey, sure, i was just interested in your opinion on prospects of success :) i think it will be something to address after the breezy release dust has settled11:38
HrdwrBobpursue11:41
jbaileymdke: I only think that everything's incredibly busy right now, 11:51
jbaileymdke: Given that Colin said he doesn't mind, you've got a good shot at it.11:52
hyperactivecrondso can i be "hired" ot do the install guide?11:54
hyperactivecrondobv for no $11:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!