diff --git a/_config/redirects.yml b/_config/redirects.yml index faa6a4389..e28e25d50 100644 --- a/_config/redirects.yml +++ b/_config/redirects.yml @@ -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 @@ -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 diff --git a/nhibernate.html.haml b/nhibernate.html.haml new file mode 100644 index 000000000..9242a2c78 --- /dev/null +++ b/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). +