fluid-work IRC Logs-2010-05-04
[01:15:55 EDT(-0400)] * yura_ (~yura@142.150.154.114) has joined #fluid-work <jamon> writing debian files is a pita for each package
[02:25:44 EDT(-0400)] * joost (~joost@dfki-113.dfki.uni-kl.de) has joined #fluid-work
[05:20:28 EDT(-0400)] * denbuzze (~anonymous@ginger.caret.cam.ac.uk) has joined #fluid-work
[05:28:02 EDT(-0400)] * denbuzze (~anonymous@ginger.caret.cam.ac.uk) has joined #fluid-work
[08:05:40 EDT(-0400)] * joost (~joost@dfki-113.dfki.uni-kl.de) has joined #fluid-work
[08:36:27 EDT(-0400)] * Justin_o (~Justin@142.150.154.171) has joined #fluid-work
[08:47:14 EDT(-0400)] * yura (~yura@206-248-159-118.dsl.teksavvy.com) has joined #fluid-work
[08:47:52 EDT(-0400)] * anastasiac (~team@142.150.154.193) has joined #fluid-work
[08:55:32 EDT(-0400)] * kasper (~kasper@189.229.73.96) has joined #fluid-work
[08:59:28 EDT(-0400)] * jessm (~Jess@c-71-232-3-151.hsd1.ma.comcast.net) has joined #fluid-work
[09:11:48 EDT(-0400)] * jameswy (~anon@bas7-toronto01-1279424841.dsl.bell.ca) has joined #fluid-work
[09:23:41 EDT(-0400)] * colinclark (~colin@bas2-toronto09-1176131031.dsl.bell.ca) has joined #fluid-work
[09:24:40 EDT(-0400)] <Justin_o> colinclark: hello.. just looking at your infrastructure update e-mail
[09:24:48 EDT(-0400)] <colinclark> Justin_o: hey
[09:26:26 EDT(-0400)] <Justin_o> colinclark: so just off the top of my head... i think i could use the convert extension with the author remap arguement and do an hg to hg conversion
[09:26:39 EDT(-0400)] <colinclark>
[09:26:44 EDT(-0400)] <colinclark> Justin_o: That's exactly what I was hoping you'd say
[09:26:59 EDT(-0400)] <colinclark> I was puzzling over how to do it last night, and then I remembered that you can do hg->hg conversions
[09:27:07 EDT(-0400)] <colinclark> So the name remapping really is a hugely minor issue
[09:27:40 EDT(-0400)] <colinclark> I think it would be nice to map my name from "colin" to "colinbdclark," which corresponds both to my gmail name and my BitBucket name
[09:27:44 EDT(-0400)] <colinclark> Or perhaps even a full email address
[09:27:52 EDT(-0400)] <Justin_o> should be... i have to go and figure out what names i have to remap and to what though, but i don't think that will take to long...
[09:27:55 EDT(-0400)] <colinclark> You've got yours set to a utoronto account, which I imagine you might want to similarly remap
[09:28:05 EDT(-0400)] * yura (~yura@206-248-159-118.dsl.teksavvy.com) has joined #fluid-work
[09:28:14 EDT(-0400)] <Justin_o> yes... i think it should be the full e-mail address because that is what gets added by the googlecode site
[09:28:27 EDT(-0400)] <colinclark> Ok, so make me colinbdclark@gmail.com
[09:28:33 EDT(-0400)] <colinclark> Hopefully bitbucket will figure it out
[09:28:41 EDT(-0400)] <colinclark> Justin_o: Last night, while watching basketball, I decided to take a look at converting Infusion to hg
[09:28:44 EDT(-0400)] <colinclark> For two reasons:
[09:28:45 EDT(-0400)] <Justin_o> although this is going to all be a bit confusing when we push and pull between bitbucket and google code if it uses different names
[09:28:54 EDT(-0400)] <colinclark> I want to see how well hgsvn can track changes in an SVN repository
[09:29:11 EDT(-0400)] <colinclark> And I wanted to see what was involved
[09:29:36 EDT(-0400)] <colinclark> And it occurred to me that we might want access to Infusion in hg to do subrepos for Decapod
[09:30:00 EDT(-0400)] <Justin_o> colinclark: i see... interesting
[09:30:17 EDT(-0400)] <colinclark> As for Bitbucket to Google Code names, I wonder if there is a workaround for this. BitBucket knows my gmail account, so perhaps it will just figure it out?
[09:30:29 EDT(-0400)] <Justin_o> colinclark: if you want to see the state of the repo on the web at any revision you can use a url like https://source.fluidproject.org/svn/!svn/bc/5000/ where 5000 is the rev number
[09:31:12 EDT(-0400)] <colinclark> That's great!
[09:31:14 EDT(-0400)] <colinclark> Thanks
[09:31:23 EDT(-0400)] <Justin_o> colinclark: i wonder... that would be good... also how did you upload it to bitbucket... did you create a repository there first and then push to it
[09:31:25 EDT(-0400)] <Justin_o> ?
[09:31:27 EDT(-0400)] <Justin_o> np
[09:31:34 EDT(-0400)] <colinclark> yep
[09:31:37 EDT(-0400)] <colinclark> new repo, then push
[09:32:11 EDT(-0400)] <colinclark> Our repository started out life in Sakai's contrib SVN repo
[09:32:16 EDT(-0400)] <colinclark> So all that history is really old
[09:32:36 EDT(-0400)] <colinclark> And then, midway into 0.1, we moved fluid outside of the /utoronto directory
[09:32:53 EDT(-0400)] <colinclark> So the first log, fittingly perhaps, corresponds with our first usage of jQuery UI in the Reorderer
[09:33:25 EDT(-0400)] <colinclark> My machine churned through that first line (from jQuery UI to the major restructure before 0.8) for most of the night
[09:33:49 EDT(-0400)] <colinclark> And at revision 6360, it died on a character it couldn't read
[09:33:56 EDT(-0400)] <colinclark> I haven't checked to see what this log contains
[09:34:13 EDT(-0400)] <colinclark> I guess we might have to modify hgsvn to convert log messages to ascii or something
[09:34:25 EDT(-0400)] <colinclark> Even though hg appears to support a full utf8 character set
[09:35:39 EDT(-0400)] <colinclark> Anyway, all of this is an experiment, so it really doesn't matter
[09:35:59 EDT(-0400)] <colinclark> Though it would be nice to test our hgsvn's ability to track and sync changes between hg and svn repositories
[09:37:05 EDT(-0400)] <Justin_o> colinclark: yes... so you want to mirror the svn repo in an hg repository
[09:38:01 EDT(-0400)] <colinclark> I'd like to try it, yes
[09:38:07 EDT(-0400)] <colinclark> But I don't want to put any time into it
[09:38:09 EDT(-0400)] * athena (~athena@adsl-99-62-112-41.dsl.wlfrct.sbcglobal.net) has joined #fluid-work
[09:38:13 EDT(-0400)] <Justin_o> i was just looking at the text file that i have with all of the svn commit logs... the log for r6360 looks fairly innocent
[09:38:19 EDT(-0400)] <colinclark> So we'll pick away at it here and there when we get some spare time
[09:38:23 EDT(-0400)] <colinclark> weird
[09:44:16 EDT(-0400)] <Justin_o> oh by the way for the second question you had... i guess it would depend on how good a job we wanted to do... currently i think it is just because it was assumed to be in a specific location... so we could fix it by changing the install script... or adjusting the paths... or we could properly decouple it ... just wondering how much we should do before putting it into the main line
[09:44:38 EDT(-0400)] * elicochran (~elicochra@adsl-70-137-143-97.dsl.snfc21.sbcglobal.net) has joined #fluid-work
[09:44:38 EDT(-0400)] <colinclark> ok
[09:44:49 EDT(-0400)] <Justin_o> part of this question is because i'm still not familiar with this distributed model
[09:44:50 EDT(-0400)] <colinclark> Can you explain the problem to me, and then we can come up with a strategy?
[09:46:57 EDT(-0400)] <colinclark> So, in other words, what is it about Decapod that requires the two things to be co-located?
[09:47:32 EDT(-0400)] <Justin_o> ah okay... let me dive into that then... i've only had a high level understanding of the problem...so let me find the specifics
[09:47:40 EDT(-0400)] <colinclark> ok
[09:47:51 EDT(-0400)] <colinclark> Justin_o: Hey, I just noticed that there is indeed a special character in that 6360 log
[09:47:57 EDT(-0400)] <colinclark> Perhaps it was stripped out in your export of the text file
[09:48:03 EDT(-0400)] <colinclark> or by the tool you're using to read it
[09:48:12 EDT(-0400)] <Justin_o> maybe, that's quite possible
[09:48:35 EDT(-0400)] <colinclark> In the email to the commits list, there is a sequence of escaped characters
[09:50:30 EDT(-0400)] <Justin_o> colinclark: if you look at line 256 of http://www.bitbucket.org/colinbdclark/decapod-frontend/src/tip/components/server/dserver.py
[09:51:26 EDT(-0400)] <Justin_o> colinclark: and the path references in the config file http://www.bitbucket.org/colinbdclark/decapod-frontend/src/tip/components/server/dserver.conf
[09:53:12 EDT(-0400)] * clown (~clown@142.150.154.101) has joined #fluid-work
[09:53:49 EDT(-0400)] <colinclark> Justin_o: Looks like you should be able to adjust those paths and have it all work, assuming those mounted directories in the config file can start with "../"
[09:55:19 EDT(-0400)] <colinclark> You can read this config file as being pretty much identical in purpose to the "mount" properties in engageConfig.json
[09:55:41 EDT(-0400)] <Justin_o> colinclark: yes... that's what i was thinking too... the install script will need to be changed though to reference the new repos, but it only lives on the wiki as far as i know...
[09:55:57 EDT(-0400)] <Justin_o> colinclark: okay... that makes sense
[09:55:58 EDT(-0400)] <colinclark> yep
[09:56:13 EDT(-0400)] <colinclark> Justin_o: go for it
[09:56:32 EDT(-0400)] <colinclark> Justin_o: Remind me again if it is possible to modify a commit log retroactively?
[09:56:51 EDT(-0400)] <Justin_o> colinclark: you mean in svn?
[09:56:55 EDT(-0400)] <colinclark> yep
[09:59:11 EDT(-0400)] <Justin_o> supposedly yes... but i'm not sure exactly how to do that... to gain access to that type of magic you will have to speak to the Wizard of Box
[09:59:13 EDT(-0400)] <Justin_o> Boz
[10:01:13 EDT(-0400)] <colinclark> lol
[10:01:18 EDT(-0400)] <colinclark> the Wizard of Boz
[10:01:25 EDT(-0400)] <colinclark> ok
[10:01:55 EDT(-0400)] <colinclark> I see the place in hgsvn's code where it commits a revision from SVN into hg with the log message
[10:02:12 EDT(-0400)] <colinclark> And it's going to some effort to retain the message as UTF-8, which seems silly to subvert
[10:02:20 EDT(-0400)] <colinclark> So I dunno what's up with this character
[10:02:43 EDT(-0400)] <Justin_o> strange...
[10:05:52 EDT(-0400)] <Justin_o> colinclark: any idea what those chars represent
[10:16:22 EDT(-0400)] <colinclark> Justin_o: Spaces, as far as I know
[10:17:31 EDT(-0400)] <Justin_o> hmm... okay... no immediate ideas come to mind about why it is a problem then
[10:38:29 EDT(-0400)] <jamon> colinclark, Justin_o: i converted ldao's stuff from cvs to git with some character encoding issues that i managed to resolve, anything i can help with there in terms of hgsvn?
[10:39:10 EDT(-0400)] <colinclark> jamon: We've got a commit log with the following characters in it: "?\194?\160"
[10:39:24 EDT(-0400)] <colinclark> hg chokes on them
[10:39:46 EDT(-0400)] <colinclark> Since it's isolated, I can modify hgsvn to trim them
[10:41:02 EDT(-0400)] <jamon> this is when running hgimportsvn?
[10:41:15 EDT(-0400)] <colinclark> no
[10:41:30 EDT(-0400)] <colinclark> when pulling the revision history from svn into hg using hgpullsvn
[10:43:39 EDT(-0400)] <jamon> if you don't have time i'll leave you to it, but that's really interesting if hgimportsvn works for the whole repository
[10:43:50 EDT(-0400)] <jamon> (not sure if it does)
[10:45:59 EDT(-0400)] <colinclark> I haven't tried hgimportsvn for the entire repository. I expect it would work fine, but it would be extremely slow
[10:46:23 EDT(-0400)] <colinclark> I'm using it against a key portion of the repository--the infusion module
[10:47:13 EDT(-0400)] <colinclark> You have to run it incrementally to track the full revision history. Every copy operation marks a "branch" that has to be imported separately.
[10:47:49 EDT(-0400)] <colinclark> It took about six hours to chew through about a year's worth of Infusion revision history
[10:48:48 EDT(-0400)] <jamon> i have an idea
[10:49:44 EDT(-0400)] <jamon> just as something to try, converting svn to git is relatively quick with access to the filesystem repository, from there i wonder if git to mercurial would be easier since git would have done the heavy lifting already
[10:50:09 EDT(-0400)] <jamon> once everything is in mercurial git goes away and things get pushed to svn like usual via hg
[10:50:13 EDT(-0400)] <Justin_o> colinclark: this is my bitbucket repo that should have the authors mapped
[10:50:14 EDT(-0400)] <Justin_o> https://bitbucket.org/jobara/decapod/src
[10:52:38 EDT(-0400)] <colinclark> jamon: It might be faster, yes
[10:52:47 EDT(-0400)] <colinclark> For Infusion, Justin_o and I are still really evaluating things
[10:53:03 EDT(-0400)] <colinclark> So we want to take advantage of hgsvn's ability to sync changes between svn and hg
[10:53:10 EDT(-0400)] <colinclark> Decapod has moved wholly to Mercurial
[10:53:10 EDT(-0400)] <jamon> i'm thinking more about the character encoding thing, since i had the same problem with cvs2git and it handled the conversion nicely
[10:53:22 EDT(-0400)] <athena> anyone happen to have time for a renderer question?
[10:53:35 EDT(-0400)] <colinclark> The rest of Fluid likely won't echo this change for awhile, but we want to make a small step in that direction
[10:53:36 EDT(-0400)] <jamon> git would just be an interim tool to get to hg
[10:53:56 EDT(-0400)] <colinclark> athena: fire away
[10:54:06 EDT(-0400)] <jamon> colinclark: yeah lots of projects have invisible hg/git/hzr commits to svn repositories
[10:54:10 EDT(-0400)] <athena> i was having some really strange behavior when trying to update the rendered view
[10:54:16 EDT(-0400)] <colinclark> ah, interesting
[10:54:20 EDT(-0400)] <athena> turns out that's probably because i was calling selfRender again instead of reRender
[10:54:22 EDT(-0400)] <athena> which makes sense
[10:54:23 EDT(-0400)] <colinclark> are you calling rerender()
[10:54:25 EDT(-0400)] <colinclark> ok
[10:54:26 EDT(-0400)] <colinclark>
[10:54:35 EDT(-0400)] <athena> so i tried to call reRender instead, but i'm getting an error
[10:54:51 EDT(-0400)] <colinclark> Calling selfRender twice can be fatal, as anastasiac discovered in CollectionSpace
[10:54:53 EDT(-0400)] <athena> for the templates, am i supposed to just feed it the returned value from selfRnder?
[10:55:01 EDT(-0400)] <colinclark> athena: yep, that's right
[10:55:09 EDT(-0400)] <athena> yeah, it seemed to work, but some of the decorators didn't update - really confusing
[10:55:26 EDT(-0400)] <colinclark> We have a much improved abstract for this, courtesy of Justin_o, in Engage. It should appear in the next version of Infusion
[10:55:27 EDT(-0400)] <athena> so right now i'm getting a "template is undefined" error
[10:55:31 EDT(-0400)] <colinclark> hmmm
[10:55:33 EDT(-0400)] <colinclark> that's quite odd
[10:55:58 EDT(-0400)] <athena> i checked and the templates i'm feeding in is a real object, though i have no idea if it looks like it's supposed to
[10:56:13 EDT(-0400)] * EricDalquist (~dalquist@2607:f388:e:0:221:9bff:fe37:e768) has joined #fluid-work
[10:56:23 EDT(-0400)] <colinclark> athena: Do you want to fire us some code in a pastebin?
[10:56:28 EDT(-0400)] <athena> sure
[10:57:58 EDT(-0400)] <athena> http://pastebin.com/6MWRAfBF
[10:58:56 EDT(-0400)] <athena> oh!
[10:58:57 EDT(-0400)] <athena> never mind
[10:58:58 EDT(-0400)] * athena fails
[10:59:18 EDT(-0400)] <colinclark>
[10:59:25 EDT(-0400)] <athena> hurray!
[10:59:30 EDT(-0400)] <colinclark> What was it?
[10:59:31 EDT(-0400)] <athena> thank you so much for fixing it colinclark
[10:59:32 EDT(-0400)] <athena> lol
[10:59:35 EDT(-0400)] <colinclark> my pleasure
[10:59:42 EDT(-0400)] <athena> i forgot to, you know, actually change it to reRender
[10:59:46 EDT(-0400)] <colinclark>
[10:59:50 EDT(-0400)] <colinclark> Was just going to point that out
[10:59:53 EDT(-0400)] <athena> so the method was presumably really confused about why all the variables were shifted
[10:59:54 EDT(-0400)] <athena> yeah
[10:59:57 EDT(-0400)] <colinclark> Sorry about this, athena
[11:00:04 EDT(-0400)] <athena> such things become a lot more clear when you strip out all the surroundign code
[11:00:10 EDT(-0400)] <athena> lol i'm pretty sure that bug wasn't your fault
[11:00:13 EDT(-0400)] <colinclark> As I said somewhat ungrammatically, we now have a much better abstraction for this
[11:00:19 EDT(-0400)] <athena> it's cool
[11:00:20 EDT(-0400)] <colinclark> Justin_o can explain it to you
[11:00:45 EDT(-0400)] <athena> sorry to interrupt the fun code management chat
[11:00:49 EDT(-0400)] <colinclark> lol
[11:00:50 EDT(-0400)] <colinclark> no worries
[11:01:05 EDT(-0400)] <colinclark> glad you're having fun with the renderer, anyway
[11:05:37 EDT(-0400)] <colinclark> so Justin_o, I dig your bitbucket
[11:06:53 EDT(-0400)] <Justin_o> colinclark: thanks... for step 2 I'll have to get a fully working version of decapod up and running and then will need to split this into two repos one for the "ui" and one for the "server"
[11:07:07 EDT(-0400)] <colinclark> that sounds great
[11:07:12 EDT(-0400)] <colinclark> So, once you've done that...
[11:07:14 EDT(-0400)] <colinclark> then what?
[11:07:19 EDT(-0400)] <colinclark> I see two directions:
[11:07:29 EDT(-0400)] <colinclark> 1. testing (unit, server integration tests)
[11:07:34 EDT(-0400)] <colinclark> 2. daily build
[11:09:21 EDT(-0400)] <Justin_o> colinclark: right... i guess we should decide what we want our daily build to be.. i think jamon was saying that he might be able to help us setup a repository that we could do command line installs of decapod from.. i think we would need a release and daily build version repos though
[11:09:38 EDT(-0400)] <colinclark> jamon: That sounds pretty awesome
[11:09:40 EDT(-0400)] <colinclark> tell me more
[11:10:00 EDT(-0400)] <jamon> well i started working on it, but scons doesn't play nice with debian/ubuntu packaging tools
[11:10:11 EDT(-0400)] <jamon> so it'll be some work to setup the initial repository
[11:10:14 EDT(-0400)] <colinclark> that sucks
[11:10:36 EDT(-0400)] <colinclark> So, sketch it out for me...
[11:10:38 EDT(-0400)] <jamon> but once that's done, nightly builds and a corresponding repository from tip would work just fine
[11:10:43 EDT(-0400)] <colinclark> ah, ok
[11:10:53 EDT(-0400)] <jamon> and for stable releases, just using branches/tags as another repository
[11:10:57 EDT(-0400)] <colinclark> great
[11:11:09 EDT(-0400)] <colinclark> This seems pretty ideal
[11:11:13 EDT(-0400)] <jamon> generally, i don't think people are going to mix and match the two, since tip would end up overwriting stable
[11:11:23 EDT(-0400)] <colinclark> yep
[11:11:40 EDT(-0400)] <colinclark> So can Justin_o help you with this process at all?
[11:11:51 EDT(-0400)] <colinclark> What can we do to make it happen? I know you're super busy these days
[11:12:30 EDT(-0400)]
[11:12:46 EDT(-0400)] <jamon> i'll have to figure out scons first then conscript Justin_o
[11:13:15 EDT(-0400)] <colinclark> ok
[11:13:16 EDT(-0400)] <colinclark> sounds good
[11:13:22 EDT(-0400)] <jamon> in the meantime for you colinclark, in your mercurial install, there's a file called encodings.py, have you looked at it?
[11:13:30 EDT(-0400)] <colinclark> i haven't, no
[11:13:44 EDT(-0400)] <jamon> there's a fallbackencoding = "ISO-8859-1" i'm expecting
[11:13:52 EDT(-0400)] <jamon> try changing that to UTF-8
[11:13:52 EDT(-0400)] <colinclark> lemme take a look
[11:14:16 EDT(-0400)] * jamon crosses fingers
[11:29:16 EDT(-0400)] <colinclark> jamon: Looks like I've got it...
[11:29:31 EDT(-0400)] <colinclark> Setting my HGENCODING environment variable to "en_US.UTF-8" seems to have done the trick
[11:30:06 EDT(-0400)] <jamon>
[12:59:04 EDT(-0400)] * clown (~clown@142.150.154.101) has joined #fluid-work
[13:16:10 EDT(-0400)] * colinclark (~colin@142.150.154.101) has joined #fluid-work
[13:29:54 EDT(-0400)] * jameswy (~anon@bas7-toronto01-1177567290.dsl.bell.ca) has joined #fluid-work
[13:36:36 EDT(-0400)] * michelled (~michelled@142.150.154.141) has joined #fluid-work
[15:10:33 EDT(-0400)] * joost (~joost@pD9E248A8.dip.t-dialin.net) has joined #fluid-work
[15:26:05 EDT(-0400)] <jessm> Justin_o: colinclark: did the link to the Decapod source code for 0.3 change?
[15:26:23 EDT(-0400)] <jessm> can 0.3 still be accessed from http://wiki.fluidproject.org/display/fluid/Decapod+Source+Code
[15:26:24 EDT(-0400)] <colinclark> jessm: Which link, in particular?
[15:26:40 EDT(-0400)] <colinclark> that link looks dead
[15:26:42 EDT(-0400)] <colinclark> odd
[15:27:14 EDT(-0400)] <Justin_o> jessm: where did that link come from?
[15:27:39 EDT(-0400)] <jessm> Justin_o: from our release announcement email
[15:27:56 EDT(-0400)] <jessm> Main Project Site: http://sites.google.com/site/decapodproject/
[15:27:56 EDT(-0400)] <jessm> Documentation: http://wiki.fluidproject.org/display/fluid/Decapod+0.3+User+Guide
[15:27:57 EDT(-0400)] <jessm> Source Code: http://wiki.fluidproject.org/display/fluid/Decapod+Source+Code
[15:28:15 EDT(-0400)] <jessm> eek!
[15:28:19 EDT(-0400)] <colinclark> I don't understand what happened!
[15:28:24 EDT(-0400)] <Justin_o> jessm: oh... hmm... that is strange... i'm not sure why there would be a link to a wiki page for the source code though
[15:28:27 EDT(-0400)] <jessm> did this ever work? i thought I checked all the links on that page
[15:28:30 EDT(-0400)] <jessm> it's a wiki link
[15:28:33 EDT(-0400)] <jessm> weird indeed
[15:28:43 EDT(-0400)] * clown (~clown@142.150.154.101) has joined #fluid-work
[15:28:56 EDT(-0400)] <colinclark> we can make that page
[15:29:05 EDT(-0400)] <jessm> colinclark: on it
[15:29:12 EDT(-0400)] <colinclark> do you have a spare couple of minutes to describe each of the repos and link to them?
[15:29:25 EDT(-0400)] <colinclark> We'll continue to link to our SVN repo for the UI and server until the hg migration is finished
[15:29:33 EDT(-0400)] <jessm> who me?
[15:29:41 EDT(-0400)] <jessm> if someone feeds me the links I can put them on the page, sure
[15:30:44 EDT(-0400)] <Justin_o> url to clone for genpdf https://genpdf.decapod.googlecode.com/hg/
[15:31:01 EDT(-0400)] <jessm> Justin_o: colinclark: it should have linked to this page: http://wiki.fluidproject.org/display/fluid/Download+and+Install+Decapod+0.3
[15:31:09 EDT(-0400)] <Justin_o> url to clone for stitching https://stitching.decapod.googlecode.com/hg/
[15:31:22 EDT(-0400)] <jessm> Justin_o: i think we're going to have to change that page
[15:31:28 EDT(-0400)] <colinclark> Can we really briefly describe what each thing does?
[15:31:48 EDT(-0400)] <jessm> colinclark: we do that on this last page: http://wiki.fluidproject.org/display/fluid/Download+and+Install+Decapod+0.3
[15:32:18 EDT(-0400)] <Justin_o> jessm: what were you thinking about changing... the name or the content
[15:32:28 EDT(-0400)] <colinclark> I remember, having written or edited most of that section
[15:32:48 EDT(-0400)] <jessm> Justin_o: if i change the name to decapod source code then we can change just the content
[15:32:51 EDT(-0400)] <jessm> let's do that
[15:32:54 EDT(-0400)] <jessm> standby guys
[15:33:44 EDT(-0400)] <colinclark> Are we sure we havem
[15:33:52 EDT(-0400)] <jessm> ?
[15:33:54 EDT(-0400)] <colinclark> haven't already linked to the Download and Install page elsewhere?
[15:34:00 EDT(-0400)] <colinclark> In the README, for example?
[15:34:09 EDT(-0400)] <jessm> ugh
[15:34:12 EDT(-0400)] <jessm> yeah, i'm sure we did
[15:34:15 EDT(-0400)] <colinclark> lemme check
[15:34:27 EDT(-0400)] <colinclark> by looking at Justin_o's shiny bitbucket page
[15:34:35 EDT(-0400)] <jessm> the readme reads almost exactly like the announcement email
[15:34:44 EDT(-0400)] <colinclark> right at the top of the readme
[15:34:47 EDT(-0400)] <colinclark> we can't change that URL
[15:34:52 EDT(-0400)] <colinclark> I vote for excepting
[15:34:56 EDT(-0400)] <colinclark> We make the source code page
[15:35:04 EDT(-0400)] <colinclark> it will provide links and a very short description to each module
[15:35:15 EDT(-0400)] <colinclark> we then excerpt it into the Download and Install page
[15:35:26 EDT(-0400)] <colinclark> I have never actually made an excerpt myself. Justin_o, have you?
[15:35:31 EDT(-0400)] <jessm> yes, going back to do that now
[15:35:33 EDT(-0400)] <colinclark> Does this make any sense, or am I delirious?
[15:36:18 EDT(-0400)] <jessm> re-recreated http://wiki.fluidproject.org/display/fluid/Decapod+Source+Code
[15:36:22 EDT(-0400)] <jessm> yes, it makes sense
[15:36:40 EDT(-0400)] <jessm> and this page will list all the releases rather than just one and we don't have an out-of-date readme
[15:37:20 EDT(-0400)] <jessm> Justin_o: ok, let's start over with your links – check out the above page
[15:37:57 EDT(-0400)] <Justin_o> colinclark: i don't think i have either, usually include entire pages.. i think you just need to wrap text around block of wiki markup you want to be excerpted.. but i'll have check the docs
[15:39:02 EDT(-0400)] <Justin_o> jessm: yep that looks correct... i'll add the svn url for the rest of the code
[15:39:21 EDT(-0400)] <jessm> Justin_o: and i think this is where colinclark is talking about short descriptions
[15:39:52 EDT(-0400)] <Justin_o> jessm: yes
[15:41:30 EDT(-0400)] <Justin_o> jessm: okay... i've add in the url and a bit a formattin
[15:42:08 EDT(-0400)] <jessm> Justin_o: ok, that still a bit touch – maybe i'll link prominently to the 0.3 release page that has more info
[15:42:18 EDT(-0400)] <jessm> i've linked to all these pages from the main site too http://sites.google.com/site/decapodproject/
[15:42:47 EDT(-0400)] <jessm> Justin_o: we need to fix the links and instructions on this page: http://wiki.fluidproject.org/display/fluid/Download+and+Install+Decapod+0.3
[15:42:59 EDT(-0400)] <Justin_o> okay... i think maybe we can grab the descriptions off of the install page
[15:43:22 EDT(-0400)] <jessm> Justin_o: and then can you help me clean up the install page so the links are correct there too?
[15:43:24 EDT(-0400)] <Justin_o> jessm: which links did we need to change there? I think they should all be correct
[15:44:01 EDT(-0400)] <jessm> Justin_o: oh, you're right – these are just all apt-gets
[15:44:03 EDT(-0400)] <jessm> i need to slow down
[15:44:27 EDT(-0400)] <jessm> Justin_o: ok, we should be good
[15:44:29 EDT(-0400)] <Justin_o> jessm: yep... and the reference to our source code should be correct
[15:44:41 EDT(-0400)] <jessm> schwoo! thanks! not sure what happened there
[15:45:03 EDT(-0400)] <Justin_o> i'll add the descriptions and then i'll pass it back to you for touchups
[15:45:31 EDT(-0400)] <jessm> Justin_o: roger that
[15:52:07 EDT(-0400)] <Justin_o> jessm: please take a look at http://wiki.fluidproject.org/display/fluid/Decapod+Source+Code
[15:52:40 EDT(-0400)] <Justin_o> jessm: i forgot to make some changes at the top... It doesn't quite flow very well...
[15:54:37 EDT(-0400)] <Justin_o> jessm: was going to move the full installation to it's own section...
[15:54:48 EDT(-0400)] <jessm> Justin_o: go for it
[15:54:52 EDT(-0400)] <jessm> sorry i bumped into you
[15:54:57 EDT(-0400)] <Justin_o> my fault
[15:55:24 EDT(-0400)] <Justin_o> jessm: okay... i'm done... i'll clear out of the page now
[15:55:49 EDT(-0400)] <jessm> Justin_o: looks great dude, thanks!
[15:56:13 EDT(-0400)] <Justin_o> jessm: thanks
[16:09:02 EDT(-0400)] * joost (~joost@pD9E248A8.dip.t-dialin.net) has left #fluid-work
[16:16:35 EDT(-0400)] * Justin_o (~Justin@142.150.154.171) has left #fluid-work
[17:37:12 EDT(-0400)] * anastasiac (~team@142.150.154.193) has left #fluid-work
[17:50:40 EDT(-0400)] * kasper (~kasper@187.171.7.105) has joined #fluid-work
[20:02:02 EDT(-0400)] * yura (~yura@206-248-159-211.dsl.teksavvy.com) has joined #fluid-work
[21:59:33 EDT(-0400)] * yura (~yura@206-248-159-211.dsl.teksavvy.com) has joined #fluid-work