kl. 07:17:27 UTC+1 søndag 26. januar 2014 skrev Gnome følgende:
>
> Please make the following changes:
> - To the PC version, add the following to the stylesheet:
> table {width: 100%;}
>
> I've made a mistake here., instead change (both mobile and PC)
table#mnem
to
table.mnem
and add class
<table id="mnem1" class="mnem">
 

> - Give the loc, _, f and b ... divs classes (both PC and mobile):
> <div id="loc" class="loc">
> And change the text in the stylesheet for those items from
> div#loc
> to
> div.loc
>
> - Use the same doctype for both. I suggest using HTML5:
> <!DOCTYPE html>
> <html>
> and change
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
> to
> <meta charset=utf-8>
>
>
> Other changes it would be nice to see (not critical for my project):
> - All divs have its own ID and using classes instead for styling.
>
> - Give the buttonareas tables id's: ie. buttonarea-top and 
> buttonarea-bottom:
> <table class="buttonarea" id="buttonareaTop">
> <table class="buttonarea"  id="buttonareaBotton">
>
> kl. 09:21:43 UTC+1 mandag 20. januar 2014 skrev Peter Bienstman følgende:
>>
>> Hi, 
>>
>> Feel free to illustrate with actual lines of html how you'd like the 
>> webpage to change so that it works for your purposes. 
>>
>> Cheers, 
>>
>> Peter 
>>
>> > -----Original Message----- 
>> > From: [email protected] [mailto:mnemosyne- 
>> > [email protected]] On Behalf Of Gnome 
>> > Sent: 19 January 2014 21:35 
>> > To: [email protected] 
>> > Subject: [mnemosyne-proj-users] Re: 2.3 test release 
>> > 
>> > More feedback: 
>> > 
>> > - The docktype declaration is not the same between the PC and the 
>> mobile 
>> > version. 
>> > - Perhaps it would be better to set the doctype to HTML5?? 
>> > - The mobile "template" gets some errors when doing a w3 validator. 
>> > - Two divs with the same name may cause some problems (mnem) for those 
>> > who want to implement javascript. 
>> > - Not been able to replicate the bug where the correct card was not 
>> > displayed on PC after sync with mobile. 
>> > 
>> > kl. 21:20:39 UTC+1 lørdag 18. januar 2014 skrev Gnome følgende: 
>> > 
>> >         Here is some more feedback: 
>> > 
>> >         - Bug: After grading one card on the mobile client, clicking 
>> exit, 
>> > clicking yes to sync, the PC syncs, when going back to the PC the card 
>> I 
>> > already had graded was still displayed on the PC. After restarting the 
>> program 
>> > on the PC the correct card appeared. 
>> >         - Other: It would be nice if the mobile client would tell what 
>> file that 
>> > caused the problem or check if there were any files with filenames that 
>> > where not compatible before syncing. 
>> > 
>> > 
>> >         kl. 21:20:23 UTC+1 torsdag 16. januar 2014 skrev Peter 
>> Bienstman 
>> > følgende: 
>> > 
>> >                 New version, should fix all the threading-related 
>> issues with 
>> > the review server: 
>> > 
>> >                 http://users.ugent.be/~pbienst/pub/mnemosyne-2.3-beta- 
>> > 2-setup.exe <http://users.ugent.be/~pbienst/pub/mnemosyne-2.3-beta-2- 
>> > setup.exe> 
>> > 
>> >                 Peter 
>> > 
>> >                 On Thursday, 12 December 2013 21:53:17 UTC+1, Peter 
>> > Bienstman wrote: 
>> > 
>> > 
>> >                         A preliminary version of 2.3 for people to play 
>> with is 
>> > now available: 
>> > 
>> >                         http://users.ugent.be/~pbienst/pub/mnemosyne- 
>> > 2.3-pre-setup.exe <http://users.ugent.be/~pbienst/pub/mnemosyne-2.3- 
>> > pre-setup.exe> 
>> > 
>> >         http://users.ugent.be/~pbienst/pub/Mnemosyne%20Android.zip 
>> > <http://users.ugent.be/~pbienst/pub/Mnemosyne%20Android.zip> 
>> > 
>> >                         (Note the Android version requires also the 2.3 
>> > desktop version) 
>> > 
>> >                         Changelog: 
>> > 
>> >                         (Note that for Windows users we recommend 
>> > uninstalling the previous version 
>> >                         before installing the new one.) 
>> > 
>> >                         The sync protocol has changed in this version, 
>> so 
>> > make sure you update both 
>> >                         the client and the server at the same time. 
>> > 
>> >                         -A quick-and-dirty Android client is available, 
>> where 
>> > you can do reviews in 
>> >                           your mobile browser using a webserver which 
>> runs 
>> > on your Android device. 
>> >                           This client has full support for the syncing 
>> protocol. 
>> >                         -The functionality of mnemosyne-webserver has 
>> > now been merged into the main 
>> >                           program and can be activated through 
>> 'Configure 
>> > Mnemosyne - servers'. 
>> >                         -Time to create backups has decreased, in some 
>> > situations even by a factor 
>> >                           of 2 or more, speeding up syncing and program 
>> exit. 
>> >                         -Sped up all editing operations in the card 
>> browser. 
>> >                         -The name of the currently active saved set of 
>> cards 
>> > is now listed in title 
>> >                           bar (requested by Silverbear). 
>> >                         -Added new statistic: number of new cards 
>> learned 
>> > per day. 
>> >                         -Also sync relevant settings (e.g. fonts, 
>> colours, ...) 
>> > during the initial 
>> >                           sync. 
>> >                         -Improve the timeout handling of the sync 
>> protocol. 
>> >                         -Fix erroneous 'Wrong username or password' 
>> error. 
>> >                         -Keep the sort order in the card browser when 
>> > editing cards (reported by 
>> >                           Gnome and Tristan). 
>> >                         -Added command line options --sync-server and 
>> -- 
>> > web-server which starts the 
>> >                           sync and the web server in headless mode 
>> (i.e. 
>> > without a GUI) (useful to run 
>> >                           e.g. on a NAS server). 
>> >                         -Fix more errors coming from loading config 
>> files. 
>> >                         -Rework error handling when trying to load a 
>> > database which no longer exists 
>> >                           in its previous location. 
>> >                         -When editing a card through the browser, make 
>> > sure the correct set of tags is 
>> >                           displayed if sister cards have different tags 
>> > (requested by Scott Youngman). 
>> >                         -Instruct people on the correct way to deal 
>> with 
>> > '*.cards' files if they try 
>> >                           to open it as a separate database (Kensor0). 
>> >                         -Make it clearer what 'Find duplicates' does. 
>> >                         -Various cosmetic fixes when importing *.cards 
>> files 
>> > (reported by Ansgar 
>> >                           Bohmann). 
>> >                         -Fix tag tree sometimes not updating correctly 
>> if the 
>> > user adds a new tag. 
>> >                         -People writing e.g. Javascript card and 
>> needing 
>> > access to the full path of 
>> >                           the media directory can now use 
>> > db_media:///foo.png (requested by Gnome). 
>> >                         -Flash files are now synced as well (reported 
>> by 
>> > heldtfisken). 
>> >                         -When editing a card where different sister 
>> cards 
>> > have different tags, ask if 
>> >                           the tags should be applied to the current 
>> card or to 
>> > all sister cards. 
>> >                         -Fix Windows crash when using the card browser 
>> > with cards imported from 
>> >                           Supermemo (reported by Piotr). 
>> >                         -Make Mnemosyne 1.x import more robust 
>> > (reported by Jack Thro). 
>> >                         -Don't allow saving the database to a network 
>> drive 
>> > under Windows to prevent 
>> >                           corruption (reported by Brendan Sinclair). 
>> >                         -Fix sync error that could occur when adding 
>> and 
>> > immediately deleting multiple 
>> >                           sister cards from the card browser. 
>> >                         -Fix latex / cloze interaction corner case 
>> (reported by 
>> > Daniele Parisi). 
>> >                         -Make sure latex images are always in sync when 
>> > updating text. 
>> >                         -If adding an extra tag when importing a 
>> 'cards' file, 
>> > don't keep the tag 
>> >                           'Untagged' (patch by crcmail0). If you were 
>> affected 
>> > by this issue before, 
>> >                           'compact database' will solve this. 
>> > 
>> > 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "mnemosyne-proj-users" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an 
>> > email to [email protected]. 
>> > To post to this group, send email to mnemosyne-proj- 
>> > [email protected]. 
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/mnemosyne-proj-users/33611692- 
>> > 3130-415a-a415-c4c5be4c3ae3%40googlegroups.com. 
>> > For more options, visit https://groups.google.com/groups/opt_out. 
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/4fb2ecf4-70ab-4506-949b-eabe1cbf0eaa%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to