;; ============================================ ;; Script: calendar-install.r ;; downloaded from: www.REBOL.org ;; on: 28-Mar-2024 ;; at: 12:28:05.012506 UTC ;; owner: izkata [script library member who can ;; update this script] ;; ============================================ ;; =============================================== ;; email address(es) have been munged to protect ;; them from spam harvesters. ;; If you were logged on the email addresses would ;; not be munged ;; =============================================== REBOL [ Author: {Izkata} Email: %Izkata--gmail--com File: %calendar-install.r Date: 24-Jul-2005 RealCreationDates: [1-Jul-2005 to 19-Jul-2005] Title: {Synchronizable Calendar/Scheduler} Purpose: {Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts.} Info: { Interesting tidbits: The original installer was 32.3 KB large. Then I added comments to the (amazingly confusing) code, and it increased to 43.9 KB Then I fixed the sync'ing section (%Networking.r) to work nicer, and it shrank: 43.6 KB Finally, I added a nice Help section that allows comments and editing: 50.9 KB If there are more problems, I do try to check the Rebol3 AltME world at least once a day... } History: [ 21-Jan-2008 {A couple of problems found that crash View 1.3.2... Both fixed} 24-Jul-2005 {Initial Upload} 26-Jul-2005 {A few fixes... Changed to a Package} ] Library: [ level: 'advanced platform: [win windows] type: [tool package] domain: [gui ] tested-under: {Rebol/View 1.3.1 in WinXP} support: none license: none see-also: none ] ] Instructions: { This is the stub... Run to open the packager, and choose Calendar-Install.r for the real thing ^^.^^ } view/new layout/tight [backdrop white text Instructions] do http://www.rebol.org/library/public/repack.r;; ====================================================== ;; calendar-install.r is a package. ;; ;; That means the script alone is not enough. There are ;; other files associated with it that you will need ;; to download using the package downloader. ;; ;; To run the package downloader open a REBOL console ;; and: ;; do http://www.rebol.org/library/public/repack.r ;; for REBOL/View ;; or ;; do http://www.rebol.org/library/public/repack-core.r ;; for REBOL/Core ;; ;; For more information on packages: ;; http://localhost/cgi-bin/boiler.r?display=package-help ;; ======================================================