~technomancy/fennel-lang.org

5b2e6685265d0716cd48889661364f264dcc89dd — Phil Hagelberg 7 months ago d120a76
Update meetup dates.
5 files changed, 7 insertions(+), 6 deletions(-)

M Makefile
M README.md
M events.fnl
M main.fnl
M see.html
M Makefile => Makefile +1 -0
@@ 31,6 31,7 @@ events.html: events.fnl fennel/fennel
fennelview.lua: fennel/fennel fennel/src/fennel/view.fnl
	fennel/fennel --compile fennel/src/fennel/view.fnl > $@

# would be better to use a submodule for this too, but it changes much less
# antifennel.lua: ../antifennel/antifennel ; cp $< $@

fennel-syntax.xml: syntax.fnl fennel/fennel

M README.md => README.md +1 -1
@@ 21,7 21,7 @@ is not currently deployed automatically via CI like the rest of the site.
The HTML for the site is
[built and uploaded in the CI](https://builds.sr.ht/~technomancy/fennel-lang.org).

Code and documentation copyright © 2018-2022 Phil Hagelberg and contributors
Code and documentation copyright © 2018-2023 Phil Hagelberg and contributors

Released under the MIT/X11 license; same as Fennel; see LICENSE


M events.fnl => events.fnl +3 -3
@@ 44,10 44,10 @@
                "the scheduled time."
                [:a {:href "https://meet.jit.si/FennelUserGroup"}
                 "meet.jit.si/FennelUserGroup"]]
               [:p {} "The next Fennel User Group will be on the 21st of January"
                " followed by the 18th of February."]
               [:p {} "The next Fennel User Group will be on the 18th of March"
                " followed by the 15th of April."]
               [:hr {}]
               [:p {} "Fennel is copyright © 2016-2022 Calvin Rose and "
               [:p {} "Fennel is copyright © 2016-2023 Calvin Rose and "
                "contributors and is"
                ;; TODO: fix contributor link
                ;; [:a {:href "https://git.sr.ht/~technomancy/fennel/contributors"}

M main.fnl => main.fnl +1 -1
@@ 151,7 151,7 @@
                " for collecting ideas."]

               [:hr {}]
               [:p {} "Fennel is copyright © 2016-2022 Calvin Rose and "
               [:p {} "Fennel is copyright © 2016-2023 Calvin Rose and "
                "contributors and is"
                ;; TODO: fix contributor link
                ;; [:a {:href "https://git.sr.ht/~technomancy/fennel/contributors"}

M see.html => see.html +1 -1
@@ 28,7 28,7 @@
        to Lua, and use <kbd>antifennel file.lua</kbd> to go the other
        direction.
      </noscript>
      <p><a href="/">Fennel</a> is copyright © 2016-2022 Calvin Rose and
      <p><a href="/">Fennel</a> is copyright © 2016-2023 Calvin Rose and
        contributors and is released under the MIT/X11 license.
        <a href="https://git.sr.ht/~technomancy/fennel-lang.org">This website</a>
        is under the same terms.