ctimeline
1.0.0
타임 라인에 대한 CGI 응용 프로그램. GNU 일반 공개 라이센스, 버전 3에 따라 배포.
아니요
$ make
$ sudo make install
ctimeline.cgi 및 ctimeline.css 기본적으로 /var/www/html/ctimeline 에 설치됩니다.
이 위치를 구성하려면 다음을 사용할 수 있습니다.
$ sudo make install CTIMELINE_PATH='/your/path/to/ctimeline'
Apache 용 CGI 모듈이 활성화되어 있는지 확인하십시오
APACHE 구성 파일에 <Directory> 지시를 추가하십시오.
<Directory /var/www/html/ctimeline>
AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all
</Directory>
# Comment that will be ignored
title=Browse random timelines
css=ctimeline.css
header.title=Timelines of projects
header.desc=Here are random but interesting projects. You can explore them at your leisure
branch.name=Linux Kernel
branch.age_from=2000
branch.age_to=2021
branch.desc=Open-source, Unix-like operating system kernel
branch.name=PulseAudio
branch.age_from=2004
branch.age_to=2021
branch.desc=Sound system for POSIX OSes
branch.name=cgit
branch.age_from=2007
branch.age_to=2021
branch.desc=A hyperfast web frontend for git repositories written in C
branch.name=ALSA
branch.age_from=1997
branch.age_to=2020
branch.desc=Advanced Linux Sound Architecture
branch.name=NeXTSTEP
branch.age_from=1989
branch.age_to=1995
branch.desc=Object-oriented, multitasking operating system
branch.name=dpkg
branch.age_from=1994
branch.age_to=2018
branch.desc=Package managment system in the open-source operating system Debian
branch.name=wireguard-linux
branch.age_from=2016
branch.age_to=2021
branch.desc=WireGuard for the Linux kernel
branch.name=ctimeline
branch.age_from=2021
branch.age_to=2021
branch.desc=Web frontend for timelines written in C
git log --date=format:"%Y" --pretty=format:"%ad" --reverse | head -1
git log --date=format:"%Y" --pretty=format:"%ad" | head -1