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 %}