I am getting frustrated by using Kompozer for editing html/css. It has a "feature" of randomly messing up the link between the html and the css file. Now this causes the site to "fall apart". And no matter how I try to import the file again or add the link, it just wont work. I have to manually edit each line of the css by deleting the "#" in front of the line, linking it to the html file and then adding the "#" tags again. Don't know why does this happen, I figured out this "solution" after some sweating, but its still better than having to rewrite everything.
Anyway, I think I will leave the css within the html file and work with the internal style sheet until I'm finished. I will export it to a style.css file when I'm absolutely done with editing, so it won't cause no more headache.
So to make this work quickly and ready to use instead of just showing screenshots I had to simplify the upload form a little. Instead of making a new script and using php for uploading and handling the file, I just included a popup-style upload window that opens in a new page and uploading goes in a separate page without interruption to other processes.
So all the popup does is that it opens a new page to http://piratebox.lan:8080 (droopy) that allows uploading just like before. Sadly this means that there is no upload bar for the moment.
The second step will be to use another iframe for this to merge into the main page but there are some other issues to consider here with sizing and aligning etc. So first it will be a popup-like function. I think its acceptable.
Also forums must be added manually later. I might get a basic design for it, but later only. I first would like to have a working version.
See Sneak-peek at PirateBox Design (new)
Anyway, I think I will leave the css within the html file and work with the internal style sheet until I'm finished. I will export it to a style.css file when I'm absolutely done with editing, so it won't cause no more headache.
News
So to make this work quickly and ready to use instead of just showing screenshots I had to simplify the upload form a little. Instead of making a new script and using php for uploading and handling the file, I just included a popup-style upload window that opens in a new page and uploading goes in a separate page without interruption to other processes.
So all the popup does is that it opens a new page to http://piratebox.lan:8080 (droopy) that allows uploading just like before. Sadly this means that there is no upload bar for the moment.
The second step will be to use another iframe for this to merge into the main page but there are some other issues to consider here with sizing and aligning etc. So first it will be a popup-like function. I think its acceptable.
Also forums must be added manually later. I might get a basic design for it, but later only. I first would like to have a working version.
What is included and what isn't
See Sneak-peek at PirateBox Design (new)
The site works at the moment, but as mentioned some functions are just initial and not final versions.
After downloading the tar.gz file unpack it and copy the contents into your www folder, but before that backup your own files!
Download (also available in Download tab)
Edit:
Also on Github now! (Latest version, use this!)
- Chat, upload, download functions and all pages are loading and working as intended. (if not please report)
- The design, especially that of the menu will be upgraded with some fancy effects using css.
- Browser detection will be added in a later stage.
- Upload progress bar and upload form built-in to the main page will be added later, at the moment it is a popup-style thing.
- Add your own home.html file (or modify mine) that will be displayed when someone joins.
- Forum is not included, if you already have your forum, you can add it easily.
- As soon as my time allows I will write a simple script that downloads my design, unpacks it and copies it over to the www folder.
- Please note I have not tested this design on my MR3020, just under Ubuntu. Not a fancy design or anything, I just don't know how small routers will be able to handle it.
Screenshots
Download
After downloading the tar.gz file unpack it and copy the contents into your www folder, but before that backup your own files!
Download (also available in Download tab)
Edit:
Also on Github now! (Latest version, use this!)