Coding projects (by others)

Fossil Forum

Forum for discussion of the Fossil DVCS

Read More →

Pikchr

A PIC-inspired graphics markup language

Read More →

Star Trek Database

Simple SQLite-based database for Star Trek metadata

Read More →

libfossil

The Fossil SCM library API experiment. "Unofficial but not unsanctioned."

Read More →

AsmBB

It is web message board, implemented in pure assembly language. It uses SQLite database and FastCGI interface. The main goal is to have fastest message board engine able to run on very high loads and still have all needed features.

Read More →

Flint

The AGPLv3 codebase behind http://chiselapp.com.

Read More →

Fossil Skin

A custom skin for Fossil SCM, free!

Read More →

Eskil

Graphical Diff Utility

Read More →

fnc

interactive text-based user interface for fossil

Read More →

mORMot and Open Source friends

Host the OpenSource components made available by the Synopse company. mORMot Framework Client-Server Delphi ORM (SQlite3 Oracle MSSQL OleDB ODBC) and interface based Services (like WCF): database access, User Interface generation, security, i18n and reporting are handled in a safe and fast SOA AJAX JSON RESTful model. PDF Engine is an Open Source PDF document creation library for Delphi, embedded in one unit. Use a true TCanvas to create the PDF, and embed True Type fonts subsets. Unicode ready. GDI+ SynGdiPlus unit: some TGraphic descendants are registered in your application to load and save GIF, TIF, PNG and JPG pictures. It also allows antialiased drawing from any TMetaFile.

Read More →

FossilBook

This is a user guide for Fossil. It will show a new user how to setup and use this wonderfully simple source control system.

Read More →

Inskinerator

Generates improved Fossil skins based on its default skin with custom color schemes.

Read More →

GIMP Script-fu

Here a some of the GIMP Script-fu scripts I have written over the years.

Read More →

Fossil Skins Extra

Collection of themes/skins for the Fossil SCM. <span style=color:red>Public write access</span>, just make an account.

Read More →

Fossil Skins Extra

Collection of themes/skins for the Fossil SCM

Read More →

Local Yarn Code

All the code and documentation for The Local Yarn

Read More →

Wheel of Time Chapter Icons

Description of all chapter icons from the Wheel of Time series.

Read More →

Codes divers

Divers bouts de code de ma composition

Read More →

Fossil Wrapper

(No description available)

Read More →

fx

Extended fossil management commands - Scripts to maintain a mirror from fossil to git. - Watching a fossil repository (RSS) and sending mail on ticket changes.

Read More →

Fuel

A cross platform GUI for Fossil

Read More →

TortoiseFossil

A version of the popular Tortoise-style tools for Fossil SCM.

Read More →

fossil markdown patches

This project provides patches to enable markdown in the ticket system. For you have to place * edit-ticket.th1 * new-ticket.th1 * view-ticket.tha to the respective templates in Admin/Tickets

Read More →

Codes divers

Divers bouts de code de ma composition

Read More →
Search
About this site

This page lists a few projects that I've cloned from elsewhere.

Some of them still sync with the original repository, and in some cases I keep a local (private) branch with my own tweaks and additions.

Recent ticket activity

Re: Diffs look different from original Fossil diffs
LEARNINGS: The root cause was using Python's difflib (Ratcliff/Obershelp algorithm) instead of Fossil's native LCS-based diff engine. These produce fundamentally different hunk grouping — not just cosmetic differences, but completely different change counts (+159 -1 vs +11 -0). SUMMARY: Replaced difflib with `fossil diff --from --to -R` via FossilCLI.diff(). Added shared _parse_unified_diff_lines() and _parse_fossil_diff_output() helpers. Both checkin_detail and compare_checkins updated with automatic fallback to difflib if fossil binary unavailable. Verified on production: checkin c90e810f now correctly shows +11 matching fossil-scm.org. Files: fossil/cli.py, fossil/views.py Commit: 865d9b0 GitHub: ConflictHQ/fossilrepo#14 (closed)
Cannot access chiselapp.com from Ukraine without VPN
Hello, I am located in Ukraine. I cannot access chiselapp.com directly from my ISP network. The website only opens when I use a VPN. Without VPN: - Browser times out / connection fails - Site is completely unreachable With VPN: - Site loads normally. This happens on multiple devices and networks here. It looks like traffic from Ukrainian IP ranges is being blocked or filtered. Steps to reproduce: 1. Try opening https://chiselapp.com from a Ukrainian IP address. 2. Connection fails. 3. Enable VPN. 4. Site works immediately. Expected result: The website should be accessible from Ukraine without VPN. Actual result: Access is blocked unless VPN is used. Please check if Ukrainian IP ranges are blocked on your side. Thank you.
cannot access chiselapp.com
I cannot access https://chiselapp.com/ since last few weeks. It works perfectly however when I am on institute's VPN. I am from India and hosted my project repo on fossil. Any idea, why am I blacklisted or how I can access ChiselApp?
Re: The finfo page does offer html links to branch names
This ancient feature request seems to have been implemented at some point over the intervening 14 years.
Re: ticket display doesn't show age or creation time
These changes are merged to trunk with the branch [tkt-improvements](/timeline?r=tkt-improvements), therefore I close this ticket.