Showing 1 changed files with 9 additions and 6 deletions
+9 -6
README.md
... ...
@@ -1,17 +1,20 @@
1
-# GitPrep
1
+# GitPrep - Let's install portable GitHub system into your own server
2 2
 
3
-Github clone. You can install portable github system into Unix/Linux.
4
-
5
-See GitPrep example site. [GitPrep example site](https://perlcodesample.sakura.ne.jp/gitprep/gitprep.cgi/kimoto/gitprep)
3
+<span style="font-size:130%">GitPrep is **portable Github** system. You can install portable GitHub system into your own Unix/Linux server.</span>
6 4
 
7 5
 ![GitPrep Image](gitprep_image.png "Gitprep image example")
8 6
 
7
+Let's try <span style="font-size:130%">[GitPrep example](https://perlcodesample.sakura.ne.jp/gitprep/gitprep.cgi/kimoto/gitprep)</span>
8
+
9
+You will find GitPrep is real portable GitHub system.
10
+
9 11
 ## Features
10 12
 
11 13
 * Github clone: GitPrep has the same interface as GitHub.
14
+* Support issue system
12 15
 * Portable: You can install GitPrep on your own Unix/Linux server.
13 16
 * Only needs Perl 5.10.1+.
14
-* Smart HTTP support: you can pull and push via HTTP.
17
+* Smart HTTP support: you can pull and push repository via HTTP.
15 18
 * Built-in web server, and reverse proxy support.
16 19
 * CGI support.
17 20
 * SSL support.
... ...
@@ -538,7 +541,7 @@ It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
538 541
 * [Object::Simple](http://search.cpan.org/dist/Object-Simple/lib/Object/Simple.pm)
539 542
 * [Text::Markdown::Hoedown](http://search.cpan.org/~tokuhirom/Text-Markdown-Hoedown-1.01/lib/Text/Markdown/Hoedown.pm)
540 543
 * [Validator::Custom](http://search.cpan.org/dist/Validator-Custom/lib/Validator/Custom.pm)
541
-* [Time-Moment](http://search.cpan.org/dist/Time-Moment/lib/Time/Moment.pod)
544
+* [Time::Moment](http://search.cpan.org/dist/Time-Moment/lib/Time/Moment.pod)
542 545
 
543 546
 ## Sister project
544 547