Daily Strip Manager

Daily Strip Manager or stripmgr is an alternative UI for browsing comic strips downloaded using Dailystrips.

It offers several feature additions to default static HTML pages Dailystrips normally generates like calendar, sorting, zooming to specific entry, better handling of duplicate strips, keyboard navigation, etc.

Download

Latest version is v2.14 (older versions)

Trunk code is available on Github.

Screenshot

Here

Installation

Your Dailystrips installation should be configured in a specific way for stripmgr to function properly. The expected directory tree should like like this:

  (base directory) <-- PLACE STRIPMGR FILES HERE
		Comic Strip A
			2005.04.02.jpg
			2005.04.01.jpg
			...
		Comic Strip B
			...
		...
  

This corresponds to running Dailystrips like this:

	dailystrips -l --basedir /home/user/public_html/stripmgr \
		--stripdir --noindex \
		stripA stripB stripC etc
	

Usage notes

Keyboard shortcuts

Copyrights

Stripmgr is licensed under GNU GPL version 2.

Copyright © 2003-2010 Andrew Dolgov (unless explicitly stated otherwise).