[READ-ONLY] Mirror of https://github.com/Schniz/APUI.
0

Configure Feed

Select the types of activity you want to include in your feed.

2 1 0

Clone this repository

https://tangled.org/schlez.in/APUI https://tangled.org/did:plc:4wuzk54egl7o3qi7qfpqwylg
git@tangled.org:schlez.in/APUI git@tangled.org:did:plc:4wuzk54egl7o3qi7qfpqwylg

For self-hosted knots, clone URLs may differ based on your setup.



README.md

APUI#

Functional programming via GUI.

awesome.

XML Example#

<?xml version="1.0" encoding="UTF-8"?>
<Flow>
  <Command name="Condition">
		<Attributes>
			<Attribute name="condition">
				<And>
					<Evaluator name="myEvaluator" operator="is" />
				</And>
			</Attribute>
		</Attribute>
		<IsTrue>
			<Command name="Yossi">
				<Attributes>
					<Attribute name="Bla">Value</Attribute>
				</Attributes>
			</Command>
		</IsTrue>
		<IsFalse>
			<Command name="Yossi">
				<Attributes>
					<Attribute name="Bla">Value</Attribute>
				</Attributes>
			</Command>
		</IsFalse>
	</Command>
</Flow>