--- Begin Message ---
------------------------------------------------------------
revno: 414
committer: Harish Narayanan <hnarayanan@xxxxxxxxx>
branch nick: fenics-web
timestamp: Fri 2011-07-08 13:29:25 +0200
message:
Made top level links more descriptive
renamed:
source/apps/ => source/applications/
source/dev/ => source/contributing/
source/doc/ => source/documentation/
modified:
source/_themes/pylons/layout.html
source/contributing/contributing_code.rst
source/index.rst
--
lp:fenics-web
https://code.launchpad.net/~fenics-web-core/fenics-web/main
Your team FEniCS Web Team is subscribed to branch lp:fenics-web.
To unsubscribe from this branch go to https://code.launchpad.net/~fenics-web-core/fenics-web/main/+edit-subscription
=== modified file 'source/_themes/pylons/layout.html'
--- source/_themes/pylons/layout.html 2011-06-26 13:35:10 +0000
+++ source/_themes/pylons/layout.html 2011-07-08 11:29:25 +0000
@@ -16,12 +16,13 @@
<div id="access">
<div class="menu">
<ul>
- <li class="page_item"><a href="{{ pathto('about/index') }}" title="Find out more about the FEniCS project">About</a></li>
- <li class="page_item"><a href="{{ pathto('download/index') }}" title="Obtain the FEniCS project">Download</a></li>
- <li class="page_item"><a href="{{ pathto('doc/index') }}" title="Learn how to use the FEniCS project">Documentation</a></li>
- <li class="page_item"><a href="{{ pathto('dev/index') }}" title="Learn how to contribute to the FEniCS project">Contributing</a></li>
- <li class="page_item"><a href="{{ pathto('citing/index') }}" title="Learn how to cite the FEniCS project">Citing</a></li>
- <li class="page_item"><a href="{{ pathto('support/index') }}" title="Where to go for more help">Support</a></li>
+ <li class="page_item"><a href="/new/about/" title="Find out more about the FEniCS project">About</a></li>
+ <li class="page_item"><a href="/new/download/" title="Obtain the FEniCS project">Download</a></li>
+ <li class="page_item"><a href="/new/documentation/" title="Learn how to use the FEniCS project">Documentation</a></li>
+ <li class="page_item"><a href="/new/applications/" title="Learn how others are using the FEniCS project">Applications</a></li>
+ <li class="page_item"><a href="/new/contributing/" title="Learn how to contribute to the FEniCS project">Contributing</a></li>
+ <li class="page_item"><a href="/new/citing/" title="Learn how to cite the FEniCS project">Citing</a></li>
+ <li class="page_item"><a href="/new/support/" title="Where to go for more help">Support</a></li>
</ul>
</div><!-- .menu -->
</div><!-- #access -->
=== renamed directory 'source/apps' => 'source/applications'
=== renamed directory 'source/dev' => 'source/contributing'
=== modified file 'source/contributing/contributing_code.rst'
--- source/dev/contributing_code.rst 2011-06-29 12:22:24 +0000
+++ source/contributing/contributing_code.rst 2011-07-08 11:29:25 +0000
@@ -31,7 +31,7 @@
is accompanied by a suitable set of unit tests. You should also review
the :ref:`recommended coding style <developers_writing_code>`.
-.. _copyright_consent
+.. _copyright_consent:
Copyright and licensing consent
===============================
=== renamed directory 'source/doc' => 'source/documentation'
=== modified file 'source/index.rst'
--- source/index.rst 2011-06-29 12:56:33 +0000
+++ source/index.rst 2011-07-08 11:29:25 +0000
@@ -6,10 +6,10 @@
:hidden:
about/index
- apps/index
+ applications/index
download/index
- doc/index
- dev/index
+ documentation/index
+ contributing/index
citing/index
book/index
support/index
--- End Message ---