Frost message URI
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| m (fix link) | |||
| Line 4: | Line 4: | ||
| }} | }} | ||
| − | Frost messages are uploaded to the message queue that must be predictable in nature. There exist two kinds of boards: signed and unsigned. Signed boards have their messages uploaded to [[Signed Subspace  | + | Frost messages are uploaded to the message queue that must be predictable in nature. There exist two kinds of boards: signed and unsigned. Signed boards have their messages uploaded to [[Signed Subspace Keys (Freenet)]], while unsigned upload to [[Keyword Signed Key (Freenet)]]. | 
| The URI is formed in the following way: | The URI is formed in the following way: | ||
Revision as of 19:12, 17 April 2015
Frost messages are uploaded to the message queue that must be predictable in nature. There exist two kinds of boards: signed and unsigned. Signed boards have their messages uploaded to Signed Subspace Keys (Freenet), while unsigned upload to Keyword Signed Key (Freenet).
The URI is formed in the following way:
-  Signed
- TODO - FILL ME IN
 
-  Unsigned
- "KSK@"
- "frost"
- "|"
- "message"
- "|"
- namespace (almost always "news")
- "|"
- date in the format YYYY.M.D (single digit days and months are used as single digits)
- "-"
- the name of the board
- "-"
- sequential number of the message
- ".xml"
 
Example: KSK@frost|message|news|2009.2.18-frost-0.xml�

