mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
Use "Nomulus" name in documentation
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135509458
This commit is contained in:
parent
86d8f35f79
commit
f9fe25f00a
9 changed files with 56 additions and 54 deletions
|
@ -11,13 +11,13 @@ production registry system.
|
|||
|
||||
### Premium list file format
|
||||
|
||||
The default domain registry codebase comes with a
|
||||
`StaticPremiumListPricingEngine` that determines premium prices of domain labels
|
||||
(i.e. the part of the domain name without the TLD) by checking for their
|
||||
presence on a list of prices in Datastore. `nomulus` is used to load and
|
||||
update these lists from flat text files. The format of this list is simple: It
|
||||
is a newline-delimited CSV text file with each line containing the label and its
|
||||
price (including currency specifier in ISO-4217 format). As an example:
|
||||
Nomulus comes with a `StaticPremiumListPricingEngine` that determines premium
|
||||
prices of domain labels (i.e. the part of the domain name without the TLD) by
|
||||
checking for their presence on a list of prices in Datastore. `nomulus` is used
|
||||
to load and update these lists from flat text files. The format of this list is
|
||||
simple: It is a newline-delimited CSV text file with each line containing the
|
||||
label and its price (including currency specifier in ISO-4217 format). As an
|
||||
example:
|
||||
|
||||
```
|
||||
premium,USD 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue