Skip to content

Commit 063bab1

Browse files
committed
updates
1 parent 03d7ad8 commit 063bab1

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,25 @@
33
_Appcasting made easy_
44

55
## Design ideas
6-
1. automatic appcast feed generation :
7-
- http://appcast-server/product/feed
8-
2. Web base interface to create new entries
6+
1. Anonymous : automatic appcast feed generation :
7+
- http://appcast-server/feed/product (rss+xml)
8+
- http://appcast-server/feed/product/version/relnote (release notes html)
9+
- http://appcast-server/feed/product/version/myapp-version.exe (binary)
910

11+
2. Authenticated : web base interface to create new entries
12+
- User needs to be connected
13+
- User has a list of products
14+
- Product has a list of Versions
15+
- Version has :
16+
- title
17+
- date
18+
- desctiption
19+
- release notes
20+
- file
21+
- File has :
22+
- name
23+
- length
24+
- type
1025

1126
--------------
1227

0 commit comments

Comments
 (0)