| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
|
|
|||
|
This is all irrelevant until Connell releases *something* useful to the public.
__________________
Code:
*****Man********Jeetai********Jugg*******Jeet*******
__ _|)____ ____(|_\\_ _________ ____(|____
_|_| | | q_| | _/ q_| _| | q_| | _/ ||
\| | | ( ) / | | _) / | \| | / | | _) ||
--- --
Self-conquest is the conquest of the world!
|
|
|||
|
Well, we can see if you can help with bugs - if Connell will release an alpha...
Wikiriver
__________________
Rockipedia Wiki Rockboxed iriver H320 with a load of stuff on. You get fifteen democrats in a room, and you get twenty opinions. Senator Patrick Leahy, May 1990 |
|
|||
|
Hi people,
I'm reeaallly sorry that I haven't given any updates or indeed had any progress. I've just started Uni and I have _no_ time. I am willing to give another c programmer the code so far (which I think works a bit but frequently crashes and isn't suitable for alpha yet). If someone who would like to take up the challenge could PM me with their e-mail address then I will e-mail the source to them. Regards (and sorry), Connell |
|
|||
|
You could also always post it as a patch on the Rockbox tracker in the hopes that someone will take an interest. That's the best way to get the attention of the more major developers.
|
|
|||
|
For both of those we really need the source.
Is there a problem with posting it here, connell?
__________________
Rockipedia Wiki Rockboxed iriver H320 with a load of stuff on. You get fifteen democrats in a room, and you get twenty opinions. Senator Patrick Leahy, May 1990 |
|
|||
|
Why couldn't we get the source throughout??
The more devs the faster paced the development and the better the final outcome usually... I know it was Connel's pet project but rb is open source.
__________________
![]() <Insert H340 details here> <Insert funny quip here> |
|
|||
|
I was wondering that...
__________________
Rockipedia Wiki Rockboxed iriver H320 with a load of stuff on. You get fifteen democrats in a room, and you get twenty opinions. Senator Patrick Leahy, May 1990 |
|
|||
|
Just a question... I read some of the wiki about syntax and stuff, why not just make it parse HTML instead? Then you'd have a double viewer - Wiki and HTM? Jsut an idea, or would it be better if someone made a jsut HTML plugin? I'd love to see some form of HTML on Rockbox... just text, or image links, so they open in the viewer plugin or something... Oh, and is there any chance this'll be ported to the H10? I'm dying to see this!
__________________
![]() [iriverWiki] [H10 Tips & Tricks] [EasyH10] | Slimline Sig Supporter.
[Rockbox]: [Angryman's H10 Build (BACK!)] [Font Convertor] |
|
|||
|
project status / compatibilty
Hi everyone,
I've been watching this thread eagerly for a while already and really like the idea. I was wondering how long it will take (just very roughly) till the first stable build might be released and if I will be able to run it on a ipod (nano) with rockbox as well. Thank you guys a lot! |
|
|||
|
Quote:
Also, images would bring another problem with file size.
__________________
Rockipedia Wiki Rockboxed iriver H320 with a load of stuff on. You get fifteen democrats in a room, and you get twenty opinions. Senator Patrick Leahy, May 1990 |
|
|||
|
Quote:
It's still a bit early for estimated release dates as our plugin programmer has left the project due to a high workload at Uni. HTH.
__________________
Rockipedia Wiki Rockboxed iriver H320 with a load of stuff on. You get fifteen democrats in a room, and you get twenty opinions. Senator Patrick Leahy, May 1990 |
|
|||
|
from rockbox flyspray http://www.rockbox.org/tracker/task/4755
Quote:
bro2 Last edited by bro2baseball : October 28th, 2006 at 09:29 PM. Reason: add |
|
|||
|
Quote:
So I'm really waiting in anticipation for that. But thanks anyway.
__________________
Rockipedia Wiki Rockboxed iriver H320 with a load of stuff on. You get fifteen democrats in a room, and you get twenty opinions. Senator Patrick Leahy, May 1990 |
|
|||
|
(uploaded on flyspray) Please note that the plugin only does the following:
On host: * Parses the wikimedia xml dumps * Gzips the article sources * Handles redirects * Makes an index On rockbox: * Searches in the index * Decompresses the text into a memory buffer * (implements a simple text viewer which only supports scrolling, should be reimplemented) * separates the search code, with the api Code:
/*Returns status*/
int mwdb_getarticle(const char* filename, (/* filename without extention*/
char* artnme, /*Article name*/
uint16_t artnmelen, /*length of the article name buffer*/
void* scratchmem,/*0x13100 bytes decompression scratch memory*/
void *articlemem,/* <variable sized> memory for the decompressed article*/
uint32_t articlemenlen /*length of the articlemem buffer*/,
uint32_t *articlelen, /*pointer to int to put the length of the article*/
bool progress, /*display progress?*/
bool promptname /*Prompt for articlename?*/
);
|
|
|||
|
I PMmed him yesterday, but have had no response as yet.
__________________
Rockipedia Wiki Rockboxed iriver H320 with a load of stuff on. You get fifteen democrats in a room, and you get twenty opinions. Senator Patrick Leahy, May 1990 |