*your phrase*
* your text
---++ Your Heading
_your words_
WebHome
[[WebHome][Our homepage]]
http://yahoo.com
[[http://yahoo.com/][link to Yahoo]]
=your words=
Access keys S = Save, Q = Quiet save, K = Save and Continue, P = Preview, C = Cancel
bin
tools
guest
nobody
www
-name value
$ cd /usr/local/foswiki/bin $ save -topic MyWeb.MyTopic -user admin -action save -text "New text of the topic"
parameter=value
$ cd /usr/local/foswiki/bin $ save topic=MyWeb.MyTopic user=admin action=save text="New text of the topic"
AdminUser
-user
-username
-password
$ cd bin $ ../tools/mailnotify -q -nonews -nochanges -Main -System
context
command_line
static
cover
debugenableplugins
foswikioriginalquery
foswiki_redirect_cache
working/tmp
logout
refresh
cache
on
all
response
skin
SKIN
t
edit
topic
user
validation_key
save
view
*Note:* Prior releases of Foswiki would accept the undocumented username and password parameter on any script. Foswiki 1.1.9 restricts this to the view script and only on POST transactions unless overridden in the Foswiki configuration.
username
password
attach
upload
filename
changes
minor
%SEARCH%
configure
action
action=text
action=form
breaklock
contenttype
text/html
formtemplate
none
notemplateexpansion
onlynewtopic
onlywikiname
redirectto
TopicName
Web.TopicName
{AllowRedirectUrl}
rev
template
EDIT_TEMPLATE
templatetopic
text
topicparent
The following options are only available to the site Administrator. They can "rewrite history" and should be used with caution only when absolutely necessary. Parameter name Description Default delRev Administrators only delete the most recent revision of the topic - all other parameters are ignored. You have to be an administrator to use this, and not all store implementations will support it. This option returns you to an editor for the current version, but the edit is ignored, and save will delete the latest revision. repRev Administrators only replace the text of the most recent revision of the topic with the text in the text parameter. text must included embedded meta-data tags. All other parameters are ignored. You have to be an administrator to use this, and not all store implementations will support it.
delRev
repRev
editform.tmpl
edittext.tmpl
edit.tmpl
EDIT_TEMPLATE=specialed
specialedform
Edit
Edit WikiText
form
URLPARAM
DATE
SERVERTIME
GMTIME
USERNAME
WIKINAME
WIKIUSERNAME
USERINFO
%URLPARAM{"
"}%
login
foswikiloginaction
foswiki_origin
remember
sudo
usernamestep
Note: The login script will only accept the username and password fields when submitted with a POST.
logon
manage
Note: The manage script can only be called via the HTTP POST method. Make sure you specify method="post" if you call the manage script via a form action. It is not possible to call manage from an <a href ...> link.
method="post"
<a href ...>
create
createweb
changePassword
resetPassword
bulkRegister
deleteUserAccount
editSettings
saveSettings
restoreRevision
action=create
action=createweb
baseweb
newtopic
newweb
nosearchall
webbgcolor
websummary
action=editSettings
action=saveSettings
originalrev
action_save
Save
action_cancel
Cancel
action=bulkRegister
logtopic
overwritehometopics
action=changePassword
email
oldpassword
passwordA
password, =passwordA
action=resetPassword
introduction
loginname
action=deleteUserAccount
action=restoreRevision
manage. Parameters are as for =edit
action=addUserToGroup
0
groupname
action=removeUserFromGroup
oops
def
%INSTANTIATE%
oopsmanagebad.tmpl
paramN
%PARAM1%
preview
rdiff
render
DIFFRENDERSTYLE
sequential
rev1
rev2
type
history
diff
last
register
verify
approve
Note: The register script can only be called via the HTTP POST method except when the action is verify. Make sure you specify method="post" if you call the register script via a form action. It is not possible to call register from an <a href ...> link. The verify action is an exception as it is used to verify registration by clicking a href link from an email.
addtogroups
code
firstname
lastname
wikiname
rename
renameweb
renameother
confirm
referring_topics
action="renameweb"
newparentweb
newsubweb
action=renameother
attachment
currentwebonly
newattachment
nonwikiword
off
deleteattachment
Note: The rename script can only be called via the HTTP POST method. Make sure you specify method="post" if you call the rename script via a form action. It is not possible to call rename from an <a href ...> link.
resetpasswd
rest
Foswiki::Func::registerRESTHandler
endPoint
TemplateLogin
Note: As of 1.1.9, the rest script no longer will accept the username and password fields by default. If the prior behavior is required, it can be enabled in bin/configure by setting $Foswiki::cfg{Session}{AcceptUserPwParam} = /^rest$/;. Note that even with this enabled, the rest script requires that the username and password be entered using POST.
bin/configure
$Foswiki::cfg{Session}{AcceptUserPwParam} = /^rest$/;
The rest script should always require authentication in any site that has logins. Otherwise there is a risk of opening up major security holes. So make sure you add it to the list of authenticated scripts if you are using ApacheLogin.
ApacheLogin
http://my.host/bin/rest/<subject>/<verb>
<subject>
<verb>
https://twiki.grumets.uab.es/foswiki/bin/rest/EmptyPlugin/example?debugenableplugins=EmptyPlugin
cd foswiki/bin ; ./rest /EmptyPlugin/example debugenableplugins=EmptyPlugin
$session
http://my.host/bin/rest/MyPlugin/update?web=foo
my $query = $session->{request}; my $web = $query->{param}->{web}[0];
action_addform
action_checkpoint
dontnotify
action_delRev
action_preview
action_quietsave
action_replaceform
action_repRev
checkpoint
editaction
add form
replace form...
editparams
forcenewrevision
quietsave
Status
Note: The save script can only be called via HTTP POST method. Make sure you specify method="post" if you call the save script via a form action. Example: <form name="new" action="%SCRIPTURLPATH{save}%/%SANDBOXWEB%/" method="post"> ... </form> It is not possible to call save from an <a href ...> link.
<form name="new" action="%SCRIPTURLPATH{save}%/%SANDBOXWEB%/" method="post"> ... </form>
search
statistics
autocreate
logdate
YYYYMM
subwebs
webs
foswiki/bin
./statistics
./statistics webs=Userweb,Sandbox subwebs=1
./statistics -webs System -autocreate 1
multipart/form-data
changeproperties
createlink
filecomment
filepath
hidefile
noredirect
curl
Note: The upload script can only be called via HTTP POST method. Make sure you specify method="post" if you call the upload script via a form action. It is not possible to call upload from an <a href ...> link.
contenttype=text/plain
raw
debug
rev=45
SEARCH<hex number>
section
For historical reasons, the view script has a special interpretation of the text skin. This skin cannot be redefined.
viewfile
pub
https://twiki.grumets.uab.es/foswiki/bin/viewfile/Webname/TopicName/Attachment.gif
geturl.pl
wget
geturl.pl <host> <path> [<port> [<header>]]
geturl.pl some.domain /some/dir/file.html 80
http://some.domain:80/some/dir/file.html
geturl.pl POST some.domain /bin/statistics?webs=Sandbox
http://some.domain/bin/statistics?web=Sandbox
rewriteshebang.pl
#!/usr/bin/perl
tick_foswiki.pl
0 0 * * 0 cd /usr/local/foswiki/bin && perl ../tools/tick_foswiki.pl
extension_installer
usage
./tools/extension_installer usage
_installer
SomePlugin_installer
./tools/extension_installer SomePlugin
dependencies_installer.pl
-v
./dependencies_installer.pl -h Usage: dependencies_installer.pl [-h|?|--help] [-m|--man] [-p|--print] [-q|--questions] [-v|--verbose] [...]