From 95240039bbe0e2ab88b1cbd569dc9867aa10b464 Mon Sep 17 00:00:00 2001 From: Frank Wiles Date: Thu, 11 May 2023 03:22:43 -0500 Subject: [PATCH] Rename --- README.md | 2 +- env.template | 2 +- kube/boost/Chart.yaml | 2 +- package.json | 4 ++-- templates/admin/base_site.html | 6 +++--- templates/libraries/detail.html | 2 +- templates/releases_temp.html | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9c48eaf5..22ab6f84 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Overview -A Django based website that will power https://boost.org +A Django based website that will power a new Boost website --- diff --git a/env.template b/env.template index 3e977d7c..38e5632b 100644 --- a/env.template +++ b/env.template @@ -18,7 +18,7 @@ GITHUB_TOKEN="top-secret" AWS_ACCESS_KEY_ID="changeme" AWS_SECRET_ACCESS_KEY="changeme" -BUCKET_NAME="stage.boost.org" +BUCKET_NAME="boost.revsys.dev" CELERY_BROKER=redis://redis:6379/0 CELERY_BACKEND=redis://redis:6379/0 diff --git a/kube/boost/Chart.yaml b/kube/boost/Chart.yaml index bee64440..d7301dc6 100644 --- a/kube/boost/Chart.yaml +++ b/kube/boost/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 -description: boost.org website +description: boost.revsys.dev website name: boost version: v1.0.3 diff --git a/package.json b/package.json index a91f64a2..0dc254e4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "boost.org", + "name": "boost.revsys.dev", "version": "1.0.0", "main": "index.js", - "repository": "git@github.com:revsys/boost.org.git", + "repository": "git@github.com:cppalliance/temp-site.git", "author": "Greg Newman ", "license": "MIT", "scripts": { diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html index 33d6a9b2..6833972e 100644 --- a/templates/admin/base_site.html +++ b/templates/admin/base_site.html @@ -1,7 +1,7 @@ {% extends "admin/base.html" %} {% load i18n %} -{% block title %}{{ title }} | {% trans 'boost.org admin' %}{% endblock %} +{% block title %}{{ title }} | {% trans 'boost.revsys.dev admin' %}{% endblock %} {% block extrastyle %}{{ block.super }} {% if ENVIRONMENT_NAME and ENVIRONMENT_COLOR %} @@ -27,7 +27,7 @@ {% endblock %} {% block branding %} -

{% trans 'boost.org administration' %}

+

{% trans 'boost.revsys.dev administration' %}

{% endblock %} -{% block nav-global %}{% endblock %} \ No newline at end of file +{% block nav-global %}{% endblock %} diff --git a/templates/libraries/detail.html b/templates/libraries/detail.html index b425a1f0..0ff54174 100644 --- a/templates/libraries/detail.html +++ b/templates/libraries/detail.html @@ -45,7 +45,7 @@ Documentation - boost.org/libs/exception + boost.revsys.dev/libs/exception Github Issues Source Code diff --git a/templates/releases_temp.html b/templates/releases_temp.html index 45a02409..e164b8c2 100644 --- a/templates/releases_temp.html +++ b/templates/releases_temp.html @@ -32,7 +32,7 @@ href="https://github.com/boostorg/smart_ptr"> Documentation - boost.org/doc/libs/1_81_0/ + boost.revsys.dev/doc/libs/1_81_0/