mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +02:00
Add prominent link to main source directory in README
I discovered from looking at GitHub analytics that most people were not successfully locating our source code. More people were navigating to java/com/google/, which contains nothing of note for our project, than to the actual location of all of our source code at java/google/registry/. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136720714
This commit is contained in:
parent
0b4c3e56d6
commit
81f2793c86
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -24,6 +24,8 @@ running system:
|
|||
|
||||
* [Install
|
||||
guide](https://github.com/google/nomulus/blob/master/docs/install.md)
|
||||
* View the source code in
|
||||
[java/google/registry/](https://github.com/google/nomulus/tree/master/java/google/registry)
|
||||
* [Other docs](https://github.com/google/nomulus/tree/master/docs)
|
||||
* [Javadoc](https://nomulus.foo/javadoc/latest/)
|
||||
* [Nomulus discussion
|
||||
|
@ -106,13 +108,13 @@ additional components that are not provided out of the box.
|
|||
|
||||
* An invoicing/payments system in order to charge registrars for domain name
|
||||
registrations and accept payments.
|
||||
* Fully automated reporting to meet ICANN's requirements for gTLDs. Nomulus
|
||||
* Fully automated reporting to meet ICANN's requirements for gTLDs. Nomulus
|
||||
includes substantial reporting functionality but some additional work will
|
||||
be required by the operator in this area.
|
||||
* A secure method for storing cryptographic keys. A keyring interface is
|
||||
provided for plugging in your own implementation (see [configuration doc](
|
||||
https://github.com/google/nomulus/blob/master/docs/configuration.md) for
|
||||
details).
|
||||
* A secure method for storing cryptographic keys. A keyring interface is
|
||||
provided for plugging in your own implementation (see [configuration
|
||||
doc](https://github.com/google/nomulus/blob/master/docs/configuration.md)
|
||||
for details).
|
||||
* System status and uptime monitoring.
|
||||
|
||||
## Outside references
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue