Frost message URI
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |subcat=Networking |released= }} Frost messages are uploaded to the message queue that must be predictable in nature. There exist two kinds of boards: signed and...") |
m |
||
(2 intermediate revisions by one user not shown) | |||
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: | ||
Line 24: | Line 24: | ||
** ".xml" | ** ".xml" | ||
− | Example: KSK@frost|message|news|2009.2.18-frost-0. | + | Example: KSK@frost|message|news|2009.2.18-frost-0.xml |
[[Category:Freenet]] | [[Category:Freenet]] | ||
+ | [[Category:File formats with extension .xml]] |
Latest 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