Giter Club home page Giter Club logo

cecil's Introduction

cecil - a web interface for cil

cecil (prounounced "see-cil") is a web interface for the cil distributed issue tracker by Andy Chilton. It provides both static html and web app reporting interfaces to a cil issues/ directory.

Screenshots

Summary of Issues

Here's the main summary page, showing several features in action:

  • Search: show only issues matching the text "cil"
  • Filtering: show only issues assigned to me, "Alan Grow"
  • Sorting: sort by Status, then by Summary text (this is a quick client-side sort)

The cecil issue summary page

Issue Details

The cecil issue details page

Installation

First, install my patched version of cil. This adds time tracking, time zone support in all date fields, parent issue relationships, and some other things. (I hope to get these patches accepted into cil soon.) Note that cil has quite a few cpan dependencies, some of which may not be available in package form for your platform, so you may have to install some things from source. The local::lib module may help.

Now install the perl dependencies for cecil:

LWP
URI
Template

Test that you've satisified dependencies:

perl -c bin/cecil

In the cecil directory, create a symlink to your cil issues dir:

ln -s $HOME/myproject/issues

Option 1: The CGI Web Interface

Install lighttpd, then

cd svc/lighttpd
./run

Now browse to http://localhost:8085/.

Option 2: The Static Web Interface

In the cecil directory:

make

Now open www/summary.html in your browser. Note that some things like filtering will not work in the static interface.

Theming

cecil has some basic support for theming via CSS. Two themes are currently included: "forest", and "steelblue". Stay tuned for more details on how to create and configure themes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.