From 847d380f9de6bc74844ffb3e387273504fa894a0 Mon Sep 17 00:00:00 2001 From: Arsisakarn Srilatanart Date: Thu, 12 May 2016 12:07:31 +0700 Subject: [PATCH] Initial commit --- .gitignore | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ CHANGELOG.txt | 38 ++++++++++++++++++++++++++++++++++++++ E01/.gitkeep | 0 EquinoxToolkit/projectname/.gitkeep | 0 README.md | 8 ++++++++ T16/archive/.gitkeep | 0 T17-T24/archive/.gitkeep | 0 T3/archive/.gitkeep | 0 T4/archive/.gitkeep | 0 T6/test_result/.gitkeep | 0 T6/test_result/F0/.gitkeep | 0 T6/test_result/F1/.gitkeep | 0 T7/archive/.gitkeep | 0 code/.gitkeep | 0 config/.gitkeep | 0 flow/archive/.gitkeep | 0 lib/.gitkeep | 0 minos/.gitkeep | 0 script/F0/.gitkeep | 0 script/F1/.gitkeep | 0 20 files changed, 220 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 CHANGELOG.txt create mode 100644 E01/.gitkeep create mode 100644 EquinoxToolkit/projectname/.gitkeep create mode 100644 README.md create mode 100644 T16/archive/.gitkeep create mode 100644 T17-T24/archive/.gitkeep create mode 100644 T3/archive/.gitkeep create mode 100644 T4/archive/.gitkeep create mode 100644 T6/test_result/.gitkeep create mode 100644 T6/test_result/F0/.gitkeep create mode 100644 T6/test_result/F1/.gitkeep create mode 100644 T7/archive/.gitkeep create mode 100644 code/.gitkeep create mode 100644 config/.gitkeep create mode 100644 flow/archive/.gitkeep create mode 100644 lib/.gitkeep create mode 100644 minos/.gitkeep create mode 100644 script/F0/.gitkeep create mode 100644 script/F1/.gitkeep diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..864188d --- /dev/null +++ b/.gitignore @@ -0,0 +1,174 @@ + +# Created by https://www.gitignore.io/api/java,windows,osx,intellij,eclipse + +### Windows ### +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + + +### OSX ### +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + + +### 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/vcs.xml +.idea/jsLibraryMappings.xml + +# Sensitive or high-churn files: +.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 + +# 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 + +# 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 + + +### Eclipse ### + +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders + +# Eclipse Core +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) +.cproject + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Java annotation processor (APT) +.factorypath + +# PDT-specific (PHP Development Tools) +.buildpath + +# sbteclipse plugin +.target + +# Tern plugin +.tern-project + +# TeXlipse plugin +.texlipse + +# STS (Spring Tool Suite) +.springBeans + +# Code Recommenders +.recommenders/ + + +### Java ### +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +## commented out to support storage of libs in git +# *.jar +# *.war +# *.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..2e41d2f --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,38 @@ +# Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased] +### Added +- zh-CN and zh-TW translations from @tianshuo. +- de translation from @mpbzh. + +## [1.1.0] - 2015-12-03 +### Added +- RU translation from @aishek. +- pt-BR translation from @tallesl. +- es-ES translation from @ZeliosAriex. + +## [1.0.2] - 2015-10-06 +### Changed +- Remove exclusionary mentions of "open source" since this project can benefit +both "open" and "closed" source projects equally. +uld you ever rewrite a change log?". + +### Changed +- Improve argument against commit logs. +- Start following [SemVer](http://semver.org) properly. + +## [1.0.1] - 2015-02-17 +### Changed +- Update year to match in every README example. +- Reluctantly stop making fun of Brits only, since most of the world + writes dates in a strange way. + +## [1.0.0] - 2014-05-31 +### Added +- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG. +- CNAME file to enable GitHub Pages custom domain +- README now contains answers to common questions about CHANGELOGs +- Good examples and basic guidelines, including proper date formatting. +- Counter-examples: "What makes unicorns cry?" diff --git a/E01/.gitkeep b/E01/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/E01/.gitkeep diff --git a/EquinoxToolkit/projectname/.gitkeep b/EquinoxToolkit/projectname/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/EquinoxToolkit/projectname/.gitkeep diff --git a/README.md b/README.md new file mode 100644 index 0000000..8786c39 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +### Trello: +http://trello.com/project-id + +### Contacts: + +1. PM: Name Mobile: 0801234567 +2. SA: Name Mobile: 0801234567 +3. QA: Name Mobile: 0801234567 diff --git a/T16/archive/.gitkeep b/T16/archive/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/T16/archive/.gitkeep diff --git a/T17-T24/archive/.gitkeep b/T17-T24/archive/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/T17-T24/archive/.gitkeep diff --git a/T3/archive/.gitkeep b/T3/archive/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/T3/archive/.gitkeep diff --git a/T4/archive/.gitkeep b/T4/archive/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/T4/archive/.gitkeep diff --git a/T6/test_result/.gitkeep b/T6/test_result/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/T6/test_result/.gitkeep diff --git a/T6/test_result/F0/.gitkeep b/T6/test_result/F0/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/T6/test_result/F0/.gitkeep diff --git a/T6/test_result/F1/.gitkeep b/T6/test_result/F1/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/T6/test_result/F1/.gitkeep diff --git a/T7/archive/.gitkeep b/T7/archive/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/T7/archive/.gitkeep diff --git a/code/.gitkeep b/code/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/code/.gitkeep diff --git a/config/.gitkeep b/config/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/config/.gitkeep diff --git a/flow/archive/.gitkeep b/flow/archive/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/flow/archive/.gitkeep diff --git a/lib/.gitkeep b/lib/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/lib/.gitkeep diff --git a/minos/.gitkeep b/minos/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/minos/.gitkeep diff --git a/script/F0/.gitkeep b/script/F0/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/script/F0/.gitkeep diff --git a/script/F1/.gitkeep b/script/F1/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/script/F1/.gitkeep -- libgit2 0.21.2