Change name in markdown documents too

This commit is contained in:
Tony Bark 2020-12-11 04:16:06 -05:00
parent f93665340f
commit 2b69f6402d
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# QuickFennec.CST
# Sixam.CST
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](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

View file

@ -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