From: <var...@us...> - 2009-02-26 15:00:22
|
Revision: 6581 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6581&view=rev Author: vargenau Date: 2009-02-26 15:00:14 +0000 (Thu, 26 Feb 2009) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/themes/gforge/pgsrc/UpLoad Modified: trunk/themes/gforge/pgsrc/UpLoad =================================================================== --- trunk/themes/gforge/pgsrc/UpLoad 2009-02-26 14:36:44 UTC (rev 6580) +++ trunk/themes/gforge/pgsrc/UpLoad 2009-02-26 15:00:14 UTC (rev 6581) @@ -1,4 +1,4 @@ -Date: Thu, 12 Feb 2009 10:28:55 -0500 +Date: Thu, 26 Feb 2009 15:53:23 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20070828) Content-Type: application/x-phpwiki; pagename=UpLoad; @@ -9,9 +9,9 @@ This page allows you to upload files that can later be used in the wiki. It is especially useful for uploading images. You give access to the uploaded file with the following syntax: -* **~{~{my_image.gif~}~}** or **~[~Upload:my_image.gif]** inlines the image +* **~{~{my_image.gif~}~}** or **~[~[~Upload:my_image.gif]]** inlines the image * **~Upload:my_image.gif** shows a plain link -* **~[ my image | ~Upload:my_image.gif ]** shows the image under a link named "my image". +* **~[~[~Upload:my_image.gif|my image]]** shows the image under a link named "my image". The uploaded files will be publicly accessible. They are stored in the Webdav subdirectory **www/uploads**. They can be used in the wiki, in the project web site and in blocks. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |