Logo white

Anubis / Xlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 12
  • Tags 6
  • xlib
  • web
  • making_a_web_site.anubis
29 Aug, 2026
3 commits
  • [+] add more helper for <h2>, <h3> and <i> tags
    07574089
    David RENÉ authored
    2026-08-29 10:29:32 +0900  
    Browse File »
  • [+] add CommonInfo and https Bool as arguments into format_html_head which it's … ...
    e9a18d8a
    …need for formatting the HTML output
    David RENÉ authored
    2026-08-29 10:28:36 +0900  
    Browse File »
  • [+] add role(String) helper for CoreAttrs
    da54755a
    David RENÉ authored
    2026-08-29 10:23:04 +0900  
    Browse File »

10 May, 2026
3 commits
  • [~] revert the removed of empty for attribute because it was need. So I prefer t… ...
    bdce9bd6
    …o rename it with an another name for avoiding confusion for compiler
    David RENÉ authored
    2026-05-10 15:45:31 +0900  
    Browse File »
  • [+] more helper functions for hidden attribute
    1e9a6085
    David RENÉ authored
    2026-05-10 13:39:45 +0900  
    Browse File »
  • [*] BIG CHANGE. Maybe that xlib will become 2.0 ...
    8fcf167e
    Removed all HTML_In_Form, HTML_Off_Form, HTML_Partial_Content  type and replaced it by the new type HTML.
    
    Update all library according to that change.
    
    [-] removed the generic_form.anubis and generic_table.anubis which was obsolete.
    David RENÉ authored
    2026-05-10 10:51:30 +0900  
    Browse File »

27 Apr, 2026
1 commit
  • [>] start the work on the 1.19.1 version. ...
    8dc27220
    There are lot of modification which make incompatible with secondary module whom rely on 1.19 version. These modules must be compiled again with that new version.
    David RENÉ authored
    2026-04-27 17:00:12 +0900  
    Browse File »

16 Apr, 2026
1 commit
  • [+] add html th tag without any argument
    56e530ab
    David RENÉ authored
    2026-04-16 10:30:24 +0900  
    Browse File »

28 Mar, 2026
1 commit
  • [+] add function for html th(CoreAttrs attr). Let add th with only attributes
    9b054f81
    David RENÉ authored
    2026-03-28 12:35:29 +0900  
    Browse File »

14 Oct, 2025
1 commit
  • Fix the attribute name to correct one "action".
    3d2028cd
    David RENÉ authored
    2025-10-14 14:03:40 +0900  
    Browse File »

21 Sep, 2025
1 commit
  • HTML_Off_Form ...
    16555932
    [+] checkbox
    [+] more option
    David RENÉ authored
    2025-09-21 09:38:08 +0900  
    Browse File »

08 Aug, 2025
1 commit
  • [-] fix the delete out of state. Don't try to delete file "." and ".." which are… ...
    b43ac9a0
    … undeletable directories
    David RENÉ authored
    2025-08-08 07:35:36 +0900  
    Browse File »

15 Jun, 2025
3 commits
  • [+] add form name for many actioner function. This allows to have <input> instea… ...
    bd0c017e
    …d of <a> tag and let javascript transform input in decorated button
    David RENÉ authored
    2025-06-15 11:21:21 +0900  
    Browse File »
  • [+] add wrap_lines and read_only CoreAttrributes for textarea
    b2719426
    David RENÉ authored
    2025-06-15 11:18:39 +0900  
    Browse File »
  • [+] add init in CoreAttrs, which add value attribute
    bc3738d4
    David RENÉ authored
    2025-06-15 11:17:25 +0900  
    Browse File »

04 May, 2024
1 commit
  • add encode_HTML_quote
    fa876ec4
    David RENÉ authored
    2024-05-04 12:02:29 +0900  
    Browse File »

12 Jun, 2023
1 commit
  • [-] fix the web action name. Add "aws_a" as valid name
    e782d548
    David RENÉ authored
    2023-06-12 10:00:12 +0900  
    Browse File »

10 May, 2023
1 commit
  • [~] remove multiple declaration of helpers for CoreAttrs
    42dd94b5
    David RENÉ authored
    2023-05-10 18:45:23 +0900  
    Browse File »

05 May, 2023
3 commits
  • Merge branch 'release/ANUBIS_1_19' into HEAD ...
    4e513d3a
    Resolve Conflicts:	web/making_a_web_site.anubis
    David RENÉ authored
    2023-05-05 11:31:26 +0900  
    Browse File »
  • merge
    0c55d6c8
    David RENÉ authored
    2023-05-05 11:28:03 +0900  
    Browse File »
  • [+] add many helpers for CoreAttrs and html_tag
    eccfbd57
    David RENÉ authored
    2023-05-05 11:06:51 +0900  
    Browse File »

04 May, 2023
1 commit
  • add helper (formaction, formmethod, main) for html_tag ...
    75265fb5
    add button with a String as argument
    add form without CoreAttrs as argument
    
    add helper as CoreAttrs for (width, height, width_px, height_px, alt, for, type, placeholder, name, role)
    David RENÉ authored
    2023-05-04 12:07:56 +0900  
    Browse File »

13 Mar, 2023
1 commit
  • [+] add svg as html tag
    e544971f
    David RENÉ authored
    2023-03-13 15:01:30 +0100  
    Browse File »

15 Oct, 2022
1 commit
  • [+] add bold html tag <b>
    a39cd37a
    David RENÉ authored
    2022-10-15 13:33:44 +0200  
    Browse File »

29 Aug, 2022
1 commit
  • update html_tooltip with the new format of data inside the attributes
    87fea19b
    David RENÉ authored
    2022-08-29 18:42:09 +0900  
    Browse File »

12 Dec, 2021
1 commit
  • remove some alternative from HTML_Off_Form to move it as html_tag or some are co… ...
    272e47b2
    …mpletely removed due to their useless
    preformated move to html_tag pre
    progress move to html_tag progress
    center removed
    mail_to removed
    scroller removed
    fixed_size removed
    fixed_size_2 removed
    David RENÉ authored
    2021-12-12 01:01:11 +0100  
    Browse File »

27 Nov, 2021
1 commit
  • [+] add some helper for div with one String and with or without CoreAttrs ...
    1ab9aac6
    [+] add to_String function from HTML_Off_Form
    [~] some cleanup and remove dead code
    David RENÉ authored
    2021-11-27 08:03:14 +0100  
    Browse File »

26 Oct, 2021
1 commit
  • [-] remove unused label from HTML_Off_form. This break the type HTML_Off_form, a… ...
    e701df09
    …ll source use this type must be recompiled
    [+] add some helper in html_tag to use String directly instead of "text"
    David RENÉ authored
    2021-10-26 23:24:51 +0200  
    Browse File »

16 Oct, 2021
1 commit
  • [+] add html_tag <canvas> in many form
    358bd560
    David RENÉ authored
    2021-10-16 20:58:29 +0200  
    Browse File »

15 Feb, 2021
1 commit
  • start refactoring filename without CXM prefix
    4cc8efb4
    David RENÉ authored
    2021-02-15 14:59:42 +0900  
    Browse File »

11 Feb, 2021
1 commit
  • start to remove CXM_ prefix for nothing, since the files are located in folder x… ...
    61e55d80
    …lib. No need to have redundant name
    David RENÉ authored
    2021-02-11 16:56:47 +0900  
    Browse File »