re-write of the whole site · IBM/ibm.github.io@17e9e40 · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit 17e9e40

Browse files
committed
re-write of the whole site
1 parent 7385292 commit 17e9e40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+153
-9064
lines changed

.htaccess

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<IfModule mod_headers.c>
2+
Header set Connection keep-alive
3+
4+
# Cache-control headers
5+
# 2 HOURS
6+
#<filesMatch "*">
7+
Header set Cache-Control "max-age=7200, must-revalidate"
8+
#</filesMatch>
9+
10+
# 480 weeks - 290304000
11+
# 2 WEEKS
12+
<filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|swf)$">
13+
Header set Cache-Control "max-age=1209600, public"
14+
</filesMatch>
15+
16+
# 1 DAY
17+
<filesMatch "\.(css)$">
18+
Header set Cache-Control "max-age=86400, public, must-revalidate"
19+
#Header set Cache-Control "max-age=0, public, must-revalidate"
20+
</filesMatch>
21+
22+
# 2 DAYS
23+
<filesMatch "\.(xml|txt)$">
24+
Header set Cache-Control "max-age=172800, public, must-revalidate"
25+
</filesMatch>
26+
27+
# 2 HOURS
28+
<filesMatch "\.(html|htm)$">
29+
Header set Cache-Control "max-age=7200, must-revalidate"
30+
</filesMatch>
31+
32+
<FilesMatch "\.(gif|jpg|png|ico|css|js|pdf|txt)$">
33+
Header append Cache-Control "public"
34+
</FilesMatch>
35+
</IfModule>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 IBM
3+
Copyright (c) 2019 IBM
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this
66
software and associated documentation files (the "Software"), to deal in the Software

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ In order to have your repository show up at [http://ibm.github.io](http://ibm.gi
2929
From within the top level folder of the cloned repository run:
3030

3131
```
32-
$ python -m SimpleHTTPServer 8000
32+
$ python -m http.server {port}
3333
```
3434

35-
Then open the following URL in a browser:
35+
For example: `python -m http.server 8000` -> Open the following URL in a browser:
3636

3737
```
3838
http://localhost:8000/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<meta http-equiv="refresh" content="0; url=../" />
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

beta/.gitignore

Whitespace-only changes.

beta/LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

beta/index.html

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)

TMZ Celebrity News – Breaking Stories, Videos & Gossip

Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

🎥 Watch TMZ Live

TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.