From fb38331e7e468e92b7b6601ac79c3335cd07699a Mon Sep 17 00:00:00 2001 From: oenvoyage Date: Sat, 23 May 2015 17:27:22 +0200 Subject: [PATCH] removing last bits of brender mentions and replacing them with flamenco --- docs/Makefile | 8 ++++---- flamenco/dashboard/application/static/css/brender.css | 2 +- flamenco/dashboard/application/templates/about.html | 10 +++++----- .../dashboard/application/templates/browse_modal.html | 2 +- .../application/templates/jobs/add_modal.html | 4 ++-- flamenco/dashboard/application/templates/layout.html | 10 +++++----- .../application/templates/projects/add_modal.html | 2 +- flamenco/dashboard/src/jade/layout.jade | 10 +++++----- flamenco/dashboard/src/sass/main.sass | 2 +- flamenco/manager/application/__init__.py | 4 ++-- .../tiled_blender_render_simple_mix.template | 2 +- flamenco/manager/tests.py | 2 +- flamenco/server/application/modules/projects/model.py | 2 +- flamenco/server/application/modules/settings/model.py | 2 +- flamenco/server/application/modules/tasks/model.py | 2 +- flamenco/server/application/utils.py | 6 +++--- flamenco/server/tests.py | 10 +++++----- 17 files changed, 40 insertions(+), 40 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index a76c3a5a..e7c4ae8f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -85,17 +85,17 @@ qthelp: @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/brender.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/flamenco.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/brender.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/flamenco.qhc" devhelp: $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @echo @echo "Build finished." @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/brender" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/brender" + @echo "# mkdir -p $$HOME/.local/share/devhelp/flamenco" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/flamenco" @echo "# devhelp" epub: diff --git a/flamenco/dashboard/application/static/css/brender.css b/flamenco/dashboard/application/static/css/brender.css index a1eeb932..0e45b065 100644 --- a/flamenco/dashboard/application/static/css/brender.css +++ b/flamenco/dashboard/application/static/css/brender.css @@ -27,7 +27,7 @@ hr { color: #333; } -#brender-navbar-collapse-2 .navbar-brand { +#flamenco-navbar-collapse-2 .navbar-brand { color: #666; } diff --git a/flamenco/dashboard/application/templates/about.html b/flamenco/dashboard/application/templates/about.html index bf545184..71dac2c0 100644 --- a/flamenco/dashboard/application/templates/about.html +++ b/flamenco/dashboard/application/templates/about.html @@ -1,16 +1,16 @@
-

Brender Version: 2.0alpha

-

Website: www.brender-farm.org

-

Documentation: www.brender-farm.org

-

Report issues: GitHub

+

Flamenco Version: 2.0 beta

+

Website: www.flamenco.io

+

Documentation: www.flamenco.io/docs/

+

Report issues: GitHub

Licensed under: GNU GPL 2.0 - 2010-2015

- + {% block footer_scripts %}{% endblock %}