Page 1 of 1

XE Website suggestions

Posted: Wed Nov 03, 2010 11:53 am
by RogerH
Hi Jason,

Just a couple of ideas for the XE website:

1. Add link to XMOSLinkers archive.

2. Add link to David May's presentations and documents.

As a Newb it took me quite a while to find these valuable resources.

Regards, Roger...

Re: XE Website suggestions

Posted: Wed Nov 03, 2010 12:45 pm
by jason
By David May's presentations and documents - to what are you referring - there are quite a few videos and such (usually I post these along with other such interesting videos under the inspirational videos section).

Maybe we should start a wiki page for "useful resources, documents, and videos" or such. If you make it, I shall promote it to front of the wiki and add a few links to key posts eg make a sticky topic on getting started to help people new to XMOS out. This way it can be maintained by everyone as and when they find something really cool worth sharing that made them go "ah!"

:-)

Re: XE Website suggestions

Posted: Wed Nov 03, 2010 12:57 pm
by RogerH
Hi jason,

David has a bunch of good stuff here: http://www.cs.bris.ac.uk/~dave/

The wiki for links to good stuff sounds like an excellent idea!

Cheers, Roger...

Re: XE Website suggestions

Posted: Wed Nov 03, 2010 5:42 pm
by bsmithyman
I often feel like the wiki is underused; perhaps it would help to have a panel on the front page showing the most recently updated entry or entries? That might get people interested in codifying some of the things that have been discussed in the forums.

Re: XE Website suggestions

Posted: Wed Nov 03, 2010 5:52 pm
by jason
Good suggestion Bsmithyman, I shall look further into how Mediawiki works (DB structure etc) and what the best way to go about this is given then the main site is Drupal (different system).

Re: XE Website suggestions

Posted: Wed Nov 03, 2010 9:55 pm
by RogerH
The Wiki has some good information, but I wish somebody would finish the "Programming ports in XC". I am struggling to find some good examples of programming ports.

Re: XE Website suggestions

Posted: Thu Nov 04, 2010 4:35 pm
by russf
Good idea, bsmithyman

Jason, if the db interface is a pain, it might be easier to do an http query to google, using

" site:http://www.xcore.com/wiki "

This finds all pages spidered under the URL.

scrape & sort the result on date, store results in a file. Cron, hourly.

Just a thought. May find a script out there already.

--r.

Re: XE Website suggestions

Posted: Thu Nov 04, 2010 5:03 pm
by jason
I think DB would be far more efficient in this case - just need to take some time to sit down and look at it to see how all the tables link together.

The problem with scraping Google (whilst a creative solution) is the time delay in which it updates with new wiki content (and relying on 3rd party to keep result format same for parsing etc).

I think the time it would take to write that, I could just write a Drupal module which interfaces with the MediaWiki DB which will be much more useful in the long-run too. Thanks for the suggestion though :-)

EDIT: I am also loving how MediaWiki stores all of its content in DB as varbinary! It is like being in the Matrix looking at all the data. Fun times.

Re: XE Website suggestions

Posted: Thu Nov 04, 2010 5:30 pm
by russf
Well, I take your points, but I'm not sure there's that much delay, these days. Google's pretty aggressive at sucking up fast moving sites. And scraping is often easier than dealing with some of the database designs I see.
Either way, if you can get it done, it will help grow the wiki. That's the main thing.
--r.