Start of new ref doc structure with asciidoc

This commit is contained in:
Janne Valkealahti
2015-03-05 12:50:41 +00:00
parent 74575ad46f
commit 49eaab45ee
14 changed files with 989 additions and 75 deletions

View File

@@ -0,0 +1,22 @@
<releaseinfo>{revnumber}</releaseinfo>
<productname>Spring Security Kerberos</productname>
<authorgroup>
<author>
<firstname>Janne</firstname>
<surname>Valkealahti</surname>
<affiliation>Pivotal</affiliation>
</author>
</authorgroup>
<copyright>
<year>2015</year>
<holder>Pivotal Software, Inc.</holder>
</copyright>
<legalnotice>
<para>Copies of this document may be made for your own use and for
distribution to others, provided that you do not charge any fee for such
copies and further provided that each copy contains this Copyright
Notice, whether distributed in print or electronically.</para>
</legalnotice>

View File

@@ -0,0 +1,20 @@
:java-ClassLoader: http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html
:core-ApplicationContext: http://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/context/ApplicationContext.html
:core-beans-factory-placeholderconfigurer: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-factory-placeholderconfigurer
:core-beans-environment: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/beans.html#beans-environment
:core-ResourcePatternResolver: http://docs.spring.io/spring/docs/{spring-version}/javadoc-api/org/springframework/core/io/support/ResourcePatternResolver.html
:core-ref-util: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/xsd-config.html#xsd-config-body-schemas-util-properties
:core-aop-schema-advisors: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/aop.html#aop-schema-advisors
:core-dao: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html
:core-dao-exceptions: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/dao.html#dao-exceptions
:core-jdbc: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html
:core-jdbc-JdbcTemplate: http://docs.spring.io/spring/docs/{spring-version}/spring-framework-reference/html/jdbc.html#jdbc-JdbcTemplate
= Spring Security Kerberos - Reference Documentation
include::preface.adoc[]
include::introduction.adoc[]
[[springandssk]]
include::ssk.adoc[]

View File

@@ -0,0 +1,10 @@
[[introduction]]
= Introduction
Spring Security Kerberos is an extension of Spring Security for
application developers to Kerberos concepts with Spring.
== Requirements
Spring Security Kerberos {revnumber} is built and tested with JDK 7, Spring
Framework {spring-version}.

View File

@@ -0,0 +1,11 @@
[preface]
== Preface
TBD
This reference documentations contains following parts.
<<introduction>> introduction to this reference documentation
<<springsecuritykerberos>> describes the usage of Spring Security
Kerberos

View File

@@ -0,0 +1,14 @@
[[springsecuritykerberos]]
= Spring and Spring Security Kerberos
This part of the reference documentation explains the core functionality
that Spring Security Kerberos provides to any Spring based application.
<<ssk-config>> describes the generic configuration support.
[[ssk-config]]
== Spring Security Kerberos Configuration
TBD