From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-soc+bounces-241-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1K6Rk1-0004y2-Pj
	for garchives@archives.gentoo.org; Wed, 11 Jun 2008 14:56:02 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DF9C9E0408;
	Wed, 11 Jun 2008 14:56:00 +0000 (UTC)
Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.153])
	by pigeon.gentoo.org (Postfix) with ESMTP id BDAF9E0408
	for <gentoo-soc@lists.gentoo.org>; Wed, 11 Jun 2008 14:56:00 +0000 (UTC)
Received: by yx-out-1718.google.com with SMTP id 4so300982yxp.46
        for <gentoo-soc@lists.gentoo.org>; Wed, 11 Jun 2008 07:56:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:mime-version:content-type;
        bh=EzSx9J4biV3WTHGRgQmXvOVGkicxIAUzBJsw0PBJkBk=;
        b=qIZicNvt352cuHhq69ZsH7vMqHlRk4hF4dbpj0rFIcqurC29cWSTLDx/nCsTXx0cea
         1//5MVsRh69oCeRBq/VPEK9xzNJYmOM6UqzZpvOi91poCou8F53/bFJ3lpH3UvnT5jPX
         GNWACK15+Urn6IicnVY7nCUfOfAVDUgMg/z7E=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:mime-version:content-type;
        b=KUqgniTHEtpoB9QxLtRrd+FZIblft3UdR6qecgP21gDceRYaUm8nH61EqhVkDALYtB
         H/VmP+HKS7BD+Q++Cg0w9B5jYbgzLOje4tzSXAPHevhdLoLhCU63PBXVZPRpVcE77Lo0
         2vpC8trIPb1lZEnjg75JAT83Y3qqfcig6mcRs=
Received: by 10.150.49.1 with SMTP id w1mr413101ybw.22.1213196160412;
        Wed, 11 Jun 2008 07:56:00 -0700 (PDT)
Received: by 10.150.53.8 with HTTP; Wed, 11 Jun 2008 07:56:00 -0700 (PDT)
Message-ID: <b59c1640806110756jd58bcabjac090aa76becbe29@mail.gmail.com>
Date: Wed, 11 Jun 2008 20:26:00 +0530
From: "Nandeep Mali" <n9986.mali@gmail.com>
To: gentoo-soc@lists.gentoo.org
Subject: [gentoo-soc] Progress Report - Setting Beacon Afloat
Precedence: bulk
List-Post: <mailto:gentoo-soc@lists.gentoo.org>
List-Help: <mailto:gentoo-soc+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-soc+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-soc+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-soc.gentoo.org>
X-BeenThere: gentoo-soc@lists.gentoo.org
Reply-to: gentoo-soc@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_14758_19265536.1213196160417"
X-Archives-Salt: 806a189e-ae2d-49c3-b118-d6f091f25600
X-Archives-Hash: 44844f2cd0b01317b00194d8f5a0ec2a

------=_Part_14758_19265536.1213196160417
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Most of my work was done over the last week. Here's what I have accomplished
so far with regards to the mid-term evaluation:
1. I began with a UI spruce up of the editor and removing Mochikit along the
way. Since Dojo has developed quite a bit over the last couple of years I
had to change the implementations wherever Dojo was involved. I also added a
bit of AJAX along the way. Mochikit has been completely removed now.

2. I moved on to implementing a Code View (using an existing web based
editor) which is now editable along with a Rich Text Editor (TinyMCE) for
the Design View. The Design View shows the Doc with CSS styles and am
currently in the process of writing GuideXML plugins for TinyMCE. If this
goes well then it might remove the need for a drag and drop interface.

3. I achieved an AJAXy sync between the Code View and the Design View but
was having problems with continuous parsing of the documents (xml to html
and vice versa). Will look into this again soon.

That's it for now. It's not much but am picking up the pace.

Kind Regards
Nandeep

------=_Part_14758_19265536.1213196160417
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Most of my work was done over the last week.&nbsp;Here&#39;s what I have accomplished so far with regards to the mid-term evaluation:<div><br></div><div>1. I began with a UI spruce up of the editor and removing Mochikit along the way. Since Dojo has developed quite a bit over the last couple of years I had to change the implementations wherever Dojo was involved. I also added a bit of AJAX along the way. Mochikit has been completely removed now.&nbsp;</div>
<div><br></div><div>2. I moved on to implementing a Code View (using an existing web based editor) which is now editable along with a Rich Text Editor (TinyMCE) for the Design View. The Design View shows the Doc with CSS styles and am currently in the process of writing GuideXML plugins for TinyMCE. If this goes well then it might remove the need for a drag and drop interface.</div>
<div><br></div><div>3. I achieved an AJAXy sync between the Code View and the Design View but was having problems with continuous parsing of the documents (xml to html and vice versa). Will look into this again soon.</div>
<div><br></div><div>That&#39;s it for now. It&#39;s not much but am picking up the pace.</div><div><br></div><div>Kind Regards</div><div>Nandeep</div>

------=_Part_14758_19265536.1213196160417--
-- 
gentoo-soc@lists.gentoo.org mailing list