Inside.openhatch.org: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
(Created page with 'Category:Hacking_OpenHatch')
 
imported>Paulproteus
No edit summary
Line 1: Line 1:
== What is inside.openhatch.org? ==

It's a website information and data on how the main OpenHatch site works.

Go visit http://inside.openhatch.org/ and see.

(If you're still confused, come to IRC and ask us questions.)

== How do I view the source of the website? ==

The website is really just a few static pages. We keep them in version control, using git.

You can find the git repository in Gitorious:

* Git repository: ...

== How do I submit contributions? ==

If you want to change the inside.openhatch.org project, do this:

* Clone the git repository for inside.openhatch.org
* Create some changes on your own computer
* Create files using "git format-patch origin/master"
* File a bug, and attach those patch files.

[[Category:Hacking_OpenHatch]]
[[Category:Hacking_OpenHatch]]

Revision as of 16:25, 1 November 2010

What is inside.openhatch.org?

It's a website information and data on how the main OpenHatch site works.

Go visit http://inside.openhatch.org/ and see.

(If you're still confused, come to IRC and ask us questions.)

How do I view the source of the website?

The website is really just a few static pages. We keep them in version control, using git.

You can find the git repository in Gitorious:

  • Git repository: ...

How do I submit contributions?

If you want to change the inside.openhatch.org project, do this:

  • Clone the git repository for inside.openhatch.org
  • Create some changes on your own computer
  • Create files using "git format-patch origin/master"
  • File a bug, and attach those patch files.