Skip to content

Commit

Permalink
WEBSITE-222 Adding a nhibernate page as forward target for all NHiber…
Browse files Browse the repository at this point in the history
…nate related links. Updated existing redirects
  • Loading branch information
hferentschik committed Jan 8, 2015
1 parent d2c7e17 commit 53fb393
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 8 deletions.
17 changes: 9 additions & 8 deletions _config/redirects.yml
Expand Up @@ -98,7 +98,7 @@ subprojects/shards/download.html: /others/
414.html: /others/

## nhibernate
362.html: http://nhibernate.org
362.html: /nhibernate.html

## Old documentation links on the initial website

Expand All @@ -111,13 +111,14 @@ hib_docs/entitymanager/reference/en/html_single/: http://do
hib_docs/entitymanager/reference/en/html/queryhql.html: http://docs.jboss.org/hibernate/entitymanager/3.6/reference/en/html/queryhql.html
hib_docs/search/reference/en/html_single/: http://docs.jboss.org/hibernate/search/3.4/reference/en-US/html_single/
hib_docs/validator/reference/en/html/validator-defineconstraints.html: http://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/
hib_docs/nhibernate/1.2/reference/en/html/mapping.html: http://nhibernate.org
hib_docs/nhibernate/1.2/reference/en/html_single/: http://nhibernate.org
hib_docs/nhibernate/1.2/reference/en/html/: http://nhibernate.org
hib_docs/nhibernate/1.2/reference/en/html/collections.html: http://nhibernate.org
hib_docs/nhibernate/html/example-parentchild.html: http://nhibernate.org
hib_docs/nhibernate/html/mapping-attributes.html: http://nhibernate.org
hib_docs/nhibernate/html/performance.html: http://nhibernate.org
hib_docs/nhibernate/1.2/reference/en/html/mapping.html: /nhibernate.html
hib_docs/nhibernate/1.2/reference/en/html_single/: /nhibernate.html
hib_docs/nhibernate/1.2/reference/en/html/: /nhibernate.html
hib_docs/nhibernate/1.2/reference/en/html/collections.html: /nhibernate.html
hib_docs/nhibernate/1.2/reference/en/html/filters.html : /nhibernate.html
hib_docs/nhibernate/html/example-parentchild.html: /nhibernate.html
hib_docs/nhibernate/html/mapping-attributes.html: /nhibernate.html
hib_docs/nhibernate/html/performance.html: /nhibernate.html
hib_docs/tools/reference/en/html_single/: http://www.jboss.org/tools/docs/
hib_docs/tools/reference/en/html/ant.html: http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html/toolsetguide.html#toolsetguide-s1-5

Expand Down
36 changes: 36 additions & 0 deletions nhibernate.html.haml
@@ -0,0 +1,36 @@
---
layout: project
title: Hibernate. Everything data.
inhibit_indexifier: true
---

:javascript
jQuery.ajax({
url: "https://hibernate.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e/en_US-ny35gm-1988229788/6206/19/1.4.1/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs.js?collectorId=7d71341e",
type: "get",
cache: true,
dataType: "script"
});
window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
jQuery("#feedback-button").click(function(e) {
e.preventDefault();
showCollectorDialog();
});
},
fieldValues: {
components : '10380'
}
};

.row-fluid
.span12
:markdown
# Looking for NHibernate?

NHibernate is a port of [Hibernate ORM](/orm) to the .NET Framework. It is independent of Hibernate project family hosted here.

We used to host some NHibernate documentation, but that was a long time
ago. If you are looking for NHibernate downloads, documentation, forums, etc,
visit the [NHibernate community site](http://nhibernate.info).

0 comments on commit 53fb393

Please sign in to comment.