sonar-project.properties \
LICENSE \
CHANGES \
- NOTICE
+ NOTICE \
+ README.md
Apache Thrift
+=============
-Last Modified: 2013-Dec-17
+Last Modified: 2014-03-16
License
=======
across client and server code.
For more details on Thrift's design and implementation, take a gander at
-the Thrift whitepaper included in this distribution or at the README files
+the Thrift whitepaper included in this distribution or at the README.md files
in your particular subdirectory of interest.
Hierarchy
better suited to those languages (at the time of this writing, this applies
to Java, Ruby, PHP).
-Look for the README file in the lib/<language>/ folder for more details on the
+Look for the README.md file in the lib/<language>/ folder for more details on the
installation of each language library package.
Testing
compiler.sln \
compiler.vcxproj \
compiler.vcxproj.filters \
- README_Windows.txt
+ README_Windows.md
EXTRA_DIST = \
$(WINDOWS_DIST)
EXTRA_DIST = \
- README \
+ README.md \
test/glib.suppress \
thrift_c_glib.pc.in
THRIFT = $(top_builddir)/compiler/cpp/thrift
WINDOWS_DIST = \
- README_WINDOWS \
+ README_WINDOWS.md \
src/thrift/windows \
thrift.sln \
libthrift.vcxproj \
libthriftnb.vcxproj.filters
EXTRA_DIST = \
- README \
- README.SSL \
+ README.md \
+ README.SSL.md \
thrift-nb.pc.in \
thrift.pc.in \
thrift-z.pc.in \
EXTRA_DIST = \
src \
test \
- README
+ README.md
install:
@echo '##############################################################'
@echo '##############################################################'
- @echo 'The Go client library should be installed via "go get", please see /lib/go/README'
+ @echo 'The Go client library should be installed via "go get", please see /lib/go/README.md'
@echo '##############################################################'
@echo '##############################################################'
all-local: check-local
EXTRA_DIST = \
- thrift
\ No newline at end of file
+ thrift
EXTRA_DIST = \
LICENSE \
- README \
+ README.md \
Setup.lhs \
TODO \
Thrift.cabal \
},
jsdoc : {
dist : {
- src: ['src/*.js', './README'],
+ src: ['src/*.js', './README.md'],
options: {
destination: 'doc'
}
src/Thrift.php \
src/TStringUtils.php \
thrift_protocol.ini \
- README.apache
+ README.apache.md
MAINTAINERCLEANFILES = \
Makefile \
s.test_files = Dir.glob("{test,spec,benchmark}/**/*")
s.executables = Dir.glob("{bin}/**/*")
- s.extra_rdoc_files = %w[README] + Dir.glob("{ext,lib}/**/*.{c,h,rb}")
+ s.extra_rdoc_files = %w[README.md] + Dir.glob("{ext,lib}/**/*.{c,h,rb}")
s.require_paths = %w[lib ext]
1) First things first, you'll need to install the Thrift compiler and the
language libraries. Do that using the instructions in the top level
- README file.
+ README.md file.
2) Read tutorial.thrift to learn about the syntax of a Thrift file