Skip to content

Commit

Permalink
* Use relative symlinks instead of absolute ones
Browse files Browse the repository at this point in the history
  • Loading branch information
junqizhang-dev committed Feb 14, 2020
1 parent b26ecc3 commit 30665bd
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 9 deletions.
196 changes: 195 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,200 @@
Created by https://www.gitignore.io/api/vim,java,maven,gradle,java-web,intellij,intellij+iml

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
.idea/checkstyle-idea.xml

# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

# Gradle:
.idea/**/gradle.xml
.idea/**/libraries

# CMake
cmake-build-debug/

# Mongo Explorer plugin:
.idea/**/mongoSettings.xml

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr

# Sonarlint plugin
.idea/sonarlint

### Intellij+iml ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:

# Sensitive or high-churn files:

# Gradle:

# CMake

# Mongo Explorer plugin:

## File-based project format:

## Plugin-specific files:

# IntelliJ

# mpeltonen/sbt-idea plugin

# JIRA plugin

# Cursive Clojure plugin

# Crashlytics plugin (for Android Studio and IntelliJ)

### Intellij+iml Patch ###
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023

*.iml
modules.xml
.idea/misc.xml
*.ipr

### Java ###
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

### Java-Web ###
## ignoring target file
target/

### Maven ###
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar

### Vim ###
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags

### Gradle ###
.gradle
/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

# End of https://www.gitignore.io/api/vim,java,maven,gradle,java-web,intellij,intellij+iml

# added by junqizhang
build.tar.gz
.rsync.sh
rsync.ex
build/
bak/
*docx
*pdf
*jpg
javadoc/

# for specific project
doc/bak/
/bin/

# for eclipse
.settings/
.project
.classpath

# for the files generated by the readthedocs build tool
*pdf
_build
_templates

/docs/zh_CN/docs/.idea/
.vscode/
2 changes: 1 addition & 1 deletion docs/zh_CN/docs/miscellaneous.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 杂项

* [系统CPT注册表](https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-contract-design.html#cpt)
* [系统CPT注册表](./weidentity-contract-design.html#cpt)

* [部署 WeIdentity 服务的区块链节点存储空间预估](./capacity-estimation.html)

Expand Down
8 changes: 4 additions & 4 deletions docs/zh_CN/docs/weidentity-sample-commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
整体介绍
~~~~~~~~

命令行方式比较完整的模拟了各个 \ `WeIdentity 角色 <https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-spec.html#id9>`__\ 的工作流程,可以帮您快速体验 WeIdentity 也业务流程和运行机制。
命令行方式比较完整的模拟了各个 \ `WeIdentity 角色 <./weidentity-spec.html#id9>`__\ 的工作流程,可以帮您快速体验 WeIdentity 也业务流程和运行机制。
各个角色的基本流程如下:

- Issuer
Expand Down Expand Up @@ -44,8 +44,8 @@
- 安装部署 weid-java-sdk

weid-sample 需要依赖 weid-java-sdk,您需要参考\ `WeIdentity JAVA
SDK安装部署 <https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-installation.html>`__\ 完成
weid-java-sdk 的安装部署,并参照\ `Java应用集成章节 <https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-build-with-deploy.html#weid-java-sdk>`__\ 完成
SDK安装部署 <./weidentity-installation.html>`__\ 完成
weid-java-sdk 的安装部署,并参照\ `Java应用集成章节 <./weidentity-build-with-deploy.html#weid-java-sdk>`__\ 完成
weid-sample 的配置。


Expand All @@ -57,7 +57,7 @@
若您是智能合约发布的机构,您可以参考以下进行配置:


将您在\ `部署WeIdentity智能合约阶段 <https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-build-with-deploy.html#id7>`__\ 生成的私钥文件拷贝至
将您在\ `部署WeIdentity智能合约阶段 <./weidentity-build-with-deploy.html#id7>`__\ 生成的私钥文件拷贝至
``weid-sample/keys/priv/`` 目录中,此私钥后续将用于注册 Authority Issuer,weid-sample 会自动加载。


Expand Down
6 changes: 3 additions & 3 deletions docs/zh_CN/docs/weidentity-sample-springboot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ spring-boot服务方式使用
- 安装部署 weid-java-sdk

weid-sample 需要依赖 weid-java-sdk,您需要参考\ `WeIdentity JAVA
SDK安装部署 <https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-installation.html>`__\ 完成
SDK安装部署 <./weidentity-installation.html>`__\ 完成
weid-java-sdk
的安装部署,并参照\ `Java应用集成章节 <https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-build-with-deploy.html#weid-java-sdk>`__\ 完成
的安装部署,并参照\ `Java应用集成章节 <./weidentity-build-with-deploy.html#weid-java-sdk>`__\ 完成
weid-sample 的配置。


- 配置 Committee Member 私钥

将您在\ `部署WeIdentity智能合约阶段 <https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-build-with-deploy.html#id7>`__\ 生成的私钥文件拷贝至
将您在\ `部署WeIdentity智能合约阶段 <./weidentity-build-with-deploy.html#id7>`__\ 生成的私钥文件拷贝至
``weid-sample/keys/priv/`` 目录中,此私钥后续将用于注册 Authority Issuer,weid-sample 会自动加载。

.. note::
Expand Down

0 comments on commit 30665bd

Please sign in to comment.