From Fedora Project Wiki
fp-wiki>ImportUser
(Imported from MoinMoin)
 
(added websites banner template)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{header|websites}}
== Show us ==
== Show us ==
Think you can do better then what we have on our websites?  Prove it!  We love suggestions and mockups, they get us thinking about our sites and every suggestion will make our site a little better.
Think you can do better then what we have on our websites?  Prove it!  We love suggestions and mockups, they get us thinking about our sites and every suggestion will make our site a little better.

Revision as of 05:40, 27 May 2008

Show us

Think you can do better then what we have on our websites? Prove it! We love suggestions and mockups, they get us thinking about our sites and every suggestion will make our site a little better.

Get Started

Here's the easiest way for someone not on the web team to make a better page and show it to us.

yum -y install git-core gettext python-genshi python-setuptools babel python-feedparser
git clone git://git.fedorahosted.org/git/fedora-web.git
cd fedora-web/fedoraproject.org
make

After the make completes successfully and the website will now be available in your /out/ directory. We're in the process of moving the rest of our websites to this setup. When you have changes ready post them somewhere! Your fedorapeople.org storage site is a PERFECT place to put your git changes, and it allows us to easily pull them in. If you don't have a fedorapeople.org account, you'll need to post your changes somewhere and let us know.

Getting a Local Test Instance

When setting up a local test instance, some specific apache configuration is necessary to serve translations properly. If you have httpd installed, you can automatically bring up a test instance at http://localhost:5000/ with:

make test

To stop the test instance afterwards, run:

make stoptest