Changes between Version 8 and Version 9 of Technical/UpdateChecker
- Timestamp:
- 02/15/2011 02:58:51 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Technical/UpdateChecker
v8 v9 6 6 In the new design, each ''branch'' will have a separate URL to fetch. 7 7 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. 8 Aegisub 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'' 9 11 10 12 The 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.
