annajiat / mesh4x

Automatically exported from code.google.com/p/mesh4x
0 stars 0 forks source link

FeedSync Server: Create generic server #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This server provides a local server that can be used to expose local
FeedSync repositories over HTTP for syncing. 

The HTTP server supports the following protocol:

/feeds : returns a "meta" feed where each item contains the
Title/Description/Link of each of the feeds exposed over HTTP. Supports GET
verb only.
/feeds/[feed name]: exposes a specific sync adapter over HTTP. Supports
GET/POST verbs for retrieval and merging
/feeds/[feed name]/[item-id]: exposes a specific item from a sync adapter
over HTTP. Supports GET/POST verbs for retrieval and merging. Receives
query: ?format=rss20/atom10, which specify RSS 2.0 or Atom 1.0 formats.

Original issue reported on code.google.com by kzu.net on 6 May 2008 at 4:51

GoogleCodeExporter commented 9 years ago

Original comment by edujez@gmail.com on 25 Jun 2008 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by edujez@gmail.com on 25 Jun 2008 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 7 Nov 2008 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 7 Nov 2008 at 12:29

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 26 Nov 2008 at 5:33

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 26 Nov 2008 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 26 Nov 2008 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 26 Nov 2008 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 26 Nov 2008 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 26 Nov 2008 at 8:10

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 27 Nov 2008 at 1:11