Changes between Version 8 and Version 9 of Technical/UpdateChecker


Ignore:
Timestamp:
02/15/2011 02:58:51 PM (2 years ago)
Author:
nielsm
Comment:

Prepare creating JSON schema page

Legend:

Unmodified
Added
Removed
Modified
  • Technical/UpdateChecker

    v8 v9  
    66In the new design, each ''branch'' will have a separate URL to fetch. 
    77 
    8 Aegisub 2.1.8 branch will be fetching http://updates.aegisub.org/2.1.8 ''(doesn't exist currently)'' which will describe all possible updates from version 2.1.8 at the time of fetching. 
     8Aegisub 2.1.8 branch will be fetching http://updates.aegisub.org/2.1.8 which will describe all possible updates from version 2.1.8 at the time of fetching. 
     9 
     10''See also [[UpdateChecker/JsonSchema|JSON schema]] for a JSON formulation of the file format'' 
    911 
    1012The new file format will still be line-based to ease parsing. All human-readable strings in the lines will be encoded using the ''inline string encoding'' implemented in `string_codec.cpp`. This allows us to encode line breaks among other things in the strings. The files are not intended to be read by humans so this won't be a problem. The files may eventually be automatically generated/maintained by some additional software.