Difference between revisions of "Hac φ/Projects"

From HaskellWiki
Jump to navigation Jump to search
(add a project)
Line 1: Line 1:
== Generic information ==
+
== Sharing your code ==
   
  +
If you need a place to host a project so that others can help with it, we suggest [http://patch-tag.com/ patch-tag], which offers free hosting for public darcs repositories.
You can apply for an account and a project using
 
[http://community.haskell.org/admin/ the community server].
 
   
 
You can also apply for an account on
Once you have an account and/or a project, you upload a Darcs repository as follows. First, initialize your repository on the server:
 
 
[http://community.haskell.org/admin/ the community server].
 
$ ssh community.haskell.org
 
you@haskell:~$ cd /srv/code/yourproject
 
you@haskell:/srv/code/yourproject$ darcs init
 
 
Then, log out and push your repository:
 
 
$ darcs push community.haskell.org:/srv/code/yourproject
 
   
 
== Projects ==
 
== Projects ==
Line 27: Line 19:
 
* Hacker 2
 
* Hacker 2
 
-->
 
-->
  +
  +
=== Diagrams ===
  +
  +
By the time of the hackathon, I (Brent Yorgey) hope to have the new version of [http://hackage.haskell.org/package/diagrams diagrams] developed to the point where others can usefully hack on many parts of it in parallel. Examples of things that might need doing include hacking on the core library and layout engine itself, developing fun/interesting examples and contrib modules that provide higher-level diagram facilities, and developing backends for rendering to various formats.
  +
  +
* Brent Yorgey
   
 
== Experience ==
 
== Experience ==

Revision as of 20:57, 8 April 2010

Sharing your code

If you need a place to host a project so that others can help with it, we suggest patch-tag, which offers free hosting for public darcs repositories.

You can also apply for an account on the community server.

Projects

If you have a project that you want to work on at the Hackathon, please describe it here.

Since Hackathons are great for teamwork, consider joining one of the projects mentioned below. If you're interested in one of these projects, add your name to the list of hackers under that project.

Diagrams

By the time of the hackathon, I (Brent Yorgey) hope to have the new version of diagrams developed to the point where others can usefully hack on many parts of it in parallel. Examples of things that might need doing include hacking on the core library and layout engine itself, developing fun/interesting examples and contrib modules that provide higher-level diagram facilities, and developing backends for rendering to various formats.

  • Brent Yorgey

Experience

Please list projects with which you are familiar. This way, people know whom to contact for more information or guidance on a particular project.

Name Projects
byorgey xmonad, diagrams
ccasin hcross