1 files changed, 74 insertions(+), 0 deletions(-)
A Makefile
A Makefile => Makefile +74 -0
@@ 0,0 1,74 @@
+# rw-twt_nq-oqo description_repo
+nq-tq_repo := 1q20hqh-kq_oq_parsing-gemtext_txr
+rw-twt_overview := " Parsing kanban related content in Gemtext using TXR"
+#nq-rw_tags :=
+
+# rq-nq details-repo
+iqi-bq_email := indieterminacy@libre.brussels
+
+# nwn-jq_nq-oqo location-parameters_repo
+mq-bqb_https := https://
+mq-bqb_git := git
+be-nq_forge := git.sr.ht
+nqn-fq_pathway-files := tree/main/item
+iqi-nq_account := indieterminacy
+
+be-oqo_repo := $(mq-bqb_https)/$(be-nq_forge)/~$(iqi-nq_account)/$(nq-tq_repo)
+bw-oqo_repo := $(mq-bqb_git)@$(be-nq_forge):~$(iqi-nq_account)/$(nq-tq_repo)
+nqn-oqo_repo := "~/3q40bqb_federating/"
+
+## nq-uw initiating-forge
+nw-bwb_forge-location:
+ git remote add origin $(bw-oqo_repo)
+
+# iq-mq_licensing
+iq-nq_license := "AGPL-3 or later"
+be-iq_license-source := "https://www.gnu.org/licenses/agpl.txt"
+beb-iq_receive-license:
+ @curl https://www.gnu.org/licenses/agpl.txt | cat > agpl-3.0.txt
+ @git add agpl-3.0.txt
+ @git commit -m "Adding license type $(iq-nq_license)"
+
+# bq-tqt communications-channels
+bq-tqt_mq-bqb_room_matrix-i := "https://matrix.to/\#/\#xq_icebreaker:matrix.org"
+bq-tqt_mq-bqb_room_matrix-ii := "https://matrix.to/\#/\#xq-oqo_icebreaker:matrix.org"
+
+# cqc-iq utilities
+#> rqr-cqc create-examples
+
+# rq-twt documentation
+#> rqr-twt develop-further
+#> rqr-nq reference-appropriate-repos
+
+#> rqr-kq contextualise-markdown
+#README.md:
+
+README.gmi:
+ @echo "# Repo Details" > $@
+ @echo "Obtain repo:" >> $@
+ @echo "git clone $(be-oqo_repo) $(nqn-oqo_repo)" >> $@
+ @echo "" >> $@
+ @echo "read/write:" >> $@
+ @echo "$(bw-oqo_repo)" >> $@
+ @echo "" >> $@
+ @echo "# Special Props" >> $@
+ @echo "NLNet and NGI (for funding)" >> $@
+ @echo "=> https://nlnet.nl/project/Icebreaker/ Reference re Icebreaker" >> $@
+ @echo "" >> $@
+ @echo "# Licensing" >> $@
+ @echo "=> $(be-oqo_repo)/$(nqn-fq_pathway-files)/agpl-3.0.txt $(iq-nq_license) - local-copy" >> $@
+ @echo "=> $(be-iq_license-source) $(iq-nq_license) - remote-copy" >> $@
+ @echo "" >> $@
+ @echo "# Contact" >> $@
+ @echo "=> $(bq-tqt_mq-bqb_room_matrix-i) Icebreaker's Matrix Room - General" >> $@
+ @echo "=> $(bq-tqt_mq-bqb_room_matrix-ii) Icebreaker's Matrix Room - Tooling" >> $@
+ @echo "" >> $@
+ @echo "$(iqi-bq_email)" >> $@
+ @echo "" >> $@
+
+# rqr-uq automate-markdown-documentation
+rqr-uw_build: README.gmi
+
+# rqr-uq automate-markdown-documentation
+rqr-u2_build:
+ rm README.gmi