# # # patch "wiki/DerekScherger.mdwn" # from [0dc9661968119ca7411642fcad0795e73a35d7a9] # to [deadd8c762130cff748d93efa248380c08af3ef9] # # patch "wiki/FileSystemIssues.mdwn" # from [21f352a98ad28f6b762b930409af8e033f2fd4b5] # to [db6944e7812bc8ad2f409c47a9d10c7adc348244] # # patch "wiki/MtnSummit/2007.mdwn" # from [3293ca8c3863a9749d42ffc902c9f4fdc2f46d86] # to [5452c900bfc5f845e894ba8751f1a1eee0eebcac] # # patch "wiki/People/EmileSnyder.mdwn" # from [08bde6e05a2950d02607e84fdc1b7c31ed635006] # to [f86283542b2b64c5e128c26d36b73a1fb0e5eb85] # # patch "wiki/People/JackLloyd.mdwn" # from [567b1522fc3d26e2e59aec3e377e3653e699069f] # to [036e54acee902b77709e28e75d8fa4cece0af467] # # patch "wiki/People/RichardLevitte.mdwn" # from [2a8f330a470d542f11f8fd9d620336772682ed4e] # to [9b53e2e160ffd880a10671eea7e42342c1f2d25e] # # patch "wiki/People/gwk.mdwn" # from [f0d60ca44655451a6dc0136fcc8ddc741d2d80f9] # to [3d2c8c54288a3fef066e2674066466fd2f2ec53c] # # patch "wiki/moin2mdwn.sed" # from [09bfd21ee9df68408ec377c6e8578c34b51b3d3d] # to [7dcb05331985c85065fee891ee142269cc09edd0] # ============================================================ --- wiki/DerekScherger.mdwn 0dc9661968119ca7411642fcad0795e73a35d7a9 +++ wiki/DerekScherger.mdwn deadd8c762130cff748d93efa248380c08af3ef9 @@ -1,10 +1,10 @@ [[!tag migration-auto]] #format wiki #language en ## Your Name -Email: [[MailTo(address@hidden)]] [[BR]] +Email: [[MailTo(address@hidden)]]
IRC nick: dscherger ---- ============================================================ --- wiki/FileSystemIssues.mdwn 21f352a98ad28f6b762b930409af8e033f2fd4b5 +++ wiki/FileSystemIssues.mdwn db6944e7812bc8ad2f409c47a9d10c7adc348244 @@ -1,8 +1,8 @@ [[!tag migration-auto]] # File System Issues in Monotone -About: Encoding, platform independency and case of filenames (codepages and unicode)[[BR]] +About: Encoding, platform independency and case of filenames (codepages and unicode)
Related: CaseInsensitiveFilesystems Last updated with monotone version 0.32 @@ -13,7 +13,7 @@ directoryname and filename can be used s ## The facts - 1. Monotones copy libidn's stringprep does not work on mingw (win32). Calling "mtn löl" causes following output: [[BR]][[BR]] ?: error: failed to convert string from ASCII to UTF-8: 'l?l'[[BR]][[BR]] + 1. Monotones copy libidn's stringprep does not work on mingw (win32). Calling "mtn löl" causes following output: [[BR]][[BR]] ?: error: failed to convert string from ASCII to UTF-8: 'l?l'[[BR]]
a. There is a quick fix for that: call "chcp" get your current codepage and set it for example: "set CHARSET=CP850". a. I traced down that stringprep_local_charset_slow in toutf8.c is disabled on mingw. a. There is a new version of libidn which states to work on mingw (not tested). @@ -132,7 +132,7 @@ Locale in this context means the codepag Locale in this context means the codepage or encoding defined by the current locale. -Read == A filename is read from local file system layer into monotone. (readdir())[[BR]] +Read == A filename is read from local file system layer into monotone. (readdir())
Write == A filename is written to local file system layer from monotone. (open(), chmod(), chown(), stat(), mkdir()) 1. Do conversions on read (from locale to UTF-8) and write (from UTF-8 to locale) of filenames on POSIX, except Darwin. @@ -191,8 +191,8 @@ There are two commonly used normalizatio There are two commonly used normalizations of UTF-8: 1. NFC (mostly precomposed) used by the whole world. Except apple. - 2. NFD (decomposed) used by apple. [[BR]] --> http://developer.apple.com/qa/qa2001/qa1235.html [[BR]] + 2. NFD (decomposed) used by apple.
+-> http://developer.apple.com/qa/qa2001/qa1235.html
-> http://developer.apple.com/qa/qa2001/qa1173.html Apple states: You can find a lot more information about Unicode on the Unicode consortium web site. Specifically of interest is the Unicode Standard Annex #15 Unicode Normalization Forms. As used in this Q&A, the terms decomposed and precomposed correspond to Unicode Normal Forms D (NFD) and C (NFC), respectively. ============================================================ --- wiki/MtnSummit/2007.mdwn 3293ca8c3863a9749d42ffc902c9f4fdc2f46d86 +++ wiki/MtnSummit/2007.mdwn 5452c900bfc5f845e894ba8751f1a1eee0eebcac @@ -10,8 +10,8 @@ See MtnSummit2008 for this year's locati # North America (2007) -**When**: February 5-11, 2007. (Monday-Sunday, with probably Thursday as a day to unwind)[[BR]] -**Where**: Google headquarters: [1600 Amphitheatre Parkway, Mountain View, California, USA](http://maps.google.com/maps?f=q&q=1600+Amphitheatre+Parkway,+Mountain+View,+California&ie=UTF8&z=10&ll=37.422526,-122.085571&spn=0.863779,1.417236&om=1)[[BR]] +**When**: February 5-11, 2007. (Monday-Sunday, with probably Thursday as a day to unwind)
+**Where**: Google headquarters: [1600 Amphitheatre Parkway, Mountain View, California, USA](http://maps.google.com/maps?f=q&q=1600+Amphitheatre+Parkway,+Mountain+View,+California&ie=UTF8&z=10&ll=37.422526,-122.085571&spn=0.863779,1.417236&om=1)
**Main contact(s) for organizing**: Nathaniel Smith, address@hidden Planning to come? Add yourself: ============================================================ --- wiki/People/EmileSnyder.mdwn 08bde6e05a2950d02607e84fdc1b7c31ed635006 +++ wiki/People/EmileSnyder.mdwn f86283542b2b64c5e128c26d36b73a1fb0e5eb85 @@ -1,10 +1,10 @@ [[!tag migration-auto]] #format wiki #language en ## Emile Snyder -Email: [[MailTo(address@hidden)]] [[BR]] +Email: [[MailTo(address@hidden)]]
IRC nick: esnyder ... ============================================================ --- wiki/People/JackLloyd.mdwn 567b1522fc3d26e2e59aec3e377e3653e699069f +++ wiki/People/JackLloyd.mdwn 036e54acee902b77709e28e75d8fa4cece0af467 @@ -1,11 +1,11 @@ Wrote/maintains Botan. Used to work on O [[!tag migration-auto]] ## Jack Lloyd Wrote/maintains Botan. Used to work on OpenCM, which was somewhat Monotone-like. -Email: [[MailTo(address@hidden)]] [[BR]] -Webpage: http://www.randombit.net/ [[BR]] +Email: [[MailTo(address@hidden)]]
+Webpage: http://www.randombit.net/
AIM: cykl01d ---- ============================================================ --- wiki/People/RichardLevitte.mdwn 2a8f330a470d542f11f8fd9d620336772682ed4e +++ wiki/People/RichardLevitte.mdwn 9b53e2e160ffd880a10671eea7e42342c1f2d25e @@ -1,11 +1,11 @@ [[!tag migration-auto]] #format wiki #language en ## Richard Levitte -Email: [[MailTo(address@hidden)]] [[BR]] -Homepage: http://richard.levitte.org/ [[BR]] +Email: [[MailTo(address@hidden)]]
+Homepage: http://richard.levitte.org/
IRC nick: gizmo1 I'm not on IRC very often, but I can talk a lot on the mailing lists :-) ============================================================ --- wiki/People/gwk.mdwn f0d60ca44655451a6dc0136fcc8ddc741d2d80f9 +++ wiki/People/gwk.mdwn 3d2c8c54288a3fef066e2674066466fd2f2ec53c @@ -1,11 +1,11 @@ [[!tag migration-auto]] #format wiki #language en ## Georg-W. Koltermann -Email: [[MailTo(address@hidden)]] [[BR]] -Homepage: [[BR]] +Email: [[MailTo(address@hidden)]]
+Homepage:
IRC nick: ... ============================================================ --- wiki/moin2mdwn.sed 09bfd21ee9df68408ec377c6e8578c34b51b3d3d +++ wiki/moin2mdwn.sed 7dcb05331985c85065fee891ee142269cc09edd0 @@ -12,3 +12,4 @@ s#\[(http://[^ ]+) ([^]]+)\]#[\2](\1)#g /^[^{]/s/{{{ *([^}`]+) *}}}/`\1`/g /^[^{]/s/{{{ *([^}]+) *}}}/``\1``/g s#\[(http://[^ ]+) ([^]]+)\]#[\2](\1)#g +s/\[\[BR\]\]$/
/