mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Change name in markdown documents too
This commit is contained in:
parent
f93665340f
commit
2b69f6402d
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# QuickFennec.CST
|
||||
# Sixam.CST
|
||||
|
||||
[](https://opensource.org/licenses/MIT) [](code_of_conduct.md)
|
||||
|
||||
Caret-Separated Text (or CST) is a key-value pair format represented by numbers or words as keys and the value is the string enclosed between carets that contains the contents. (e.g. ``<key> ^<value>^``) Any text which is not enclosed with carets is considered a comment and ignored. Neither strings nor comments may use the caret character.
|
||||
|
||||
QuickFennec.CST is a library for parsing the CST format. Though, production version were capable of
|
||||
Sixam.CST is a library for parsing the CST format. Though, production version were capable of
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -31,7 +31,7 @@ In production, CST files were used in The Sims Online to provide translations. E
|
|||
- ``uitext/english.dir/misc/_154_miscstrings.cst``
|
||||
- ``uitext/swedish.dir/misc/_154_miscstrings.cst``
|
||||
|
||||
QuickFennec.CST only provides the basic parsing functionality.
|
||||
Sixam.CST only provides the basic parsing functionality.
|
||||
|
||||
## To-do
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ The normalizing algorithm has been rewritten to be more efficient and hopefully
|
|||
|
||||
### CSTNet compatibility
|
||||
|
||||
For point releases (such as this), QuickFennec.CST will remain under the CSTNet namespace for compatibility reasons. CSTNet will be moved to QuickFennec.CST namespace starting with 1.1.
|
||||
For point releases (such as this), Sixam.CST will remain under the CSTNet namespace for compatibility reasons. CSTNet will be moved to Sixam.CST namespace starting with 1.1.
|
||||
|
||||
### Known issues
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue