[SIZE=3]Introduction[/SIZE]
RuneLight is an open-source project I decided to start ( on July 27th ) with the hope of getting more people into Java Servlet and FreeMarker based website development. In addition to this, SASS was also added to help improve the framework’s CSS.
Some CSS3 used in this application will not work in anything below IE11. But you should already know how much IE sucks right?
[HR]
[SIZE=3]What is FreeMarker?[/SIZE]
tl;dr: FreeMarker is a strong alternative to JSP. It forces you to keep code out of the view, and thus more strongly enforce MVC conventions. (And much more than that, but… This is a tl;dr, after all…)
FreeMarker website: FreeMarker Java Template Engine
[HR]
[SIZE=3]Why the 2006 RuneScape site? It looks like shit![/SIZE]
Indeed it does! That said, it’s always been my favorite version of the site, probably because it’s the first one I saw. I haven’t played around in the RSPS community in a few years, and decided I’d like to try to contribute something halfway decent for once, instead of just the few small things here and there… Even if the website it’s based on looks like crap!
This will not be a 1:1 pixel-by-pixel match for the old site… As I won’t be using Jagex’s CSS and markup (due to obvious legal reasons). I’ll be doing my own markup and HTML, and won’t be 100% replicating the old thing… Closer to, say, 90-95%. If I find a good spot that really looks like it needs to be tweaked a slight bit, I’ll go ahead and do it. Other than that, I’ll try to get it as close as I possibly can, but won’t be super-duper nitpicky about it.
More-over, I suck with graphics. So any graphics made by me, will generally suck. I won’t be using the Jagex-made ones… Again, for obvious reasons. If you’d like to help out in this area, please shoot me a message. <3
[HR]
[SIZE=3]Jagex Copyright[/SIZE]
Since all of the Jagex-made HTML/CSS/images belong to them… I’ll be making my own for this project. They are, like everything else in the project, open-source and free to use in your projects (you don’t even have to use them with this framework!).
While I am good with CSS and general markup, be warned that my graphic abilities do suck quite hard. Feel free to make your own images to replace my crappy ones, and even donate them to the project if you so desire!
[HR]
[SIZE=3]About[/SIZE]
RuneLight isn’t really anything to write home about yet. At present it’s just a bare-bones framework that’s about ready for content to be added, with the addition of a few (equally bare-bones) content pages.
The project uses Maven to compile into a WAR format.
And last but not least… This project is a learning experience for me. I’ve always been far more advanced with frontend development as opposed to backend development, so I’ll be putting most of my focus into improving the backend… Especially considering the old RS website doesn’t have much in the way of frontend to begin with…
Development on this may be slow, or forgotten, at times. I do have a full time job and a company that I run on the side. So… Life first, fun second.
[HR]
[SIZE=3]GitHub[/SIZE]
RuneLight Repo:
https://github.com/Giselle-Gewelle/runelight
Development Branch (may be potentially broken and/or have unfinished code):
https://github.com/Giselle-Gewelle/runelight/tree/development
[HR]
[size=3]Active Branch[/size]
Currently working on the monumental task that is the ticketing system. Monumental because… It ties into literally almost everything. Forums, offenses, moderator offers, admin<->user messaging, blah blah blah. Also because I have to make the appropriate staff/admin panel sections for admins to be able to message users.
Branch:
ticketing
Status:
Just finished re-creating all of the images (pain in the ASS), and will now be working on the main ticketing section that is viewable by users - starting with the database portion.
[HR]
[SIZE=3]Releases[/SIZE]
v0.1: https://github.com/Giselle-Gewelle/runelight/releases/tag/v0.1
v0.2: https://github.com/Giselle-Gewelle/runelight/releases/tag/v0.2
[HR]
[SIZE=3]Media[/SIZE]
[spoiler]
(yes, that news header image IS hand-made)
[/spoiler]
[HR]