wiki2xhtml-users Mailing List for wiki2xhtml (Page 3)
Brought to you by:
granjow
You can subscribe to this list here.
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(9) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(1) |
2009 |
Jan
|
Feb
|
Mar
(5) |
Apr
(16) |
May
|
Jun
|
Jul
(1) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(7) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Simon E. <sim...@gm...> - 2008-08-28 06:43:40
|
Hi Axel, The java files first have to be compiled to class files which then can be executed. I could do that with ant too (by setting it up in the build.xml), but I just don't have the time for it and it also works the other way. At the moment, ant only copies all .java and .class (and some other files) into wiki2xhtml.java, and if the .class files don't exist, the jar won't run. The java files are included due to the license (GPL). Simon 2008/8/28 Axel Birndt <tow...@gm...>: > Good Morning Simon, > > Simon Eugster schrieb: >> Hi Axel, >> >> I assumed something like that would happen. Eclipse builds the project >> automatically for me ;) You'll have to run: >> javac program/UserInterface.java >> to compile all class files. Then ant should work. > > The build was now successful. Thank you! > > But, thats strange, i think. > Do you know why this way is working ? > > I'am sorry for my needless question, but i'am not a developer. > > Thanks for your help again > > Kind regards, Axel > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wiki2xhtml-users mailing list > Wik...@li... > https://lists.sourceforge.net/lists/listinfo/wiki2xhtml-users > |
From: Axel B. <tow...@gm...> - 2008-08-28 05:53:51
|
Good Morning Simon, Simon Eugster schrieb: > Hi Axel, > > I assumed something like that would happen. Eclipse builds the project > automatically for me ;) You'll have to run: > javac program/UserInterface.java > to compile all class files. Then ant should work. The build was now successful. Thank you! But, thats strange, i think. Do you know why this way is working ? I'am sorry for my needless question, but i'am not a developer. Thanks for your help again Kind regards, Axel |
From: Simon E. <sim...@gm...> - 2008-08-27 18:09:17
|
Forgot to take the «Reply All» button. Hi Axel, I assumed something like that would happen. Eclipse builds the project automatically for me ;) You'll have to run: javac program/UserInterface.java to compile all class files. Then ant should work. Simon Axel Birndt wrote: > Hi Simon > > Simon Eugster schrieb: >> Should be fixed in the current repo version. It was due to an non-ASCII >> character in Help.java … I'll check whether I can make it all UTF-8 what >> I'd prefer anyway. > > I'am sorry, but the build creates only a ~260kB file wiki2xhtml and i'am > not able to start it with java -jar wiki2xhtml.jar. > > If i build it with ant, i got the following (error??) Message: > > Apache Ant version 1.7.0 compiled on August 29 2007 > Buildfile: build.xml > Detected Java version: 1.6 in: /usr/lib/jvm/java-6-sun-1.6.0.06/jre > Detected OS: Linux > parsing buildfile > /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/build.xml > with URI = > file:/home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/build.xml > Project base dir set to: > /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008 > > ==>> > [antlib:org.apache.tools.ant] Could not load definitions from resource > org/apache/tools/ant/antlib.xml. It could not be found. > <<== > > [jar] bin/l10n/Messages_de$1.class omitted as > /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/wiki2xhtml.jar:bin/l10n/Messages_de$1.class > is up to date. > > I will send the log with these email. > > Do i anything wrong? It is my failure? > > Thanks an regards > > Axel and sorry for the trouble ;) > > ========================================================================================= > some further information > > abirndt@UBUNTUNB:~/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008$ > > java -version > > java version "1.6.0_06" > Java(TM) SE Runtime Environment (build 1.6.0_06-b02) > Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode) > > --------------------------------------------- > > abirndt@UBUNTUNB:~/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008$ > ==>> > java -jar wiki2xhtml.jar > Exception in thread "main" java.lang.NoClassDefFoundError: > program/UserInterface > Caused by: java.lang.ClassNotFoundException: program.UserInterface > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) > at java.lang.ClassLoader.loadClass(ClassLoader.java:251) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Wiki2xhtml-users mailing list > Wik...@li... > https://lists.sourceforge.net/lists/listinfo/wiki2xhtml-users |
From: Axel B. <tow...@gm...> - 2008-08-27 06:45:25
|
Hi Simon Simon Eugster schrieb: > Should be fixed in the current repo version. It was due to an non-ASCII > character in Help.java … I'll check whether I can make it all UTF-8 what > I'd prefer anyway. I'am sorry, but the build creates only a ~260kB file wiki2xhtml and i'am not able to start it with java -jar wiki2xhtml.jar. If i build it with ant, i got the following (error??) Message: Apache Ant version 1.7.0 compiled on August 29 2007 Buildfile: build.xml Detected Java version: 1.6 in: /usr/lib/jvm/java-6-sun-1.6.0.06/jre Detected OS: Linux parsing buildfile /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/build.xml with URI = file:/home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/build.xml Project base dir set to: /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008 ==>> [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found. <<== [jar] bin/l10n/Messages_de$1.class omitted as /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/wiki2xhtml.jar:bin/l10n/Messages_de$1.class is up to date. I will send the log with these email. Do i anything wrong? It is my failure? Thanks an regards Axel and sorry for the trouble ;) ========================================================================================= some further information abirndt@UBUNTUNB:~/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008$ java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode) --------------------------------------------- abirndt@UBUNTUNB:~/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008$ ==>> java -jar wiki2xhtml.jar Exception in thread "main" java.lang.NoClassDefFoundError: program/UserInterface Caused by: java.lang.ClassNotFoundException: program.UserInterface at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) |
From: Axel B. <tow...@gm...> - 2008-08-25 15:09:43
|
Hello, i have a problem to compile the version from the subversion below /trunk/wiki2xhtml-current These are the error messages: abirndt@UBUNTUNB:~/tmp/wiki2xhtml-current$ ./lang-update.sh && ./create-l10n.sh && ant .................... fertig. ................... fertig. ................... fertig. ................... fertig. ................... fertig. .................... fertig. ................... fertig. .................... fertig. .................... fertig. .................... fertig. ................... fertig. l10n/po/keys.pot:667: Warnung: Die folgende msgid enthält Zeichen, die nicht ASCII-kodiert sind. Dies kann bei den Übersetzungen Schwierigkeiten bereiten, wenn die Übersetzer eine andere Zeichen-Kodierung als Sie verwenden. Bitte auf eine msgid ausweichen, die nur aus ASCII-kodierten Zeichen besteht. Don’t check for updates this time l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz Buildfile: build.xml [jar] Building jar: /home/abirndt/tmp/wiki2xhtml-current/wiki2xhtml.jar BUILD SUCCESSFUL Total time: 0 seconds abirndt@UBUNTUNB:~/tmp/wiki2xhtml-current$ The resulting wiki2xhtml.jar is to small then and i got the following error message when i try to start the program: -rw-rw-r-- 1 abirndt abirndt 261368 2008-08-25 17:03 wiki2xhtml.jar abirndt@UBUNTUNB:~/tmp/wiki2xhtml-current$ java -jar wiki2xhtml.jar Exception in thread "main" java.lang.NoClassDefFoundError: program/UserInterface Caused by: java.lang.ClassNotFoundException: program.UserInterface at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) (I do the compilation for this, because i would like to use the new "{{DirImage:blblal}} switch) thanks & regards Axel |
From: Axel B. <tow...@gm...> - 2008-08-22 05:01:44
|
Hi @All, only for documentation: The question was: "How could i put my pictures in a special directory" So this is the solution: With version 3.3-rc1 there is a new tag: {{DirImages:blabla}}. This is for the image path. Special thanks for this @Simon! Regards Axel |
From: Axel B. <tow...@gm...> - 2008-08-20 17:33:20
|
Simon Eugster schrieb: > Hi Axel, > > Welcome on the list. Thanks for your interest in wiki2xhtml, hope it > will serve your needs. Hello Simon, thanks for your warm welcome. Yes in my opinion the programd does serve my needs. I sent you an email via your website too. Maybe it is a good idea to post it here? If you have some time, you could have a view on it. I hope i'am able to contribute some things to this program. See you later and thanks again for your great work Axel |
From: Simon E. <sim...@gm...> - 2008-08-20 17:12:23
|
Hi Axel, Welcome on the list. Thanks for your interest in wiki2xhtml, hope it will serve your needs. Simon Axel Birndt wrote: > Hello @All, > > i'am very new to this mailing list and i use the wiki2xhtml Tool since > yesterday. > > I think it's a great thing. > > regards > > Axel Birndt > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wiki2xhtml-users mailing list > Wik...@li... > https://lists.sourceforge.net/lists/listinfo/wiki2xhtml-users > |
From: Axel B. <tow...@gm...> - 2008-08-20 16:33:52
|
Hello @All, i'am very new to this mailing list and i use the wiki2xhtml Tool since yesterday. I think it's a great thing. regards Axel Birndt |
From: Simon E. <sim...@gm...> - 2008-06-30 18:34:00
|
Hi everybody, It will take some time for wiki2xhtml 3.3 to be released. I've made a basic change, namely to the menu system – entries will now look like that * Index, index.html —instead of: index.html Index Shorter and better overview. There will be an Updater in wiki2xhtml 3.3 which converts old menu files. The generated XHTML code has changed too, the CSS therefore has to be adjusted[1]. wiki2xhtml 3.3 will support spaces in filenames, what hasn't been so before. Further changes concern anchors (now inserted ~~like that~~) and various abbreviations, e.g. $$text$$ for <code>text</code>. The handling of the common file has been rewritten completely and should now work as expected. You can see the full changelog on the SVN server[2]. Note that wiki2xhtml 3.3 will be released under GPL again[3]. Ah, and wiki2xhtml now has a logo! See [4]. If you'd already like to test wiki2xhtml 3.3, you can check it out using a SVN client or the following command: svn checkout https://wiki2xhtml.svn.sourceforge.net/svnroot/wiki2xhtml On Linux, you can generate the jar file by running lang-update.sh, create-lang.sh and ant (may have to be installed first). Have fun, Simon [1] <http://wiki2xhtml.svn.sourceforge.net/viewvc/wiki2xhtml/trunk/wiki2xhtml-current/doc-design.txt?view=markup> [2] <http://wiki2xhtml.svn.sourceforge.net/viewvc/wiki2xhtml/trunk/wiki2xhtml-current/changelog.txt?view=markup> [3] <http://www.gnu.org/licenses/why-not-lgpl.html> [4] <http://en.wikipedia.org/wiki/wiki2xhtml> and <http://de.wikipedia.org/wiki/wiki2xhtml> |
From: Simon E. <sim...@gm...> - 2008-02-10 18:51:37
|
Hi all, I've just released wiki2xhtml 3.2 for which you can find the full changelog on the (new structurated) homepage: http://wiki2xhtml.sourceforge.net/changelog.html#h_wiki2xhtml_32 As you see, there are a lot of changes and also a lot of bugfixes. Most important change is the internationalization, so it's finally possible to translate wiki2xhtml. RoEn and gandia already started translation (ru and es), the_cobra will translate into hr. I myself translated it into German. I'm looking forward to translators for other languages :) The installer is experimental, you may take a look at it, but I don't recommend it yet. http://wiki2xhtml.sourceforge.net/download.html ---- wiki2xhtml 3.2 ist nun verfügbar. Das Changelog findest du auf der (neu strukturierten) Homepage: http://wiki2xhtml.sourceforge.net/changelog-de.html#h_wiki2xhtml_32 Für diese Version hat es einige Änderungen und auch eine ganze Reihe Bugfixes gegeben. Am wichtigsten ist wohl die Internationalisierung, die endlich die Übersetzung in andere Sprachen ermöglicht. RoEn und gandia haben schon mit der Übersetzung nach ru und es begonnen, ich habe nach de übersetzt. Natürlich freue ich mich auf Übersetzer für weitere Sprachen :) Der Installer ist experimentell, du kannst ihn anschauen, aber ich empfehle ihn noch nicht. http://wiki2xhtml.sourceforge.net/download-de.html Greetings, Simon |
From: Simon E. <sim...@gm...> - 2007-10-01 21:18:13
|
Hi everyone, I've just (more or less successfully) released wiki2xhtml 3.1.0 which is now under the LGPL (GNU Lesser General Public License). Aside there didn't change many things (in fact only the update checker) ;) --- wiki2xhtml steht nun unter der LGPL (GNU Lesser General Public License). Ansonsten hat sich neben dem Update-Checker nicht viel verändert. Simon |
From: Simon E. <sim...@gm...> - 2007-09-23 14:57:20
|
Hi, I've had a little time (after a week in a damp, cold bunker) to release a next version from wiki2xhtml. In this few hours I could't do a lot, but I've added an update checker (take a look at the preferences dialogue or at the argument --www when starting wiki2xhtml from the console with java -jar wiki2xhtml.jar --www) and wiki2xhtml with Java 5 again. Java 6 (before) worked only with the jre 6 and nothing older, and many machines are still on Java 5. I'm still trying to use gettext so that we can translate wiki2xhtml. It will come :) (and if someone knows how to handle the Gettext Commons, it will come even faster) ----- Nach einer Woche in einem feuchten, kalten Bunker hatte ich etwas Zeit, ein nächstes Release von wiki2xhtml herauszubringen. In der wenigen Zeit, die ich zur Verfügung hatte, konnte ich nicht viel machen -- aber besser als nichts ;) Neu ist der Update-Checker (Dialog «Preferences» oder Argument --www, wenn wiki2xhtml aus der Konsole gestartet wird: java -jar wiki2xhtml.jar --www) und dass wiki2xhtml wieder mit Java 5 kompiliert worden ist. Vorher war es Java 6 und lief folglich auf allen Systemen, die das jre 6 noch nicht installiert haben, nicht. Ich arbeite immer noch an der Internationalisierung per Gettext Commons. Falls mir jemand helfen könnte, wäre das super :) ----- Changelog: http://sourceforge.net/project/shownotes.php?group_id=182864&release_id=541558 Download: http://sourceforge.net/project/showfiles.php?group_id=182864 or directly http://downloads.sourceforge.net/wiki2xhtml/wiki2xhtml-3.0.4.tar.bz2 http://downloads.sourceforge.net/wiki2xhtml/wiki2xhtml-3.0.4.tar.gz http://downloads.sourceforge.net/wiki2xhtml/wiki2xhtml-3.0.4.zip Gettext Commons: http://code.google.com/p/gettext-commons/ greetings, Simon / Granjow |
From: Simon E. <sim...@gm...> - 2007-07-21 15:22:29
|
Hi everyone, I've corrected a little bug: wiki2xhtml inserted some paragraphs between all tags, and they aren't desired everywhere. Now it doesn't insert them between the pre- and code-tags and in comments. The changelog: Version 3.0.3 (Sa Jul 21 14:38:30 CEST 2007) Notes: * Fixed: Paragraphs aren't inserted anymore between the tags pre and code. If you want to prevent the text from being edited generally (e.g. links), use the nowiki-tags too. (Bug #1751697) If you find some more tags where wiki2xhtml shouldn't insert paragraphs, please tell me here: http://forum.granjow.net/viewtopic.php?f=9&t=22 -------------- Ich habe heute schnell einen kleinen Fehler korrigiert. wiki2xhtml hat in allen Tags neue Absätze eingefügt (mit <p>), auch zwischen pre-Tags, wo sie nicht erwünscht sind. Das Changelog: Version 3.0.3 (Sa Jul 21 14:38:30 CEST 2007) Kleines: * Korrigiert: In den pre- und code-Tags werden keine Absätze mehr eingefügt. Wenn der Inhalt überhaupt nicht bearbeitet werden soll (Links etc.), kann zusätzlich das nowiki-Tag verwendet werden. (Bug #1751697) Falls du noch weitere Tags finden solltest, die keine Absätze enthalten sollten, melde es bitte hier: http://forum.granjow.net/viewtopic.php?f=9&t=22 Simon / Granjow |
From: Simon E. <sim...@gm...> - 2007-06-29 22:16:48
|
Hi again, This is mainly a bugfix-release, as a few things didn't work as they should have ;) Here the changelog: Version 3.0.2 (Fr Jun 29 23:37:26 CEST 2007) New: * A custom width for image thumbnails can be set in the css-settings.txt (in the according design directory) with {{thumb-imagewidth:value}} * Submenu «Info» added in the GUI Notes: * Images: w= is now an abbreviation for width=, pw= for pwidth= * Fixed: [[Image:picture.jpg]] inserts picture.jpg and no more its thumbnail (thumbnails need the argument thumb) * Fixed: Argument --consistent-gallery didn't work in the first line, if it was set to two images per line (css-settings.txt: [[Consistent-Gallery:2]]) * Fixed: If a link (without square brackets) stood at the end of a cell, the </td> was appended to the link target * Fixed: The code paste window is working again (didn't work anymore in 3.0) And in German: Neu: * In der Datei css-settings.txt (im jeweiligen Design-Verzeichnis) kann mit {{thumb-imagewidth:value}} eine benutzerdefinierte Breite für die Thumbnails gesetzt werden. * Untermenu «Info» dem GUI hinzugefügt Kleines: * Bilder: w= ist nun eine Abkürzung für width=, pw= für pwidth= * Korrigiert: [[Image:picture.jpg]] fügt nun picture.jpg ein und nicht mehr das Thumbnail (welches das Argument thumb benötigt). * Korrigiert: Das Argument --consistent-gallery funktionierte nicht in der ersten Zeile, wenn die Galerie auf zwei Bilder pro Zeile gesetzt wurde (css-settings.txt: [[Consistent-Gallery:2]]) * Korrigiert: Wenn ein Link (ohne eckige Klammern) am Ende einer Zelle stand, wurde das </td> zum Linkziel angehängt * Korrigiert: Das Code Paste Window funktioniert wieder (war kaputt in wiki2xhtml 3.0) Have fun! Simon Eugster / Granjow |
From: Simon E. <sim...@gm...> - 2007-06-29 06:55:47
|
Hi everybody, The wiki2xhtml forum is now online: http://forum.granjow.net/ Discuss, find help, suggest new features -- everything belongs in there. Have fun. Granjow |
From: Simon E. <sim...@gm...> - 2007-06-23 10:25:59
|
Hi everyone, wiki2xhtml 3.0 is released now. The major enhancement is the association with PHP: wiki2xhtml can work with PHP files too. (see e.g. http://granjow.net/about.php) The full changelog: (you can find it also at http://wiki2xhtml.sourceforge.net/news.html) Version 3.0 (Sa Jun 23 12:09:26 CEST 2007) New is: * You can use PHP files! The flag <!--nowiki--> prevents wiki2xhtml from doing anything with it. Text before the (optional) <!--endtop--> is put at the top of the page (before the html) what is required by some php functions like sessions. * Templates for galleries and images for more design-possibilities * New lines (<br />) can be inserted with «\\ » (two backslashes followed by a space) like in the DokuWiki (Feature Request #1721336) * Long image descriptions can be inserted with ld=... (only displayed on the image description pages) * New design: GlassBorder * You can have headers and normal cells on one line too (e.g. ! header || normal cell !! again header) Notes: * Curly braces are allowed in the title: {{H1:Here is a } in the title}} (for use in PHP) * Changed div in the top link to span * Image argument «thumb» generates image pages (only S[Image:test.jpg]] does not) * Some styles adjusted (HD, Autumn) * Fixed: Text-only gallery entries don't have an ID any more * Fixed: wiki2xhtml crashed when there was a single | on one line (in tables) German: Neu: * Du kannst PHP-Dateien benutzen! Das Flag <!--nowiki--> verhindert, dass die gesamte php-Seite von wiki2xhtml bearbeitet wird. Text vor dem (optionalen) <!--endtop--> wird an den Anfang der Seite (vor das html-Tag) gesetzt, was für einige PHP-Funktionen wie Sessions benötigt wird. * Eigene Templates für Galerien und Bilder für mehr Design-Möglichkeiten * Neue Linien (<br />) können wie im DokuWiki mit «\\ » eingefügt werden (zwei Backslashes mit angehängtem Leerschlag) (Feature Request #1721336) * Lange Bildbeschreibungen können mit ld=... eingefügt werden (werden nur auf der Bildbeschreibungsseite angezeigt) * Neues Design: GlassBorder * Du kannst Header und normale Zellen nun auch auf der selben Linie eingeben (z. B. ! header || normale Zelle !! weiterer Header) Kleines: * Geschweifte Klammern sind nun im Titel auch erlaubt: {{H1:Hier ist eine } im Titel}} (Für den Gebrauch von PHP) * div im Top-link zu span gewechselt * Das Bild-Argument «thumb» generiert Bildbeschreibungsseiten (Fehlt es, etwa in S[Image:test.jpg]], wird diese nicht generiert!) * Einige Designs angepasst (HD, Autumn) * | Korrigiert: wiki2xhtml ist abgestürzt, wenn ein einzelnes | auf einer Linie war * Korrigiert: Reine Texteinträge in Bildergalerien haben keine ID mehr If someone feels like writing Docs, I'm looking for someone to do it ;) have a good time. Simon (Granjow) |
From: Simon E. <sim...@gm...> - 2007-05-18 19:18:36
|
Hi all, wiki2xhtml 2.6 is now released. The most important new feature is the possibility to create submenus which can be formatted with CSS. Here the complete changelog: Version 2.6 (Fre Mai 18 19:40:57 CEST 2007) New: * The menu can contain sub-menus; you can insert them with one or two * at the beginning of the line with the target link (Feature Request #1717610) * List entries (*, #, :, ;) may have arguments (Feature Request #1718195) Example: * style="color: #f00;" | red text Notes: * Designs updated * Lists are better looking (indent with spaces) (Feature Request #1651883) * gif images in the style directory are copied too * The first {{Language:...}} or {{Lang:...}} is taken, thus further ones don't have to be masqueraded with { (causes a { in HTML). The same for all {{something:text}} tags except AddKeywords and Meta. Download: http://sourceforge.net/project/platformdownload.php?group_id=182864 Bugs: http://sourceforge.net/tracker/?atid=902930&group_id=182864&func=browse Feature requests: http://sourceforge.net/tracker/?atid=902933&group_id=182864&func=browse Thanks for testing and using :) Simon Eugster (Granjow) |
From: Simon E. <sim...@gm...> - 2007-04-22 10:05:04
|
I knew, I've forgot something. http://sourceforge.net/project/platformdownload.php?group_id=182864d Simon |
From: Simon E. <sim...@gm...> - 2007-04-22 09:28:16
|
Hi all! I've just released wiki2xhtml in version 2.5. Here the changelog: New: * Scrollbars for the Paste/Code windows (Feature Request #1654117) * Buttons in the Paste Window: Open, Save, Remove Linebreaks (Feature Request #1654119) * Previous/next button for image pages from galleries Notes: * Designs have been updated * Internal links now have to be written on one line * <html> tag added in the designs (Yes, the <html> was missing everywhere ...) I'd be glad if you could help testing the new version for bugs :) What I'll try to do for the next release is the I18n (so that wiki2xhtml can be translated in any language). Also I'm gonna re-do parts of the «next» button in image pages, you should know why if you create this example page: <gallery> Image:img1.jpg Only text Image:img2.jpg </gallery> greetings, Granjow aka Simon |