/scalate-website/src/source.page
http://github.com/scalate/scalate · Visualforce Page · 74 lines · 53 code · 21 blank · 0 comment · 0 complexity · 568c97be15618eea6c72ac44ebc4269b MD5 · raw file
- ---
- title: Source
- in_menu: true
- sort_info: 40
- --- name:overview
- # ${project_name}
- Get the latest source code
- --- name:content pipeline:jade
- .left
- :markdown
- # Source Repository
- .right
- :&markdown
- #{project_name} stores its source code in a [Git](http://git-scm.com/) repository hosted on [github](http://github.com) at this location:
- * [#{github_page}](#{github_page})
- If you are new to Git you might like to try the [Git guide for subversion users](http://git.or.cz/course/svn.html) or have a look at the [Git community book](http://book.git-scm.com/).
- .left
- :markdown
- # How to Checkout
- .right
- :&markdown
- Read only access to the repository is available at the following URL:
- * **#{git_user_url}**
- You must first install a [Git client](http://git-scm.com/download). Then you clone the repository using the following:
- git clone #{git_user_url}
- cd #{project_id}
- Now you probably want to try [build the scalate code](building.html)
- .left
- :markdown
- # Committer access
- .right
- :&markdown
- Project members can push to the repository using the following URL:
- * **#{git_commiter_url}**
- You must first install a [Git client](http://git-scm.com/download). Then you clone the repository using the Git URL:
- git clone #{git_commiter_url}
- cd #{project_id}
- .left
- :markdown
- # Contributing patches
- .right
- :markdown
- If you are not yet a committer but want to contribute some patch (we love [contributions!](contributing.html)) here's how you can submit patches
-
- - include("_creating_patches.ssp.md")
- .left
- :markdown
- # Next steps
- .right
- :&markdown
- Once you have checked out the code try following
- * [instructions to build #{project_name}](building.html)
- * read the [documentation](documentation/index.html)
- * browse the [developer links and maven reports](developers.html)