aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMichael Vogel <icarus@dabo.de>2012-03-18 17:52:51 +0100
committerMichael Vogel <icarus@dabo.de>2012-03-18 17:52:51 +0100
commit6f10142b2e4f65dd17157fee462e17ff370ab903 (patch)
tree1fa8eeda0da8d52bf8dde5acb42d697e5af08898 /view
parentf5db142d93906d9fd33ddcd75dfa56ec90ce3b9e (diff)
downloadvolse-hubzilla-6f10142b2e4f65dd17157fee462e17ff370ab903.tar.gz
volse-hubzilla-6f10142b2e4f65dd17157fee462e17ff370ab903.tar.bz2
volse-hubzilla-6f10142b2e4f65dd17157fee462e17ff370ab903.zip
API: Seesmic is now working. Optimizing text export.
Diffstat (limited to 'view')
-rwxr-xr-xview/api_ratelimit_xml.tpl9
-rwxr-xr-xview/api_user_xml.tpl2
2 files changed, 6 insertions, 5 deletions
diff --git a/view/api_ratelimit_xml.tpl b/view/api_ratelimit_xml.tpl
index 42439f8b5..36ec1993d 100755
--- a/view/api_ratelimit_xml.tpl
+++ b/view/api_ratelimit_xml.tpl
@@ -1,5 +1,6 @@
<hash>
- <remaining-hits type="integer">$hash.remaining_hits</remaining-hits>
- <hourly-limit type="integer">$hash.hourly_limit</hourly-limit>
- <reset-time type="datetime">$hash.reset_time</reset-time>
-</hash> \ No newline at end of file
+ <remaining-hits type="integer">$hash.remaining_hits</remaining-hits>
+ <hourly-limit type="integer">$hash.hourly_limit</hourly-limit>
+ <reset-time type="datetime">$hash.reset_time</reset-time>
+ <reset_time_in_seconds type="integer">$hash.resettime_in_seconds</reset_time_in_seconds>
+</hash>
diff --git a/view/api_user_xml.tpl b/view/api_user_xml.tpl
index 78cc1f530..f1e122f3e 100755
--- a/view/api_user_xml.tpl
+++ b/view/api_user_xml.tpl
@@ -43,4 +43,4 @@
<place>$user.status.place</place>
<contributors>$user.status.contributors</contributors>
{{ endif }}</status>
-</user> \ No newline at end of file
+</user>