For the first one, you can type it in the URL directly (not very friendly, I know), or you could put a small form in the sidebar, something like this: <form id="redirector" action="" method="post" onsubmit="document.forms.redirector.action='${request.contextPath}/bin/view/Main/' + whereto.value;"> <input type="text" name="whereto"/> </form> This depends on the page being in the "Main" space, but a slightly smarter one will figure it out: <script type="text/javascript"> function redirectIt(towhere) { towhere=towhere.replace('.', '/'); if (!towhere.match('/')) towhere = "Main/" + towhere document.forms.redirector.action="${request.contextPath}/bin/view/" + towhere; } </script> <form id="redirector" action="" method="post" onsubmit="redirectIt(whereto.value)"> <input type="text" name="whereto"/> </form> -Tom -- Tom Kliethermes eSupport Initiatives IBM Information Management (913) 599-7240 Fax: (913) 599-8590 http://www.ibm.com/software/data "Roland Bauer" <[email protected]> 11/21/2006 06:15 AM Please respond to [email protected] To <[email protected]> cc Subject [xwiki-users] MediaWiki features Hi, I am new to XWiki and I cannot find some features which I know from MediaWiki. Please, can you give me a hint whether these features exist in XWiki? 1) How can I _directly_ jump to a page which name I know? If I enter a pagename into the search field, a full text search is done and I get a lot of hits. 2) Are umlauts (e. g. "ä", which is ä) in pagenames possible? 3) Can I have redirects to another page (not URLs)? Like #REDIRECT [[pagename]] in MediaWiki. 4) How do categories work? Like [[Category:catname]] in MediaWiki. 5) Can I edit just paragraphs/chapters of a page, instead of the whole page? Like in MediaWiki ... ;-) 6) Is there a preview function to check the layout of a page before saving it? Thanks Roland ------------------------------------------------------------------------------- Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. ------------------------------------------------------------------------------- -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws