Line: 1 to 1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
TWiki CGI and Command Line Scripts | ||||||||||
Line: 204 to 204 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
Note: The register script can only be called via http POST method, not GET. Make sure to specify the "post" method if you call the register script via a form action. | ||||||||||
Line: 373 to 373 | ||||||||||
| ||||||||||
Added: | ||||||||||
> > |
| |||||||||
You can use a tool like curl to upload files from the command line using this script. | ||||||||||
Line: 391 to 392 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
Changed: | ||||||||||
< < | For historical reasons, the view script has a special interpretation of the text skin. In earlier TWiki versions the skin=text parameter was used like this: | |||||||||
> > | Example use of createifnotexist to link to the bookmark page of a user, and to create the page on the fly if needed:[[%SCRIPTURL{view}%/%USERSWEB%/%WIKINAME%Bookmarks?createifnotexist=1&templatetopic=%SYSTEMWEB%.UserBookmarksTemplate&topicparent=%WIKINAME%][Bookmarks]]
For historical reasons, the view script has a special interpretation of the text skin. In earlier TWiki versions the skin=text parameter was used like this: | |||||||||
http://.../view/MyWeb/MyTopic?skin=text&contenttype=text/plain&raw=on
which shows the topic as plain text; useful for those who want to download plain text for the topic.
Using skin=text this way is DEPRECATED, use raw=text instead. | ||||||||||
Line: 434 to 439 | ||||||||||
Related Topics: AdminDocumentationCategory, DeveloperDocumentationCategory | ||||||||||
Changed: | ||||||||||
< < | -- Contributors: TWiki:Main/ArthurClemens, TWiki:Main/CrawfordCurrie, TWiki:Main/MichaelDaum, TWiki:Main/PeterThoeny, TWiki:Main/RafaelAlvarez, TWiki:Main/SvenDowideit, TWiki:Main/ThomasWeigert, TWiki:Main/WillNorris | |||||||||
> > | -- Contributors: TWiki:Main.ArthurClemens, TWiki:Main.CrawfordCurrie, TWiki:Main.MichaelDaum, TWiki:Main.PeterThoeny, TWiki:Main.RafaelAlvarez, TWiki:Main.SvenDowideit, TWiki:Main.ThomasWeigert, TWiki:Main.WillNorris |