Coding projects (by others)

Fossil Forum

Forum for discussion of the Fossil DVCS

Read More →

libfossil

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

Read More →

Pikchr

A PIC-inspired graphics markup language

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 →

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 →

Eskil

Graphical Diff Utility

Read More →

fnc

interactive text-based user interface for fossil

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 →

Codes divers

Divers bouts de code de ma composition

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

Problems with password recovery in Chisel App
When I try to recover my password by clicking on “Forgot your password” and I enter my e-mail address ![](https://i.imgur.com/effoBdy.png) We get the message that the recovery email has been sent: ![](https://i.imgur.com/hitEyLf.png) I receive an email with the recovery link ![](https://i.imgur.com/fZCQ4T7.png) and when I click on it, it says that the link has expired: ![](https://i.imgur.com/33woD86.png) If we try the procedure again, it repeats the warning that the token is expired. What am I missing or what is the problem here. Thanks in advance.
Monero/XMR payment option
Basically <u>**another payment option** for your Chisel service</u>, this time it's the Privacy-respecting **Monero** cryptocurrency (*aka XMR*)
Expired Certificate for HTTPS
Some of the browsers are reporting that https://chiselapp.com has an expired certificate and are blocking accesss.
TLS cert chain incomplete
``` $ fossil clone https://chiselapp.com/user/rkeene/repository/flint flint.fossil Unable to verify SSL cert from chiselapp.com subject: CN = chiselapp.com issuer: C = US, O = Let's Encrypt, CN = R11 notBefore: 2024-10-07 03:41:38 UTC notAfter: 2025-01-05 03:41:37 UTC sha256: 2d654f473bb6291c1b0f79ee2cae8b75be64f3a6e2dcec221f44982f72b6dc80 ``` ``` $ curl -v https://chiselapp.com * Host chiselapp.com:443 was resolved. * IPv6: 2607:f1c0:800:8902:68e8:7a3f:2812:3fc0 * IPv4: 74.208.229.64 * Trying [2607:f1c0:800:8902:68e8:7a3f:2812:3fc0]:443... * Connected to chiselapp.com (2607:f1c0:800:8902:68e8:7a3f:2812:3fc0) port 443 * ALPN: curl offers h2,http/1.1 * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS handshake, Certificate (11): * TLSv1.2 (OUT), TLS alert, unknown CA (560): * OpenSSL/3.0.14: error:16000069:STORE routines::unregistered scheme * closing connection #0 curl: (35) OpenSSL/3.0.14: error:16000069:STORE routines::unregistered scheme ``` I think the problem may be that Let's Encrypt now selects a random intermediate issuer on each renewal, so you must have the web server update this every time instead of using a hard-coded chain? https://letsencrypt.org/2024/03/19/new-intermediate-certificates/ https://www.ssllabs.com/ssltest/analyze.html?d=chiselapp.com&s=74.208.229.64
project code override still not working - please repair ;)
As told in other tickets the project ID override is still not working. It would be great to have a working tool here :) Greetings Helge