<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
European or African?<br><br>&gt; Subject: RE: [Xerte] Developer documentation<br>&gt; Date: Thu, 14 May 2009 13:55:58 +0100<br>&gt; From: Patrick.Lockley@nottingham.ac.uk<br>&gt; To: xerte@lists.nottingham.ac.uk<br>&gt; <br>&gt; Hello,<br>&gt; <br>&gt; First off<br>&gt; <br>&gt; There are two xertes. To filter some mud from the water.<br>&gt; <br>&gt; Desktop Xerte - A developer tool flash based application that can run on<br>&gt; a windows PC to develop flash and xml to be deployed on a web server.<br>&gt; This is the EXE Version. The exe version does not have a database. It is<br>&gt; completely separate and does not care about the Xerte Online Toolkits<br>&gt; version. Honestly, it never writes or anything. They can be used<br>&gt; completely separately.<br>&gt; <br>&gt; (Just in case cross wires by exe, I don't mean eXe, but executable.)<br>&gt; <br>&gt; Xerte Online Toolkits - A web based version of the Xerte wizards feature<br>&gt; available to people working directly on a web server. This is at present<br>&gt; its usage. The site is however almost completely modularized and could<br>&gt; support other versions of other templates if someone wants to. I think<br>&gt; only the export functions aren't modularized. <br>&gt; <br>&gt; Bringing together a few emails into one<br>&gt; <br>&gt; 1) The reason we don't have a full GPL license is (at the moment)<br>&gt; because I wanted to explicitly offer my personal thanks to the<br>&gt; developers of the three other PHP scripts that help the site work. To<br>&gt; many open source projects just bring together loads of other code and<br>&gt; pass it off without proper attribution. On the first page of the<br>&gt; installer it does thank these people. One of these pieces of code also<br>&gt; lacks a license (he just wants you to send him a copy of what you do),<br>&gt; so I am not sure legally if we can offer it as GPL anyways. We could<br>&gt; possibly remove this code from the install and offer a guaranteed GPL<br>&gt; version, but we'd lose some functions and have two installers to deal<br>&gt; with.<br>&gt; <br>&gt; 2) There are no instructions for any one downloading from the SVN as to<br>&gt; what the database script code is, where it is and how to apply this.<br>&gt; <br>&gt; Correct, but there is an installer and a set up folder containing a file<br>&gt; called basic.sql which does the vast majority of the database creation<br>&gt; (it could be run separately with some minor mods). There isn't a script<br>&gt; to do this generically (if you ignore the fact that the installer does<br>&gt; all of it) as some of the database settings are specific to each<br>&gt; install.<br>&gt; <br>&gt; If you want to install toolkits, I would suggest downloading the<br>&gt; installer from http://www.nottingham.ac.uk/xerte rather than using the<br>&gt; SVN. You can run a local version very easily if you're on a PC by<br>&gt; choosing the XAMPP installer. If you're not using a localhost install,<br>&gt; you can choose the full install option. There is someone at Loughborough<br>&gt; who has done this already and I am guessing you know who so he may be<br>&gt; able to demo?<br>&gt; <br>&gt; We have worked on the basis that to encourage the use of the project an<br>&gt; installer makes more sense than forcing people to work out which bits of<br>&gt; code to change here and there. So far we've had no really complaints<br>&gt; about the installer, and most people appear to have installed it without<br>&gt; any issues.<br>&gt; <br>&gt; 3) In addition have you any coding standards that are being followed. I<br>&gt; ask only because I have noted that you are using the abbreviated php tag<br>&gt; (&lt;?) rather than the more commonly accepted tag (&lt;?php).<br>&gt; <br>&gt; True, although in my defence and to counter any accusations of laziness,<br>&gt; I didn't realise this was a problem until I pretty much finished the<br>&gt; installer (I was working on the basis long tags are a bit obsolete). The<br>&gt; project has gone through a variety of phases, and a lot of the initial<br>&gt; work was done before it moved to become open source. So this is somewhat<br>&gt; of a legacy admittedly, but it is only a matter of doing a find and<br>&gt; replace on the files.<br>&gt; <br>&gt; As for standards......<br>&gt; <br>&gt; 4) I too am a fan of the phpdoc standard, built in a similar manor to<br>&gt; the Javadoc. As for Xerte from examining the code the use of this is<br>&gt; sporadic<br>&gt; <br>&gt; As for this, other than 1-2 pages where I know the commenting isn't<br>&gt; ideal, I spent two whole weekends commenting up the code to phpdoc<br>&gt; standard. I've even done the javascript to the same standard (even<br>&gt; though it was futile as JS DOC uses some XML format instead). If they<br>&gt; aren't at PHP doc standards, then I have no plans to change them as I<br>&gt; will be shooting myself to get over how stupid I'll feel.<br>&gt; <br>&gt; I don't have any code standards or preferences, other than to keep to<br>&gt; PHPdoc now I erm have done it, try to comment every If statement (give<br>&gt; or take a few where its obvious). I've spent too much time myself bogged<br>&gt; down in open source code that basically isn't as its written badly and<br>&gt; without comments. I've tended to use very basic code and simple<br>&gt; functional patterns so as to make the code as modifiable and<br>&gt; customisable as possible.<br>&gt; <br>&gt; I would be surprised if someone said the Xerte Online Toolkits code was<br>&gt; awkward. I've been pretty anally retentive in terms of file names,<br>&gt; naming conventions and folder structures. The website_code folder<br>&gt; contains all the website code, in side that are folders called php,<br>&gt; scripts, styles.... Admittedly it's not a guide per say, but I would say<br>&gt; its fairly obvious. As to finding out what calls what - I recommend<br>&gt; fiddler. It is amazing.<br>&gt; <br>&gt; I've attached a presentation I gave on the code workings. I think it<br>&gt; might cover some of the points you've raised.<br>&gt; <br>&gt; Is anyone still reading? Spot quiz time? What is the air speed velocity<br>&gt; of a swallow?<br>&gt; <br>&gt; In terms of contributions from other users, so far it's mostly been bug<br>&gt; fixes (we release a weekly list of fixed bugs and modifications - this<br>&gt; week is free of them so far), but we have received 4 or 5 changes from<br>&gt; organizations and colleges where the system is running.<br>&gt; <br>&gt; Every time I have fixed an individual bug, I have offered to that person<br>&gt; scope for the creation of a Xerte Online Toolkits developer's list / sys<br>&gt; admin list, or a desire for increased developer documentation. <br>&gt; <br>&gt; No one has ever replied.<br>&gt; <br>&gt; As a developer, I could go write the manuals, but in terms of sheer<br>&gt; pragmatism, do people think the time spent on that would be commensurate<br>&gt; with the resources returned?<br>&gt; <br>&gt; I would love to think people would be interested in doing so, but would<br>&gt; prefer to establish some sort of steering group before continuing to<br>&gt; create documentation. And also as the benevolent dictator (though I'd<br>&gt; see it more as anarchist) I find it hard to work out what people want as<br>&gt; often I fix things and hear nothing more. I wrote in a load of extra<br>&gt; code to make moodle integration possible, and then when we did moodle<br>&gt; integration we took it all out again. Nice.<br>&gt; <br>&gt; If you'd be interested (or anyone else still here) would be interested<br>&gt; in this then I would be keen to work towards something.<br>&gt; <br>&gt; Apologies for the essay, and it's far too large for me to proof read. So<br>&gt; I'll call this reply open source and people can correct my spelling at a<br>&gt; later date.<br>&gt; <br>&gt; Thanks for the interest though. I am grateful for all feedback.<br>&gt; <br>&gt; Pat<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br><br /><hr />HotmailŪ has a new way to see what's up with your friends. <a href='http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009' target='_new'>Check it out.</a></body>
</html>