https://github.com/kofish/dzone
https://github.com/kofish/dzone
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kofish/dzone
- Owner: KoFish
- Created: 2012-08-29T17:11:45.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-30T15:14:25.000Z (almost 14 years ago)
- Last Synced: 2025-03-13T21:43:16.878Z (over 1 year ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dzone
=====
The `index.php` looks through the issues folder for sub-folders (issues) and
orders the files by year and issue. The issue folder should be named according
to `Name_nr_XX_YYYY` where `Name` can be any string with words separated by
underscore, `XX` is a positive integer of any size, `YYYY` is the year of
publication. The latest issue will be viewed in the iframe of `index.php` by
default and can then be changed with a drop-down box listing all the available
issues.
Installation
------------
`index.php` can be placed anywhere but it has to have the following
filestructure:
|- index.php
|- issues/
||- Issue_nr_01_0001/
|||- index.html
|||- ...
||- Issue_nr_02_0001/
|||- index.html
|||- ...
||- ...
|- (master.css)
|- ...
`master.css` and all things related to styling should be changed in `index.php`.