mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Tidy up root of the repository
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
;; Emacs - Code style and formatting settings
|
||||
|
||||
;; C++
|
||||
((c++-mode
|
||||
(indent-tabs-mode . t)
|
||||
(tab-width . 4)
|
||||
(c-basic-offset . 4)))
|
||||
|
||||
;; Headers should open in C++ mode
|
||||
((c-mode . ((mode . c++))))
|
||||
@@ -1645,9 +1645,8 @@
|
||||
<ClInclude Include="..\..\Subtrees\websocket\src\websocket_frame.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\CheatSheet.md" />
|
||||
<None Include="..\..\CodingStyle.md" />
|
||||
<None Include="..\..\Doxyfile" />
|
||||
<None Include="..\..\doc\CheatSheet.md" />
|
||||
<None Include="..\..\doc\CodingStyle.md" />
|
||||
<CustomBuild Include="..\..\modules\ripple_data\protocol\ripple.proto">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">protoc --cpp_out=$(RepoDir)\build\proto -I=$(RepoDir)\modules\ripple_data\protocol\ "$(RepoDir)\modules\ripple_data\protocol\%(Filename)%(Extension)"</Command>
|
||||
@@ -1659,17 +1658,20 @@
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(RepoDir)\build\proto\%(Filename).pb.h;$(RepoDir)\build\proto\%(Filename).pb.cc</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(RepoDir)\build\proto\%(Filename).pb.h;$(RepoDir)\build\proto\%(Filename).pb.cc</Outputs>
|
||||
</CustomBuild>
|
||||
<None Include="..\..\doc\Doxyfile" />
|
||||
<None Include="..\..\doc\rippled-example.cfg" />
|
||||
<None Include="..\..\modules\ripple_basics\json\json_internalarray.inl" />
|
||||
<None Include="..\..\modules\ripple_basics\json\json_internalmap.inl" />
|
||||
<None Include="..\..\modules\ripple_basics\json\json_valueiterator.inl" />
|
||||
<None Include="..\..\modules\ripple_basics\json\LICENSE" />
|
||||
<None Include="..\..\modules\ripple_basics\json\version" />
|
||||
<None Include="..\..\rippled-example.cfg" />
|
||||
<None Include="..\..\README.md" />
|
||||
<None Include="..\..\SConstruct" />
|
||||
<None Include="..\QtCreator\rippled.pro" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="..\..\Notes\VFALCO_TODO.txt" />
|
||||
<Text Include="..\..\doc\todo\NIKB_TODO.txt" />
|
||||
<Text Include="..\..\doc\todo\VFALCO_TODO.txt" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{B7F39ECD-473C-484D-BC34-31F8362506A5}</ProjectGuid>
|
||||
|
||||
@@ -1737,18 +1737,6 @@
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\CheatSheet.md">
|
||||
<Filter>%28Notes%29</Filter>
|
||||
</None>
|
||||
<None Include="..\..\CodingStyle.md">
|
||||
<Filter>%28Notes%29</Filter>
|
||||
</None>
|
||||
<None Include="..\..\Doxyfile">
|
||||
<Filter>[2] Build</Filter>
|
||||
</None>
|
||||
<None Include="..\..\rippled-example.cfg">
|
||||
<Filter>[2] Build</Filter>
|
||||
</None>
|
||||
<None Include="..\QtCreator\rippled.pro">
|
||||
<Filter>[2] Build</Filter>
|
||||
</None>
|
||||
@@ -1770,9 +1758,25 @@
|
||||
<None Include="..\..\modules\ripple_basics\json\version">
|
||||
<Filter>[1] Ripple\ripple_basics\json</Filter>
|
||||
</None>
|
||||
<None Include="..\..\doc\CheatSheet.md">
|
||||
<Filter>%28Notes%29</Filter>
|
||||
</None>
|
||||
<None Include="..\..\doc\CodingStyle.md">
|
||||
<Filter>%28Notes%29</Filter>
|
||||
</None>
|
||||
<None Include="..\..\README.md" />
|
||||
<None Include="..\..\doc\rippled-example.cfg">
|
||||
<Filter>[2] Build</Filter>
|
||||
</None>
|
||||
<None Include="..\..\doc\Doxyfile">
|
||||
<Filter>[2] Build</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="..\..\Notes\VFALCO_TODO.txt">
|
||||
<Text Include="..\..\doc\todo\NIKB_TODO.txt">
|
||||
<Filter>%28Notes%29</Filter>
|
||||
</Text>
|
||||
<Text Include="..\..\doc\todo\VFALCO_TODO.txt">
|
||||
<Filter>%28Notes%29</Filter>
|
||||
</Text>
|
||||
</ItemGroup>
|
||||
|
||||
37
README.md
37
README.md
@@ -1,18 +1,43 @@
|
||||
Ripple - P2P Payment Network
|
||||
============================
|
||||
#Ripple - P2P Payment Network
|
||||
|
||||
[](https://ci.ripple.com/jenkins/job/rippled/)
|
||||
##[](https://ci.ripple.com/jenkins/job/rippled/)
|
||||
|
||||
Some portions of this source code are currently closed source.
|
||||
|
||||
This is the repository for Ripple's `rippled`, reference P2P network server.
|
||||
|
||||
Build instructions:
|
||||
###Build instructions:
|
||||
* https://ripple.com/wiki/Rippled_build_instructions
|
||||
|
||||
Setup instructions:
|
||||
###Setup instructions:
|
||||
* https://ripple.com/wiki/Rippled_setup_instructions
|
||||
|
||||
For more information:
|
||||
### Repository Contents
|
||||
|
||||
#### ./bin
|
||||
Scripts and data files for Ripple integrators.
|
||||
|
||||
#### ./build
|
||||
Intermediate and final build outputs.
|
||||
|
||||
#### ./Builds
|
||||
Platform or IDE-specific project files.
|
||||
|
||||
#### ./doc
|
||||
Documentation and example configuration files.
|
||||
|
||||
#### ./modules
|
||||
Ripple source code.
|
||||
|
||||
#### ./src
|
||||
Legacy source code directory (contains protoc sources).
|
||||
|
||||
#### ./Subtrees
|
||||
External dependencies inlined into the repository as full source trees via `git subtree`.
|
||||
|
||||
#### ./test
|
||||
Javascript / Mocha tests.
|
||||
|
||||
###For more information:
|
||||
* https://ripple.com
|
||||
* https://ripple.com/wiki
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
VFALCO NOTE - This file appears to be unmaintained.
|
||||
|
||||
Critical protocol changes
|
||||
-------------------------
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user