「Projects」修訂間的差異
跳至導覽
跳至搜尋
Tankianting(討論 | 貢獻) |
Tankianting(討論 | 貢獻) |
||
行 8: | 行 8: | ||
! Side Project's name !! Description !! Gitweb viewer & History !! Source code's git bundle<br/>('''[[Projects/Git bundles|HOW TO CLONE IT]]''') !! Wiki !! Issue-tracking forum !! Orig. page | ! Side Project's name !! Description !! Gitweb viewer & History !! Source code's git bundle<br/>('''[[Projects/Git bundles|HOW TO CLONE IT]]''') !! Wiki !! Issue-tracking forum !! Orig. page | ||
|- | |- | ||
| '''Ataabu''' || toy-language proposal || [https://kianting.info/gitweb/gitweb.cgi?p=Ataabu;a=summary Gitweb viewer] || [https://kianting.info/git/Ataabu.bundle Git bundle] || [[Ataabu]] || [https://kianting.info/ | | '''Ataabu''' || toy-language proposal || [https://kianting.info/gitweb/gitweb.cgi?p=Ataabu;a=summary Gitweb viewer] || [https://kianting.info/git/Ataabu.bundle Git bundle] || [[Ataabu]] || [https://kianting.info/projectforum/ Forum] || (None) | ||
|- | |- | ||
| '''Clochur''' || A Scheme-like typesetting LISP editor that using SILE typesetting Engine. || [https://kianting.info/gitweb/gitweb.cgi?p=Clochur/.git;a=summary Gitweb viewer] | | '''Clochur''' || A Scheme-like typesetting LISP editor that using SILE typesetting Engine. || [https://kianting.info/gitweb/gitweb.cgi?p=Clochur/.git;a=summary Gitweb viewer] || [https://kianting.info/git/Clochur.bundle Git bundle] || [[Clochur]] || 〃 || [https://github.com/Yoxem/Clochur Orig. page] | ||
|- | |- | ||
| '''Uiahoe''' || converting POJ (Pe̍h-ōe-jī, a Romanization of Min Nan (aka. Hokkien) Chinese) with tone numbers to the formal form || [https://kianting.info/gitweb/gitweb.cgi?p=uiahoe/.git;a=summary Gitweb viewer] || [https://kianting.info/git/uiahoe.bundle Git bundle] || [[Uiahoe]] || 〃 || [https://github.com/Yoxem/uiahoe Orig. page] | | '''Uiahoe''' || converting POJ (Pe̍h-ōe-jī, a Romanization of Min Nan (aka. Hokkien) Chinese) with tone numbers to the formal form || [https://kianting.info/gitweb/gitweb.cgi?p=uiahoe/.git;a=summary Gitweb viewer] || [https://kianting.info/git/uiahoe.bundle Git bundle] || [[Uiahoe]] || 〃 || [https://github.com/Yoxem/uiahoe Orig. page] |
於 2022年3月11日 (五) 03:00 的修訂
Since I've decited to decrease the usage of Github which is both commercial and controlled by Microsoft, the git repos has been moved to here.
Side Project's name | Description | Gitweb viewer & History | Source code's git bundle (HOW TO CLONE IT) |
Wiki | Issue-tracking forum | Orig. page |
---|---|---|---|---|---|---|
Ataabu | toy-language proposal | Gitweb viewer | Git bundle | Ataabu | Forum | (None) |
Clochur | A Scheme-like typesetting LISP editor that using SILE typesetting Engine. | Gitweb viewer | Git bundle | Clochur | 〃 | Orig. page |
Uiahoe | converting POJ (Pe̍h-ōe-jī, a Romanization of Min Nan (aka. Hokkien) Chinese) with tone numbers to the formal form | Gitweb viewer | Git bundle | Uiahoe | 〃 | Orig. page |
findarray30code | Code-searcher for Array30, a chinese input method. under X11 license (instead of the tables that is under Array Input Method Public License) | Gitweb viewer | Git bundle | findarray30code | 〃 | Orig. page |
Sligeach-font | A reprint font of a 19th Gaelic type font. | Gitweb viewer | Git bundle | Sligeach-font | 〃 | Orig. page |
Personal notes (in Mandarin Chinese)
在遠端新增repo
You have to set the ssh key between server and client first.
cd /var/www/git; mkdir repo; cd repo; git init --bare;
然後在本機端新增:
git commit -m "example"; git remote add origin user@example.info:/var/www/git; git push origin master;
在遠端新增bundle
cd /var/www/git/repo; git bundle create ../repo.bundle --all
其他
- Another Taiwanese Tutorial is also on the gitweb viewer but without bundle.