diff --git a/config/branding.yml b/config/branding.yml deleted file mode 120000 index 86cd084..0000000 --- a/config/branding.yml +++ /dev/null @@ -1 +0,0 @@ -/opt/src/roadmap-branding/dmponline/config/locales/static_pages/branding.yml \ No newline at end of file diff --git a/config/branding.yml b/config/branding.yml new file mode 100644 index 0000000..578347c --- /dev/null +++ b/config/branding.yml @@ -0,0 +1,29 @@ +defaults: &defaults + legal_entity: 'the University of Edinburgh, University of Glasgow and the University of California' + + organisation: + name: 'Digital Curation Center and University of California Curation Center' + abbreviation: 'DCC and UC3' + url: 'https://github.com/DMPRoadmap/roadmap/wiki' + copywrite_name: 'DCC and UC3' + email: 'dmponline@dcc.ac.uk' + + application: + name: 'DMPRoadmap' + url: 'https://github.com/DMPRoadmap/roadmap' + version: '0.1.0' + release_notes_url: 'https://github.com/DMPRoadmap/roadmap/wiki/Releases' + issue_list_url: 'https://github.com/DMPRoadmap/roadmap/issues' + user_group_subscription_url: 'http://listserv.ucop.edu/cgi-bin/wa.exe?SUBED1=ROADMAP-L&A=1' + +development: + <<: *defaults + +test: + <<: *defaults + +staging: + <<: *defaults + +production: + <<: *defaults \ No newline at end of file