Skip to content

Commit

Permalink
Migrating docs to asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Deruelle committed May 16, 2016
1 parent 240c4db commit d3453a1
Show file tree
Hide file tree
Showing 46 changed files with 44,280 additions and 5 deletions.
24 changes: 21 additions & 3 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,34 @@
<packaging>pom</packaging>

<properties>
<docs.this.platform>Restcomm</docs.this.platform>
<docs.this.application>SCTP Library</docs.this.application>
<docs.project.version>${project.version}</docs.project.version>
<docs.this.issue.tracker.url>https://github.com/Restcomm/sctp/issues</docs.this.issue.tracker.url>
<docs.this.release.source.code.url>https://github.com/Restcomm/sctp</docs.this.release.source.code.url>
<docs.this.trunk.source.code.url>https://github.com/Restcomm/sctp</docs.this.trunk.source.code.url>
<docs.this.release.binary.url>https://github.com/RestComm/sctp/releases/latest</docs.this.release.binary.url>
<docs.slee.binary.url>https://github.com/RestComm/jain-slee/releases/latest</docs.slee.binary.url>

<docs.this.platform.telscale>Telscale</docs.this.platform.telscale>
<docs.this.issue.tracker.url.telscale>https://github.com/Restcomm/sctp/issues</docs.this.issue.tracker.url.telscale>
<docs.this.release.source.code.url.telscale>https://bitbucket.org/telestax/telscale-sctp</docs.this.release.source.code.url.telscale>
<docs.this.trunk.source.code.url.telscale>https://bitbucket.org/telestax/telscale-sctp</docs.this.trunk.source.code.url.telscale>
<docs.this.release.binary.url.telscale>https://telestax.zendesk.com/hc/en-us/sections/201838506-Product-Downloads</docs.this.release.binary.url.telscale>
<docs.slee.binary.url.telscale>https://telestax.zendesk.com/hc/en-us/sections/201838506-Product-Downloads</docs.slee.binary.url.telscale>

<docs.jee.platform>JBoss Application Server</docs.jee.platform>

<docs.application.name>SCTP Library</docs.application.name>
<docs.application.dirname>sctp</docs.application.dirname>
<docs.bookid>SCTPLibrary</docs.bookid>
</properties>

<modules>
<module>sources</module>
<module>sources-asciidoc</module>
</modules>

<profiles>
<!--profiles>
<profile>
<id>restcomm</id>
<activation>
Expand All @@ -35,5 +53,5 @@
<module>jdocbook-restcomm</module>
</modules>
</profile>
</profiles>
</profiles-->
</project>
6 changes: 6 additions & 0 deletions docs/sources-asciidoc/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/asciidoc" excluding="**/*.java"/>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
</classpath>
14 changes: 14 additions & 0 deletions docs/sources-asciidoc/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>restcomm-ss7-userguide-sources-asciidoc</name>
<comment>Restcomm :: Parent pom for 2.x releases. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects/>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions docs/sources-asciidoc/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Mon Apr 18 12:37:13 CEST 2016
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
Loading

0 comments on commit d3453a1

Please sign in to comment.