From: <var...@us...> - 2009-02-25 15:50:39
|
Revision: 6565 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6565&view=rev Author: vargenau Date: 2009-02-25 15:50:23 +0000 (Wed, 25 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-25 15:27:19 UTC (rev 6564) +++ trunk/themes/gforge/pgsrc/UpLoad 2009-02-25 15:50:23 UTC (rev 6565) @@ -1,4 +1,4 @@ -Date: Mon, 22 Aug 2008 10:28:55 -0500 +Date: Thu, 12 Feb 2009 10:28:55 -0500 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20070828) Content-Type: application/x-phpwiki; pagename=UpLoad; @@ -9,15 +9,17 @@ 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: -* *~[~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". +* **~{~{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". -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. +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. +If you want to delete an uploaded file, you have to access the Web DAV from your file browser (not your web browser). See [[http://acos.alcatel-lucent.com/help/guide/ug_extensions_webdav.html|explanations]]. + A link to the uploaded file will be displayed on this page. You can edit the page to remove the link if you like. -<?plugin UpLoad ?> +<<UpLoad>> ---- -[CategoryActionPage] +[[CategoryActionPage]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |