-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed the readme file and added some things to it, will most likely return to it soon and change it approperiately.
- Loading branch information
Jon Brede Skaug
committed
Oct 30, 2012
1 parent
5c1857a
commit a0dd0af
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,21 @@ | ||
Bitkraken | ||
========= | ||
|
||
The website bitkraken.net sourcecode | ||
The website bitkraken.net sourcecode | ||
|
||
|
||
|
||
=== | ||
|
||
![image](https://raw.github.com/Givemeurcookies/Bitkraken/master/static/img/btkrpxred2.png) | ||
|
||
** Small storyline ** | ||
|
||
Short and sad, the framework used is a framework I made back in early 2011. The login and registration, are both based upon Ajax (As you can see in the javascript files [Here][1]). | ||
|
||
Originally I handcoded everything, and compiled it with a minifier. I knew about JQuery at the time, but I refused to use it due of the huge size (At the time, I was all about optimisation). | ||
|
||
As for our current website, I actually think I did a pretty good job. If the .htaccess file that's in the master tree works, the website should work in web browsers without javascript as well, fluently. | ||
|
||
[1]: https://github.com/Givemeurcookies/Bitkraken/tree/master/static/js "Google" | ||
|
||
//Note Godamnit, the syntax of this got ugly, gotta review it. I'll add more later. |
a0dd0af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently, the markup didn't work as expected. I'll prompt it for later.