Mirrored from https://github.com/siddhartha77/os9.git
|
|
3 months ago | |
|---|---|---|
| css | 3 months ago | |
| cur | 3 months ago | |
| files | 3 months ago | |
| font | 3 months ago | |
| img | 3 months ago | |
| js | 3 months ago | |
| json | 3 months ago | |
| README.md | 3 months ago | |
| alert.access-denied.html | 3 months ago | |
| alert.bad-alias.html | 3 months ago | |
| alert.shutdown.html | 3 months ago | |
| desktop.html | 3 months ago | |
| index.html | 3 months ago | |
| menubar.html | 3 months ago | |
| simpletext.example.html | 3 months ago | |
| startup.html | 3 months ago | |
| window.about.html | 3 months ago | |
| window.download.html | 3 months ago | |
| window.folder.html | 3 months ago | |
| window.header.html | 3 months ago | |
| window.info.html | 3 months ago | |
| window.info.table.disk.html | 3 months ago | |
| window.info.table.file.html | 3 months ago | |
| window.info.table.folder.html | 3 months ago | |
| window.info.table.link.html | 3 months ago | |
| window.info.table.trash.html | 3 months ago | |
| window.pictureviewer.html | 3 months ago | |
| window.simpletext.html | 3 months ago |
A retro website framework in the theme of Mac OS 9.
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.
Do whatever you want with this code. Just be cool about it.