We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d7ad8 commit 063bab1Copy full SHA for 063bab1
README.md
@@ -3,10 +3,25 @@
3
_Appcasting made easy_
4
5
## Design ideas
6
-1. automatic appcast feed generation :
7
- - http://appcast-server/product/feed
8
-2. Web base interface to create new entries
+1. Anonymous : automatic appcast feed generation :
+ - http://appcast-server/feed/product (rss+xml)
+ - http://appcast-server/feed/product/version/relnote (release notes html)
9
+ - http://appcast-server/feed/product/version/myapp-version.exe (binary)
10
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
25
26
--------------
27
0 commit comments