From 50c547f495a6ebb8a3b16d4e696b5ba03439d414 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 13 May 2024 18:00:14 -0400 Subject: add a few non-pod markup samples - as a simple way to start document markup - to demonstrate similarity with sisu - + (tangle & track default sisudoc.org homepage) --- org/config_git.org | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 103 insertions(+), 3 deletions(-) (limited to 'org') diff --git a/org/config_git.org b/org/config_git.org index 1279762..4d5dc6c 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -4,7 +4,7 @@ #+FILETAGS: :spine:hub: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2023 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 - 2024 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code @@ -34,12 +34,12 @@ !nixDevEnv.sh !.envrc !.envrc-local -!.envrc-local_ !.envrc-nix !.envrc-git-init !.env !.env/** !README +!README.md !COPYRIGHT !CHANGELOG !makefile @@ -81,6 +81,13 @@ !markup/pod/*/tools/po4a/po/*/*.sst.po !markup/pod/*/tools/po4a/po/*/*.ssm.po !markup/pod/*/tools/po4a/po/*/*.ssi.po +!markup/non-pod-samples/ +!markup/non-pod-samples/*.sst +!markup/non-pod-samples/image/ +!markup/non-pod-samples/image/*.png +!markup/non-pod-samples/image/*.jpg +!markup/non-pod-samples/image/*.PNG +!markup/non-pod-samples/image/*.JPG !markup/sisudoc-spine-bespoke-output/ !markup/sisudoc-spine-bespoke-output/** .dub/** @@ -91,17 +98,110 @@ tmp/** ,*_.d ,*_.txt ,*_ +!.envrc-local_ ,*.swp ,*~ \#* ,*.\#* -!.envrc-local_ #!*/ #\#* #*.\#* #.reggae/** #+END_SRC +** markup/.gitignore (redundant) :gitignore: + +#+HEADER: :tangle "../markup/.gitignore" +#+BEGIN_SRC sh +# git ls-files --others --exclude-from=.git/info/exclude +# git check-ignore -v flake.lock +# git clean -ix +# find . -name "*_" | xargs rm -rf +# find . -name "*.o" | xargs rm -rf +,* +* +!.gitignore +!COPYRIGHT +!README +!README.md +!shell.nix +!packages.nix +!version.txt +!pod/ +!pod/.dr/config_local_site +# pod.manifest +!pod/*/ +!pod/*/pod.manifest +# conf/sisu_document_make +!pod/*/conf/ +!pod/*/conf/sisu_document_make +# media/text +!pod/*/media/ +!pod/*/media/text/ +!pod/*/media/text/*/ +!pod/*/media/text/*/*.sst +!pod/*/media/text/*/*.ssm +!pod/*/media/text/*/*.ssi +!pod/*/media/text/*/index.html.in +# media/image +!pod/*/media/image/ +!pod/*/media/image/*.png +!pod/*/media/image/*.jpg +!pod/*/media/image/*.PNG +!pod/*/media/image/*.JPG +# tools/po4a +!pod/*/tools/ +!pod/*/tools/Makefile +!pod/*/tools/bin/ +!pod/*/tools/bin/*.sh +!pod/*/tools/po4a/ +!pod/*/tools/po4a/pot/ +!pod/*/tools/po4a/pot/*.sst.pot +!pod/*/tools/po4a/pot/*.ssm.pot +!pod/*/tools/po4a/pot/*.ssi.pot +!pod/*/tools/po4a/pot/index.html.in.pot +!pod/*/tools/po4a/po/ +!pod/*/tools/po4a/po/*/ +!pod/*/tools/po4a/po/*/*.sst.po +!pod/*/tools/po4a/po/*/*.ssm.po +!pod/*/tools/po4a/po/*/*.ssi.po +!pod/*/tools/po4a/po/*/index.html.in.po +# separate from media/text use tools +!pod/*/media/text/Makefile +!pod/*/media/text/bin/ +!pod/*/media/text/bin/*.sh +!pod/*/media/text/pot/ +!pod/*/media/text/pot/*.sst.pot +!pod/*/media/text/pot/*.ssm.pot +!pod/*/media/text/pot/*.ssi.pot +!pod/*/media/text/pot/index.html.in.pot +!pod/*/media/text/po/ +!pod/*/media/text/po/*/ +!pod/*/media/text/po/*/*.sst.po +!pod/*/media/text/po/*/*.ssm.po +!pod/*/media/text/po/*/*.ssi.po +!pod/*/media/text/po/*/index.html.in.po +!non-pod-samples/ +!non-pod-samples/*.sst +!non-pod-samples/image/ +!non-pod-samples/image/*.png +!non-pod-samples/image/*.jpg +!non-pod-samples/image/*.PNG +!non-pod-samples/image/*.JPG +!sisudoc-spine-bespoke-output/ +!sisudoc-spine-bespoke-output/** +# skip +.dub/** +tmp/** +,*_.org +,*_.d +,*_.txt +,*_ +,*~ +\#* +,*.\#* +#+END_SRC + ** .gitattributes :gitattributes: #+HEADER: :tangle "../.gitattributes" -- cgit v1.2.3