Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37876718
en ru br
ALT Linux repositórios
S:0.3-alt2
5.0: 0.2-alt3
4.1: 0.2-alt2

Group :: Sistema/Configurações/Rede
RPM: alterator-witchery

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

alterator-witchery-0.3/000075500000000000000000000000001130423641600152035ustar00rootroot00000000000000alterator-witchery-0.3/Makefile000064400000000000000000000003061130423641600166420ustar00rootroot00000000000000NAME=witchery

all:
clean:
install: install-module install-data

include /usr/share/alterator/build/module.mak

install-data:
install -Dpm644 installer-steps $(sysconfdir)/alterator/witchery/steps
alterator-witchery-0.3/help/000075500000000000000000000000001130423641600161335ustar00rootroot00000000000000alterator-witchery-0.3/help/en_US/000075500000000000000000000000001130423641600171445ustar00rootroot00000000000000alterator-witchery-0.3/help/en_US/witchery1.html000064400000000000000000000004511130423641600217510ustar00rootroot00000000000000<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>Help - ALT Linux Console</title>
<meta http-equiv="content-type" value="text/html;charset=utf-8"/>
</head>
<body>
<p>first step of the witchery</p>
</body>
</html>
alterator-witchery-0.3/help/ru_RU/000075500000000000000000000000001130423641600171675ustar00rootroot00000000000000alterator-witchery-0.3/help/ru_RU/witchery1.html000064400000000000000000000004671130423641600220030ustar00rootroot00000000000000<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>Help - ALT Linux Console</title>
<meta http-equiv="content-type" value="text/html;charset=utf-8"/>
</head>
<body>
<p>Первый шаг волшебства</p>
</body>
</html>
alterator-witchery-0.3/installer-steps000064400000000000000000000000361130423641600202560ustar00rootroot00000000000000witchery1
witchery2
witchery3
alterator-witchery-0.3/steps/000075500000000000000000000000001130423641600163415ustar00rootroot00000000000000alterator-witchery-0.3/steps/witchery1.desktop000064400000000000000000000004041130423641600216510ustar00rootroot00000000000000[Desktop Entry]
Encoding=UTF-8
Type=Application
Icon=logo_48
Terminal=false
Name=Demo step 1
Name[ru_RU]=Демонстрационный шаг 1
Name[uk_UA]=Демонстраційний крок 1
X-Alterator-URI=/witchery/step1
X-Alterator-Help=witchery1
alterator-witchery-0.3/steps/witchery2.desktop000064400000000000000000000003741130423641600216600ustar00rootroot00000000000000[Desktop Entry]
Encoding=UTF-8
Type=Application
Icon=logo_48
Terminal=false
Name=Demo step 2
Name[ru_RU]=Демонстрационный шаг 2
Name[uk_UA]=Демонстраційний крок 2
X-Alterator-URI=/witchery/step2
X-Alterator-Help=2
alterator-witchery-0.3/steps/witchery3.desktop000064400000000000000000000003741130423641600216610ustar00rootroot00000000000000[Desktop Entry]
Encoding=UTF-8
Type=Application
Icon=logo_48
Terminal=false
Name=Demo step 3
Name[ru_RU]=Демонстрационный шаг 3
Name[uk_UA]=Демонстраційний крок 3
X-Alterator-URI=/witchery/step3
X-Alterator-Help=3
alterator-witchery-0.3/ui/000075500000000000000000000000001130423641600156205ustar00rootroot00000000000000alterator-witchery-0.3/ui/witchery/000075500000000000000000000000001130423641600174565ustar00rootroot00000000000000alterator-witchery-0.3/ui/witchery/11/000075500000000000000000000000001130423641600176775ustar00rootroot00000000000000alterator-witchery-0.3/ui/witchery/11/index.scm000064400000000000000000000002011130423641600215030ustar00rootroot00000000000000(document:surround "/std/frame")

(label (_ "Demo step 1.1"))

(button "Go main"
(when clicked (frame:replace "/witchery/1")))
alterator-witchery-0.3/ui/witchery/step1/000075500000000000000000000000001130423641600205125ustar00rootroot00000000000000alterator-witchery-0.3/ui/witchery/step1/index.scm000064400000000000000000000005441130423641600223300ustar00rootroot00000000000000(document:surround "/std/frame")

(label (_ "Demo step 1"))

(document:id cb
(checkbox "Toggle forward" (when toggled (frame:next-activity (cb state)))))

(hbox
(button "Go substep"
(when clicked (frame:replace "/witchery/11")))
(button "Go Next"
(when clicked (frame:next))))

(document:root (when loaded (frame:next-activity #f)))
alterator-witchery-0.3/ui/witchery/step2/000075500000000000000000000000001130423641600205135ustar00rootroot00000000000000alterator-witchery-0.3/ui/witchery/step2/index.scm000064400000000000000000000007161130423641600223320ustar00rootroot00000000000000(document:surround "/std/frame")

(label "step 2")

;;fake long operation
(let () (sleep 2) #f)

(frame:on-next
(thunk (document:popup-information "Go next?" 'ok 'cancel)))
(frame:on-back
(thunk (document:popup-information "Go Back?" 'ok 'cancel)))

(document:id cb
(checkbox "allow next" (when toggled (frame:next-activity (cb state))) ))

(button "Go Back"
(when clicked (frame:back)))

(document:root (when loaded (frame:next-activity #f)))
alterator-witchery-0.3/ui/witchery/step3/000075500000000000000000000000001130423641600205145ustar00rootroot00000000000000alterator-witchery-0.3/ui/witchery/step3/index.scm000064400000000000000000000007731130423641600223360ustar00rootroot00000000000000(document:surround "/std/frame")

(label "step 3")

(document:id cb1 (checkbox "Next activity"
state #t
(when toggled
(frame:next-activity (cb1 state)))))
(document:id cb2 (checkbox "Back activity"
state #t
(when toggled
(frame:back-activity (cb2 state)))))

(frame:on-next (thunk (document:popup-question "End installation?" 'cancel 'ok)))
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009