From: Geoffrey T. D. <da...@us...> - 2001-04-07 17:13:31
|
Update of /cvsroot/phpwiki/phpwiki/locale/de/templates In directory usw-pr-cvs1:/tmp/cvs-serv29544/locale/de/templates Modified Files: editpage.html message.html Log Message: More munging of the translated pgsrc and templates. Changes include: Converting old markup (tab-delimited lists, triple-quote bold.) Fixing templates so that they work with the current code. Fixing/deleting/or munging (some of the) outdated or incorrect information contained in the page text. Removing the 'RecentChanges' pages. (They are now completely autogenerated.) The translations will need a good going over by someone who speaks the languages at some point. Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/de/templates/editpage.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** editpage.html 2001/04/07 00:38:41 1.6 --- editpage.html 2001/04/07 17:13:28 1.7 *************** *** 14,18 **** <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <form class="wikiaction" method="POST" action="###BROWSE_PAGE###"> ! <h1><a class="wikilink" href="###BROWSE###HomePage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> <span="wikiword">###PAGE###</span> editieren <input type="submit" value=" Speichern "></h1> --- 14,18 ---- <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <form class="wikiaction" method="POST" action="###BROWSE_PAGE###"> ! <h1><a class="wikilink" href="###BROWSE###StartSeite"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> <span="wikiword">###PAGE###</span> editieren <input type="submit" value=" Speichern "></h1> *************** *** 39,48 **** <hr noshade> <small> ! <b>Emphasis:</b> '' for italics, ''' for bold, ''''' for both ! <br><b>Lists:</b> tab-* for bullet lists, tab-# for numbered lists, tab-Term:-tab for definition lists <br><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/]. ! <br><b>References:</b> Use [1],[2],[3],... and EditLinks. Avoid linking with "!": !DoNotHyperlink, name links like [text | URL] <br><b>Misc:</b>"!", "!!", "!!!" make headings, ! "%%%" makes a linebreak, "- - - -" makes a horizontal rule, escape "[" with "[[" <br>more on <a class="wikilink" href="###BROWSE###TextFormattingRules"><b><span class="wikiword">TextFormattingRules</span></b></a> --- 39,50 ---- <hr noshade> <small> ! <b>Emphasis:</b> '' for italics, __ for bold, ''__ for both ! <br><b>Lists:</b> * for bullet lists, # for numbered lists, ''; term : definition'' for definition lists <br><b>References:</b> JoinCapitalizedWords or use square brackets for a [page link] or URL [http://cool.wiki.int/]. ! <br><b>Footnotes:</b> Use [1],[2],[3],... ! <br><b>Preventing linking:</b> Avoid linking with "!": ! !DoNotHyperlink, name links like [[text | URL] (double up on the "[") <br><b>Misc:</b>"!", "!!", "!!!" make headings, ! "%%%" makes a linebreak, "- - - -" makes a horizontal rule <br>more on <a class="wikilink" href="###BROWSE###TextFormattingRules"><b><span class="wikiword">TextFormattingRules</span></b></a> Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/de/templates/message.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** message.html 2001/04/07 00:38:41 1.2 --- message.html 2001/04/07 17:13:28 1.3 *************** *** 13,17 **** <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a class="wikilink" href="###BROWSE###HomePage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> --- 13,17 ---- <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a class="wikilink" href="###BROWSE###StartSeite"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> |