From 952b87e276db4dc220ac00fa8a152a2c38203e0d Mon Sep 17 00:00:00 2001 From: pydanny Date: Mon, 3 Oct 2011 09:47:04 -0700 Subject: [PATCH 1/4] links clean up --- templates/base.html | 9 +++++---- templates/pages/contribute.html | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index 677027b19..c7f150dcf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -94,12 +94,13 @@ © 2010 Daniel Greenfeld & Audrey Roy - {% trans "About" %} - {% trans "FAQ" %} - - {% trans "Terms of Service" %} + - {% trans "Terms" %} - {% trans "Contribute" %} - - {% trans "Team" %} - {% trans "API" %} - - {% trans "RSS / Atom" %} - - Cartwheel Web: Giving back to the Python and {{ FRAMEWORK_TITLE }} community. + - {% trans "RSS / Atom" %} + - Cartwheel Web: Giving back to the Python and {{ FRAMEWORK_TITLE }} community. + - Support our efforts through Whitespace Jobs + diff --git a/templates/pages/contribute.html b/templates/pages/contribute.html index c54444850..309b2ef00 100644 --- a/templates/pages/contribute.html +++ b/templates/pages/contribute.html @@ -13,7 +13,7 @@

How can you contribute?

Contributing code

-

This project has had over 30 contributors whose work has seen this project move forward in leaps and bounds. If you want help out, please read the contributing instructions. You +

This project has had over 30 contributors whose work has seen this project move forward in leaps and bounds. If you want help out, please read the contributing instructions. You should also read the General Section of the Open Comparison FAQ.

@@ -24,7 +24,7 @@

Contributing financially

Post jobs on Whitespace Jobs

-

The team behind this site and Open Comparison have launched a job listing site for developers called Whitespace Jobs

. Out of every paid listing, $100 will go towards work on Open Comparison or to diversity advocacy groups such PyLadies. +

The team behind this site and Open Comparison have launched a job listing site for developers called Whitespace Jobs.

Out of every paid listing, $100 will go towards work on Open Comparison or to diversity advocacy groups such PyLadies.

Direct Open Comparison Consulting

From f4ec2709bd0b3f2869875deea2a68cdd725f0a7b Mon Sep 17 00:00:00 2001 From: pydanny Date: Mon, 3 Oct 2011 09:49:35 -0700 Subject: [PATCH 2/4] FAQ specifying --- docs/faq.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 22ee7070d..a4f49bd7d 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -37,6 +37,9 @@ How hard is it to add support for a new repo? We've done a lot of work to make it as straightforward as possible. At PyCon 2011 we launched our formal `Repo Handler API`_. +Installation +============ + How come you don't support buildout? ------------------------------------ From 3e4897866e18950136df5d33ee64afe8f599bd91 Mon Sep 17 00:00:00 2001 From: pydanny Date: Mon, 3 Oct 2011 09:50:21 -0700 Subject: [PATCH 3/4] FAQ specifying --- templates/pages/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/contribute.html b/templates/pages/contribute.html index 309b2ef00..78856a33a 100644 --- a/templates/pages/contribute.html +++ b/templates/pages/contribute.html @@ -14,7 +14,7 @@

How can you contribute?

Contributing code

This project has had over 30 contributors whose work has seen this project move forward in leaps and bounds. If you want help out, please read the contributing instructions. You -should also read the General Section of the Open Comparison FAQ. +should also read the Installation Section of the Open Comparison FAQ.

Contributing financially

From 53f91acc9cbd2009448cd0551712cf25badbce86 Mon Sep 17 00:00:00 2001 From: pydanny Date: Mon, 3 Oct 2011 09:51:43 -0700 Subject: [PATCH 4/4] faq cleanup --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index a4f49bd7d..a559c00c7 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -56,7 +56,7 @@ If you are using something else besides Ubuntu, Mac OS X 10.6, or Windows 7, you What happened to the fixtures? ------------------------------ -The effort to support databases besides PostGreSQL was hampered for long time, all caused by a third party package I'm not going to identify that caused grief in the use of fixtures. This was a significant issue in Open Comparison, and used up a lot of development cycles. +The effort to support databases besides PostGreSQL was hampered for long time, all caused by a third party package we're not going to identify that caused grief in the use of fixtures. This was a significant issue in Open Comparison, and used up a lot of development cycles. So we use a **Mock** system of creating sample data in our tests and for running a development version of the site. To create some development data, just run::