Changeset 2142279
- Timestamp:
- 08/20/2019 03:31:25 AM (7 years ago)
- File:
-
- 1 edited
-
smartformat/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smartformat/trunk/readme.txt
r2142278 r2142279 1 === SmartFormat ===1 === SmartFormat feed for SmartNews === 2 2 Contributors: smartnewsdev 3 3 Tags: smartnews, smartformat, rss … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Provides SmartFormat that is added some fields to RSS feed for delivering posts through SmartNews.11 This plugin will generate a valid SmartFormat Feed. SmartFormat is an extension of the RSS spec that provides feed elements to specify a publisher's analytics script and advertising tags that will run when a publisher's articles are displayed in native format on the SmartNews mobile app. 12 12 13 13 == Description == 14 14 15 SmartNews is free newsapp for [iOS](https://itunes.apple.com/us/app/id579581125) and [Adroid](https://play.google.com/store/apps/details?id=jp.gocro.smartnews.android).15 SmartNews (http://www.smartnew.com) is a free mobile news aggregation app for [iOS](https://itunes.apple.com/us/app/id579581125) and [Adroid](https://play.google.com/store/apps/details?id=jp.gocro.smartnews.android). 16 16 17 The App can distribute articles rapidly if publishers provide SmartFormat.17 Publishing partners can distribute articles more rapidly with greater control over presentation if they provide a SmartFormat feed to SmartNews. 18 18 19 SmartFormat is RSS feed that the following fields have added.19 The SmartFormat varient of RSS feed has the following additional fields. 20 20 21 21 * Site logo 22 * Time To Live 22 * Time To Live (TTL) 23 23 * Analytics script tag 24 24 * Advertisement script tag 25 25 * Sponsored links 26 26 27 It can access like one of RSS feed by `/?feed=smartformat` path.27 It can be accessed using the following parameter `/?feed=smartformat` after the path. For example: https://www.domaian.com/?feed=smartformat 28 28 29 [Official Document (ja)](https://publishers.smartnews.com/) describes more detail of SmartFormat. 29 [Official Documentation on SmartFormat 30 31 https://publishers.smartnews.com/en/smartformat/specification/ (English) 32 https://publishers.smartnews.com/hc/ja/articles/360010977793 (Japanese) 30 33 31 34 == Frequently Asked Questions == 32 35 33 Check the following page about SmartFormat. 36 How do I become a SmartNews publishing partner? 34 37 35 * [SmartFormat Specification (en)](https://publishers.smartnews.com/hc/en-us/articles/360010977793) 36 * [SmartFormat 仕様書 (ja)](https://publishers.smartnews.com/hc/ja/articles/360010977793) 38 To learn more, please visit https://about.smartnews.com/en/publishers/ 37 39 38 40 == Changelog == … … 41 43 42 44 * Initial release 45
Note: See TracChangeset
for help on using the changeset viewer.