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 →

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 →

Pikchr

A PIC-inspired graphics markup language

Read More →

fnc

interactive text-based user interface for fossil

Read More →

Eskil

Graphical Diff Utility

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

Re: Main process exited, code=exited, status=1/FAILURE
Here are the additional logs after entering the encryption password: asmbb.service: Main process exited, code=dumped, status=11/SEGV asmbb.service: Failed with result 'core-dump'. asmbb.service: Consumed 29.404s CPU time. asmbb.service: Scheduled restart job, restart counter is at 4. Started asmbb.service - AsmBB forum engine FastCGI script..
Main process exited, code=exited, status=1/FAILURE
We are hosting the asmbb forum in v3.0. It works for a couple days then exits suddenly and shows the following errors when using: journalctl -u asmbb.service "Started asmbb.service - AsmBB forum engine FastCGI script.. asmbb.service: Main process exited, code=exited, status=1/FAILURE asmbb.service: Failed with result 'exit-code'. " Then the forum page shows the encrypted database password request and prompt for page size. How can we set this up so it stops restarting like this? How does the default page size affect the application?
Re: Can't fetch files due to Chiselapp returning an invalid cert chain
Pretty much a duplicate of [8d79a69106]. The OpenBSD ports system is no longer able to fetch files from Chiselapp.
Can't fetch files due to Chiselapp returning an invalid cert chain
Certificate chain 0 s:/CN=chiselapp.com i:/C=US/O=Let's Encrypt/CN=R10 1 s:/C=US/O=Let's Encrypt/CN=R11 i:/C=US/O=Internet Security Research Group/CN=ISRG Root X1 2 s:/C=US/O=Internet Security Research Group/CN=ISRG Root X1 i:/C=US/O=Internet Security Research Group/CN=ISRG Root X1 The issuer of cert 0 is R10, but it sends R11. Discussion here: https://marc.info/?t=173375396800001&r=1&w=2
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.