Skip to content

Commit

Permalink
work on perl 5.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-kimoto committed Mar 30, 2012
1 parent 624b5aa commit a3e4b16
Show file tree
Hide file tree
Showing 326 changed files with 110,435 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -15,8 +15,6 @@ MYMETA.json
MYMETA.yml
gitweb.development.conf
log/*
extlib/*
!extlib/.gitignore
script/hypnotoad.pid
!public/.gitignore
script/hypnotoad.pid
Expand Down
19 changes: 6 additions & 13 deletions README
@@ -1,33 +1,26 @@
Gitweb Lite

(Alpha release)
(Beta release)
gitweb.cgi clone. Serve git repository.

Features

This is gitweb.cgi clone, and has the following features.

- gitweb.cgi default features
- Written by Perl and Mojolicious web framework.
- Prerequisite is Perl 5.10.1+
(or Perl 5.8.7+ for gitweblite5008(not yet implemented))
- Prerequisite is Perl 5.8.7+
- Having HTTP server. You can run gitweblite,
even if "apache" is not installed.
- Multiple project homes.
- Zero configuration.
- having gitweb.cgi default features(but merge logic is incomplete).
- don't work on Windows

Installation
Test

Install required moudles.

perl cpanm -l extlib Module::CoreList
perl t/module.t list | perl -Iextlib/lib/perl5 cpanm -n -L extlib

Check if installation is successed.

prove t

All tests is successed, module installation is success.
If all tests is passed, Gitweb Lite work on your system.

Operation

Expand Down
12 changes: 12 additions & 0 deletions development.txt
@@ -0,0 +1,12 @@
Installation

Install required moudles.

perl cpanm -l extlib Module::CoreList
perl t/module.t list | perl -Iextlib/lib/perl5 cpanm -n -L extlib

Check if installation is successed.

prove t

All tests is successed, module installation is success.

0 comments on commit a3e4b16

Please sign in to comment.