Revision: 6565 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6565&view=rev Author: vargenau Date: 2009年02月25日 15:50:23 +0000 (2009年2月25日) 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: 2008年8月22日 10:28:55 -0500 +Date: 2009年2月12日 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.
Revision: 6581 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6581&view=rev Author: vargenau Date: 2009年02月26日 15:00:14 +0000 (2009年2月26日) 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: 2009年2月12日 10:28:55 -0500 +Date: 2009年2月26日 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.
Revision: 6597 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6597&view=rev Author: vargenau Date: 2009年02月27日 12:35:03 +0000 (2009年2月27日) Log Message: ----------- Add X-Rcs-Id Modified Paths: -------------- trunk/themes/gforge/pgsrc/UpLoad Modified: trunk/themes/gforge/pgsrc/UpLoad =================================================================== --- trunk/themes/gforge/pgsrc/UpLoad 2009年02月27日 12:30:16 UTC (rev 6596) +++ trunk/themes/gforge/pgsrc/UpLoad 2009年02月27日 12:35:03 UTC (rev 6597) @@ -1,5 +1,6 @@ Date: 2009年2月26日 15:53:23 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20070828) +X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=UpLoad; markup=2; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.