I just checked this out..

git://gitorious.org/fg/sceneryweb.git

So I am at a standstill as some "parts are missing"..

Notably header.php is missing and other stuff for db connection. and
obviously data..

Which is understandable.. we dont want everyone to have access to a not db
and the server is apache and probably configured in a custom way.. as is
usual...

So how to move forwards...

For all of us to play moving forwards, we need a db or a clone or some
public access etc...ideal worls.. but

Regardless of the server side.. and all its complications with code +
access...and then downloading a huge DB...

and all we want is.....to develop the site...

So Can I suggest we patch up the server simple and quick to do simple task
of returning data in json format..

To get started what would be idea would be a list of "types"/
also a list of models and a list of authors...


Making this data available via json is basically a db query or whatever and
spit out... the data...

eg with adodb..
$models = $db->getAll("select * from models order by model")
headers("Content-type: json")
echo json_encode($models);

If there is a RO access to this machine on a db level then am keen.. and
create server api includes paging.. etc//...

However atmo its an unknown "thing" happening in some "dark room" with some
parts available..

as a smarty contributtor/commiter I still like php and is cool.. although
nowadays is more python for pure apps..

So to make it clever .. we'd need to create a FGphp class system so its
easy for everyone... and php it good at this..

so where do we go from here to impoving the sceneryweb.. maybe I can knock
one up here in pyqt.. and get data from online... is all i want..

is we need to make sceneryweb/api/* interface.. read only to start with..
and with nginx could be in seperate spaces..

just some thoughts so we can all have fun...

Noted the rss is machine readable and json feed etc etc.. its  web init ??
pedro
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to