This repository has been archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#386 Added "active" field to people.xml
- Loading branch information
1 parent
5893573
commit 0b7f7b0
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2016-2018 Zerocracy | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to read | ||
the Software only. Permissions is hereby NOT GRANTED to use, copy, modify, | ||
merge, publish, distribute, sublicense, and/or sell copies of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
--> | ||
<people version="1" updated="2018-09-21T00:00:00.000Z"> | ||
<person id="alex-palevsky"> | ||
<mentor>yegor256</mentor> | ||
<links> | ||
<link rel="slack" href="7YYZZT9RR"/> | ||
<link rel="slack" href="7YYKYT9RR"/> | ||
<link rel="slack" href="U66KYT9RR"/> | ||
</links> | ||
<skills updated="2016-12-29T09:03:21.684Z"> | ||
<skill>lisp</skill> | ||
<skill>haskell</skill> | ||
</skills> | ||
<badges updated="2018-06-01T00:00:00.000"> | ||
<badge>master</badge> | ||
<badge>champion</badge> | ||
<badge>guru</badge> | ||
</badges> | ||
<rate>¥25</rate> | ||
<vacation>true</vacation> | ||
<active>blah</active> | ||
</person> | ||
</people> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,6 @@ SOFTWARE. | |
</badges> | ||
<rate>¥25</rate> | ||
<vacation>true</vacation> | ||
<active>true</active> | ||
</person> | ||
</people> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters