Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Revert "Downloads to neo4j.com"
Browse files Browse the repository at this point in the history
This reverts commit 9f53b19.
  • Loading branch information
simpsonjulian committed Sep 16, 2014
1 parent 9f53b19 commit b3a6a6f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ route_get('/tutorials', forward("/participate/events/trainings"));
route_get('/learn/events', forward("/events"));
route_get('/events', forward("http://neo4j.com/events/",301));

route_get('/download_thanks', routes.pages);
route_get('/subscribe_thanks', function(req, res){
res.render('subscribe_thanks', { title: "Thanks"});
});
Expand All @@ -429,6 +430,7 @@ route_get('/terms', forward("http://neo4j.com/terms/",301));
route_get('/privacy', forward("http://neo4j.com/privacy-policy/",301));
route_get('/release-notes', routes.release_notes);
route_get('/release-notes/faq', forward("/download/upgrade-faq"));
route_get('/download/upgrade-faq', routes.upgrade_faq);
route_get('/learn/online_course', routes.online_course);

// route_get('/misc/beer', routes.beer);
Expand Down Expand Up @@ -499,13 +501,6 @@ route_get('/highlighter/*', routes.resource);
route_get('/asciidoc', routes.asciidoc);
route_get('/js', routes.javascript);

route_get('/download', forward('http://neo4j.com/download/', 301));
route_get('/download_thanks', forward('http://neo4j.com/download/', 301));
route_get('/download/upgrade-faq', forward('http://neo4j.com/upgrade-faq/', 301));
route_get('/download/linux', forward('http://neo4j.com/download/', 301));
route_get('/download/windows', forward('http://neo4j.com/download/', 301));


function findGist(locals, url) {
var item;
for (var k in locals.graphgists) {
Expand Down

0 comments on commit b3a6a6f

Please sign in to comment.