=== enrico [~enrico@enrico.developer.debian] has joined #ubuntu-doc [02:38] hornbeck: hello! Aroud? [02:50] enrico: hey [02:50] enrico: it's me [02:50] :) [02:52] Hello sivang ! [02:53] hey enrico ! since you went to taiwan we hardly talk :) [02:53] enrico: got my email? [02:55] enrico: I see you've been reworking bits of my wiki pages recently [02:55] :) [02:58] sivang: got your e-mail [02:59] sivang: reworking your wiki pages? Which ones? I mainly did lots of reparenting [03:01] enrico: just little additions here and there :) , are we still using them btw? [03:04] sivang: which pages are you mentioning? [03:06] eh right, mostly you are now compiling stuff from those pages into the faq? [03:09] sivang: just taken a bit for the "what is the documentation team" [03:10] enrico: ok, nice btw :) [03:43] sivang: are you busy now? [03:43] sivang: if you have time, would you like to help me out with the Docteam FAQ? === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-doc [03:45] Doh! I hit C+A+Backspace [03:47] sivang: if you replied to me, I lost your answer [03:48] enrico: I will happily, but going to sleep now , almost 24 hours of no sleep.. [03:48] tommorow? [03:49] night! [03:50] sivang: 24 hours? ARGH! [03:50] Sure! Tomorrow! [03:50] Take a rest by all means! Good night! === jiyuu0 [~jiyuu0@218.111.149.83] has joined #ubuntu-doc [06:55] African Greetings [06:57] hello froud! [06:57] morning [06:57] good afternoon [06:58] 07:51 [06:58] I see people are doing commits that's good. Now I have conflicks diff3 here I come [07:00] Conflicts with my commit? I thought I did only really minor things [07:00] Hope nothing too hard [07:00] Dunno I must have a look. Never a problem let SVN take care of it [07:00] that's why we have svn [07:00] :-) [07:01] SVN Goooooooood [07:01] SVN is good! [07:02] Hmmm yes. "Fortune Favours the Bold" [07:02] Is it possible to hook meld into svn to solve conflicts? [07:02] meld is also really good! [07:02] never tried it === enrico suggest [07:03] apt-get install meld [07:03] meld filea.txt fileb.txt [07:04] it's really cute. === froud confesses using SuSE as work horse === enrico pretends he didn't hear :) [07:09] http://meld.sourceforge.net/ === froud 's ubuntu box is on the side. Froud likes KDE [07:11] enrico, should work its just a diff tools [07:28] enrico, nice you have puut commnets in with links to possible content [07:29] this is a good method, perhaps everyone should use it. I will give people an idea of where they can do things [07:30] enrico, did you try' the make' [07:32] Trying make... [07:32] new laptop is missing software. apt-get install xsltproc... [07:32] warning: failed to load external entity "/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl" [07:32] let me search for it [07:33] this is the problem with the paths I made a bugzilla for [07:33] you did not want to apply it caus eit would break build [07:33] look in libs/html-cust.xsl [07:33] you will find an xsl:import that is commented [07:34] uncommnet it and comment the other xsl:import [07:35] the problem is that different machines are at different versions so the docbook xsl is in diiiferent places [07:35] your machine must be new, cause it uses the new location for the docbook xsl's [07:35] I am hoping to fix this with catalogs [07:36] uhm, not necessarily. It may just be that the new laptop lacks the docbook-xsl package (installing now) [07:36] silly me, it was even listed among the dependencies in debian/control :) [07:37] oh dear I assume you have these installed [07:37] catalogs will help though [07:37] export XML_CATALOG_FILES=file:///tools/catalog.xml [07:37] Now it warns about something that looks like xincludes included twice [07:37] each person will just need to export this [07:37] yes thisis another bug for xml base [07:38] I will patch it [07:38] but its not a blocker [07:38] Still going on. Quite slow, it's probably accessing stuff from Oasis website [07:38] is it doing http requests [07:38] netstat confirms [07:39] you need to install docbook 4.3 [07:39] what's exporting XML_CATALOG_FILES for? avoiding http requests? [07:39] people have docbook dtd and xsl's in various places [07:39] with catalogs they can do this and we dont care [07:39] In debian sid, it works without exporting XML_CATALOG_FILES [07:39] they just export to their env [07:40] you are using sid [07:40] now [07:45] I have created https://bugzilla.ubuntu.com/show_bug.cgi?id=5067 and assigned myself [07:45] to use xml catalogs [07:47] It should be possible to just put "XML_CATALOG_FILES=file:///tools/catalog.xml" and make should automatically export it to child processes [07:47] well we can do it in the make or people can add it their env [07:47] Uhm, maybe it's the opposite? Let me check [07:48] it's the opposite. let's see how to export make vars... [07:48] the problem is that the catalog.xml may be in different places [07:49] ok. Just adding "export " in the makefile exports it to children [07:49] on different systems [07:49] do we have a list of the possible places? [07:49] not really [07:49] but we can start by collecting a few catalog files from people [07:50] they can add the files as attachment in bugzilla [07:50] to https://bugzilla.ubuntu.com/show_bug.cgi?id=5067 [07:50] then I will add their files to our libs/ [07:50] named per os [07:50] distro [07:51] that way a person can just export the path to our catalogs [07:51] what do you think [07:51] moment. Toilet then I'll be back with a makefile snippet that tries various locations [07:51] even better [08:08] froud: here it is: [08:08] CANDS=\ [08:08] /etc/passwa \ [08:08] /etc/passwb \ [08:08] /etc/passwc \ [08:08] /etc/passwd [08:08] ifexists=$(shell test -e $(file) && echo $(file)) [08:08] PASSWD=$(firstword $(foreach file,$(CANDS),$(ifexists))) [08:08] $(warning $(PASSWD)) [08:09] export PASSWD if you want children to have that in their environment [08:10] I can add it to the makefile, if you're not working on it at the moment [08:10] looks good go for it :-) [08:10] groan... in the meantime, the documentation is still building [08:10] is it possible to make it point to a local copy of those oasis things? [08:10] I am writing the stuff for the docbook part of wiki [08:11] yes we can inlcude the dtd and xsl in th erepos [08:11] but most people should have it installed [08:11] yelp does not need this stuff [08:11] its only for us to buld html [08:12] Is it this thing that it's being downloaded now all the time? /usr/share/xml/docbook/schema/dtd/4.3/catalog.xml [08:13] no its the dtd [08:13] xsltproc loads the dtd to get all entities [08:13] you can switch this optin off [08:14] ok [08:14] see xsltproc --novalid [08:14] but then xsltproc will not moan if the files are invalid [08:15] ok. Now, another question: what default value should use for the catalog search? I mean, what is the value used for XML_CATALOG_FILES when XML_CATALOG_FILES is not found in the environment? [08:15] hold [08:21] enrico, its different on systems [08:21] let me see if there is a standard approach somewhere [08:26] enrico, I have /usr/share/sgml/docbook/dtd/4.3/catalog.xml [08:26] if you hav ethe same then its good === froud [~sean@ndn-165-159-61.telkomadsl.co.za] has joined #ubuntu-doc === jiyuu0 [~jiyuu0@60.48.217.186] has joined #ubuntu-doc [08:58] froud: hello back. I have it in a different location, but in my system it works anyway. I committed a makefile that searches both locations [08:59] OK will test it in awhile I want to finish the docbook wiki docs [08:59] However, I fear I'm breaking more than I solve, as it seems that distributions have a way of properly configuring the lookup path for the catalogs [08:59] sure [08:59] yes we need a constant method [09:00] I will look into it === abelli [~abelli@84.222.38.7] has joined #ubuntu-doc [09:33] enrico, what was the command for commiters to do a first time checkout from svn? [09:35] froud: should have been "svn co http://69.155.172.150/faq/trunk" === enrico hands a hot, creamy cappuccino to ChrisH [09:38] enrico: Ah, very good, sir. The change is for you. [09:39] ChrisH, hi. I mean for commiters [09:39] commiters [09:39] http://user.name@69.155.172.150/faq/trunk [09:40] froud: nope... you should get asked for the username and password during your first commit IIRC [09:40] enrico: hot, creamy cappuccino in Taiwan? [09:40] good morning everyone [09:40] morning [09:41] ChrisH, not sure about that [09:41] abelli: you'd be surprised [09:42] The taiwanese cappu can't be any worse than what I have on my desk. [09:42] enrico: well... [09:42] is it not better to do svn co http://username@69.155.172.150/faq/trunk and then enter user and pass when prompted on first checkout [09:42] . o O ( if only the machines wouldn't be so expensive ) O o . [09:42] froud: I didn't need it. The repository is readable for everyone anyway. And the check-in prompt automatically. [09:43] Turns out one of the guys at the local LUG is a coffee fanatic [09:43] enrico [09:43] ChrisH, OK [09:48] http://lento.uncasino.it/enrico/store/ProfessionalToni.jpg [09:48] For people who don't believe me [09:52] ...im off ciao [10:48] morning alll [10:48] Morning sivang ! [10:48] boker [10:48] morning froud :) [10:48] morning enrico! [10:49] any news? [10:49] ciao [10:49] working ;-) [10:49] sivang: ehi, I posted like 10 messages in the list, and you ask me "any news?" :) [10:49] abelli, going so soon [10:50] hehe [10:50] enrico: ok, I'll fire up mutt. I pretty used to it although using only "q" arrows and enter, m and y and d [10:50] :) [10:51] enrico: but it makes you much more productive then when using evo or mozmail [10:51] :) [10:52] eh. Now you have to learn how to use 'l' [10:52] 'l' and 'o' ROCK! [10:52] what does l and o do? [10:52] enrico: btw, youre muttrc rocks! [10:53] easy color , navigation [10:53] 'l' is 'limit'. It allows you to filter messages. For example, l enrico shows you only messages having to do with me [10:53] hey ppl... daniels didnt sleep for some night to get x.org working.. [10:53] why not thunderbird [10:53] it's so... so... graphical.. [10:53] abelli: when you get used to mutt, you'll understand :) [10:53] Then you can use modifiers: "l ~f enrico" shows messages FROM me; "l ~b Sivan" shows messages that talk about you, and so on [10:53] Outlook 2003 is also very graphical. :P [10:54] ChrisH: ;-) [10:54] well.. why not pine then? [10:54] ~h header, ~t "to". Then you do "l ~=" to see duplicated messages and "l ~F" to see messages you flagged important [10:54] License issues. :) [10:54] or just an mta [10:54] enrico: lemme try those :) [10:54] Important: "l ." to remove the filter [10:54] enrico: if I have an ssh key, i need just to copy it to the host machine and it will grant me access? [10:55] enrico: I am alrady using this pub ssh key to access 2 other machines.. [10:55] sivang: yes (the public key part, obviously). You can use ssh-copy-id for it: it's much easier and less error-prone [10:55] enrico: why thank you yet for another piece of unix knowhow! [10:56] btw people, enrico's traffic summaries are superb. [10:56] ...and dangerous... [10:56] ChrisH: ehi, you were a hero in yesterday's one! [10:57] enrico: Because I did a simple commit of a few lines in the README? :) [10:57] hehe, what could you ask for more? there's some comedy, moral, tips, tricks and well, important stuff we tend to forget now and then. [10:57] it's like the perfect sequal for the family to watch on holidays [10:58] sivang: Is there a TV channel for the Doc Team already? :) [10:58] I'm mounting the transmitter antenna now as I speak :) [10:58] enrico: I'm happy if the first sentence is not "ChrisH complained..." :) [10:58] ChrisH: come on. Let me find it for you [10:59] ChrisH: http://lists.ubuntu.com/archives/ubuntu-doc/2004-December/000824.html look for "ChrisH answered in detail" [11:01] "..many people have been talking to [11:01] screw everything that has been worked on and do it [11:01] differently [11:01] " [11:01] :) [11:01] very good : [11:01] Wiki is more a draft place or a place to organise. I think [11:01] it's okay for that purpose [11:01] I think this should be quoted for future generation so they'll know what mistakes to avoid. === sivang agrees 100% with ChrisH about the wiki's role in documenting a project. [11:03] and I like this also :" [11:03] Let's be open-minded. If it's nice, let's use it. Some aspects [11:03] are pretty neat. [11:05] enrico: Okay, I'm convinced. :) [11:06] can someone suggest a free antivirus for win32? [11:06] abelli: Ubuntu [11:06] ...dont swear... just remind the meaning of ubuntu :) [11:07] enrico: i know.. that.. im just installing it.. with my brand new fatx module.. [11:07] but the owner of the computer has many visual c++ programs.. [11:07] abelli: install ubuntu into a vmware box and stop using windoes :) [11:08] and win32 will be around until the porting under unix will be finished.. [11:08] enrico: im sorry im win32 free since september 2002 [11:09] never ever handled a ms product until sunday [11:10] abelli: fatx module? [11:12] yep.. fatx is the fs used by xbox [11:12] its part of the project RULE... Run Ubuntu Linux Everywhere [11:13] abelli: wowo cooool [11:13] so you have an xbox running ubuntu? [11:13] yes nice... [11:13] sivang: absolutely not.. [11:13] abelli: You should publish something about that, like a Wiki page or something like that [11:13] enrico: don't worry.. it's not ready. [11:14] it's the first module ever written by me.. [11:14] i changed my nick... only because i used "abelli" in it... [11:14] and when i released it to testers... [11:14] it was too late.. [11:15] to change. in some weeks it'll be public. [11:16] im also waiting for mako approval.. RULE is a bit temporary as name [11:18] what about clamav? [11:25] abelli: so you know how to hack kernel modules code.... === sivang wishes he knew how to do that [11:25] sivang: it's the first module. [11:25] sivang: im far away from ppl like fabbione, mjg [11:25] abelli: I'd settle for this, believe me. [11:26] does RULE has a website yet? [11:27] actually is just a groupware at ubuntuitalia.org/gware or sth like that.. [11:27] abelli: when was the project started? [11:27] a week before mataro' [11:28] abelli: where do you learn to hack kernel modules? [11:29] don't use hack.. im far before that point: [11:29] abelli: hey! an Idea! why to use M$'s crappy fs, and not plain ext3/xfs/reiser whatever linux support? [11:29] starting with k&R the c programming language, The Linux Kernel, 2.4 Kernel Internals, [11:30] and a bit of embedding linux di hollabaugh [11:30] abelli: don't get modest on me! A guy who enjoyes sovling descrete math problem, kernel hacking is nothing big to him :)) [11:30] abelli: I tried sometime ago to read 2.4, but if you use 2.6, how does it help you? or not much has changed? [11:31] well.. i need to get into the mood of something.. [11:31] just consider i never used c before.. [11:31] it was like "divide et impera" [or whatever it is..:)] [11:31] abelli: that's exactly what I was talking about :) [11:32] abelli: devide and conquer? [11:32] yes...ok... let's leave apart compliments when i'll marry [11:32] Cat Zeta Jones [11:33] abelli: heheheh :) [11:34] abelli: I'd prefer Jessica Alba, Cameron Diaz, Mel lisboa? :) [11:34] Cameron is WonderFul.. [11:34] but let's be productive... [11:35] otherwise enrico'll get crossed.. [11:35] abelli: right :) [11:35] and we don't want enrico to get crossed right ;) [11:35] abelli: ofcourse not! [11:35] enrico: how do I set mutt to use my ssh keys? [11:37] froud: ping [11:39] sivang: mutt to use ssh? To do what? [11:39] enrico: do impas using the ssh keys [11:40] enrico: instead of asking me the password everytime [11:40] sivang: ah, oh, yes. Uhm... look for "preauth" in mutt's documentation [11:41] tunnel="ssh -q mailhost.net /usr/local/libexec/imapd" [11:41] "preauth" is a good search key in mutt's documentation [11:42] not in the man page.. [11:42] going to the web docs [11:42] sivang: /usr/share/doc/mutt/manual.txt.gz [11:46] Uh Humm [11:46] enrico [11:46] ChrisH, [11:47] froud: yes? [11:47] sivang, [11:47] OK I have my document ready [11:47] need to discuss [11:47] froud: here [11:47] ChrisH, wanted me to fix https://www.ubuntulinux.org/wiki/DocBook [11:47] me thinks my document replaces most of this [11:47] enrico: looks it doesn't care to explain much how to use it, just add this to the mutrrc file? [11:48] do I add a new page or do I modify the exiting one [11:48] sivang: should just need to add that, yes [11:48] my doc replaces about 90% [11:49] froud: You can rename the current page to OldDocBook and make a new DocBook; then link OldDocBook in it [11:49] Hmm link old docbook to it [11:49] maybe the other way around [11:50] no matter well sort it [12:00] froud: we should port the tsf's learn linux admin guide to ubuntu from debian 3.0 :) [12:01] do you know ho wto create a debian spec file [12:02] froud: spec file? I am not sure.. [12:02] I'm sorry I'm ignorant with rpm packaging [12:02] what about deb [12:06] I do debs :) === sivang is also doing bits of them :) [12:09] froud: Does it replace most of it really? I think we need something which is customised for the doc team work. === abelli [~abelli@84.222.38.7] has joined #ubuntu-doc === abelli [~abelli@84.222.38.7] has joined #ubuntu-doc [12:32] ChrisH, see https://www.ubuntulinux.org/wiki/AboutTheUbuntuCoreDocumentationProject [12:32] draft in progress [12:32] btw does anyone want to fomat it I dont know the Z wki stuff [12:32] :-) [12:33] enrico, I want to packaged the project at http://learnlinux.tsf.org.za. Perhaps you can make a deb spec and create the package === abelli [~abelli@84.222.38.7] has joined #ubuntu-doc === froud plays with zwiki structured text [12:37] how to markup headings ? [12:38] ah ha, I see said the blind man to the deaf mute [12:41] Hmm not good. How to make sub headings [12:42] ah ha, I see said the blind man to the deaf mute [12:44] much beetter [12:52] froud: please use moin markup [12:52] we already agreed about it [12:52] if you use rest markup, some people wouldn't be able to modifiy your pages if they need to. [12:56] froud: https://www.ubuntulinux.org/wiki/AboutTheUbuntuCoreDocumentationProject must be abbrivated before it can be really used, we shouldn't force our contributor to read so long pages..they will have to suffer enough with the docbook and other core utils guides.. [12:56] wont my formatting help ? [12:57] froud: I feel that we need to create a DocteamProcedures page, just like the HoaryProcedures page, and seperate the technicalities from the description of the project goals aims and responsibility. [12:58] froud: this is what I was trying to do with my first pages, so we got the /UDP page and /HowDoc from where we could probably link to technical instructions and prequisities IMHO [12:58] enrico? [12:58] ChrisH: ? [12:58] (oppinions) [12:58] Well that's is good, but for now I dont have a big picture, so am juts putting it here. [12:58] froud: ok, maybe we can afterwards devide and conquer [12:59] sure I put this page here so long cause people wnated something like this. The content is there now. We can use it as we please. [01:00] froud: :) [01:01] I still need to add things like how the repos is structured, how to make, what is globale.ent etc. But I think this is another page [01:03] froud: yes sure, this could be the docteam procedures overview page. [01:03] ideally, I would opt for pages that are as big as this : https://www.ubuntulinux.org/wiki/DocBook [01:04] and try to give as much useful info in as must less size, so we won't loose pople on account of reading long articles, === froud thinks to himself, "Gee wiki sucks." [01:04] wiki is good for some very _specific_ uses, [01:04] for all the others, [01:04] it sucks badly. [01:04] :) [01:05] when someone is enough interested int he UDP, he should probably read the docbook guide to the docteam [01:05] :) [01:05] using the wiki for organization and plannig is actually pretty ok IMHO [01:07] Now that I know that (from you) this doc is not the most accurate that I can find for using docbook, but it set me up starting early , and made me enthusiastic about docbook [01:13] ok dudes, that's it for me for today. I must do some paying work :-) [01:13] b c'ing ya [01:14] froud: katerz [01:14] eh, laterz === enrico was having dinner [01:17] froud: I can create the debian/directory for the http://learnlinux.tsf.org.za if you want: just send me the released tarball [01:18] sivang: I would avoid to create yet another page for now, and maybe just use the FAQ until an entry becomes so long that it spins off [01:18] enrico: do man install-docs ---> this _is_ what we were loooking for _all_ our rigsteration needs. [01:19] enrico: that is , against scrollkeeper, doc-base, whtever [01:19] :) === sivang thanks seb128 (who's not here) for providing the insight. [01:19] cool! [01:20] yes :) it's amazing what a "go install doc-base source" instruction can teach yoiu :) === sivang cannot type. frozen fingers. [01:20] so cold there? [01:21] actually, it's 20C outside, [01:21] but the house is like _frozen [01:21] we can't seem to let the heat from the inside get in, [01:21] which is a plus on summer time. [01:22] enrico: this depend line should also be added to facilitate for install-docs [01:22] ${perl:Depends}, scrollkeeper, libunicode-string-perl [01:25] however the rules file, I would have to read the whole make manual to understand === abelli_ [~abelli@84.222.38.70] has joined #ubuntu-doc [01:53] sivang: you tell me what you want the rules file to do and I can try and tell you how to do it [01:53] (but then, it's always good to read the whole make manual anyway) [01:54] enrico: I'll read the manual, I want to know how to make pure debian build script that , really rulez :) === abelli_ [~abelli@84.222.38.11] has joined #ubuntu-doc [01:57] enrico: that doesn't use cryptic cddbs :) [01:58] sivang: you're welcome to use debhelper [01:58] sivang: maybe it's better to start with debhelper and then see [01:59] cdbs is a great tool, but maybe it's great only when you know well what's happening [01:59] Perhaps one should only start to use cdbs when it's clear what debhelper does. :) [02:00] enrico: sounds like it , yes. === abelli [~abelli@84.222.38.11] has joined #ubuntu-doc === jiyuu0 [~jiyuu0@219.94.82.41] has joined #ubuntu-doc === jiyuu0 [~jiyuu0@219.94.82.41] has joined #ubuntu-doc [03:40] under what license do we release documentation? [03:45] FDL or Creative Common ShareAlike 2.0 ? [03:47] I think they where talking CC [03:48] anyone second that? [03:50] Is it not better to use FDL for our purpose? [03:50] in all honesty, I could care less about license [03:50] as long as it is free for others to use [03:50] I want to add the LICENSE file to root of trunk [03:50] right [03:51] froud: gfdl [03:51] sivang: really? [03:52] froud: canonical wants GFDL basically, but each writer can decided per his doc [03:52] hornbeck: yes :) [03:52] I thought Enrico sent a email saying we where using CC [03:52] hornbeck: hmm [03:52] let me check the mail log [03:52] please thanks [03:52] This is what I recall from the c0nference [03:52] :) [03:52] Mark also said that I think. [03:52] sivang, we need to decide on one lic [03:53] two is just a way to problems [03:53] IMHO GFDL is better for our purpose [03:53] froud: this is something also longly discussed before you joined us :) They said each writer can use his own license on docs he's creating it, by they'd prefer GFDL [03:53] Dont get me wrong I like CC SA but I dont think it is right in this case [03:53] GFDL present obvious barriers for debian if they want to use our works.. [03:54] I am not finding it [03:54] What barriers [03:54] Ubuntu is under GPL right? [03:54] or is it lesser [03:55] gpl [03:55] so GFDL compliment GPL [03:55] hornbeck: sivang does not read e-mail, it's widely known :) [03:55] http://www.gnu.org/copyleft/fdl.html [03:55] I guess :-) === enrico looks for link [03:56] I see no obsticalss for Debian to use this lic === froud thanks enrico [03:56] sivang: http://lists.ubuntu.com/archives/ubuntu-doc/2004-December/000759.html [03:58] It's been much more time than "before Christmas" as well [03:58] (I have to grab mako for changes to propagate into website documentation) [03:59] enrico: what changes? we can edit some areas of the website. === sivang is hit by how much he doesn't read email, but that is going to change after the 10th of Jan [04:00] sivang: like writing what the license is, possibly even in the wiki edit page [04:00] enrico, I am going to place both lics into the LICENSE FILE this way people can edit it under svn [04:00] enrico: was this decided over in the Mataro sessions? with lulu and freinds? [04:00] enrico: yes :) [04:01] sivang: mako has been talking with sabdfl during the conf, and that is the outcome [04:01] guys focus please [04:01] eh great. I should have an RSS feed from my mailboxes.. [04:01] enrico, I dont see a bugzilla for this task [04:01] froud: you're right === froud wants people to use bugzilla more === sivang notes all that he suggested a CC compatilbe license long ago. Wonders if enrico could find it on the archives.:) [04:02] I hate bugzilla so much that I can never reach it [04:02] do you want to open it or shall I [04:02] I'll give it a try now [04:02] please assign to mako and inlcude the link to the message above. thanks === froud hugs enrico [04:03] enrico, is the second person that does not like bugzilla [04:03] if people dont like it why not change it [04:03] but until then please use bugzilla people [04:04] froud: we must be more forgiving by means of our communication and report, or else we would drive away alot of prospective contributors. [04:04] its the only way for us to track stuff [04:04] froud: we are awaiting the bug dawn of Malone [04:04] :) [04:04] Who hugs me? :) === sivang hugs ChrisH === froud give ChrisH a slap with a wet fish [04:05] sivang, no everyone must use bugzilla [04:05] froud: I cannot ask this from people who are interested in contributing, [04:05] sivang, you'll thank me when it ocmes near to release date [04:05] froud: well, the idea is that bugzilla will be replaced with malone [04:05] I am allowing them the adjustment time [04:06] ChrisH: where is the gnome-love mumble docteam topic? [04:06] If when then, promises [04:06] froud: I hope it happens soon. In the meantime yes, who can should use mozilla; who can't should as others to use it for them [04:06] ChrisH: we should put it back...:) [04:06] So, if some of you really can't use mozilla, you can drop me a note and I'll do things for you [04:06] I dont care how stuff get sthere it just must [04:06] enrico: good [04:07] sivang, at this moment nobody knows what who is doing and what who is not doing. There are things nobody is doing [04:07] While I'm here, I'll dump my todo-list into bugzilla [04:08] Now you are talking that way we can take a look and see if we can take ownership [04:08] for som eof the stuff [04:08] team work people, team work === froud gets of his saop box [04:08] soap [04:08] froud: team work means also catering for the less technically able people :) [04:09] sivang, as enrico said ifthey cant then they can ask for help and I am sure we will help +1 to help enrico [04:10] froud: sure :) sorry for repeating myself. [04:10] subject voting system [04:10] voting system? [04:11] politics?!?! === sivang scratches :) [04:11] people need to vote on issue === sivang is now the official DocTeam trouble maker :) [04:11] in th email messages it is hard to see who said they will be helping with what [04:11] ok, the wiki is _excellent_ for that. [04:12] it also enables anonymous botes [04:12] Short for "I will help" = +1 [04:12] votes. === sivang enrico's spanking. [04:12] Dont agree -1 [04:12] Dont care 0 [04:12] Helps keep messages terse === froud was flamed for long messages [04:13] ok, prequisitie = must write your name next to you vote, [04:13] to prevent duplicate votes. [04:14] Hmm why [04:14] you are replying to the message [04:14] OH [04:14] I though if usiung the wikiu for it [04:14] email dude email yes that means you must read it :-) === enrico sniff process change :) [04:15] froud: I'm reding it, just not in the mornings :) === enrico points to DocumentationTeamWishList :) [04:15] usually after I finish some stuff [04:15] enrico: noted. [04:15] Yep must be in bugzilla === sivang stopped [04:15] enrico: you should have an anti docteam underground and process changes sniffer scrript [04:15] :) [04:16] enrico, No need for DocumentationTeamWishList when you have bugzilla [04:16] sivang: Feel free to change the /topic - it's not fixed here. [04:17] ChrisH: do you have it saved somehwhere? I don't recall the exact words.. [04:18] enrico: added voting process to docteamwishlist [04:18] sivang: Uh. not really. :( [04:19] you guys are confusing [04:20] ChrisH: never mind, I'll fix it - I have it on my docs. [04:20] docs=logs [04:20] froud: in this case, it's needed to avoid people thinking that this is something that people agreed to do [04:20] froud: we're still in times of process change alergy (and I wonder what will plovs say of the recent reorganizations when he'll come back) [04:20] enrico: true. we shjould have a way to show that a certain process or system has not yet been adopted intil a proper discussion is done about it. [04:20] enrico, let just agree to agree [04:20] enrico: I hope plovs doesn't leave the project :) [04:21] talk to much do to little [04:21] enrico: you recall sparks angry split out :) [04:21] sivang: sparkes was my fault [04:21] froud: I quite agree. Lots of text lands outside of tags (or even outside of the repository itself) [04:22] enrico, things need to be fater [04:22] faster [04:22] hornbeck: I am not sure, if would have followed the Ubuntu CoC, he should hae known the mistakes happen, and misunderstanding also :) and take it less harsh. [04:22] sivang: he felt that I was taking his ideas as my own [04:23] because I was looking at Debian docs === froud off to do more work [04:23] hornbeck: well that's over now. [04:23] yeah [04:24] Faster? How fast can things go? Am I the only here who has does doc team work in his spare time because he has a job? [04:25] I only do it in spare time [04:25] I work all the time, than family [04:25] than docs [04:25] sure, we are only voulenteers. [04:25] nothing bad with it, IMHO [04:25] I see nothing wrong with it [04:25] I wish I had more time to do it [04:26] ChrisH, not true [04:26] when I started I had all the time in the world === ChrisH feels pushed :) [04:26] ChrisH, not true === ChrisH is now known as "not true" === sivang LOLs [04:26] I think alittle push is needed, because we are not really doing much [04:26] ok, but we've had some pushing, now let's see what comes out. [04:26] I do ubuntu in my spare time :-) [04:26] We are doing a whole lot - just not anything that is visible to anyone outside the Chaos Team. [04:26] I have felt motivated by froud, seeing him do alot has made me want to really get working again [04:27] ChrisH, It is becaus eof this that I need to maximize my spare tuime. [04:27] I find myslef holding on stuff for more than a day [04:27] froud: Ah, you mean I better not be online during your spare time. ;) [04:27] ChrisH, no [04:27] Let us put aside the planning for a sec, [04:28] get a list of content crying tags in the sources, [04:28] and write. [04:28] ChrisH, I am saying that decision need to be fast [04:28] froud: could you provide some? [04:28] cause we have only spare time [04:28] froud: Sure. [04:28] I have found that I could not do some things in this time cause of no decision [04:29] froud: Although you will probably admit that you don't really lack freedom here. === enrico notes that we decided to stop deciding and to just commit new paragraphs until something gets finished === sivang is out for food [04:29] Normally decisions should take about 24 hours [04:29] svn is in place, accounts are there, book layout has been defined [04:30] The repository has even been cleaned up recently, thanks to froud [04:30] froud: I just feel that we are fine-tuning a car that has never been driving a mile. [04:30] yes but I make proposal on list and nobody answers [04:30] I don't see anything missing for people to just go and write paragraphs [04:30] so I just have to go ahead [04:30] froud: Which does not mean that I don't value your work. It's great. Just that it's not visible yet. [04:30] froud: I work around that by setting a deadline on proposals: if noone answers, after the deadline I do it [04:31] It saves lots of frustration [04:31] froud: If you make 10 proposals on the list during one day it's really hard to determine what is important and what is just information to keep the team on topic. [04:31] OK that's fine by me [04:31] enrico: You better not recommend that to froud. Or we will have a 5 second timeout until decisions are done automagically. ;) [04:31] [Proposal] [04:31] froud: just use a reasonable deadline :) [04:31] [Warning] [04:31] [Announce] === sivang agrees with ChrisH [04:31] [OT] [04:32] froud: and keep one proposal per week. [04:32] :) [04:32] enrico, what's a reasonable time === sivang is out === ChrisH votes for froud-proposal-quota (FPQ) [04:32] There's also to be said that various people are kind of in christmas vacations at the moment [04:32] :-) [04:32] froud: My rule of thumb is something reasonable for people in various timezones to get the message in the morning and answer to it in the evening [04:33] OK I got the idea. Seems fair [04:33] froud: Is most of the restructuring done already? So I can enter my contents without having to fear they become useless? All entities set? All structures in final position? [04:33] froud: and then I'd put in some more days if I think the question is non-trivial [04:33] Chrish you just hack away let SVN do the work [04:33] ChrisH, trust it [04:33] ChrisH: yes! Go! Go! GO! [04:34] My point is: I don't care how the icon looks or when CSSs are finished. The problem was that the framework changed every now and then. This must be avoided. [04:34] enrico: Sir, yes, Sir. [04:34] ChrisH, this does notstop commits [04:34] enrico: Since all my hardware is running again and Marco has finished getting his second tooth I'm about to get my pen wet today. :) [04:34] as I said let SVN do the work [04:34] As a practice I always do svn up before commits [04:34] froud: Letting svn do the work let to a couple of ".rej" files lately because it couldn't merge my changes if I didn't commit instantly. [04:35] Always to svn up before commit [04:35] then do svn status [04:35] Does that really help? Can it resolve conflicts? [04:35] No you can see problems [04:35] better [04:36] Well, ideally now the only big changes happening in the repository are about content anyway [04:36] It seems to me that we are done with moving directories and the like [04:36] enrico, yes this is true [04:37] enrico: Your daily posting on what has been done is really nice to see the progress. And at least it motivates me into doing stuff. :) [04:37] I have a few files tomove to libs [04:37] ChrisH: thanks! It's sweet music for me to read that! [04:37] but no maj structure changes === froud also thanks enrico for daily psotings [04:38] Thanks!! [04:38] enrico: Just wanted to tell you that your existence is not entirely useless. :) [04:38] ok later [04:38] froud: later! === enrico his flooded by his own bug reports [04:45] But I now have nice numbers all around my personal TODO list [04:45] And I start appreciating the thought of being able to reassign some of those things to other people :) [04:47] enrico: i think i just got one of them :) === froud thanks enrico for patch to https://bugzilla.ubuntu.com/show_bug.cgi?id=5067. NOW FIXED. [04:49] What is a "catalog"? === froud point to http://www.sagehill.net/docbookxsl/Catalogs.html === froud add https://bugzilla.ubuntu.com/show_bug.cgi?id=5079 "Write Ubuntu Documentation License" [04:53] froud: oh, that patch worked then [04:53] cool! [04:53] So far now we need that XSL to work with catalogs [04:54] but must do some other stuff on wiki first [04:55] froud: I'll digest that later... thanks for the link. [04:57] enrico, https://bugzilla.ubuntu.com/show_bug.cgi?id=4284 This is not in the current documents in svn [04:57] The Ubuntu Installation Guide, chapter 2.1. Supported Hardware contains phrases: [04:57] "Debian 4.10 supports ...", "Debian 4.10 ships with ..." [04:57] For example: [04:57] http://archive.ubuntulinux.org/ubuntu/dists/warty/main/installer-i386/current/doc/manual/en/ch02s01.html [04:57] It is confusing. [04:59] it's also incorrect [04:59] ok this is from the debian docs [04:59] are we patching debian docs too [05:00] BUON GIORNO MAKO, RE DEI BABBARI [05:01] heh :) [05:01] abelli: ciao babbaro [05:02] froud: it's incorrect for either ubuntu or debian [05:02] it's either Debain 3.x or Ubuntu 4.10 [05:04] Ok but we dont have a tree of Debian documents in svn [05:04] so why is it our bugzilla? [05:04] do we also patch the debian tree [05:05] if so then we should have debian docs in our repository and patch back our patches to debian [05:05] mako, right or wrong? [05:05] eh.. [05:05] ok.. [05:05] so the installation manual is taken from debian [05:05] and then rebranded basically [05:06] colin, who did those docs [05:06] did not add anything significant that would need to pushed back to debian [05:06] additionally, he didn't do a perfect job of patching/rebranding the documentation [05:06] OK, fine its a custom layer [05:06] so he got the version number but left lots of mention of debian.. including some incohrent stuff [05:06] do we take care of this? [05:07] referring to versions of debian that don't exist [05:07] it's a bug [05:07] ok so where are the sources now? [05:08] i don't *exactly* know but perhap sin the installer source package [05:08] kamion will know [05:08] let me ask [05:08] ok, me thinks they should be moved to docs svn [05:09] We just need a pristine of their HEAD for that doc [05:09] froud: this might create a slightly insane situation :) [05:09] because we already have it in two different version control systems [05:09] yikes!!!! [05:10] and as you know [05:10] which, if this were baz or bitkeeper or even svk, might be fine [05:10] but... [05:10] this is not really svn's strong point [05:10] branches in seperate repos [05:11] svn does this fine [05:11] froud: seperate repositories?! [05:11] yes it can be done :-) [05:11] dude, it's a centralized VCS model.. there is no inter-repository merging [05:12] tips an dtricks it can be done [05:12] svk was written specifically because it doesn't :) [05:12] but I think since it is a doc it should be managed in our repos [05:13] if it's already in a source package in the archive [05:13] it might be nice to simply branch within that VCS [05:13] me points mako to http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ch-7-sect-4 [05:14] mako, " branch within that VCS" and we have little or no control for our applicatin level [05:16] froud: i'm familiar with vendor branches.. it is not the same thing as decentralized VCS [05:16] froud: CVS has vendor branches (sort of) [05:17] ok, but why hav eit over there? === enrico goes to bed [05:17] enrico: good night! :) [05:17] chow [05:17] Bye! [05:17] enrico.. [05:17] we're not going to go through every package and take out every piece of documentation and customize it [05:18] we can't extract every manpage, etc and put in the respoitory and then track differences over time [05:18] right now, the debian-installer maintaer is doing a (Relatively) good job of [05:19] keeping the documentation in sync with debian [05:19] because he's active upstream [05:19] ok so we have to track diifferent repositories [05:19] we are *already* tracking two [05:19] well, colin is [05:19] which ones [05:19] upstream DI [05:19] ubuntu DI [05:20] and now doc-team [05:20] ok [05:20] i asked colin to pop over here === Kamion [~cjwatson@host81-153-126-219.range81-153.btcentralplus.com] has joined #ubuntu-doc [05:21] do you have the uri for upstream [05:21] I hear there's some talk about the installation manual? [05:21] yes [05:21] Kamion: so, there are few open bugs against the installation manual.. and the doc team is willing to take them on [05:21] hello [05:21] are there? where? [05:21] https://bugzilla.ubuntu.com/show_bug.cgi?id=4284 [05:21] not bad ones [05:22] that's purely branding [05:22] TBH those are much easier for me to fix; I did all the branding work on that manual, I probably just missed a bit [05:22] Sure [05:22] alright [05:23] also fixing it involves a debian-installer upload :) [05:23] Kamion, hav eyou taken a lok at the coc repos lately [05:23] coc? [05:23] doc [05:23] Kamion: do you d-i in svn? [05:23] froud: no [05:23] mako: no [05:23] upstream is svn, no? [05:23] Pleas edo sometime [05:23] tla^W^Wbaz? [05:24] sure, I don't do Ubuntu stuff there though [05:24] That's the thing we have docs everywhere [05:24] froud: my goal for the installation manual is to stay close to the upstream installation manual and feed changes back to them [05:24] froud: I'm FAR more interested in upstream's repository than in yours, I'm afraid ;) [05:24] mako: no imports, blame lifeless :P [05:24] Fine just thought to help [05:25] Kamion: i was already blaming lifeless :) [05:25] froud: alright, sounds like a bit of a non-issue then [05:25] Kamion: so, if folks want to help out with the installation manual, how should it happen? [05:25] lets say, non-branding work [05:26] email you? :) [05:26] and then you figure it out [05:26] mako: if it doesn't include the string "Ubuntu", it would be ideal for it to happen upstream [05:26] i.e. if it's not specific to us [05:27] failing that, the best I can offer for the moment is to e-mail me, yeah [05:27] Kamion, I have been doing some major changes in our svn [05:28] new structures and abilities ofr profiling etc === mako nods to kamion [05:28] froud: do you have the installation manual in your repository? [05:28] I have also added a level of indirection to the docs that averts problelms such as that in the inst doc [05:29] no [05:29] Kamion: that is the question that started this conversation :) [05:29] good :) [05:29] Kamion: that was basically my answer :) [05:29] froud: I'm working with debian-installer-manual upstream to get that improved [05:29] but there are obvious fundamental translation issues [05:30] can we do a vendor branch in our svn [05:30] froud: with responsive maintainers/upstreams that care a lot about docs and keeping them in sync (like we have for d-i). it's great to have the code and the docs tightly linked from a source management perspective [05:31] froud: debian-installer-manual is part of the debian-installer source package which is the installer build system. I really don't want it off in a separate repository. [05:31] I respect what the doc team's doing, but please don't fork === mako forgets his bugzilla pw once a week [05:32] ok, missing branding fixed now I think [05:33] cool [05:33] i was trying to reassing that bug to you but i can't log in === mako will go find his laptop with the pw saved [05:33] grabbing the bug now [05:33] Kamion, ok. Do take a look at some of the DocBook application level stuff were have started to do in our repos. You may find it useful [05:34] froud: URI? [05:34] froud: I'm not the person who needs to look at this :) [05:34] that would be fjp upstream [05:34] I strongly suggest talking to him to see if you guys can cooperate on branding infrastructure; that would be very useful === mako nods [05:35] can there be a doc component in bugzilla for the installation manual, so I get those bugs? [05:35] mako, http://69.155.172.150/faq/trunk [05:35] wait.. who is fjp? [05:35] Frans Pop [05:35] i don't know frans pop [05:35] Kamion, asking me [05:36] froud: whoever cares :) [05:36] mako: Dutch d-i translator, does various manual infrastructure and localisation hacking [05:36] I will make proposal to split bugs into the various manuals [05:37] froud: having a d-i upstream install manaual, one in the source package, and one in the doc-team repos would be unmanagable [05:37] mako, fine, no worries [05:37] froud: as would any other similar situations with other manuals [05:38] froud: if everyone was using baz, it would make it easier, but still probably unmanagable [05:38] particularly with regard to merging new changes; svn isn't good enough at merging for that to work with a vendor branch or whatever [05:38] it would be fine for taking a snapshot and thenceforth ignoring upstream, but we're not in that business :) [05:38] Ok [05:38] you'll find that vender branches are a not-so-great tecyhnical solution to not so technical problem [05:39] Kamion: have you played with svk? [05:39] Really I think our changes would be small [05:39] ok going to eat c ya later [05:39] Kamion: it looks cool.. but, alas, i'm committed to the Church of Baz :) [05:39] froud: cool. ttys [05:39] Thanks mako thanks Kamion [05:40] mako: not personally, I've seen a fair amount of talk about it [05:41] froud: unfortunately I have to say from experience that the changes to the installation manual are substantial and hard to merge. [05:42] source-level VCS are not optimised for dealing with changes to documentations.. diffs and merging are easier with code === sivang [~sivang@box79162.elkhouse.de] has joined #ubuntu-doc === Aiste [~aiste@office.pov.lt] has joined #ubuntu-doc [06:25] mako, thanks in advance for arranging the CDs :) [06:28] jiyuu0: hey no problem.. it's been send to the factory as a high prioty order already [06:28] jiyuu0: i suspect you should get them by early next week [06:28] mako, thank u very much... as next week wed we are recruiting members [06:33] that's great [06:34] jiyuu0: i hope you can guys can help lead up a malaysian country team :) [06:34] it sounds very exciting [06:34] we are very keen... hitesh is handling that [06:34] \ [06:39] mako: what about my cds? :) [06:51] mako, and mine. I ordered via the web site weeks ago [06:52] 20 copies to distribute through the lugs here [06:52] froud: it takes 4-6 weeks [06:52] froud: i sent a list to the shipment folks yesterday though so it was probably in there [06:52] sivang, read the email [06:52] ok cool [06:52] froud: along with 14,000 other people :) [06:52] he he :-) === froud confesses he is running SuSE 9..2 [06:53] froud: doc list email? [06:53] yes [06:53] mako: what is the apporoach for translated docs? [06:53] *silence* [06:53] that's kind of like saying you have cancer [06:54] froud: what do you think? should we tell local teams to wait until frist english docs are released? === froud has ubuntu on box next to him [06:54] sivang: yes, there needs to be a documentation freeze before the release === sivang recalles some talks with Adi who is going to be the professional translation coordinater about some date that needs to be decided as a release date, so translation can start. === froud needs to kill it and install an env for building from source [06:54] sivang: it can be at the same time as the gnome string freeze if you like [06:54] mako: now this is one process which is urgent to decide of, IMHO [06:55] mako: when is the gnome string freeze? [06:55] sivang: i don't have the gnome release schedule memorized but i'm sure you can fiund it [06:55] :) [06:55] mako: yes I can :) [06:55] sivang, I thought our target was April === sivang should be really current on those, as supposed to add priv groups and bridge inteface to gnome system tools :) [06:56] froud: april is release [06:56] we need to freeze to english docs _before_ [06:56] so to let time for the professional companies, [06:56] hold i will check when gnome freezes [06:56] and the local teams. [06:56] listen, you can start auditing or finishing documentaton at the gnome UI freeze [06:57] and then you finalizing english docs at the string freeze [06:57] mako: ok, I'll cehck that date. === sivang knows that future freeze is 10th [06:57] feature freeze [06:57] they're all future freezes :) [06:57] so we have tog et something doen till the 10th? [06:57] The 10th of what? [06:57] january [06:58] mako:can anybody provide a time frame that will be needed to translations? [06:58] ha hah ha [06:58] froud: what's so funny [06:58] ok, we need some text going. [06:58] that's what === sivang will finish his part of the handbook, and see what he can add to the others. [06:58] I just joined the team a few days ago [06:58] the feature freeze was supposed to be this week but was postponed because the whole distro team is away [06:58] I found svn very empty [06:59] mako: could you ask adi or mark or whoever when do the professional translators want stable english docs? [06:59] or expect at least.. [06:59] froud: well it's a feature freeze.. meaning that the distro team has until jan to redefine the *features* that will be shipped [06:59] so to get an idea, [06:59] froud: so it's not the end of the world [06:59] no [06:59] froud: but if you're trying to implement a simple gui interface for enable cinternet connection sharing in gnome syste tools, then you are in abig problem :) [07:00] sivang: in terms of translatable strings, those will be in mition up until string freeze in gnome [07:00] sivang: so lets work with that date in mind at the moment [07:00] who maintains a wall chart for us [07:00] mako: I was more talking in terms of documentation strings.. [07:00] sivang: i understand [07:00] I was look for it but foun zero [07:00] sivang: did you find the gnome string freeze [07:01] http://www.gnome.org/start/2.9/ [07:01] string freeze: February 7th [07:01] ui freeze: January 24th [07:02] now, we are one month behind gnome [07:02] mako: Feb 7th [07:02] and i think it's fine if we do a preview release w/o all of the translated docs [07:02] mako, do you guys build from GNOME CVS [07:02] I mean the doc team [07:02] froud: yes [07:03] mako: you mean translat_able docs [07:03] :) [07:03] you and who else [07:03] froud: well, i thinke we build from the development tarballs [07:03] do you need translation? [07:03] OK so its not that autoconf stuff [07:03] froud: autoconf? [07:04] what does it have to do with autoconf? [07:04] froud: i don't think i undrestand your question === sivang either. [07:04] sivang: listen would march 7th work fine for you? [07:04] that gives us 5 weeks to do translations [07:04] mako: hmmm...let's start that as a thread on the mailing list,. [07:04] I want to see what people think [07:04] and how availalbe they think they can be [07:04] Some people build directly from CVS [07:04] so I'll get and idea [07:05] froud: I have a gnome CVS HEAD Install on my system. [07:05] froud: the tarballs are taken from CVS [07:05] froud: gogole for jhbuild [07:06] mako: I think we should push it a bit ealier, so to allow more time for translations. [07:06] but I will write on the maling list see what can we get ready === froud thanks sivang [07:06] sivang: if you push it too early, you're not going to have very much to translate :) [07:06] mako: but I don't want it also to happen the other way around, === Kamion [~cjwatson@host81-153-126-219.range81-153.btcentralplus.com] has left #ubuntu-doc [] [07:07] having too much to translate, and the translation teams waiting too much so they sprung their own unstramlined translations.. [07:07] this has already happend on rosetta [07:08] mako: ask jordi about the cataln translation for d-i :) [07:40] mako, https://bugzilla.ubuntu.com/show_bug.cgi?id=5072 relates only to Web Site? [07:41] Hmm yes said the blind man [07:50] ..mmm.. do you need translational-forces? [07:56] froud: well the bug only relates to the website [07:56] froud: the licensing status will also relate to canonical sponsored documentation AFAIK [07:56] i mean, it's up to the docteam [07:56] we'd like people payed to work on docs to able to do it with our volunteers. [07:57] volunteers can, of course, choose to license their own documentation as they please [07:57] canonical can't (or won't at least) force people to use a certain license [08:10] ifyouarelistening: ive got some ppl that would be very pleased to help translating [08:12] mako: canonical is going to be paying people to do docs? [08:13] sivang: not you.. [08:13] sivang: only italians.. [08:13] sivang: because they do it better ;) [08:13] abelli: I know that's not me, just curious :) [08:13] sivang: sorry it was just a joke.. [08:13] abelli: I know andrea! No offense takes [08:14] sivang: italians.. do it better.. it's a stupid joke.. [08:14] sorry === sivang hugs abelli [08:14] abelli: Italian sure know to cook better then isralis ! [08:14] sivang: ...no... it wasn't about cooking.. but its over now. [08:15] abelli: no worries buddy :) === maskie [~maskie@196-30-110-222.uudial.uunet.co.za] has joined #ubuntu-doc [08:27] mako: I mean, professional translations? [08:35] mako, OK thanks [08:42] sivang: i'm not really sure about that.. i didn't even know adi was involved until i met her mataro [08:42] mako: ah ok :) [08:43] mako: so that makes our all convo about deadline pre translation redundent until we _would_ know anything for sure. [09:01] sivang: to some degree, setting these documentation team deadlines are up to use. i think 5 weeks for translations is reasonable.. especially it's only a bit over 5 weeks to write what we have by then [09:01] sivang: if it's unreasonable, we can deal with that [09:36] mako: ok === Burgundavia_ [~rasputin@199.60.108.71] has joined #ubuntu-doc [10:13] hey all [10:15] hey Burgundavia_ [10:15] got some baz news for us? [10:16] not much [10:16] I currently have no internet access at my home [10:16] Still on my laptop, but at the library [10:16] Burgundavia_: eh === sivang recalls libs as cousy, warm and full of babes. [10:17] My plan for tonight is to really knuckle down and work on that baz stuff [10:18] Yeah, let's screw the subversion archive and start baz! Someone give me a padded room. ;) [10:19] hey, did I say that? [10:19] Nah. :) === ChrisH had a froudy day today... [10:20] I am merely creating documentation so that we can [10:20] And that's good. I'm actually interested to see if baz really kicks lower backs. [10:20] Baz does look very cool [10:21] I have had a hell of a week, so I haven't really been doing much [10:21] Just ask... === sivang is in for baz [10:23] let's switch to it now, and if we all like it - port all the repo to it [10:55] :) [11:02] sivang: i think that the point is not if you like it.. you just have to do it. cozh it iz fhairly betther than shvhn;) [11:03] abelli: I was joking, This kind of stuff need full approval by the doc contributors :) [11:03] I vote against it - just for the sake of additional chaos. :) [11:04] ChrisH: zut up and execute the Word.. [11:04] :) [11:04] abelli: hey, you are the one with the redmond affinity :) [11:05] development development development... actually im more ballmore-style [11:05] :0 [11:05] abelli: Shouldn't you wear a funny tie then? [11:06] i do actually.. chrish do you have "tabu'" sweet up there? === sivang announced that ubuntu comedy central is now on doc channel [11:06] our show is own, [11:06] and we have some guests today [11:07] sivang: I'm the monkey drummer tonight. [11:07] III WANNA ROCK N ROLL ALL NITE.. === ChrisH plays the intro jingle === abelli forces ChrisH to Hard Rock Jingle [11:08] something like russian death metal.. [11:08] [This channel has been brought to you by: SCO UNIX] [11:08] && win 2003 server ed. === sivang is the bad guy, I say "Knee!" for every suggetion === abelli says *Fire* [11:27] abelli: Okay, you are fired. === Aiste [~aiste@adsl-213-190-44-43.takas.lt] has joined #ubuntu-doc === ChrisH is off [11:33] ChrisH: good night.. [11:33] and thanks for the FIREworks