Hi, Quoting Christian Stimming <[EMAIL PROTECTED]>:
> Derek, Josh, > > as you've probably noticed some people from gnucash-de have started German > pages in the wiki. Similar to the static web page, we've tried to put the > wiki pages all under the main "directory" de/; however, the MediaWiki > software didn't like a lower-case "de" and instead made a "De/" out of this. > > Turns out that LocalSettings.php of MediaWiki should have an option > > $wgCapitalLinks=false; > > that should enable lower-case page names. According to > > http://www.mediawiki.org/wiki/Manual:%24wgCapitalLinks > > this option has been around for quite some time already. > > If you have some time, could you try whether this option could be switched on > (i.e. set to "false") so that we can have the German pages in the wiki > under "de/"? Unfortunately I don't know the implications of changing this > setting on existing pages such as "svn" and the links to those, but I think > this can be checked quite quickly. Yes, this option could get turned on, however there's a big warning with it about how links could get broken and how links would be completely case-sensitive: /** * Set this to false to avoid forcing the first letter of links to capitals. * WARNING: may break links! This makes links COMPLETELY case-sensitive. Links * appearing with a capital at the beginning of a sentence will *not* go to the * same place as links in the middle of a sentence using a lowercase initial. */ $wgCapitalLinks = true; Are we sure we want to live with that? Are you willing to go through each page and check all the links and make sure none got broken? > Regards, > > Christian -derek > ---------- Weitergeleitete Nachricht ---------- > > Subject: Re: [gnucash-de] Neue gnucash.org Wiki-Seiten > Date: Freitag, 21. September 2007 07:22 > From: "Marco Balmer" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > > Hallo > > Am Fr, 14.09.2007, 12:22, schrieb Christian Stimming: >> > Leider akzeptiert die MediaWiki-Software keinen Seitentitel mit einem >> > Kleinbuchstaben am Anfang (und ich fürchte, neuere MediaWiki-Versionen >> > bringen da auch keine Änderung). Deshalb bleibt es momentan bei >> > "De/GnuCash" als Seitentitel. >> > Alternative Vorschläge sind natürlich immer willkommen. >> >> In der aktuellen MediaWiki Version lässt sich das mit dem "ersten >> Grossbuchstaben" umkonfigurieren. Ich weiss leider nicht ob das für die >> aktuell laufende Version auch gilt. > > Ich habe es abgeklärt. Mit der Option: > $wgCapitalLinks=false; > > in LocalSettings.php von MediaWiki auf wiki.gnucash.org, lässt sich das > Grossbuchstaben Verhalten so einstellen damit Seiten wie > > http://wiki.gnucash.org/wiki/de/FAQ möglich sind. > > Infos dazu: > http://www.mediawiki.org/wiki/Manual:%24wgCapitalLinks > > Gruss > Marco > > _______________________________________________ > gnucash-de mailing list > [EMAIL PROTECTED] > https://lists.gnucash.org/mailman/listinfo/gnucash-de > > ------------------------------------------------------- > -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
