2008-07-20T00:18:51 *** helge has left #openinkpot 2008-07-20T00:18:53 *** helge has joined #openinkpot 2008-07-20T01:55:42 *** quickhand_ has joined #openinkpot 2008-07-20T02:02:33 *** quickhand has quit IRC 2008-07-20T02:12:12 *** pcfe has quit IRC 2008-07-20T02:14:48 *** pcfe has joined #openinkpot 2008-07-20T02:22:07 *** quickhand__ has joined #openinkpot 2008-07-20T02:28:48 *** quickhand_ has quit IRC 2008-07-20T03:45:16 *** quickhand__ has quit IRC 2008-07-20T03:54:59 *** Mrdini has quit IRC 2008-07-20T09:00:59 *** helge has left #openinkpot 2008-07-20T11:24:53 *** OnesWally has joined #openinkpot 2008-07-20T11:25:00 hi there 2008-07-20T11:26:06 hi 2008-07-20T11:26:48 *** wenjie has joined #openinkpot 2008-07-20T11:26:54 I set up an OpenInkpot forum section ... http://www.mobileread.com/forums/index.php 2008-07-20T11:27:04 dottedmag: around? 2008-07-20T11:27:06 does the description sounds good? 2008-07-20T11:27:12 OpenInkpot (1 Viewing) 2008-07-20T11:27:12 New! OpenInkpot is a community project aimed at creating a free, open-source firmware replacement for various e-book devices. 2008-07-20T11:27:23 (btw, Alex from MR here) 2008-07-20T11:28:01 OnesWally: sounds good, thanks 2008-07-20T11:28:51 dottedmag told me of the 0.0 launch... I am curious, is it currently limited to the HanLin? 2008-07-20T11:29:18 yes 2008-07-20T11:33:44 Do you have any information on the 0.0? Like an intro that HanLin could follow to try it out? 2008-07-20T12:04:27 *** pcfe has quit IRC 2008-07-20T12:05:03 *** quickhand has joined #openinkpot 2008-07-20T12:05:53 quickhand: hi, http://www.openinkpot.org/~lunohod/oi-hanlin-v3-0.0.tar.bz2 2008-07-20T12:06:33 is that the final 0.0? 2008-07-20T12:08:24 dottedmag has not approved it yet 2008-07-20T12:09:10 I think he is on the way to moscow 2008-07-20T12:09:55 I hope he will pop up soon and approve the release :) 2008-07-20T12:10:36 quickhand: btw, I cannot run any scripts in madshelf, it dies with segfault 2008-07-20T12:11:27 let me take a looks at the scripts thing 2008-07-20T12:11:39 it's lunch time 2008-07-20T12:11:45 see you later 2008-07-20T12:11:55 bye 2008-07-20T12:18:11 argh - dottedmag diid the same thing to the scripts menu as to the roots 2008-07-20T12:29:32 *** wenjie has quit IRC 2008-07-20T12:40:03 *** xman has joined #openinkpot 2008-07-20T13:12:06 LunohoD: I have a fix for the scripts, but I'm having trouble with git, so I can't push it 2008-07-20T13:15:35 what does it say? 2008-07-20T13:23:39 How do I checkout madshelf-prerelease branch? 2008-07-20T13:24:16 I tried git-checkout madshelf-prerelease 2008-07-20T13:25:06 and it told me it couldn't find the file, and suggested I use "add" to add it 2008-07-20T13:25:21 :/ 2008-07-20T13:25:51 git --version 2008-07-20T13:26:14 git version 1.5.4.3 2008-07-20T13:26:31 git branch -a 2008-07-20T13:26:42 * master 2008-07-20T13:27:01 hm 2008-07-20T13:27:05 where are all other branches? 2008-07-20T13:27:15 I don't know 2008-07-20T13:27:28 anyways, the fix is three lines long 2008-07-20T13:28:13 quickhand: git checkout -b madshelf-prerelease origin/madshelf-prerelease 2008-07-20T13:28:54 git checkout: updating paths is incompatible with switching branches/forcing 2008-07-20T13:29:16 hm 2008-07-20T13:30:00 if I do git-checkout -b madshelf-prerelease, it will change branches but will not change the files 2008-07-20T13:30:10 there is a solution: delete your local repo and "git clone git://github.com/quickhand/madshelf.git" 2008-07-20T13:30:20 that's what I already did 2008-07-20T13:30:57 I just cloned it, now I want to checkout the right branch 2008-07-20T13:31:05 I know 2008-07-20T13:31:30 git gives me a headache :) 2008-07-20T13:32:12 checkout changes the branch, but then you must run "git reset --hard HEAD" to reset all files from the current branch 2008-07-20T13:32:15 the scripts thing is a very small fix 2008-07-20T13:32:53 try that 2008-07-20T13:32:58 checkout and reset 2008-07-20T13:33:24 then fix it, "git add" and commit 2008-07-20T13:33:28 it should work 2008-07-20T13:35:54 HEAD is now at 7f265a2... libextractor to extract Title and Author 2008-07-20T13:36:13 git-checkout -b madshelf-prerelease origin/madshelf-prerelease 2008-07-20T13:36:17 git reset --hard HEAD 2008-07-20T13:36:22 wrong place - that's the last commit of the master branch, not the madshelf-prerelease 2008-07-20T13:37:50 ok, that did it - it works! 2008-07-20T13:38:03 :) 2008-07-20T13:38:56 I have had the same problems 2008-07-20T13:39:55 you'll get used to git after some practice 2008-07-20T13:41:16 ok - pushed - that should fix the scripts problem 2008-07-20T13:41:29 .build 2008-07-20T13:41:40 wtf? 2008-07-20T13:41:57 your buildbot isn;t here 2008-07-20T13:43:08 *** MadshelfBot has joined #openinkpot 2008-07-20T13:43:11 .rehash 2008-07-20T13:43:11 Rehashed. 2008-07-20T13:43:15 .build 2008-07-20T13:43:15 LunohoD: building madshelf... 2008-07-20T13:44:15 LunohoD: done! 2008-07-20T13:45:20 *** OnesWally has quit IRC 2008-07-20T13:45:39 try it out and let me know if it works 2008-07-20T13:45:46 quickhand: have you changed the theme? 2008-07-20T13:45:50 no 2008-07-20T13:46:15 the only file I've changed is madshelf_main.c 2008-07-20T13:51:41 quickhand: poweroff script works! 2008-07-20T13:51:55 nice 2008-07-20T13:56:12 LunohoD: oh, btw, is there a GUI for FBReader yet? 2008-07-20T13:56:16 no 2008-07-20T13:56:31 0/9, Escape 2008-07-20T13:56:38 that's all 2008-07-20T13:56:58 how are you planning to implement one? Using ewl? 2008-07-20T13:57:05 yes 2008-07-20T13:57:25 I'll rewrite FBReader to use Ewl ASAP 2008-07-20T13:57:32 will it directly interface with the .xml config files? 2008-07-20T13:57:58 what do you mean? 2008-07-20T13:58:14 I won't change its internals 2008-07-20T13:58:24 I'll just rewrite the gui part 2008-07-20T13:58:36 What I mean is, will the GUI be a separate program that parses and edits the .xml settings files? 2008-07-20T13:59:03 no 2008-07-20T13:59:22 have you seen the original FBReader? 2008-07-20T13:59:43 Yes, I've seen the desktop version 2008-07-20T14:00:03 the gui is integrated into the main application 2008-07-20T14:00:06 So you're just going to rewrite the settings dialog to use EWL instead 2008-07-20T14:00:19 yes! 2008-07-20T14:01:12 you are welcome to propose another ideas 2008-07-20T14:01:24 No, that sounds good 2008-07-20T14:02:00 there is only one problem - you cannot use the same layout and the same widgets 2008-07-20T14:02:18 same widgets as what? 2008-07-20T14:02:34 Oh, as the original, because no mouse 2008-07-20T14:02:36 as the desktop version 2008-07-20T14:03:16 we should create some ebook widgets, like combo boxes that are labeled with key-numbers, and so on 2008-07-20T14:04:43 a lot of the desktop widgets are ill-suited to a mouseless environment 2008-07-20T14:34:36 *** Mrdini has joined #openinkpot 2008-07-20T14:42:20 mrdini: hi 2008-07-20T14:49:23 yo 2008-07-20T14:49:58 hi, Mrdini 2008-07-20T14:51:39 hey lunohod 2008-07-20T14:52:12 would you mind writing a press release about 0.0? 2008-07-20T14:52:15 ;) 2008-07-20T14:52:18 please 2008-07-20T14:53:03 heh - I guess I could, but dunno what to say 2008-07-20T14:53:28 dottedmag started to write something in the oi blog 2008-07-20T14:53:47 hmm, lunohod, (or dottedmag?), why not write it in russian, I'll translate it, & wenjie could do the chinese one 2008-07-20T14:53:49 oh? 1 sec 2008-07-20T14:56:37 hmm, doesn't look like I have access to edit someone else's post :/ will wait for dottedmag 2008-07-20T14:58:53 in the meantime, why not get a screenshot...? (either of madshelf, or of fbreader) 2008-07-20T15:20:38 Mrdini: I think dottedmag is travelling to Moscow, so may be absent for a while 2008-07-20T15:22:21 Mrdini: Besides, you're OI's official poet-in-residence :) 2008-07-20T15:25:33 hah - but like I said - I can't edit his post 2008-07-20T15:25:56 (I think once you write a post, it's "yours" & uneditable 2008-07-20T15:26:31 I don't think it's actually posted, though 2008-07-20T15:26:56 yeah, but even so, can't edit it :( 2008-07-20T15:27:16 aw heck *copies & passte text* 2008-07-20T15:27:20 So why not write a new one, inspired by dottedmag's? 2008-07-20T15:27:23 gimme a screenshot though 2008-07-20T15:28:00 I can't give you a screenshot off of my v3 - it's running beautifully, but I don't have a camera :) 2008-07-20T15:28:34 * Mrdini arghs - I can't select the bloody text 2008-07-20T15:31:15 * Mrdini emails dottedmag :/ 2008-07-20T15:32:14 I don't think you'll get a response - he's travelling 2008-07-20T15:32:23 *** pcfe has joined #openinkpot 2008-07-20T15:33:04 yeah :( 2008-07-20T15:33:18 just not too keen on rewriting the entire blog post :P 2008-07-20T15:33:36 (text doesn't show in the HTML source) 2008-07-20T15:36:26 give me the link, maybe I can extract it 2008-07-20T15:37:08 (msged you as don't want the bot to record the link) 2008-07-20T15:38:00 it won't let me in without a password 2008-07-20T15:38:23 AH FINALLY!!!! 2008-07-20T15:38:36 got the text *stabs bloody blogger javascript* 2008-07-20T15:38:52 there you go 2008-07-20T15:40:26 what does this one mean? 2008-07-20T15:40:27 - back/forward buttons do not change the current page, use 9/0 2008-07-20T15:41:44 the 9 & 0 buttons on the device? 2008-07-20T15:43:35 Mrdini: there are side buttons - back/forward and 10 number buttons, 9/0 are mapped to back/forward 2008-07-20T15:44:19 yeah - the way dottedmag wrote it didn't make sense :P 2008-07-20T15:44:41 where are the instructions/info for the following.... 2008-07-20T15:44:54 side button don't work in madshelf, but they work in fbreader 2008-07-20T15:44:55 *) How do I access the SSH server? 2008-07-20T15:45:09 *) Where can I download v0.0 from? 2008-07-20T15:45:14 Mrdini: It is the same key-mapping as the original V3 firmware, and there are little back and forward arrows on the (physical) 9 and 0 buttons 2008-07-20T15:45:25 I'm prepearing the v0.0 2008-07-20T15:45:42 *) How can I install OpenInkpot v0.0? 2008-07-20T15:46:28 Mrdini: same way you flash firmware -> you put the V3update.bin on an SD, and boot the machine while holding the + button 2008-07-20T15:46:30 Mrdini: there is V3update.bin in the package, it should be installed using the usual update procedure 2008-07-20T15:46:58 hmmm.... thinking 2008-07-20T15:47:17 standard users shouldn't need to SSH, right LunohoD? 2008-07-20T15:47:26 shouldn't we have a page in the wiki for this? (even though it IS the same as how you'd do it for the factory firmware) 2008-07-20T15:47:38 There is a page, I believe 2008-07-20T15:47:47 (better to provide complete info, no?) 2008-07-20T15:47:48 quickhand: if you want to change something in the .FBReader or put some books into the /home 2008-07-20T15:47:54 hmm, let me look 2008-07-20T15:47:58 http://www.openinkpot.org/wiki/HowToBootOverNfs 2008-07-20T15:48:21 *Configure network interface... 2008-07-20T15:48:24 for firmware flashing http://openinkpot.org/wiki/V3FirmwareUpgrade 2008-07-20T15:48:26 http://www.openinkpot.org/wiki/V3FirmwareUpgrade 2008-07-20T15:48:28 yup 2008-07-20T15:49:53 there are some issues 2008-07-20T15:49:59 usb is not stable 2008-07-20T15:50:09 sometimes it doesn't work 2008-07-20T15:50:21 LunohoD: someone should make it clear that steps 1-7 are not necessary for ssh 2008-07-20T15:50:22 LunohoD, hmm, dottedmag didn't mention that - let me add that then 2008-07-20T15:50:36 yes ssh is sketchy at best 2008-07-20T15:50:51 sometimes the SD card is not mounted right after booting 2008-07-20T15:51:13 you need to pull the card and insert it back after 2-3 seconds 2008-07-20T15:51:30 LunohoD, why isn't that in the trac? :P 2008-07-20T15:51:37 :) 2008-07-20T15:51:38 maybe should include a force-mount script 2008-07-20T15:52:01 quickhand: it doesn't work, I have tried 2008-07-20T15:52:16 really? You've tried since the script fix? 2008-07-20T15:52:41 quickhand: oh, you mean the script in the madshelf... 2008-07-20T15:53:05 yes - include it in the scripts menu, to avoid the stupid reinsertion 2008-07-20T15:53:07 quickhand: it won't work anyway. the device files seem to disappear 2008-07-20T15:53:18 ah 2008-07-20T15:53:51 Mrdini: fbreader suspends the device after 60 idle seconds 2008-07-20T15:54:00 hm... perhaps I should engineer a mechanical arm to pull and reinsert the card... 2008-07-20T15:54:01 but it stil drains too much energy 2008-07-20T15:54:14 lunohoD, yup, dottedmag mentioned that 2008-07-20T15:54:24 *still 2008-07-20T15:54:30 1 sec, let me copy & paste the text to pastebin 2008-07-20T15:55:07 once power consumption is dealt with, and once FBReader has a GUI, we'll really have something 2008-07-20T15:55:18 http://pastebin.ca/1077580 2008-07-20T15:56:03 quickhand: it's jekhors work to fix usb, sd and power problems 2008-07-20T15:56:37 LunohoD: I figured. I sure as hell don't know how to do it :) 2008-07-20T15:58:48 no comments? :P 2008-07-20T16:00:37 dropbear will start on initial boot 2008-07-20T16:00:41 i fixed that 2008-07-20T16:00:59 - the USB connection can be fiddly. Keep trying! 2008-07-20T16:01:11 I would say: "Keep rebooting!" :) 2008-07-20T16:01:22 mrdini wiki * 12 /: HowToBootOverNfs has been changed: Changed bullets to numbers (http://openinkpot.org/wiki/HowToBootOverNfs?action=diff&version=12) 2008-07-20T16:02:27 8 and 9 are the only neccesary steps with the new firmware, right? 2008-07-20T16:03:15 quickhand, yeah - I was thinking that steps 8 & 9 should be split off onto a new page, no? HowToAccessOverUSBSSH 2008-07-20T16:03:34 *** xman has quit IRC 2008-07-20T16:03:36 and remove that shit about rebooting 2008-07-20T16:05:06 LunohoD, er, which bit? 2008-07-20T16:05:26 Madsheld: Connect USB cable to PC and device. Reboot device. After some tim.... 2008-07-20T16:05:34 err 2008-07-20T16:05:42 Mrdini: Connect USB cable to PC and device. Reboot device. After some tim... 2008-07-20T16:05:54 so edit it yourself :P you have wiki access :P 2008-07-20T16:06:00 indeed :) 2008-07-20T16:06:27 and put it into a new wiki page while you're at it 2008-07-20T16:06:57 Mrdini: in the madshelf: jumping to the predefined location: OK-5(Go to) 2008-07-20T16:07:08 there are 2: Home and SD 2008-07-20T16:07:43 It is possible to shutdown the v3: OK->6(Scripts)->1(Shutdown V3) 2008-07-20T16:08:08 LunohoD, I won't bother putting stuff like that - this is a release announcement, not "How do I use MadShelf" 2008-07-20T16:08:20 put that in the wiki, & I'll link to it 2008-07-20T16:08:40 ok 2008-07-20T16:13:58 Yeah, that stuff's pretty obvious anyways 2008-07-20T16:14:15 BTW, when it shuts down, does it clear the screen? 2008-07-20T16:14:28 quickhand: no 2008-07-20T16:14:58 hmmm, gotta pop out for a bit - can someone get me a "nice" screenshot please for the post (or I can link to a previous screenshot...?) 2008-07-20T16:15:10 no, that screenshot is old 2008-07-20T16:15:34 LunohoD, do you want to do the .ru translation btw? 2008-07-20T16:15:38 yes 2008-07-20T16:15:58 as soon as the release is built 2008-07-20T16:16:06 ok - will email you the text later when I've finished writing it 2008-07-20T16:16:21 I'll ask wenjie if he's interested in translating to zh 2008-07-20T16:16:40 do you know when dottedmag will pop up? 2008-07-20T16:16:58 me? NFI - I didn't even know he was away :P 2008-07-20T16:18:02 Mrdini: btw, http://www.mobileread.com/forums/forumdisplay.php?f=169 2008-07-20T16:18:33 yup, I saw :) 2008-07-20T16:19:16 ok, gotta go 2008-07-20T16:19:53 thanks for your involvement 2008-07-20T16:35:58 * LunohoD is installing the v0.0 2008-07-20T16:45:27 ok. it works 2008-07-20T16:51:47 http://www.openinkpot.org/pub/releases/0.0/oi-hanlin-v3-0.0.tar.bz2 2008-07-20T17:00:16 *** delphidb has joined #openinkpot 2008-07-20T17:32:41 *** pcfe has quit IRC 2008-07-20T17:36:07 *** LunohoD_ has joined #openinkpot 2008-07-20T17:38:20 *** LunohoD has quit IRC 2008-07-20T17:38:20 *** MadshelfBot has quit IRC 2008-07-20T17:38:20 *** LunohoD_ is now known as LunohoD 2008-07-20T18:15:18 *** quickhand has quit IRC 2008-07-20T18:40:48 *** quickhand has joined #openinkpot 2008-07-20T19:10:44 *** dottedmag_nb has joined #openinkpot 2008-07-20T19:25:40 *** dottedmag_nb has quit IRC 2008-07-20T19:43:14 *** jekhor has joined #openinkpot 2008-07-20T19:45:44 Mrdini: http://www.openinkpot.org/~lunohod/v0.0_fotos.tar.bz2 2008-07-20T19:45:56 As We Quit and Join... An Insider's look into the mysterious world of Open Inkpot. :) 2008-07-20T19:57:47 *** dottedmag_nb has joined #openinkpot 2008-07-20T20:06:01 dottedmag_nb: hi 2008-07-20T20:06:58 hi 2008-07-20T20:16:37 *** dottedmag_nb has quit IRC 2008-07-20T20:20:31 LunohoD, the BeBook is a V3, yes? 2008-07-20T20:21:22 delphidb: yes 2008-07-20T20:22:25 So if I got to MyBeBook.com and buy one of theirs I'm getting exactly the hardware I need for OI, yes? 2008-07-20T20:22:40 'Cause I'm thinking of buying through them. 2008-07-20T20:23:59 Say, have you tried the latest update of FBReader that purports to read DRM'd mobipocket ebooks? 2008-07-20T20:31:33 delphidb: no 2008-07-20T20:31:36 delphidb: where is it? 2008-07-20T20:32:14 I saw the link *somewhere* on MR. Believe it was in the Hanlin section. 2008-07-20T20:34:45 delphidb: I've never heard about that 2008-07-20T20:35:07 Let me see if I can find the post. 2008-07-20T20:36:17 http://www.lbook.org/downloads/v3upd...6-20080816.zip 2008-07-20T20:36:25 Here's the link. 2008-07-20T20:37:14 And here's the post it was in... Look at post #36. http://www.mobileread.com/forums/showthread.php?t=23266&page=3 2008-07-20T20:38:19 Well, waitaminit. Seems the link is dead. :( 2008-07-20T20:38:36 delphidb: the original firmware has mobipocket support 2008-07-20T20:38:41 it's not FBReader 2008-07-20T20:38:59 OOOOooohhhh... 2008-07-20T20:39:27 it was added recently afaik 2008-07-20T20:39:40 Well, the original firmware has NON-DRM mobi support from what I understood. But I'm not that familiar with V3s of course. :) 2008-07-20T20:40:22 I've had a quick test of the mobi-pocket update. Although it does work fine, the page flipping takes around 3-4 seconds when using a mobi format book (tried with no compression, standard and high with no noticeable difference in speed). 2008-07-20T20:40:29 Had a MAJOR kerfluffle on my 512MB Cybook after adding four ebooks to the SD card (in the Cybook, had already been formatted to FAT32). 2008-07-20T20:40:54 And I had been taking the precaution of doing a Safely Remove Hardware from my WinXP machine. 2008-07-20T20:40:59 that was a citation 2008-07-20T20:41:05 Got it. 2008-07-20T20:41:26 Anyway, had to install the "UPDATED" Build 708 firmware all over again. 2008-07-20T20:42:08 (The "updated" Build708 includes formatting of the Cybook before install, not just adding on the new code.) 2008-07-20T20:43:04 I wonder when Bookeen will bite the bullet and admit that merely 'adding the kitchen sink' onto the original Mobipocket code just isn't working. :) Thank goodness OI's working on a different solution. 2008-07-20T20:50:54 *** abishai has joined #openinkpot 2008-07-20T20:52:44 *** abishai_ has quit IRC 2008-07-20T20:53:42 *** dottedmag_nb has joined #openinkpot 2008-07-20T20:57:58 *** delphidb has quit IRC 2008-07-20T21:28:27 *** dottedmag_nb has quit IRC 2008-07-20T21:36:03 LunohoD: I've discovered some bugs in EWL that are making the laying out of madshelf very difficult - I've been told they're being marked urgent by the EWL developers, and should be fixed in the next release 2008-07-20T21:36:21 quickhand: cool 2008-07-20T21:37:12 I've been trying to get the book titles to truncate in a sane way, adding a nice "..." at the end when they get too long. It is not working. 2008-07-20T21:57:27 yo all 2008-07-20T21:57:41 ok, lemme see what I've got here *goes thru pics* 2008-07-20T22:01:26 * Mrdini hmmms as to which pic he'll choose 2008-07-20T22:01:53 lunohod, mind taking one more picture? :/ 2008-07-20T22:04:43 yes 2008-07-20T22:05:03 LunohoD, english document please...? :P 2008-07-20T22:05:08 :) 2008-07-20T22:05:12 hm 2008-07-20T22:05:28 (oh, and chinese too, if you can manage it? 2008-07-20T22:05:43 (I can find a chinese doc for you if you need one? 2008-07-20T22:06:15 http://www.stud.uni-karlsruhe.de/~ux7b/img_1641.jpg 2008-07-20T22:06:19 :) 2008-07-20T22:06:34 :o quick! 2008-07-20T22:06:39 it is old :) 2008-07-20T22:06:48 17-Apr-2008 2008-07-20T22:07:07 heh, cheater :P but same thing anyway, I'm sure 2008-07-20T22:07:16 yeah ;) 2008-07-20T22:08:06 chinese...? 2008-07-20T22:08:44 url? 2008-07-20T22:08:54 hmm, ok 1 sec 2008-07-20T22:09:36 here's a bugzilla bug: http://bugzilla.enlightenment.org/show_bug.cgi?id=518 2008-07-20T22:10:01 LunohoD, .txt, yeah? (or something else?) 2008-07-20T22:10:32 yes 2008-07-20T22:10:39 fb2, rtf 2008-07-20T22:10:53 *** LunohoD has quit IRC 2008-07-20T22:11:03 *** LunohoD has joined #openinkpot 2008-07-20T22:11:25 txt is ok 2008-07-20T22:12:51 quickhand: I'll rebuild the efl as soon as they fix that bug 2008-07-20T22:13:16 cool 2008-07-20T22:19:17 http://www.abada.cn/html/2006-11/215.htm <-- click on upload.tar 2008-07-20T22:22:07 3 Ki downloaded ok...? 2008-07-20T22:22:16 Three Kingdoms btw 2008-07-20T22:22:17 Mrdini: do you know what encoding is that? 2008-07-20T22:22:24 GBK, I guess? 2008-07-20T22:23:56 checking, sec 2008-07-20T22:25:37 seems to be GB 18030 2008-07-20T22:27:12 I'll cheat again 2008-07-20T22:27:31 http://en.wikipedia.org/wiki/GB_18030 - seems to be GBK basically 2008-07-20T22:27:51 Another bug, this one submitted by me: http://bugzilla.enlightenment.org/show_bug.cgi?id=519 2008-07-20T22:28:26 GB18030 also maintains compatibility with Windows Codepage 936, sometimes known as GBK, which is Microsoft's extended version of GB2312, with the exception of the euro sign which is given a single byte code of 0x80 in Microsoft's later versions of GBK and a two byte code of A2 E3 in GB18030. 2008-07-20T22:28:53 Mrdini: I have no font with chineese letters 2008-07-20T22:29:12 LunohoD, ..... 2008-07-20T22:29:12 LunohoD: I've got simsun if you want it 2008-07-20T22:29:50 yeah, or I can give you a font from OS X (although these fonts are very much Apple :P) 2008-07-20T22:30:25 LunohoD: Just take simsun.ttf out of the hanlin v3 firmware 2008-07-20T22:35:14 http://www.openinkpot.org/~lunohod/img_1956.jpg 2008-07-20T22:35:20 http://www.openinkpot.org/~lunohod/img_1957.jpg 2008-07-20T22:36:05 great, thanks! 2008-07-20T22:36:25 what's the first pic though...? 2008-07-20T22:36:53 it's prc file 2008-07-20T22:37:33 *** jekhor has quit IRC 2008-07-20T22:37:44 * Mrdini hmmms 2008-07-20T22:38:01 * Mrdini will use the April pic though - it looks better 2008-07-20T22:39:29 sorry, I cannot take good pictures 2008-07-20T22:40:22 hehe, it's ok :) 2008-07-20T22:40:50 don't worry - the one you took was good, but comparing the two pics, the April pic's a _touch_ better 2008-07-20T22:49:58 http://code.google.com/p/eyesight/ 2008-07-20T22:50:05 Eyesight will be an universal document viewer using Edje. It's a project proposal for Google Summer of Code 2008. 2008-07-20T22:52:29 we can probably use it as pdf and dvi viewer 2008-07-20T22:54:26 *** delphidb has joined #openinkpot 2008-07-20T22:59:19 Mrdini: btw, the picture of your dvi file: http://www.openinkpot.org/~lunohod/img_1959.jpg 2008-07-20T23:00:25 wiki * /: HowtoUseSSH page has been created (http://openinkpot.org/wiki/HowtoUseSSH?version=0) 2008-07-20T23:01:00 LunohoD, hmm, interesting - not as good as I'd have thought 2008-07-20T23:02:49 I'm going to sleep 2008-07-20T23:03:20 'kay - I'll email you the document for translating later :) 2008-07-20T23:03:32 Mrdini: ok, thanks 2008-07-20T23:04:26 I'll translate and post it on the the-ebook.org 2008-07-20T23:04:45 Mrdini: will you post it on mobileread? 2008-07-20T23:05:35 http://www.openinkpot.org/pub/releases/0.0/oi-hanlin-v3-0.0.tar.bz2 2008-07-20T23:05:47 LunohoD, let's co-ordinate the announcement tomorrow, ok? 2008-07-20T23:05:59 (as you're going to bed, yeah) 2008-07-20T23:06:11 ok 2008-07-20T23:06:31 good night 2008-07-20T23:06:45 night! 2008-07-20T23:15:35 *** delphidb has quit IRC 2008-07-20T23:20:33 quickhand, hullo? 2008-07-20T23:47:14 Hey, I'm here 2008-07-20T23:52:47 *** roxfan has quit IRC 2008-07-20T23:53:23 *** roxfan has joined #openinkpot