diff --git a/assets/javascripts/news.json b/assets/javascripts/news.json
index 17105ffe..e0557456 100644
--- a/assets/javascripts/news.json
+++ b/assets/javascripts/news.json
@@ -1,5 +1,8 @@
[
- [ "2014-12-21",
+ [ "2015-01-13",
+ "Offline mode has landed!\nIf you notice any bugs, please report them on GitHub."
+ ], [
+ "2014-12-21",
"New React, RethinkDB, Socket.IO, Modernizr and Bower documentations"
], [
"2014-11-30",
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 8c799d47..0b9de766 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -47,9 +47,6 @@ app.templates.aboutPage = -> """
Questions & Answers
-
Does it work offline?
-
Yes! DevDocs is open source. You can run the code locally on your computer.
- An offline version that requires no setup is planned for the future.
Where can I suggest new docs and features?
You can suggest and vote for new docs on the Trello board.
If you have a specific feature request, add it to the issue tracker.
diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb
index f545c3d2..a41c5386 100644
--- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb
+++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb
@@ -25,8 +25,8 @@ app.templates.intro = """
Hi there!
Thanks for downloading DevDocs. Here are a few things you should know:
-
Your local version of DevDocs won't self-update. Unless you're offline or modifying the code,
- I recommend using the hosted version at devdocs.io.
+
Your local version of DevDocs won't self-update. Unless you're modifying the code,
+ I recommend using the hosted version at devdocs.io.
Run thor docs:list to see all available documentations.
Run thor docs:download --all to download/update all documentations.
To be notified about new versions, don't forget to watch the repository on GitHub.
@@ -56,7 +56,7 @@ app.templates.intro = """
The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
To search a specific documentation, type its name (or an abbreviation), then Tab
You can search using your browser's address bar — learn how
-
DevDocs works on mobile and can be installed on Chrome and Firefox.
+