README.md

Branch


Log

Author Commit Date CI Message
Thomas de Grivel 90d5f2ac 2025-05-12T14:43:04 todo
Thomas de Grivel a16819fb 2025-04-29T21:16:54 refactor: rename block into do_block
Thomas de Grivel ba193d34 2025-04-28T14:19:31 readme (todo)
Thomas de Grivel 9916645b 2025-04-28T13:53:12 readme
Thomas de Grivel 351588ba 2025-04-18T13:59:39 started writing about KC3 to C conversion
Thomas de Grivel e44c8427 2025-04-14T23:17:37 facts with transaction
Thomas de Grivel 5b870a61 2025-03-24T17:23:42 readme
Thomas de Grivel d9a11e1a 2025-03-19T17:31:04 wip rbpkg
Thomas de Grivel c8b5e0df 2025-03-16T23:49:07 readme
Thomas de Grivel 994d3df5 2025-03-14T15:45:02 wip
Thomas de Grivel c0a33227 2025-03-07T15:12:56 wip r8
Thomas de Grivel f20a8909 2025-02-24T01:17:30 op / ops
Thomas de Grivel 112fd77a 2025-02-22T16:21:50 wip www
Thomas de Grivel 1673ad3c 2025-02-11T17:04:34 todo
Thomas de Grivel dccbdebf 2025-02-07T01:22:14 oauth2
Thomas de Grivel 9e299435 2025-02-05T22:35:22 linux (PopOS)
Thomas de Grivel 377a06f3 2025-01-30T15:40:00 wip
Thomas de Grivel e13294cb 2025-01-21T21:25:13 New in KC3 v0.1.14 - pretty printer - auto indent KC3 code - map - `access` - `get` (get key value) - `put` (return a new map) - struct - `access` - `get` - `put` - facts database (triple store) accessible from KC3 - `new database (Ptr)` - `add_tags` - `collect_with` - `collect_with_tags` - `remove_tags` - `with_tags` - `with` - `with_macro` - HTTPd v0.2.0 - dynamic pages (MVC) - models are defined in `./app/models/` - controllers are defined in `./app/controllers/` - templates are defined in `./app/templates/` - views are defined in `./app/views/` - dynamic router is defined in `./config/router.kc3` - For now we don't match request method and just match the start of the URL with `Str.starts_with?(url, route.path)` - If there is no route or no controller or the controller does not return a HTTP response, a 404 error is returned. Other frameworks like Ruby on Rails or Phoenix do return a 500... - threads - `env_fork_init` - `env_fork_clean` - `Thread.new(fn)` - fx v0.2.0 - file explorer - preview files - text - image - video - audio - binary (hexdump -C) - properties - create - POST "/properties/*path" - delete - DELETE "/properties/*path
Thomas de Grivel 7d3f43e7 2025-01-21T17:07:09 wip release
Thomas de Grivel df437cf0 2025-01-21T16:15:41 wip release 0.1.14
Thomas de Grivel b1339771 2025-01-05T20:26:24 README
Thomas de Grivel b4ba225f 2024-11-20T16:19:46 readme: components
Thomas de Grivel d303e03e 2024-11-09T17:15:23 release notes
Thomas de Grivel 9b35bf2d 2024-11-09T17:08:21 write a little more in README.md
Thomas de Grivel 66306c90 2024-11-09T16:16:02 prepare for release
Thomas de Grivel fff53ce0 2024-10-19T11:36:49 readme
Thomas de Grivel e370fdba 2024-10-14T20:12:30 wip test_httpd
Thomas de Grivel 87a4a683 2024-10-13T10:22:17 Split README.md
Thomas de Grivel b293807e 2024-10-13T09:39:11 todo
Thomas de Grivel bf3ca409 2024-10-10T13:49:58 split licenses into own file
Thomas de Grivel b8cd287f 2024-10-06T17:40:04 README: dependencies
Thomas de Grivel 6cc163b0 2024-09-27T16:46:39 wip test/httpd nav and File.read_all
Thomas de Grivel d7210fb4 2024-09-26T17:26:43 README.md
Thomas de Grivel a628828b 2024-09-26T13:35:20 todo: fx tags and properties
Thomas de Grivel a64972a9 2024-09-16T02:19:19 README.md
Thomas de Grivel 31a0c7e6 2024-09-10T20:39:44 do not follow ../
Thomas de Grivel a95860e6 2024-09-08T17:53:31 bump revision
Thomas de Grivel d6aa7d36 2024-09-02T13:43:41 release v0.1.13
Thomas de Grivel 7f69abab 2024-08-27T12:27:38 wip tests
Thomas de Grivel 7921fb52 2024-08-26T15:28:51 readme
Thomas de Grivel 34f0fef5 2024-08-13T13:57:42 readme: add dependency on libevent-dev on debian
Baptiste 7fe03846 2024-08-06T22:02:45 todo
Thomas de Grivel 62a44321 2024-08-06T19:23:17 bump revision to v0.1.13
Thomas de Grivel eef7c6dc 2024-08-06T16:13:28 Release KC3 v0.1.12 .
Thomas de Grivel a80a375a 2024-07-18T20:54:09 update installation instructions for Debian / Ubuntu / PopOS
Thomas de Grivel 6f308531 2024-07-17T19:10:01 wip ekc3/html html_escape
Thomas de Grivel 1ae6ad0e 2024-07-15T19:59:52 rename c3 to kc3, fix update_source, configure, build
Thomas de Grivel 46744c06 2024-07-14T16:23:50 document maps
Thomas de Grivel def9a1d2 2024-07-14T14:50:40 fix struct_access
Thomas de Grivel d75d8f10 2024-07-05T13:55:13 double free: wip buf_parse_ident_sym
Thomas de Grivel e07f3ac4 2024-07-03T10:36:07 todo
Thomas de Grivel 89eb4089 2024-05-18T15:12:48 README.md
Thomas de Grivel c1c5d90a 2024-05-15T10:20:51 bump revision
Thomas de Grivel 1d281e65 2024-05-14T21:01:33 Release v0.1.11
Thomas de Grivel 933d7056 2024-05-14T20:53:35 license
Thomas de Grivel 2d580247 2024-04-09T09:21:52 readme
Thomas de Grivel 3ce992ab 2024-05-05T22:03:31 wip cow
Thomas de Grivel 4342defd 2024-04-22T23:45:36 wip defmodule
Thomas de Grivel e9eb4e98 2024-04-10T20:49:49 readme
Thomas de Grivel 1dee28f2 2024-04-09T09:30:34 readme
Thomas de Grivel 10969336 2024-03-27T21:10:37 wip defmodule
Thomas de Grivel 28ddb117 2024-03-22T16:32:23 wip def
Thomas de Grivel 5b80e474 2024-03-17T21:52:38 bump revision
Thomas de Grivel a05df437 2024-03-11T17:32:20 readme
Thomas de Grivel 2124cbd4 2024-03-11T17:42:50 prepare for release
Thomas de Grivel f0b35a42 2024-03-11T12:50:18 readme
Thomas de Grivel f8da1004 2024-03-10T11:47:06 readme
Thomas de Grivel 6ea8b337 2024-02-18T20:48:02 readme
Thomas de Grivel 6e765506 2024-02-28T09:11:53 readme
Thomas de Grivel d9a77465 2024-02-27T18:21:08 readme
Thomas de Grivel 7a196f84 2024-02-27T18:18:28 readme
Thomas de Grivel 01023a46 2024-02-22T10:55:04 todo
Thomas de Grivel e2ea623f 2024-02-21T21:21:23 ruby-style if
Thomas de Grivel 6593474a 2024-02-20T14:51:11 wip special operator
Thomas de Grivel 097391e6 2024-02-18T13:34:40 wip unquote
Thomas de Grivel d9932537 2024-02-16T11:48:30 wip macros
Thomas de Grivel e36bbb86 2024-02-14T18:46:47 wip
Thomas de Grivel 8b866b44 2024-02-12T13:44:54 readme
Thomas de Grivel 53f6b048 2024-02-08T10:43:48 wip blocks
Thomas de Grivel 1be10925 2024-01-27T11:42:36 wip
Thomas de Grivel 0f07b9ae 2024-01-26T21:10:35 wip buf_parse_str_eval
Thomas de Grivel 69285baa 2024-01-07T21:21:34 README.md
Thomas de Grivel 4fdc57d3 2024-01-03T11:06:46 wip data and struct
Thomas de Grivel e24f591a 2023-12-19T11:16:49 bump revision
Thomas de Grivel 1830a321 2023-12-19T11:04:44 Release v0.1.9
Thomas de Grivel b66ec694 2023-12-18T17:44:35 readme: make demo
Thomas de Grivel 2d59fb25 2023-11-22T01:50:08 bump version
Thomas de Grivel 00aa28e6 2023-11-13T15:42:04 wip maps
Thomas de Grivel cb1cf42f 2023-11-14T22:54:24 update .h #ifndef to start with LIBC3_
Thomas de Grivel 16e8da84 2023-11-11T16:46:00 wip cairo xcb
Thomas de Grivel 6bd430d3 2023-11-10T19:48:18 wip floats, use printf for ic3_test
Thomas de Grivel 2a12f506 2023-11-10T11:05:03 C3.type
Thomas de Grivel f8c1c3e9 2023-11-10T09:54:20 () -> []
Thomas de Grivel 0e55c798 2023-11-09T21:28:06 readme
Thomas de Grivel 5c8096ad 2023-11-10T10:07:18 describe lists
Thomas de Grivel de7e6b4f 2023-11-10T10:04:40 describe lists
Thomas de Grivel 50683d37 2023-11-10T10:11:31 describe lists
Thomas de Grivel 621927f5 2023-11-11T16:59:15 linenoise license
Thomas de Grivel 94f96508 2023-11-08T11:09:05 README, wip release 0.1.8
Thomas de Grivel b2b63372 2023-11-03T16:31:26 show supported systems in README.md, fix tests