Handbook
Glossary
<user-edits-feed-action> ( -- action )
Vocabulary
webapps
.
wiki
Inputs
None
Outputs
action
an
object
Definition
USING:
accessors
furnace.syndication
html.forms
sequences
;
IN:
webapps.wiki
:
<user-edits-feed-action>
( -- action )
<feed-action>
"author"
>>rest
[
validate-author
]
>>init
[
"Edits by "
"author"
value
append
]
>>title
[
"author"
value
user-edits-url
]
>>url
[
list-user-edits
]
>>entries
;