Source Code

What this page?

This page is written how to clone the source code Hysoft has. Our software is completely open source software. However, I'm not using sourceforge.jp's repository because deleting master repository is not accepted there. Therefore, I move the source code to gitorious.

Why master branch deletation needed?

Because I am not good at merging the sourcecode, so sometimes I reset the source code after pushing. This breaks integrity about commit. To avoid this problem, deleting master repository is needed.

How to clone repository

The source code are controled with Git. Therefore, you have to install Git on your computer. In the most case, you can get it by using package-management system like pacman, yum, portage, etc...

To clone the source code, you can run the command on your console like this:

  1. git clone {repository_url}

{repository_url} is URI of the repository. If you have already cloned the repository, and you want to synchronize the commit, you can run command in cloned directory on your console:

  1. git pull

Where the source code

The most code is in gitorious: http://gitorious.org/hysoft

The list of the source code are the following:

Simple P2P Messenger (Jasmine)git://git.sourceforge.jp/gitroot/greensite/jasmine.git
Bin2Wispgit://git.sourceforge.jp/gitroot/greensite/Bin2Wisp.git
Junkgit://gitorious.org/hysoft/junk.git
AppConfigDeletergit://git.sourceforge.jp/gitroot/greensite/AppConfigDeleter.git
SimpleSerializergit://gitorious.org/hysoft/simple_serializer.git
Hash Makergit://gitorious.org/hysoft/hash_maker.git
Websitegit://gitorious.org/hysoft/web.git