Mirrored from https://github.com/siddhartha77/os9.git

mitch donaberger 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
css 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
cur 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
files 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
font 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
img 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
js 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
json 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
README.md 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
alert.access-denied.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
alert.bad-alias.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
alert.shutdown.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
desktop.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
index.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
menubar.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
simpletext.example.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
startup.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.about.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.download.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.folder.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.header.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.info.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.info.table.disk.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.info.table.file.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.info.table.folder.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.info.table.link.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.info.table.trash.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.pictureviewer.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago
window.simpletext.html 5b9601d1c0 Initial mirror from https://github.com/siddhartha77/os9.git 3 months ago

README.md

Notice, this repository was mirrored to here from Github

OS 9

A retro website framework in the theme of Mac OS 9.

External Libraries

Customizing

You'll be mostly using json/desktopdb.json to do your customizing. That file has all the examples you need. The desktop is comprised of figures. Each figure can be a disk, folder, document, picture, download, etc. Figures can also call actions defined in js/actions.js. Individual alerts are specified in js/alerts.js. There are also a couple settings in js/settings.js.

The desktop is made up of columns. You can specify if you want the figure on the left of the desktop by setting "position": "left-nn". The far left would be "left-01". Don't set any position for your figure to be on the right of the desktop.

Licence

Do whatever you want with this code. Just be cool about it.