「Projects」修訂間的差異

出自Tan Kian-ting的維基
跳至導覽 跳至搜尋
行 22: 行 22:


==Personal notes (in Mandarin Chinese)==
==Personal notes (in Mandarin Chinese)==
===在遠端新增repo===
* [[專案相關的筆記|Project-related notes]]
You have to set the ssh key between server and client first.
<pre>
cd /var/www/git;
mkdir repo;
cd repo;
git init --bare;
</pre>
然後在本機端新增:
<pre>
git commit -m "example";
git remote add origin user@example.info:/var/www/git;
git push origin master;
</pre>


'''記得要開啓 .git/hooks''',然後:<code>cp post-update.sample post-update; chmod u+x post-update;</code>
==其他==
* [[Another Taiwanese Tutorial]] is also on the gitweb viewer but without bundle.


[[category:資訊]]
[[category:資訊]]

於 2023年9月20日 (三) 20:15 的修訂

The mirrors below are ceased to be used. The page is just an archive now.

List of my projects
Side Project's name Description Gitweb viewer & History Get the source code Wiki Orig. page
Ataabu toy-language proposal Gitweb viewer git clone https://kianting.info/git/Ataabu Ataabu (None)
Clochur A Scheme-like typesetting LISP editor that using SILE typesetting Engine. Gitweb viewer git clone https://kianting.info/git/Clochur 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 clone https://kianting.info/git/uiahoe 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 clone https://kianting.info/git/findarray30code findarray30code Orig. page
Sligeach-font A reprint font of a 19th Gaelic type font. Gitweb viewer git clone https://kianting.info/git/Sligeach-font Sligeach-font Orig. page
ga-cmn-focloir A self-edited Irish-Mandarin glossary/dictionary. Gitweb viewer git clone https://kianting.info/git/ga-cmn-focloir 愛爾蘭語辭典 (None)

Personal notes (in Mandarin Chinese)