Login
Timeline
Login

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

96 check-ins using file fossilsource-0.2.sh or fossilsource.sh version dc5746c99b

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
05:49
Finally put wapp in, it's been in the comments but not main code. I don't know how often wapp gets updated, so I don't know if it will get added to rarely yet. check-in: f3e61cc2f9 user: viking tags: trunk
05:48
Finally put these in the right category in help. These got missed when I added more headers to better identify what sections of code belonged together. Next commit will add wapp, although I don't know how often that will get updated, given I haven't used it much. check-in: 868289980b user: viking tags: trunk
2024-06-06
08:09
Added wasm specifically to the help under sqlite. This should have been done earlier, but I somehow missed it. check-in: 2bd013efbf user: viking tags: trunk
07:59
Corrected version so it correlates with Changelog check-in: 6627e1c2dc user: viking tags: trunk
07:57
Correct order of word and trademark symbol check-in: 90742bf245 user: viking tags: trunk
2024-06-05
11:35
Added note about scmsource, a "sister" project. check-in: 580926bed6 user: viking tags: trunk
11:34
Added discussion points regarding cloning. This also included a short note about where to put the cloned fossils and that a downloaded fossil is a requirement for cloning. check-in: 0781f083c8 user: viking tags: trunk
2024-04-03
09:51
Tangentsoft-related changes. Removed tangentsoft-fossil itself from rarely, leaving inskinerator in the rarely category. Also tied tangentfossil into the main switch parser. Additionally, renamed others-all to tangentsoft-all, and I'll need a others-all for anything that's not tangentsoft/libfossil etc. check-in: 2fcf9ca72d user: viking tags: trunk
09:50
Moved chisel to veryrarely, finally added note about veryrarely check-in: 25d982503e user: viking tags: trunk
2024-04-02
12:11
Added tangentsoft's own repo check-in: 44c657496a user: viking tags: trunk
2024-03-05
00:09
Corrected path change in veryrarely. check-in: 00f8f9c79c user: viking tags: trunk
2024-03-04
23:35
Added veryrarely category, reorganised some logic and help. The new veryrarely category has stuff that hasn't been updated in over a couple of years. Flint hasn't seen significant updates for over ten years. check-in: a94cae5b15 user: viking tags: trunk
23:34
Added others_all() to cover tangentsoft. Others to come. This covers anything that's not fossil/tcl/sqlite that gets updated often enough to care about (i.e. more than once in two years). check-in: 3235c8f7eb user: viking tags: trunk
21:13
Corrected path for tangentsoft in rarely() Also added note for possible extremely_rarely category to be added, for items that literally haven't been touched in years such as flint and fuel. Not many changes expected here, unlike wasm and others like that which may see sporadic activity. check-in: a6d5184316 user: viking tags: trunk
2024-03-02
09:05
Added note about fossils not covered by *serve.sh scripts. check-in: 90cda2296e user: viking tags: trunk
09:04
Removal of stray backtick. check-in: 591fe63a63 user: viking tags: trunk
09:03
Added and updated docs. Note about fossil open added. I noticed that fossil open does a clone of the remote repository first, dumping it in the same directory that the extract of files is placed in. Normally it's done with the following: fossil clone RemoteURL LocalName.fossil mkdir source cd source fossil open ../LocalName.fossil check-in: 4a37883030 user: viking tags: trunk
09:00
Added flint, the software behind the chisel hosting site. check-in: f7b374e7fa user: viking tags: trunk
2024-02-29
10:08
Corrected dir that fossil is stored in. check-in: 8b7e8914ad user: viking tags: trunk
10:05
Doc and script version bumps, addition of inskinerator to help. check-in: 55873e02ba user: viking tags: trunk
09:50
Changes for inskinerator repo. This sews in the inskinerator repo, stashed in src/perl/hosts/tangentsoft check-in: 8f288bf66c user: viking tags: trunk
09:44
Formatting changes for personal indent preference. I tend to indent only by two spaces each time. As long as I keep an eye on it all, it's not too bad, and doesn't clash much with an 80-wide screen. It works out even better for a 100-wide screen. check-in: 39140808ca user: viking tags: trunk
09:23
Final final fix to fresh function that updates Fresh.fossil. Bad edit from before resulted in a line of simply "o" and that was all. That's now corrected back to the previous contents but without the echo of the line I was about to execute (for breadcrumbing). check-in: b1f72cfdeb user: viking tags: trunk
2024-02-28
02:58
Final fix to call Fresh. I had to remember to separate search patterns (i.e."fresh" or "Fresh" rather than looking at the single string "fresh|Fresh". check-in: 6d31c6c87c user: viking tags: trunk
01:57
Making sure the right fossil repository is updated check-in: 8dff1dea92 user: viking tags: trunk
2024-02-27
22:38
Added Fresh (an IDE) Hosted in a fossil, but isn't fossil-focused. It's an IDE for assembler, using fasm/fasmg as an assembler. check-in: 02c27a1c74 user: viking tags: trunk
2023-08-18
00:08
Collection of changes. Rearranged things, added 5 second space in sqlite-all, updated help. Also did whitespace changes throughout fossilsource section. The individual changes are called out in the previous two commits for fossilsource itself. check-in: 3c04ebc25d user: viking tags: trunk
2023-08-17
23:58
Mainly whitespace changes. This is part of the changes to the master fossil.org document. check-in: 2b6f932cea user: viking tags: trunk
23:58
Rearranged things, added 5 second space in sqlite-all, updated help. This is part of the changes to the master fossil.org document. check-in: e560ae82ed user: viking tags: trunk
23:58
Changed date and revision (finally), added change to log. check-in: 4a962c4601 user: viking tags: trunk
23:54
Tweaked the rarely section, corrected whitespace. check-in: 02fb382fa8 user: viking tags: trunk
23:53
Added a future plan entry. check-in: 55355b3f78 user: viking tags: trunk
23:52
Reformatted slightly, and added note to versions. check-in: dc0d5bec4f user: viking tags: trunk
2023-05-24
03:23
Initial cut at fossilmake and fossildoc. Other commentary too check-in: 5352b79071 user: viking tags: trunk
2023-05-18
10:57
Round-up of changes since April 29. (updates to fossil.org, fossilsource and fossilweb.sh) check-in: 4761e2e848 user: viking tags: trunk
2023-05-16
01:11
Added fuel back to fossilsource, even though it's not up to date. Do I have the chops to bring it somewhat more up to date for today's fossil functions? Leaf check-in: a7a2be4fbb user: brickviking@gmail.com tags: master, trunk
2023-05-15
22:34
Don't need to change directories twice for fuel stanza check-in: b4612c5b63 user: brickviking@gmail.com tags: master, trunk
22:26
Updates to fossil.org, fossilsource and fossilweb.sh check-in: 02edf2128e user: brickviking@gmail.com tags: master, trunk
2023-04-29
08:27
Tweaked .tex file again check-in: c1569061ba user: viking tags: trunk
08:26
Added subsection about cloning fossils in fossilsource check-in: 9f2cc9b861 user: viking tags: trunk
08:25
Moved TOC, tweaked sentence check-in: a06e359e96 user: viking tags: trunk
2023-04-28
23:06
Added vim modeline and emacs equivalent check-in: b9557007a1 user: viking tags: trunk
23:06
Recreated tex document check-in: f3ba66f854 user: viking tags: trunk
23:05
Reformatted to line length, rearranged some sections check-in: 9a8b347ae3 user: viking tags: trunk
14:08
Lots of spacing changes check-in: f4141497d9 user: viking tags: trunk
13:02
Changed date - I should be doing that every time. check-in: 7dbb029c43 user: viking tags: trunk
13:02
Tweaked .tex output, changed date check-in: ecc72e837e user: viking tags: trunk
13:00
Added some spacing so the tex output should look better. Not finished yet. check-in: 07be494d68 user: viking tags: trunk
12:59
Tweaked .tex output, we'll see if that looks better check-in: fd676cae44 user: viking tags: trunk
12:54
Added note about weaving/tangling check-in: ea73d65da7 user: viking tags: trunk
12:38
Latest render of org-mode into LaTeX document - 2023-04-29 check-in: 3347451ac3 user: viking tags: trunk
12:11
Added note about dohelp() in fossilsource check-in: 13e6db57e1 user: viking tags: trunk
12:09
Added future idea for cloning to fossilsource check-in: 727c76599a user: viking tags: trunk
2023-04-27
21:41
Removal of stray lines in the help() check-in: 828b3dc251 user: viking tags: trunk
12:53
Small nips and tucks, caught up the changelog check-in: 8cc2dcff1b user: viking tags: trunk
12:46
Renamed old fossil.tex to include date of creation check-in: 5ac2a26d26 user: viking tags: trunk
10:55
Current state of fossilgitcreate check-in: 4467a81863 user: viking tags: trunk
10:55
Shuts up git so I don't lose stuff check-in: 1b89a49244 user: viking tags: trunk
08:16
Version 0.1.3 had added cl-parsing, I added fossilweb check-in: 19033c5530 user: viking tags: trunk
06:19
Version 0.2, correcting for no sqlite-book check-in: be417e7b8b user: viking tags: trunk