KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
silex-doc-ja
★ 14
Open GitHub ↗
Silex documentations in Japanese
Download README (.md)
Explore Similar Repositories
peg.vim
:
PEG Syntax for Vim
debian-iso-preseed
:
preseed a debian iso
ceng202alg
:
Hesaplama Tekniği
chef-webapp
:
No description available.
jsMvvm
:
An MVVM Helper for JavaScript
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
silex-doc-ja
?
Download (.md)
Japanese Documentation for Silex, a simple Web Framework =========================================================== [Silex][id] is a simple Web Framework. ## Translation we will translate documentations to Japanese. ## in Japanese このリポジトリはSilexのドキュメントを日本語に翻訳するための作業リポジトリです。 ご協力いただけるかたは翻訳したものをプルリクエストしてください。 ## 準備 Silex のリポジトリをサブモジュール化しているので初期化とupdateを行う. $ git submodule init $ git submodule update ## 差分の確認方法 submodule化したSilex.gitのdocへのコミット履歴を確認して差分を更新します。 1.Silex.gitの更新を取得 $ git pull 2.Silexに移動 $ cd Silex 3.翻訳作業を最後に同期した日時以降の更新内容を確認 $ git log -p --after=2011-05-14 doc/ (注) ここでafterに渡す年月日は以下の最終作業更新日を指定すること。 4.差分の日本語翻訳作業を行う 5.README.md の最終行の年月日を作業を追えた年月日に書き換える 6.commit し push $ git add . $ git commit -m "updated: xxxxx" $ git push origin master ## 作業が完了している本家コミットの年月日 2014-10-20 [id]: http://silex.sensiolabs.org/