Skip to content

Instantly share code, notes, and snippets.

@jj0hns0n
Created December 9, 2012 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jj0hns0n/4247540 to your computer and use it in GitHub Desktop.
Save jj0hns0n/4247540 to your computer and use it in GitHub Desktop.
.
├── AUTHORS
├── INSTALL
├── LICENSE
├── README
├── docs
│   ├── Makefile
│   ├── admin
│   │   ├── backup.txt
│   │   ├── commands.txt
│   │   ├── csw.txt
│   │   ├── customize.txt
│   │   ├── debug.txt
│   │   ├── images
│   │   │   ├── GeoServer-JAI-Settings.png
│   │   │   ├── GeoServer-Web-Map-Service.png
│   │   │   ├── geoserver_global_settings.png
│   │   │   └── geoserver_proxy_url.png
│   │   ├── install.txt
│   │   ├── language.txt
│   │   ├── production.txt
│   │   └── ssl.txt
│   ├── conf.py
│   ├── developers
│   │   ├── api.txt
│   │   ├── architecture.txt
│   │   ├── contribute.txt
│   │   ├── extend.txt
│   │   ├── gnips.txt
│   │   ├── images
│   │   │   ├── code-review-flow.png
│   │   │   ├── geonode_architecture.png
│   │   │   └── language_choice.png
│   │   ├── patches.txt
│   │   ├── reference
│   │   │   ├── django-apps.txt
│   │   │   ├── index.txt
│   │   │   └── javascript.txt
│   │   ├── roadmap.txt
│   │   ├── setup.txt
│   │   ├── tests.txt
│   │   └── translation.txt
│   ├── index.txt
│   ├── install.txt
│   ├── intro
│   ├── make.bat
│   ├── overview.txt
│   └── users
│   ├── create.txt
│   ├── explore.txt
│   ├── images
│   │   ├── activation_email.png
│   │   ├── activation_sent.png
│   │   ├── add_layer_button.png
│   │   ├── add_layer_window.png
│   │   ├── add_new_server.png
│   │   ├── add_new_wms.png
│   │   ├── base_layers.png
│   │   ├── blog_post.png
│   │   ├── change-password-link\ copy.png
│   │   ├── change-password-link.png
│   │   ├── change-password.png
│   │   ├── change_embed_size.png
│   │   ├── contacting_server.png
│   │   ├── create_map_link.png
│   │   ├── create_medford_map.png
│   │   ├── creating_pdf.png
│   │   ├── download_all_layers.png
│   │   ├── download_layer_links.png
│   │   ├── download_map.png
│   │   ├── edit_blog.png
│   │   ├── edit_layer_properties.png
│   │   ├── edit_style_rule.png
│   │   ├── edit_styles.png
│   │   ├── edit_styles_dialog.png
│   │   ├── explore_maps.png
│   │   ├── explore_maps_button.png
│   │   ├── get_feature_info_button.png
│   │   ├── get_feature_info_window.png
│   │   ├── haiti_health_facilities.png
│   │   ├── haiti_layer_in_add_layer_window.png
│   │   ├── haiti_map.png
│   │   ├── haiti_map_composer.png
│   │   ├── layer_browse.png
│   │   ├── layer_detail_owner.png
│   │   ├── layer_permissions.png
│   │   ├── layer_properties_about.png
│   │   ├── layer_properties_cache.png
│   │   ├── layer_properties_display.png
│   │   ├── layer_properties_style.png
│   │   ├── layer_search.png
│   │   ├── layer_transparency.png
│   │   ├── legend.png
│   │   ├── logged_in.png
│   │   ├── login_form.png
│   │   ├── login_register.png
│   │   ├── map_composer_from_layer.png
│   │   ├── map_composer_google_earth.png
│   │   ├── map_view_info.png
│   │   ├── medford_map.png
│   │   ├── metadata_form.png
│   │   ├── print_map_button.png
│   │   ├── print_map_pdf.png
│   │   ├── print_window.png
│   │   ├── profile.png
│   │   ├── profile_page.png
│   │   ├── publish_map.png
│   │   ├── publish_snippet.png
│   │   ├── register_form.png
│   │   ├── remote_server_layers.png
│   │   ├── reorder_layers.png
│   │   ├── save_map.png
│   │   ├── save_map_dialog.png
│   │   ├── scale_bar.png
│   │   ├── select_servers.png
│   │   ├── set_map_permissions.png
│   │   ├── shapefile_parts_error.png
│   │   ├── shapefile_upload.png
│   │   ├── style_rule_change.png
│   │   ├── style_rule_dialog.png
│   │   ├── style_rule_dialog_advanced.png
│   │   ├── style_rule_dialog_basic.png
│   │   ├── style_rule_dialog_labels.png
│   │   ├── turn_layers_on_off.png
│   │   ├── upload-data-link.png
│   │   ├── upload_data_link.png
│   │   ├── upload_form.png
│   │   ├── ways_to_zoom.png
│   │   └── zoom_to_layer_extent.png
│   ├── index.txt
│   ├── register.txt
│   ├── share.txt
│   └── upload.txt
├── geonode
│   ├── __init__.py
│   ├── __local_settings.py
│   ├── bin
│   ├── context_processors.py
│   ├── contrib
│   │   ├── __init__.py
│   │   ├── documents
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── fixtures
│   │   │   │   ├── initial_data.json
│   │   │   │   └── test_data.json
│   │   │   ├── forms.py
│   │   │   ├── models.py
│   │   │   ├── templates
│   │   │   │   └── documents
│   │   │   │   ├── _document_filters.html
│   │   │   │   ├── _document_grid_item.html
│   │   │   │   ├── _document_list_item.html
│   │   │   │   ├── docinfo.html
│   │   │   │   ├── document_base.html
│   │   │   │   ├── document_list.html
│   │   │   │   ├── document_metadata.html
│   │   │   │   ├── document_search.html
│   │   │   │   └── document_upload.html
│   │   │   ├── templatetags
│   │   │   │   ├── __init__.py
│   │   │   │   └── documents_tags.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── groups
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── fixtures
│   │   │   │   ├── group_test_data.json
│   │   │   │   └── test_data.json
│   │   │   ├── forms.py
│   │   │   ├── models.py
│   │   │   ├── search_indexes.py.disabled
│   │   │   ├── templates
│   │   │   │   └── groups
│   │   │   │   ├── base.html
│   │   │   │   ├── email
│   │   │   │   │   ├── invite_user.txt
│   │   │   │   │   └── invite_user_subject.txt
│   │   │   │   ├── group_add_layers.html
│   │   │   │   ├── group_add_maps.html
│   │   │   │   ├── group_base.html
│   │   │   │   ├── group_create.html
│   │   │   │   ├── group_detail.html
│   │   │   │   ├── group_invite_response.html
│   │   │   │   ├── group_list.html
│   │   │   │   ├── group_members.html
│   │   │   │   ├── group_remove_maps_data.html
│   │   │   │   └── group_update.html
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── people
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── enumerations.py
│   │   │   ├── fixtures
│   │   │   │   ├── people_data.json
│   │   │   │   └── sample_admin.json
│   │   │   ├── forms.py
│   │   │   ├── management.py
│   │   │   ├── models.py
│   │   │   ├── search_indexes.py
│   │   │   ├── templates
│   │   │   │   └── people
│   │   │   │   ├── _profile_about_item.html
│   │   │   │   ├── _profile_list_item.html
│   │   │   │   ├── base.html
│   │   │   │   ├── forgot_username_form.html
│   │   │   │   ├── profile_create.html
│   │   │   │   ├── profile_detail.html
│   │   │   │   ├── profile_edit.html
│   │   │   │   └── profile_list.html
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   ├── utils.py
│   │   │   └── views.py
│   │   ├── portals
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── forms.py
│   │   │   ├── managers.py
│   │   │   ├── middleware.py
│   │   │   ├── models.py
│   │   │   ├── templates
│   │   │   │   └── portals
│   │   │   │   ├── base.html
│   │   │   │   ├── dataset_form.html
│   │   │   │   ├── dataset_remove.html
│   │   │   │   ├── document_delete.html
│   │   │   │   ├── document_form.html
│   │   │   │   ├── flatpage.html
│   │   │   │   ├── flatpage_delete.html
│   │   │   │   ├── flatpage_form.html
│   │   │   │   ├── index.html
│   │   │   │   ├── link_delete.html
│   │   │   │   ├── link_form.html
│   │   │   │   ├── manage.html
│   │   │   │   ├── map_form.html
│   │   │   │   ├── map_remove.html
│   │   │   │   ├── portal_archive.html
│   │   │   │   ├── portal_customize.html
│   │   │   │   ├── portal_form.html
│   │   │   │   ├── portal_list.html
│   │   │   │   ├── portal_style.css
│   │   │   │   └── portal_stylesheet.html
│   │   │   ├── templatetags
│   │   │   │   ├── __init__.py
│   │   │   │   └── portals.py
│   │   │   ├── urls.py
│   │   │   ├── urls_host.py
│   │   │   └── views.py
│   │   ├── printing
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── fixtures
│   │   │   │   └── initial_data.json
│   │   │   ├── models.py
│   │   │   ├── templates
│   │   │   │   └── basic.html
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   └── social
│   │   ├── __init__.py
│   │   ├── signals.py
│   │   └── templates
│   │   ├── _comments.html
│   │   ├── activity
│   │   │   └── actor.html
│   │   ├── announcements
│   │   │   ├── announcement_detail.html
│   │   │   └── announcement_list.html
│   │   ├── avatar
│   │   │   └── add.html
│   │   ├── facebook_sdk.html
│   │   ├── notification
│   │   │   ├── base.html
│   │   │   ├── notice_settings.html
│   │   │   ├── notices.html
│   │   │   └── single.html
│   │   ├── relationships
│   │   │   ├── _list_connections.html
│   │   │   ├── _manage_connections.html
│   │   │   ├── _profile_follow.html
│   │   │   ├── confirm.html
│   │   │   ├── relationship_list.html
│   │   │   └── success.html
│   │   └── user_messages
│   │   ├── inbox.html
│   │   ├── message_create.html
│   │   └── thread_detail.html
│   ├── core
│   │   ├── __init__.py
│   │   ├── catalogue
│   │   │   ├── __init__.py
│   │   │   ├── backends
│   │   │   │   ├── __init__.py
│   │   │   │   ├── base.py
│   │   │   │   ├── generic.py
│   │   │   │   ├── geonetwork.py
│   │   │   │   ├── pycsw_http.py
│   │   │   │   ├── pycsw_local.py
│   │   │   │   └── pycsw_local_mappings.py
│   │   │   ├── models.py
│   │   │   ├── templates
│   │   │   │   └── catalogue
│   │   │   │   ├── add_csw_harvesting_task.xml
│   │   │   │   ├── full_metadata.xml
│   │   │   │   ├── transaction_delete.xml
│   │   │   │   ├── transaction_insert.xml
│   │   │   │   ├── transaction_update.xml
│   │   │   │   └── transaction_update_gn.xml
│   │   │   ├── tests
│   │   │   │   └── integration.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── geoserver
│   │   │   ├── __init__.py
│   │   │   ├── helpers.py
│   │   │   └── uploader
│   │   │   ├── __init__.py
│   │   │   ├── api.py
│   │   │   ├── uploader.py
│   │   │   └── utils.py
│   │   ├── layers
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── enumerations.py
│   │   │   ├── fixtures
│   │   │   │   ├── initial_data.json
│   │   │   │   ├── map_data.json
│   │   │   │   └── sample_tags.json
│   │   │   ├── forms.py
│   │   │   ├── management
│   │   │   │   ├── __init__.py
│   │   │   │   └── commands
│   │   │   │   ├── __init__.py
│   │   │   │   ├── cleardeadlayers.py
│   │   │   │   ├── importlayers.py
│   │   │   │   └── updatelayers.py
│   │   │   ├── metadata.py
│   │   │   ├── models.py
│   │   │   ├── ows.py
│   │   │   ├── search_indexes.py
│   │   │   ├── templates
│   │   │   │   └── layers
│   │   │   │   ├── _actions.html
│   │   │   │   ├── _layer_filters.html
│   │   │   │   ├── _layer_grid_item.html
│   │   │   │   ├── _layer_list_item.html
│   │   │   │   ├── _layer_mini_item.html
│   │   │   │   ├── _layer_widget_item.html
│   │   │   │   ├── layer_base.html
│   │   │   │   ├── layer_change_poc.html
│   │   │   │   ├── layer_detail.html
│   │   │   │   ├── layer_geoext_map.html
│   │   │   │   ├── layer_leaflet_map.html
│   │   │   │   ├── layer_list.html
│   │   │   │   ├── layer_map.html
│   │   │   │   ├── layer_metadata.html
│   │   │   │   ├── layer_remove.html
│   │   │   │   ├── layer_replace.html
│   │   │   │   ├── layer_search.html
│   │   │   │   └── layer_upload.html
│   │   │   ├── templatetags
│   │   │   │   ├── __init__.py
│   │   │   │   └── layers_tags.py
│   │   │   ├── tests
│   │   │   │   └── integration.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   ├── utils.py
│   │   │   └── views.py
│   │   ├── maps
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── fixtures
│   │   │   │   ├── initial_data.json
│   │   │   │   ├── map_data.json
│   │   │   │   └── some_maps.json
│   │   │   ├── forms.py
│   │   │   ├── management
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── search_indexes.py
│   │   │   ├── signals.py
│   │   │   ├── templates
│   │   │   │   └── maps
│   │   │   │   ├── _map_filters.html
│   │   │   │   ├── _map_grid_item.html
│   │   │   │   ├── _map_list_item.html
│   │   │   │   ├── _map_mini_item.html
│   │   │   │   ├── map_base.html
│   │   │   │   ├── map_detail.html
│   │   │   │   ├── map_download.html
│   │   │   │   ├── map_embed.html
│   │   │   │   ├── map_geoexplorer.js
│   │   │   │   ├── map_include.html
│   │   │   │   ├── map_list.html
│   │   │   │   ├── map_metadata.html
│   │   │   │   ├── map_remove.html
│   │   │   │   ├── map_search.html
│   │   │   │   ├── map_view.html
│   │   │   │   └── wmc.xml
│   │   │   ├── templatetags
│   │   │   │   ├── __init__.py
│   │   │   │   └── maps_tags.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   ├── utils.py
│   │   │   └── views.py
│   │   ├── proxy
│   │   │   ├── __init__.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── search
│   │   │   ├── __init__.py
│   │   │   ├── extension.py
│   │   │   ├── geomodels.py
│   │   │   ├── management
│   │   │   │   ├── __init__.py
│   │   │   │   └── commands
│   │   │   │   ├── __init__.py
│   │   │   │   └── update_spatial_temporal_indices.py
│   │   │   ├── models.py
│   │   │   ├── normalizers.py
│   │   │   ├── populate_search_test_data.py
│   │   │   ├── query.py
│   │   │   ├── search.py
│   │   │   ├── templates
│   │   │   │   └── search
│   │   │   │   ├── advanced_search.html
│   │   │   │   ├── indexes
│   │   │   │   │   ├── layers
│   │   │   │   │   │   └── layer_text.txt
│   │   │   │   │   ├── maps
│   │   │   │   │   │   └── map_text.txt
│   │   │   │   │   └── people
│   │   │   │   │   └── contact_text.txt
│   │   │   │   ├── search.html
│   │   │   │   ├── search.js
│   │   │   │   ├── search_base.html
│   │   │   │   └── search_result.js
│   │   │   ├── templatetags
│   │   │   │   ├── __init__.py
│   │   │   │   └── search_tags.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   ├── util.py
│   │   │   └── views.py
│   │   ├── security
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── auth.py
│   │   │   ├── fixtures
│   │   │   │   ├── initial_data.json
│   │   │   │   └── security_data.json
│   │   │   ├── models.py
│   │   │   ├── templates
│   │   │   │   ├── _permissions_form.html
│   │   │   │   ├── _permissions_form_js.html
│   │   │   │   └── admin
│   │   │   │   └── security
│   │   │   │   ├── genericrowlevelpermission
│   │   │   │   │   └── change_form.html
│   │   │   │   └── userrowlevelpermission
│   │   │   │   └── change_form.html
│   │   │   ├── templatetags
│   │   │   │   ├── __init__.py
│   │   │   │   └── geonode_auth.py
│   │   │   ├── tests.py
│   │   │   └── views.py
│   │   ├── services
│   │   │   ├── TODO-services
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── enumerations.py
│   │   │   ├── fixtures
│   │   │   │   └── initial_data.json
│   │   │   ├── management
│   │   │   │   ├── __init__.py
│   │   │   │   └── commands
│   │   │   │   ├── __init__.py
│   │   │   │   └── testservices.py
│   │   │   ├── models.py
│   │   │   ├── templates
│   │   │   │   └── services
│   │   │   │   ├── service_detail.html
│   │   │   │   ├── service_list.html
│   │   │   │   ├── service_register.html
│   │   │   │   └── service_remove.html
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   └── integration.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   └── upload
│   │   ├── __init__.py
│   │   ├── admin.py
│   │   ├── files.py
│   │   ├── forms.py
│   │   ├── models.py
│   │   ├── signals.py
│   │   ├── templates
│   │   │   └── upload
│   │   │   ├── base.html
│   │   │   ├── layer_upload.html
│   │   │   ├── layer_upload_crs.html
│   │   │   ├── layer_upload_csv.html
│   │   │   ├── layer_upload_time.html
│   │   │   ├── no_upload.html
│   │   │   ├── upload.html
│   │   │   ├── upload_error.html
│   │   │   ├── uploadfile_confirm_delete.html
│   │   │   └── uploadfile_form.html
│   │   ├── templatetags
│   │   │   ├── __init__.py
│   │   │   └── upload_tags.py
│   │   ├── tests
│   │   │   ├── README.rst
│   │   │   ├── __init__.py
│   │   │   ├── integration.py
│   │   │   └── test_settings.py
│   │   ├── tests.py
│   │   ├── upload.py
│   │   ├── urls.py
│   │   ├── utils.py
│   │   └── views.py
│   ├── hosts.py
│   ├── locale
│   │   ├── de
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   ├── django.po
│   │   │   ├── djangojs.mo
│   │   │   └── djangojs.po
│   │   ├── el
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   ├── django.po
│   │   │   ├── djangojs.mo
│   │   │   └── djangojs.po
│   │   ├── en
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.po
│   │   │   └── djangojs.po
│   │   ├── es
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   ├── django.po
│   │   │   ├── djangojs.mo
│   │   │   └── djangojs.po
│   │   ├── fr
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   ├── django.po
│   │   │   ├── djangojs.mo
│   │   │   └── djangojs.po
│   │   ├── id
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   ├── django.po
│   │   │   ├── djangojs.mo
│   │   │   └── djangojs.po
│   │   ├── it
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   ├── django.po
│   │   │   ├── djangojs.mo
│   │   │   └── djangojs.po
│   │   ├── ja
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.po
│   │   │   └── djangojs.po
│   │   └── zh
│   │   └── LC_MESSAGES
│   │   ├── django.mo
│   │   ├── django.po
│   │   ├── djangojs.mo
│   │   └── djangojs.po
│   ├── settings.py
│   ├── site
│   ├── sitemap.py
│   ├── static
│   │   ├── README
│   │   ├── component.json
│   │   └── geonode
│   │   ├── Makefile
│   │   ├── css
│   │   │   ├── base.css
│   │   │   ├── ext-compatibility.css
│   │   │   ├── fileuploadfield.css
│   │   │   └── portals.css
│   │   ├── font
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   ├── fontawesome-webfont.woff
│   │   │   ├── lato_bold.ttf
│   │   │   ├── lato_font.css
│   │   │   ├── lato_light.ttf
│   │   │   └── lato_regular.ttf
│   │   ├── img
│   │   │   ├── arrows_gr_sm.png
│   │   │   ├── avatar.png
│   │   │   ├── calendar_in.png
│   │   │   ├── facebook.png
│   │   │   ├── favicon.ico
│   │   │   ├── glyphish
│   │   │   │   ├── 121-landscape.png
│   │   │   │   ├── 152-rolodex.png
│   │   │   │   ├── 175-macbook.png
│   │   │   │   ├── 176-ipad.png
│   │   │   │   ├── 179-notepad.png
│   │   │   │   └── 185-printer.png
│   │   │   ├── google_plus.png
│   │   │   ├── logo-bg.png
│   │   │   ├── logo.png
│   │   │   ├── pointer.png
│   │   │   ├── silk
│   │   │   │   ├── page_white_get.png
│   │   │   │   ├── page_white_horizontal.png
│   │   │   │   ├── page_white_text.png
│   │   │   │   ├── page_white_text.png.1
│   │   │   │   └── page_white_width.png
│   │   │   └── twitter.png
│   │   ├── js
│   │   │   ├── GeoNode.js
│   │   │   ├── core
│   │   │   │   ├── _search_js.html
│   │   │   │   ├── explore.js
│   │   │   │   ├── geodetails.js
│   │   │   │   ├── lang.js
│   │   │   │   ├── paginate.js
│   │   │   │   ├── thumbnail_help.js
│   │   │   │   └── utils.js
│   │   │   ├── ext
│   │   │   │   ├── geonode
│   │   │   │   │   ├── BatchDownloadWidget.js
│   │   │   │   │   ├── BoundingBoxWidget.js
│   │   │   │   │   ├── CapabilitiesRowExpander.js
│   │   │   │   │   ├── DataCart.js
│   │   │   │   │   ├── DataCartOps.js
│   │   │   │   │   ├── DataCartStore.js
│   │   │   │   │   ├── DataGrid.js
│   │   │   │   │   ├── MapSearchTable.js
│   │   │   │   │   ├── PermissionsEditor.js
│   │   │   │   │   ├── SearchTable.js
│   │   │   │   │   ├── SearchTableRowExpander.js
│   │   │   │   │   └── UserSelector.js
│   │   │   │   ├── print
│   │   │   │   │   ├── GeonodePrintPanel.js
│   │   │   │   │   ├── GeonodePrintProvider.js
│   │   │   │   │   ├── PrintPlugin.js
│   │   │   │   │   └── TemplateStore.js
│   │   │   │   └── upload
│   │   │   │   ├── layer_upload.js
│   │   │   │   ├── layer_upload_time.js
│   │   │   │   └── upload_common.js
│   │   │   ├── portals
│   │   │   │   ├── portal.js
│   │   │   │   └── portal_manage.js
│   │   │   ├── search
│   │   │   │   ├── global_search.js
│   │   │   │   └── search.js
│   │   │   ├── status
│   │   │   │   ├── UploadSession.js
│   │   │   │   ├── main.js
│   │   │   │   └── status.js
│   │   │   ├── tests
│   │   │   │   ├── SpecRunner.html
│   │   │   │   ├── bootstrap_js_tests.js
│   │   │   │   ├── js -> ../../js
│   │   │   │   ├── run-tests.sh
│   │   │   │   └── tests
│   │   │   │   └── test.js
│   │   │   └── upload
│   │   │   ├── FileType.js
│   │   │   ├── FileTypes.js
│   │   │   ├── LayerInfo.js
│   │   │   ├── main.js
│   │   │   └── upload.js
│   │   └── less
│   │   ├── base.less
│   │   ├── font-awesome-ie7.less
│   │   └── grayscale.less
│   ├── templates
│   │   ├── 401.html
│   │   ├── 404.html
│   │   ├── 500.html
│   │   ├── base.html
│   │   └── geonode
│   │   ├── _actions.html
│   │   ├── _viewby.html
│   │   ├── app_header.html
│   │   ├── ext_header.html
│   │   ├── geo_header.html
│   │   ├── geonode_base.html
│   │   ├── pagination.html
│   │   ├── resourcebase_info_panel.html
│   │   └── static
│   │   ├── developer.html
│   │   ├── help.html
│   │   └── index.html
│   ├── tests
│   │   ├── README
│   │   ├── __init__.py
│   │   ├── smoke.py
│   │   └── utils.py
│   ├── urls.py
│   ├── utils.py
│   ├── version.py
│   ├── views.py
│   └── wsgi.py
├── manage.py
├── package
│   ├── deb
│   │   ├── README
│   │   ├── README.rst
│   │   ├── changelog
│   │   ├── compat
│   │   ├── config
│   │   ├── control
│   │   ├── copyright
│   │   ├── docs
│   │   ├── postinst
│   │   ├── postrm
│   │   ├── preinst
│   │   ├── prerm
│   │   ├── rules
│   │   ├── source
│   │   │   └── format
│   │   └── support
│   │   ├── config-post.sh
│   │   └── config-pre.sh
│   ├── rpm
│   ├── support
│   │   ├── config-ubuntu.sh
│   │   ├── geonode.admin
│   │   ├── geonode.apache
│   │   ├── geonode.binary
│   │   ├── geonode.local_settings
│   │   ├── geonode.robots
│   │   ├── geonode.updateip
│   │   ├── geonode.wsgi
│   │   ├── geoserver.patch
│   │   └── install.sh
│   └── win
├── pavement.py
├── projects
│   ├── base
│   │   ├── README.md
│   │   ├── manage.py
│   │   ├── project_name
│   │   │   ├── __init__.py
│   │   │   ├── __local_settings.py
│   │   │   ├── fixtures
│   │   │   ├── public
│   │   │   ├── settings.py
│   │   │   ├── static
│   │   │   ├── templates
│   │   │   │   ├── 404.html
│   │   │   │   ├── 500.html
│   │   │   │   └── base.html
│   │   │   ├── urls.py
│   │   │   └── wsgi.py
│   │   └── requirements.txt
│   ├── minimal
│   │   ├── README.md
│   │   ├── manage.py
│   │   ├── project_name
│   │   │   ├── __init__.py
│   │   │   ├── __local_settings.py
│   │   │   ├── fixtures
│   │   │   ├── public
│   │   │   ├── settings.py
│   │   │   ├── static
│   │   │   ├── templates
│   │   │   │   ├── 404.html
│   │   │   │   ├── 500.html
│   │   │   │   └── base.html
│   │   │   ├── urls.py
│   │   │   └── wsgi.py
│   │   └── requirements.txt
│   └── social
│   ├── README.md
│   ├── manage.py
│   ├── project_name
│   │   ├── __init__.py
│   │   ├── __local_settings.py
│   │   ├── fixtures
│   │   ├── public
│   │   ├── settings.py
│   │   ├── static
│   │   ├── templates
│   │   │   ├── 404.html
│   │   │   ├── 500.html
│   │   │   └── base.html
│   │   ├── urls.py
│   │   └── wsgi.py
│   └── requirements.txt
├── scripts
│   ├── celery
│   │   ├── celeryd
│   │   └── celeryd-default
│   ├── cloud
│   │   ├── README.rst
│   │   ├── ec2.py
│   │   ├── fabfile.py
│   │   └── fabfile_orig.py
│   ├── jenkins
│   │   ├── clokins.exclude
│   │   └── jenkins-geonode-dev.sh
│   └── util
│   ├── changepw.py
│   ├── create_dbs.sh
│   ├── update-instance
│   └── upload.py
└── setup.py
170 directories, 651 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment