Login
Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

36 check-ins using file fossilserve version 4d577052cf

2024-09-17
12:25
Added quick note about the chiselapp hosting site. Yes, I'm aware some of the projects haven't been updated for absolutely ages, but some of them must be fresh, surely. Just be careful of the projects that are basically just clones of fossil. Leaf check-in: 7cb3ed0ea2 user: viking tags: trunk
11:56
Reworked the help display, removed redundancies. I also moved up the version to just underneath the changelog. check-in: 7587ea5ae2 user: viking tags: trunk
11:34
Removed unrequired $ME for grammatical reasons. check-in: 010ec59164 user: viking tags: trunk
11:25
Shortened up $0 so it's a name, not a path and name. While I was at it, I corrected a mistake that had slipped in. check-in: d497f20465 user: viking tags: trunk
11:04
Added version, and function for it. Also added periods in lists. check-in: c467ce252e user: viking tags: trunk
10:31
Reworked hashbang on fossilsource for portability reasons. While I'm at it, I'll start adding an actual visible version. I was getting sick of copying fossilsource over to some BSD and the script not working purely because bash isn't in the same place as it is under Linux. I should have learned this a while ago. Let's hope env is always in the same place, as that's also complicated matters in the past. check-in: 1bba8e79a6 user: viking tags: trunk
2024-09-12
10:15
Updated top version to correlate with fossilsource and changes. check-in: 726c3e0bd0 user: viking tags: trunk
2024-09-11
11:22
Finally removed libfossil-forum from synced repositories. See https://fossil.wanderinghorse.net/r/libfossil/forumpost/c58421800f for the reasons (mainly lack of use). This change does most of the removal changes, leaving the original function commented-out. This function will be outright removed shortly and synched back to the two mirrors I maintain. check-in: f0d6bded0b user: viking tags: trunk
2024-09-09
23:36
Corrected terminology, as we don't fetch fossil, only its updates. check-in: 3c8fa063e4 user: viking tags: trunk
22:00
Updated version to 0.1 to reflect reality. check-in: a284551c91 user: viking tags: trunk
21:56
Change fossilmake to executable. check-in: d6f6848687 user: viking tags: trunk
10:40
Initial code for fossilmake, cloned and modified from gitmake. check-in: d50e4b9fcb user: viking tags: trunk
2024-08-24
02:06
Added entry to help for common. check-in: 704bc8a707 user: viking tags: trunk
2024-08-21
09:06
Fixes to "common" target for some mistakes with cd. check-in: a0697363e0 user: viking tags: trunk
06:00
Removed extra cd for sqlite, as I was already doing one. check-in: 67cb82fb04 user: viking tags: trunk
2024-08-20
21:50
This should really have been added earlier. Every project can use one. check-in: 581cfbfb02 user: viking tags: trunk
21:49
Corrected common, as it was trying to cd too many times. A note - git repo contains stuff that fossil repo does not. check-in: fc4f47f112 user: viking tags: trunk
11:26
[Whitespace] Split line in two for length. check-in: 6dbd221d5c user: viking tags: trunk
2024-08-19
23:40
Adding "common" to cover {fossil,sqlite}-{code,forum}, and tcl/tk. This also covers althttpd. check-in: 17fe3a8ac4 user: viking tags: trunk
23:39
Adding note about "all" target. This should have been common, but that's coming. check-in: c8d2fd93fd user: viking tags: trunk
2024-08-18
22:34
Silenced pushd/popd as they don't need to be so noisy check-in: 9500604f57 user: viking tags: trunk
2024-08-15
22:46
[Whitespace] Split a line into two. check-in: fecaad4db8 user: viking tags: trunk
22:41
Tweaked help strings, correcting references to chisel. I'd mentioned chisel and flint separately, chisel uses the flint server for operation. Chisel is more properly referred to as the project, with flint being an instance of that. check-in: 9c1ffce30a user: viking tags: trunk
2024-07-24
04:14
Several help page changes. check-in: 62f479b835 user: viking tags: trunk
2024-07-19
10:48
[Whitespace] Reformatted for maximum of 100 chars per line. check-in: a449aec031 user: viking tags: trunk
2024-07-05
11:33
Corrected two subheadings for Github's rendering of README.org. check-in: 70542a0fff user: viking tags: trunk
11:29
Correcting another mistake in org mode tag. check-in: d873339b1d user: viking tags: trunk
11:25
Another attempt to correct rendering of README.org. Let's try making the problem string into a QUOTE instead. check-in: 6e4337c82d user: viking tags: trunk
11:24
Tiny patch to see if it fixes a rendering issue with README.org. Included org commands inside a BEGIN_SRC section occasionally need to be escaped, which I had done. However, Github's render of the README file makes it look a bit weird, so I'm trying the same thing without the escaping. check-in: d6001968c6 user: viking tags: trunk
11:23
Added a LICENCE file to comply with Github's open source terms. check-in: 527a9559d9 user: viking tags: trunk
11:18
Added README for future Github users. Yes, it's in org format. Yes it should display 'nicely', and not like a sack of rocks. If it does look like a sack of rocks, I shall kick it into submission. It has been warned. check-in: b9a51f73db user: viking tags: trunk
11:16
Changed comment, added note about wapp's inclusion. Also made note of the veryrarely category. check-in: 486e1a7857 user: viking tags: trunk
11:06
Caught one last file I had missed before. check-in: d27d236e50 user: viking tags: trunk
11:06
Whoops, changed reference. Hasn't been fossilweb for a while. check-in: 0f0bbdc7c6 user: viking tags: trunk
11:04
Store tangled outputs in a less controversial place. Surely I should have seen this a while ago. If I hadn't changed this, users would be complaining that their project changes aren't visible, until I tell them to look in ~/src/bash/fossil where they might not have put this project initially - who knows, they could have put them into ~ itself! check-in: ad97209e9a user: viking tags: trunk
09:01
Replace home dir with env variable. The reason there's two sorts of changes in the org file is because emacs org doesn't understand environment variables, however it does understand what ~ means.Everywhere else gets the generic ${HOME} that will work under Linux and any of the BSD-like systems. I haven't ever tried this under WSL/WSL2, though it should be fine there. I don't care about Windows commandline as I don't use it for updating fossils. check-in: efd4ea0e37 user: viking tags: trunk