---
title: CLDR Development Site
---

# CLDR Development Site

Some of the key pages for developers are:

1. [New CLDR Developers](/development/new-cldr-developers)
    1. [Maven Setup](/development/maven) (for command line & Eclipse)
        1. Obsolete (but may still contain useful nuggets): [Eclipse Setup](/development/eclipse-setup)
    2. [Eclipse](/development/running-survey-tool/building-and-running-the-survey-tool-on-eclipse) (survey tool)
2. [Handling Tickets (bugs/enhancements)](/development/development-process)
3. [Updating DTDs](/development/updating-dtds)
4. [Editing CLDR Spec](/development/editing-cldr-spec)
    1. [CLDR: Big Red Switch](/development/cldr-big-red-switch) (checklist for release)
5. [Adding a new locale to CLDR](/development/adding-locales)


The subpages listed give more information on internal CLDR development. See also: [Sitemap](https://sites.google.com/site/cldr/system/app/pages/sitemap/hierarchy).

Note: when editing Sites pages it is often useful to clean up HTML in material pasted in from other sources, such as Word or Google Docs. Some useful regexes for that:

\<(font|span|div)\[^>\]+>         <$1>

style="\[^"\]\*"

Also see the [Google Docs to Markdown extension, by edbacher](https://workspace.google.com/marketplace/app/docs_to_markdown/700168918607)

