├── .gitbook.yaml ├── .github └── workflows │ └── main.yml ├── .gitignore ├── LICENSE ├── README.md ├── SUMMARY.md ├── art ├── logo │ ├── city │ │ ├── beijing │ │ │ ├── jpg │ │ │ │ ├── .DS_Store │ │ │ │ ├── 云原生社区北京站-圆形.jpg │ │ │ │ ├── 云原生社区北京站-方形.jpg │ │ │ │ ├── 云原生社区北京站-泛白.jpg │ │ │ │ └── 云原生社区北京站-泛白(圆形).jpg │ │ │ ├── png │ │ │ │ ├── beijing-1.png │ │ │ │ ├── beijing-2.png │ │ │ │ ├── beijing-3.png │ │ │ │ ├── beijing-4.png │ │ │ │ ├── beijing-5.png │ │ │ │ └── beijing-6.png │ │ │ ├── 云原生社区北京站-横版.psd │ │ │ └── 云原生社区北京站——竖版.psd │ │ ├── dalian │ │ │ ├── dalian-logo.ai │ │ │ ├── jpg │ │ │ │ ├── dalian_logo-02.jpg │ │ │ │ ├── dalian_logo-03.jpg │ │ │ │ ├── dalian_logo-04.jpg │ │ │ │ ├── dalian_logo-05.jpg │ │ │ │ ├── dalian_logo-06.jpg │ │ │ │ ├── dalian_logo-07.jpg │ │ │ │ ├── dalian_logo-08.jpg │ │ │ │ ├── dalian_logo-09.jpg │ │ │ │ ├── dalian_logo-10.jpg │ │ │ │ ├── dalian_logo-11.jpg │ │ │ │ ├── dalian_logo-12.jpg │ │ │ │ └── dalian_logo-13.jpg │ │ │ └── png │ │ │ │ ├── dalian_logo-02.png │ │ │ │ ├── dalian_logo-03.png │ │ │ │ ├── dalian_logo-04.png │ │ │ │ ├── dalian_logo-05.png │ │ │ │ ├── dalian_logo-06.png │ │ │ │ ├── dalian_logo-07.png │ │ │ │ ├── dalian_logo-08.png │ │ │ │ ├── dalian_logo-09.png │ │ │ │ ├── dalian_logo-10.png │ │ │ │ ├── dalian_logo-11.png │ │ │ │ ├── dalian_logo-12.png │ │ │ │ └── dalian_logo-13.png │ │ ├── guangzhou │ │ │ ├── jpg │ │ │ │ ├── logo.jpg │ │ │ │ ├── 云原生社区广州站-横版.jpg │ │ │ │ └── 云原生社区广州站——竖版.jpg │ │ │ ├── logo.psd │ │ │ ├── png │ │ │ │ ├── logo.png │ │ │ │ ├── 云原生社区广州站-横版.png │ │ │ │ └── 云原生社区广州站——竖版.png │ │ │ ├── 云原生社区广州站-横版.psd │ │ │ └── 云原生社区广州站——竖版.psd │ │ ├── hangzhou │ │ │ ├── jpg │ │ │ │ └── hangzhou_logo.jpg │ │ │ ├── logo_reverse.png │ │ │ ├── logo_simple.png │ │ │ └── png │ │ │ │ └── hangzhou_logo.png │ │ └── shanghai │ │ │ ├── jpg │ │ │ ├── 云原生社区上海站的转曲-01.jpg │ │ │ ├── 云原生社区上海站的转曲-02.jpg │ │ │ ├── 云原生社区上海站的转曲-03.jpg │ │ │ ├── 云原生社区上海站的转曲-04.jpg │ │ │ ├── 云原生社区上海站的转曲-05.jpg │ │ │ ├── 云原生社区上海站的转曲-06.jpg │ │ │ ├── 云原生社区上海站的转曲-07.jpg │ │ │ └── 云原生社区上海站的转曲-08.jpg │ │ │ ├── png │ │ │ ├── 云原生社区上海站的转曲-01.png │ │ │ ├── 云原生社区上海站的转曲-02.png │ │ │ ├── 云原生社区上海站的转曲-03.png │ │ │ ├── 云原生社区上海站的转曲-04.png │ │ │ ├── 云原生社区上海站的转曲-05.png │ │ │ ├── 云原生社区上海站的转曲-06.png │ │ │ ├── 云原生社区上海站的转曲-07.png │ │ │ └── 云原生社区上海站的转曲-08.png │ │ │ └── 云原生社区上海站的转曲.ai │ └── community │ │ ├── color-logo-only.png │ │ ├── color-logo-transparent-bg.png │ │ ├── text-color-logo.svg │ │ ├── text-revert-white-logo.svg │ │ └── text-white-logo.svg └── wechat │ ├── wechat-bottom-banner.png │ ├── wechat-bottom-banner.pxd │ ├── QuickLook │ │ ├── Icon.tiff │ │ └── Thumbnail.tiff │ ├── data │ │ └── E2B7BEC2-C2D5-44D4-AE6B-63B9D7425723 │ └── metadata.info │ └── wechat-public-account.jpg ├── certificate ├── 2020 │ ├── city-manager │ │ ├── M20200001.png │ │ ├── M20200002.png │ │ ├── M20200003.png │ │ ├── M20200004.png │ │ ├── M20200005.png │ │ ├── M20200006.png │ │ ├── M20200007.png │ │ ├── M20200008.png │ │ ├── M20200009.png │ │ ├── M20200010.png │ │ ├── M20200011.png │ │ └── README.md │ ├── contributor │ │ ├── C20200001.png │ │ ├── C20200002.png │ │ ├── C20200003.png │ │ ├── C20200004.png │ │ ├── C20200005.png │ │ ├── C20200006.png │ │ ├── C20200007.png │ │ ├── C20200008.png │ │ ├── C20200009.png │ │ ├── C20200010.png │ │ ├── C20200011.png │ │ ├── C20200012.png │ │ ├── C20200013.png │ │ ├── C20200014.png │ │ ├── C20200015.png │ │ ├── C20200016.png │ │ ├── C20200017.png │ │ ├── C20200018.png │ │ ├── C20200019.png │ │ ├── C20200020.png │ │ ├── C20200021.png │ │ ├── C20200022.png │ │ ├── C20200023.png │ │ ├── C20200024.png │ │ ├── C20200025.png │ │ ├── C20200027.png │ │ ├── C20200028.png │ │ ├── C20200029.png │ │ ├── C20200030.png │ │ ├── C20200031.png │ │ ├── C20200032.png │ │ ├── C20200033.png │ │ ├── C20200034.png │ │ └── README.md │ ├── lecturer │ │ ├── README.md │ │ ├── 付业成.png │ │ ├── 侯诗军.png │ │ ├── 刘硕然.png │ │ ├── 吴晟.png │ │ ├── 周正喜.png │ │ ├── 周礼赞.png │ │ ├── 孙召昌.png │ │ ├── 张城(元乙).png │ │ ├── 张慧.png │ │ ├── 杨可奥.png │ │ ├── 温铭.png │ │ ├── 王夕宁.png │ │ ├── 王炜.png │ │ ├── 王院生.png │ │ ├── 秦金卫.png │ │ ├── 程亮.png │ │ ├── 翟佳.png │ │ ├── 苏夏.png │ │ ├── 范建明.png │ │ ├── 赵化冰.png │ │ ├── 赵新(于雨).png │ │ ├── 边鹏远.png │ │ ├── 邹佳.png │ │ ├── 高洪涛.png │ │ ├── 高鹏.png │ │ └── 魏新宇.png │ ├── sig-owner │ │ ├── README.md │ │ ├── S20200001.png │ │ ├── S20200002.png │ │ ├── S20200003.png │ │ └── S20200004.png │ └── volunteer │ │ ├── README.md │ │ ├── V20200001.png │ │ ├── V20200002.png │ │ ├── V20200003.png │ │ ├── V20200004.png │ │ ├── V20200005.png │ │ ├── V20200006.png │ │ ├── V20200009.png │ │ ├── V20200010.png │ │ ├── V20200011.png │ │ ├── V20200012.png │ │ ├── V20200013.png │ │ └── V20200014.png └── README.md ├── city ├── README.md ├── charter.md └── meetup-guide.md ├── images ├── apple-touch-icon-precomposed-152.png └── favicon.ico ├── scripts ├── Dockerfile ├── build-gitbook.sh ├── lint-gitbook.sh ├── mdl-check.sh └── mdspell-check.sh └── sig ├── README.md └── charter.md /.gitbook.yaml: -------------------------------------------------------------------------------- 1 | # Root directory to locate the content 2 | # Default is the root directory of the repository. 3 | root: ./docs 4 | 5 | # Files to use as SUMMARY/README. 6 | # (Relative to directory) 7 | structure: 8 | readme: README.md 9 | summary: SUMMARY.md 10 | 11 | # Redirect urls to specific files (relative to the directory) 12 | #redirects: 13 | #previous/page: new-folder/page.md 14 | 15 | -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- 1 | name: build-and-deploy 2 | on: push 3 | jobs: 4 | deploy: 5 | runs-on: ubuntu-18.04 6 | steps: 7 | - name: Git checkout 8 | uses: actions/checkout@v2 9 | - name: Build 10 | run: make build 11 | - name: Deploy 12 | uses: peaceiris/actions-gh-pages@v3 13 | with: 14 | deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} 15 | publish_dir: ./_book 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Node rules: 2 | ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 3 | .grunt 4 | 5 | ## Dependency directory 6 | ## Commenting this out is preferred by some people, see 7 | ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git 8 | #node_modules 9 | 10 | # Book build output 11 | _book 12 | 13 | # eBook build output 14 | #*.epub 15 | #*.mobi 16 | #*.pdf 17 | 18 | # Github Pages 19 | deploy.sh 20 | .DS_Store 21 | 22 | # IDEA 23 | *.iml 24 | .idea 25 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution 4.0 International Public License 58 | 59 | By exercising the Licensed Rights (defined below), You accept and agree 60 | to be bound by the terms and conditions of this Creative Commons 61 | Attribution 4.0 International Public License ("Public License"). To the 62 | extent this Public License may be interpreted as a contract, You are 63 | granted the Licensed Rights in consideration of Your acceptance of 64 | these terms and conditions, and the Licensor grants You such rights in 65 | consideration of benefits the Licensor receives from making the 66 | Licensed Material available under these terms and conditions. 67 | 68 | 69 | Section 1 -- Definitions. 70 | 71 | a. Adapted Material means material subject to Copyright and Similar 72 | Rights that is derived from or based upon the Licensed Material 73 | and in which the Licensed Material is translated, altered, 74 | arranged, transformed, or otherwise modified in a manner requiring 75 | permission under the Copyright and Similar Rights held by the 76 | Licensor. For purposes of this Public License, where the Licensed 77 | Material is a musical work, performance, or sound recording, 78 | Adapted Material is always produced where the Licensed Material is 79 | synched in timed relation with a moving image. 80 | 81 | b. Adapter's License means the license You apply to Your Copyright 82 | and Similar Rights in Your contributions to Adapted Material in 83 | accordance with the terms and conditions of this Public License. 84 | 85 | c. Copyright and Similar Rights means copyright and/or similar rights 86 | closely related to copyright including, without limitation, 87 | performance, broadcast, sound recording, and Sui Generis Database 88 | Rights, without regard to how the rights are labeled or 89 | categorized. For purposes of this Public License, the rights 90 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 91 | Rights. 92 | 93 | d. Effective Technological Measures means those measures that, in the 94 | absence of proper authority, may not be circumvented under laws 95 | fulfilling obligations under Article 11 of the WIPO Copyright 96 | Treaty adopted on December 20, 1996, and/or similar international 97 | agreements. 98 | 99 | e. Exceptions and Limitations means fair use, fair dealing, and/or 100 | any other exception or limitation to Copyright and Similar Rights 101 | that applies to Your use of the Licensed Material. 102 | 103 | f. Licensed Material means the artistic or literary work, database, 104 | or other material to which the Licensor applied this Public 105 | License. 106 | 107 | g. Licensed Rights means the rights granted to You subject to the 108 | terms and conditions of this Public License, which are limited to 109 | all Copyright and Similar Rights that apply to Your use of the 110 | Licensed Material and that the Licensor has authority to license. 111 | 112 | h. Licensor means the individual(s) or entity(ies) granting rights 113 | under this Public License. 114 | 115 | i. Share means to provide material to the public by any means or 116 | process that requires permission under the Licensed Rights, such 117 | as reproduction, public display, public performance, distribution, 118 | dissemination, communication, or importation, and to make material 119 | available to the public including in ways that members of the 120 | public may access the material from a place and at a time 121 | individually chosen by them. 122 | 123 | j. Sui Generis Database Rights means rights other than copyright 124 | resulting from Directive 96/9/EC of the European Parliament and of 125 | the Council of 11 March 1996 on the legal protection of databases, 126 | as amended and/or succeeded, as well as other essentially 127 | equivalent rights anywhere in the world. 128 | 129 | k. You means the individual or entity exercising the Licensed Rights 130 | under this Public License. Your has a corresponding meaning. 131 | 132 | 133 | Section 2 -- Scope. 134 | 135 | a. License grant. 136 | 137 | 1. Subject to the terms and conditions of this Public License, 138 | the Licensor hereby grants You a worldwide, royalty-free, 139 | non-sublicensable, non-exclusive, irrevocable license to 140 | exercise the Licensed Rights in the Licensed Material to: 141 | 142 | a. reproduce and Share the Licensed Material, in whole or 143 | in part; and 144 | 145 | b. produce, reproduce, and Share Adapted Material. 146 | 147 | 2. Exceptions and Limitations. For the avoidance of doubt, where 148 | Exceptions and Limitations apply to Your use, this Public 149 | License does not apply, and You do not need to comply with 150 | its terms and conditions. 151 | 152 | 3. Term. The term of this Public License is specified in Section 153 | 6(a). 154 | 155 | 4. Media and formats; technical modifications allowed. The 156 | Licensor authorizes You to exercise the Licensed Rights in 157 | all media and formats whether now known or hereafter created, 158 | and to make technical modifications necessary to do so. The 159 | Licensor waives and/or agrees not to assert any right or 160 | authority to forbid You from making technical modifications 161 | necessary to exercise the Licensed Rights, including 162 | technical modifications necessary to circumvent Effective 163 | Technological Measures. For purposes of this Public License, 164 | simply making modifications authorized by this Section 2(a) 165 | (4) never produces Adapted Material. 166 | 167 | 5. Downstream recipients. 168 | 169 | a. Offer from the Licensor -- Licensed Material. Every 170 | recipient of the Licensed Material automatically 171 | receives an offer from the Licensor to exercise the 172 | Licensed Rights under the terms and conditions of this 173 | Public License. 174 | 175 | b. No downstream restrictions. You may not offer or impose 176 | any additional or different terms or conditions on, or 177 | apply any Effective Technological Measures to, the 178 | Licensed Material if doing so restricts exercise of the 179 | Licensed Rights by any recipient of the Licensed 180 | Material. 181 | 182 | 6. No endorsement. Nothing in this Public License constitutes or 183 | may be construed as permission to assert or imply that You 184 | are, or that Your use of the Licensed Material is, connected 185 | with, or sponsored, endorsed, or granted official status by, 186 | the Licensor or others designated to receive attribution as 187 | provided in Section 3(a)(1)(A)(i). 188 | 189 | b. Other rights. 190 | 191 | 1. Moral rights, such as the right of integrity, are not 192 | licensed under this Public License, nor are publicity, 193 | privacy, and/or other similar personality rights; however, to 194 | the extent possible, the Licensor waives and/or agrees not to 195 | assert any such rights held by the Licensor to the limited 196 | extent necessary to allow You to exercise the Licensed 197 | Rights, but not otherwise. 198 | 199 | 2. Patent and trademark rights are not licensed under this 200 | Public License. 201 | 202 | 3. To the extent possible, the Licensor waives any right to 203 | collect royalties from You for the exercise of the Licensed 204 | Rights, whether directly or through a collecting society 205 | under any voluntary or waivable statutory or compulsory 206 | licensing scheme. In all other cases the Licensor expressly 207 | reserves any right to collect such royalties. 208 | 209 | 210 | Section 3 -- License Conditions. 211 | 212 | Your exercise of the Licensed Rights is expressly made subject to the 213 | following conditions. 214 | 215 | a. Attribution. 216 | 217 | 1. If You Share the Licensed Material (including in modified 218 | form), You must: 219 | 220 | a. retain the following if it is supplied by the Licensor 221 | with the Licensed Material: 222 | 223 | i. identification of the creator(s) of the Licensed 224 | Material and any others designated to receive 225 | attribution, in any reasonable manner requested by 226 | the Licensor (including by pseudonym if 227 | designated); 228 | 229 | ii. a copyright notice; 230 | 231 | iii. a notice that refers to this Public License; 232 | 233 | iv. a notice that refers to the disclaimer of 234 | warranties; 235 | 236 | v. a URI or hyperlink to the Licensed Material to the 237 | extent reasonably practicable; 238 | 239 | b. indicate if You modified the Licensed Material and 240 | retain an indication of any previous modifications; and 241 | 242 | c. indicate the Licensed Material is licensed under this 243 | Public License, and include the text of, or the URI or 244 | hyperlink to, this Public License. 245 | 246 | 2. You may satisfy the conditions in Section 3(a)(1) in any 247 | reasonable manner based on the medium, means, and context in 248 | which You Share the Licensed Material. For example, it may be 249 | reasonable to satisfy the conditions by providing a URI or 250 | hyperlink to a resource that includes the required 251 | information. 252 | 253 | 3. If requested by the Licensor, You must remove any of the 254 | information required by Section 3(a)(1)(A) to the extent 255 | reasonably practicable. 256 | 257 | 4. If You Share Adapted Material You produce, the Adapter's 258 | License You apply must not prevent recipients of the Adapted 259 | Material from complying with this Public License. 260 | 261 | 262 | Section 4 -- Sui Generis Database Rights. 263 | 264 | Where the Licensed Rights include Sui Generis Database Rights that 265 | apply to Your use of the Licensed Material: 266 | 267 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 268 | to extract, reuse, reproduce, and Share all or a substantial 269 | portion of the contents of the database; 270 | 271 | b. if You include all or a substantial portion of the database 272 | contents in a database in which You have Sui Generis Database 273 | Rights, then the database in which You have Sui Generis Database 274 | Rights (but not its individual contents) is Adapted Material; and 275 | 276 | c. You must comply with the conditions in Section 3(a) if You Share 277 | all or a substantial portion of the contents of the database. 278 | 279 | For the avoidance of doubt, this Section 4 supplements and does not 280 | replace Your obligations under this Public License where the Licensed 281 | Rights include other Copyright and Similar Rights. 282 | 283 | 284 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 285 | 286 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 287 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 288 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 289 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 290 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 291 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 292 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 293 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 294 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 295 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 296 | 297 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 298 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 299 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 300 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 301 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 302 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 303 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 304 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 305 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 306 | 307 | c. The disclaimer of warranties and limitation of liability provided 308 | above shall be interpreted in a manner that, to the extent 309 | possible, most closely approximates an absolute disclaimer and 310 | waiver of all liability. 311 | 312 | 313 | Section 6 -- Term and Termination. 314 | 315 | a. This Public License applies for the term of the Copyright and 316 | Similar Rights licensed here. However, if You fail to comply with 317 | this Public License, then Your rights under this Public License 318 | terminate automatically. 319 | 320 | b. Where Your right to use the Licensed Material has terminated under 321 | Section 6(a), it reinstates: 322 | 323 | 1. automatically as of the date the violation is cured, provided 324 | it is cured within 30 days of Your discovery of the 325 | violation; or 326 | 327 | 2. upon express reinstatement by the Licensor. 328 | 329 | For the avoidance of doubt, this Section 6(b) does not affect any 330 | right the Licensor may have to seek remedies for Your violations 331 | of this Public License. 332 | 333 | c. For the avoidance of doubt, the Licensor may also offer the 334 | Licensed Material under separate terms or conditions or stop 335 | distributing the Licensed Material at any time; however, doing so 336 | will not terminate this Public License. 337 | 338 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 339 | License. 340 | 341 | 342 | Section 7 -- Other Terms and Conditions. 343 | 344 | a. The Licensor shall not be bound by any additional or different 345 | terms or conditions communicated by You unless expressly agreed. 346 | 347 | b. Any arrangements, understandings, or agreements regarding the 348 | Licensed Material not stated herein are separate from and 349 | independent of the terms and conditions of this Public License. 350 | 351 | 352 | Section 8 -- Interpretation. 353 | 354 | a. For the avoidance of doubt, this Public License does not, and 355 | shall not be interpreted to, reduce, limit, restrict, or impose 356 | conditions on any use of the Licensed Material that could lawfully 357 | be made without permission under this Public License. 358 | 359 | b. To the extent possible, if any provision of this Public License is 360 | deemed unenforceable, it shall be automatically reformed to the 361 | minimum extent necessary to make it enforceable. If the provision 362 | cannot be reformed, it shall be severed from this Public License 363 | without affecting the enforceability of the remaining terms and 364 | conditions. 365 | 366 | c. No term or condition of this Public License will be waived and no 367 | failure to comply consented to unless expressly agreed to by the 368 | Licensor. 369 | 370 | d. Nothing in this Public License constitutes or may be interpreted 371 | as a limitation upon, or waiver of, any privileges and immunities 372 | that apply to the Licensor or You, including from the legal 373 | processes of any jurisdiction or authority. 374 | 375 | 376 | ======================================================================= 377 | 378 | Creative Commons is not a party to its public 379 | licenses. Notwithstanding, Creative Commons may elect to apply one of 380 | its public licenses to material it publishes and in those instances 381 | will be considered the "Licensor." The text of the Creative Commons 382 | public licenses is dedicated to the public domain under the CC0 Public 383 | Domain Dedication. Except for the limited purpose of indicating that 384 | material is shared under a Creative Commons public license or as 385 | otherwise permitted by the Creative Commons policies published at 386 | creativecommons.org/policies, Creative Commons does not authorize the 387 | use of the trademark "Creative Commons" or any other trademark or logo 388 | of Creative Commons without its prior written consent including, 389 | without limitation, in connection with any unauthorized modifications 390 | to any of its public licenses or any other arrangements, 391 | understandings, or agreements concerning use of licensed material. For 392 | the avoidance of doubt, this paragraph does not form part of the 393 | public licenses. 394 | 395 | Creative Commons may be contacted at creativecommons.org. 396 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 云原生社区 2 | 3 | 欢迎来到云原生社区。 4 | 5 | ## 社区组成 6 | 7 | 云原生社区包含以下组织: 8 | 9 | * 管理委员会 10 | * SIG(特别兴趣小组) 11 | * WG(工作组) 12 | * 城市站 13 | * 云原生学院 14 | 15 | ### 管理委员会 16 | 17 | 管理委员会负责云原生社区的日常管理,我们也在[招募志愿者](https://github.com/cloudnativeto/community/issues/65)。 18 | 19 | ### 城市站 20 | 21 | [云原生社区城市站](https://cloudnative.to/community/city)负责对应城市区域的线下活动组织,详见[城市站计划](https://github.com/cloudnativeto/community/issues/50)。 22 | 23 | ### 云原生学院 24 | 25 | [云原生学院](https://cloudnative.to/community/academy/)由云原生社区主办,致力于云原生知识的传播和普及。云原生学院在 [Bilibili](https://space.bilibili.com/515485124) 定期举办系列直播分享,为大家带来云原生领域的知识和实践分享。 26 | 27 | #### 工作组(WG) 28 | 29 | 工作组基于一些特定的事务而创建,目前已成立的工作组有: 30 | 31 | - 官网:负责社区的官网建设 32 | - 自动化:负责 GitHub 自动化相关建设 33 | - 云原生学院:云原生学院直播 34 | 35 | ### 媒体沟通 36 | 37 | * 官方网站: 38 | * Bilibili:[云原生社区](https://space.bilibili.com/515485124) 39 | * 公众号:[Cloud Native Community(ID:CloudNativeCN)](https://mp.weixin.qq.com/s/vWlSdzz2MNdXRr0sd2-LFg) 40 | * Twitter:[@CloudNativeCN](https://twitter.com/CloudNativeCN) 41 | * 社区会议:见[腾讯文档](https://docs.qq.com/doc/DYXNlVlZObGNrQU9M) 42 | 43 | ### 社区服务 44 | 45 | * [人才服务(招聘需求发布\)](https://github.com/cloudnativeto/cloudnative.to/issues/87) 46 | 47 | ## 资料库 48 | 49 | - [社区 logo 及城市站 logo](art/logo) 50 | - [微信公众号材料](https://github.com/cloudnativeto/community/blob/master/art/wechat) 51 | - [社区证书](https://github.com/cloudnativeto/community/blob/master/certificate) 52 | -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- 1 | # 目录 2 | 3 | * [云原生社区](README.md) 4 | * [特别兴趣小组(SIG)](sig/README.md) 5 | * [SIG 管理规范](sig/charter.md) 6 | * [城市站](city/README.md) 7 | * [城市站管理规范](city/charter.md) 8 | * [城市站 meetup 指南](city/meetup-guide.md) 9 | * [社区证书](certificate/README.md) 10 | * 2020 年度 11 | * [优秀讲师](certificate/2020/lecturer/README.md) 12 | * [优秀志愿者](certificate/2020/volunteer/README.md) 13 | * [优秀贡献者](certificate/2020/contributor/README.md) 14 | * [优秀 SIG 组织者](certificate/2020/sig-owner/README.md) 15 | * [优秀城市站站长](certificate/2020/city-manager/README.md) 16 | -------------------------------------------------------------------------------- /art/logo/city/beijing/jpg/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/jpg/.DS_Store -------------------------------------------------------------------------------- /art/logo/city/beijing/jpg/云原生社区北京站-圆形.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/jpg/云原生社区北京站-圆形.jpg -------------------------------------------------------------------------------- /art/logo/city/beijing/jpg/云原生社区北京站-方形.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/jpg/云原生社区北京站-方形.jpg -------------------------------------------------------------------------------- /art/logo/city/beijing/jpg/云原生社区北京站-泛白.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/jpg/云原生社区北京站-泛白.jpg -------------------------------------------------------------------------------- /art/logo/city/beijing/jpg/云原生社区北京站-泛白(圆形).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/jpg/云原生社区北京站-泛白(圆形).jpg -------------------------------------------------------------------------------- /art/logo/city/beijing/png/beijing-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/png/beijing-1.png -------------------------------------------------------------------------------- /art/logo/city/beijing/png/beijing-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/png/beijing-2.png -------------------------------------------------------------------------------- /art/logo/city/beijing/png/beijing-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/png/beijing-3.png -------------------------------------------------------------------------------- /art/logo/city/beijing/png/beijing-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/png/beijing-4.png -------------------------------------------------------------------------------- /art/logo/city/beijing/png/beijing-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/png/beijing-5.png -------------------------------------------------------------------------------- /art/logo/city/beijing/png/beijing-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/png/beijing-6.png -------------------------------------------------------------------------------- /art/logo/city/beijing/云原生社区北京站-横版.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/云原生社区北京站-横版.psd -------------------------------------------------------------------------------- /art/logo/city/beijing/云原生社区北京站——竖版.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/beijing/云原生社区北京站——竖版.psd -------------------------------------------------------------------------------- /art/logo/city/dalian/dalian-logo.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/dalian-logo.ai -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-02.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-03.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-04.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-05.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-06.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-07.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-08.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-09.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-10.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-11.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-12.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/jpg/dalian_logo-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/jpg/dalian_logo-13.jpg -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-02.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-03.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-04.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-05.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-06.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-07.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-08.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-09.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-10.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-11.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-12.png -------------------------------------------------------------------------------- /art/logo/city/dalian/png/dalian_logo-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/dalian/png/dalian_logo-13.png -------------------------------------------------------------------------------- /art/logo/city/guangzhou/jpg/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/jpg/logo.jpg -------------------------------------------------------------------------------- /art/logo/city/guangzhou/jpg/云原生社区广州站-横版.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/jpg/云原生社区广州站-横版.jpg -------------------------------------------------------------------------------- /art/logo/city/guangzhou/jpg/云原生社区广州站——竖版.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/jpg/云原生社区广州站——竖版.jpg -------------------------------------------------------------------------------- /art/logo/city/guangzhou/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/logo.psd -------------------------------------------------------------------------------- /art/logo/city/guangzhou/png/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/png/logo.png -------------------------------------------------------------------------------- /art/logo/city/guangzhou/png/云原生社区广州站-横版.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/png/云原生社区广州站-横版.png -------------------------------------------------------------------------------- /art/logo/city/guangzhou/png/云原生社区广州站——竖版.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/png/云原生社区广州站——竖版.png -------------------------------------------------------------------------------- /art/logo/city/guangzhou/云原生社区广州站-横版.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/云原生社区广州站-横版.psd -------------------------------------------------------------------------------- /art/logo/city/guangzhou/云原生社区广州站——竖版.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/guangzhou/云原生社区广州站——竖版.psd -------------------------------------------------------------------------------- /art/logo/city/hangzhou/jpg/hangzhou_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/hangzhou/jpg/hangzhou_logo.jpg -------------------------------------------------------------------------------- /art/logo/city/hangzhou/logo_reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/hangzhou/logo_reverse.png -------------------------------------------------------------------------------- /art/logo/city/hangzhou/logo_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/hangzhou/logo_simple.png -------------------------------------------------------------------------------- /art/logo/city/hangzhou/png/hangzhou_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/hangzhou/png/hangzhou_logo.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/jpg/云原生社区上海站的转曲-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/jpg/云原生社区上海站的转曲-01.jpg -------------------------------------------------------------------------------- /art/logo/city/shanghai/jpg/云原生社区上海站的转曲-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/jpg/云原生社区上海站的转曲-02.jpg -------------------------------------------------------------------------------- /art/logo/city/shanghai/jpg/云原生社区上海站的转曲-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/jpg/云原生社区上海站的转曲-03.jpg -------------------------------------------------------------------------------- /art/logo/city/shanghai/jpg/云原生社区上海站的转曲-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/jpg/云原生社区上海站的转曲-04.jpg -------------------------------------------------------------------------------- /art/logo/city/shanghai/jpg/云原生社区上海站的转曲-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/jpg/云原生社区上海站的转曲-05.jpg -------------------------------------------------------------------------------- /art/logo/city/shanghai/jpg/云原生社区上海站的转曲-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/jpg/云原生社区上海站的转曲-06.jpg -------------------------------------------------------------------------------- /art/logo/city/shanghai/jpg/云原生社区上海站的转曲-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/jpg/云原生社区上海站的转曲-07.jpg -------------------------------------------------------------------------------- /art/logo/city/shanghai/jpg/云原生社区上海站的转曲-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/jpg/云原生社区上海站的转曲-08.jpg -------------------------------------------------------------------------------- /art/logo/city/shanghai/png/云原生社区上海站的转曲-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/png/云原生社区上海站的转曲-01.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/png/云原生社区上海站的转曲-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/png/云原生社区上海站的转曲-02.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/png/云原生社区上海站的转曲-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/png/云原生社区上海站的转曲-03.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/png/云原生社区上海站的转曲-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/png/云原生社区上海站的转曲-04.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/png/云原生社区上海站的转曲-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/png/云原生社区上海站的转曲-05.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/png/云原生社区上海站的转曲-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/png/云原生社区上海站的转曲-06.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/png/云原生社区上海站的转曲-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/png/云原生社区上海站的转曲-07.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/png/云原生社区上海站的转曲-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/png/云原生社区上海站的转曲-08.png -------------------------------------------------------------------------------- /art/logo/city/shanghai/云原生社区上海站的转曲.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/city/shanghai/云原生社区上海站的转曲.ai -------------------------------------------------------------------------------- /art/logo/community/color-logo-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/community/color-logo-only.png -------------------------------------------------------------------------------- /art/logo/community/color-logo-transparent-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/logo/community/color-logo-transparent-bg.png -------------------------------------------------------------------------------- /art/logo/community/text-color-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /art/logo/community/text-revert-white-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /art/logo/community/text-white-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /art/wechat/wechat-bottom-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/wechat/wechat-bottom-banner.png -------------------------------------------------------------------------------- /art/wechat/wechat-bottom-banner.pxd/QuickLook/Icon.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/wechat/wechat-bottom-banner.pxd/QuickLook/Icon.tiff -------------------------------------------------------------------------------- /art/wechat/wechat-bottom-banner.pxd/QuickLook/Thumbnail.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/wechat/wechat-bottom-banner.pxd/QuickLook/Thumbnail.tiff -------------------------------------------------------------------------------- /art/wechat/wechat-bottom-banner.pxd/data/E2B7BEC2-C2D5-44D4-AE6B-63B9D7425723: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/wechat/wechat-bottom-banner.pxd/data/E2B7BEC2-C2D5-44D4-AE6B-63B9D7425723 -------------------------------------------------------------------------------- /art/wechat/wechat-bottom-banner.pxd/metadata.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/wechat/wechat-bottom-banner.pxd/metadata.info -------------------------------------------------------------------------------- /art/wechat/wechat-public-account.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/art/wechat/wechat-public-account.jpg -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200001.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200002.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200003.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200004.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200005.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200006.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200007.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200008.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200009.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200010.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/M20200011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/city-manager/M20200011.png -------------------------------------------------------------------------------- /certificate/2020/city-manager/README.md: -------------------------------------------------------------------------------- 1 | # 2020年度优秀城市站站长 2 | 3 | 感谢在社区的贡献,根据2020年的突出表现,经社区管委会考评,被评为 **“2020年度优秀城市站站长”**。 4 | 5 | (排名不分先后) 6 | 7 | | 编号 | 姓名 | 城市站 | 8 | | :------------------------- | :----: | :----: | 9 | | [M20200001](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200001.png) | 郭旭东 | 上海站 | 10 | | [M20200002](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200002.png) | 马景贺 | 大连站 | 11 | | [M20200003](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200003.png) | 李震 | 大连站 | 12 | | [M20200004](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200004.png) | 杨宙 | 杭州站 | 13 | | [M20200005](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200005.png) | 王福印 | 北京站 | 14 | | [M20200006](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200006.png) | 王殿进 | 北京站 | 15 | | [M20200007](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200007.png) | 朱慧君 | 南京站 | 16 | | [M20200008](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200008.png) | 粟伟 | 成都站 | 17 | | [M20200009](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200009.png) | 龙恒 | 成都站 | 18 | | [M20200010](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200010.png) | 徐龙 | 武汉站 | 19 | | [M20200011](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/city-manager/M20200011.png) | 王红阳 | 武汉站 | 20 | -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200001.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200002.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200003.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200004.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200005.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200006.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200007.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200008.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200009.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200010.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200011.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200012.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200013.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200014.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200015.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200016.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200017.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200018.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200019.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200020.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200021.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200022.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200023.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200024.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200025.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200027.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200028.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200029.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200030.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200031.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200032.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200033.png -------------------------------------------------------------------------------- /certificate/2020/contributor/C20200034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/contributor/C20200034.png -------------------------------------------------------------------------------- /certificate/2020/contributor/README.md: -------------------------------------------------------------------------------- 1 | # 2020年度优秀贡献者 2 | 3 | 感谢在社区的贡献,根据2020年的突出表现,经社区管委会考评,选出 **“2020年度优秀贡献者”**。 4 | 5 | (排名不分先后) 6 | 7 | | 编号 | 姓名 | 8 | | :----------------------------------------------------------------------------------------------------------------------- | :----: | 9 | | [C20200001](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200001.png) | 许振文 | 10 | | [C20200002](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200002.png) | 张晓辉 | 11 | | [C20200003](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200003.png) | 刘金欣 | 12 | | [C20200004](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200004.png) | 梁斌 | 13 | | [C20200005](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200005.png) | 李云龙 | 14 | | [C20200006](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200006.png) | 王泓智 | 15 | | [C20200007](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200007.png) | 张海立 | 16 | | [C20200008](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200008.png) | 包仁义 | 17 | | [C20200009](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200009.png) | 黄晓芬 | 18 | | [C20200010](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200010.png) | 孟显超 | 19 | | [C20200011](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200011.png) | 官余鹏 | 20 | | [C20200012](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200012.png) | 申红磊 | 21 | | [C20200013](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200013.png) | 徐龙 | 22 | | [C20200014](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200014.png) | 曾祥龙 | 23 | | [C20200015](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200015.png) | 姚沈结 | 24 | | [C20200016](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200016.png) | 尚坤 | 25 | | [C20200017](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200017.png) | 文彦 | 26 | | [C20200018](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200018.png) | 刘晓敏 | 27 | | [C20200019](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200019.png) | 杨冉宁 | 28 | | [C20200020](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200020.png) | 柯维星 | 29 | | [C20200021](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200021.png) | 崔皓 | 30 | | [C20200022](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200022.png) | 黄乐平 | 31 | | [C20200023](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200023.png) | 王冬 | 32 | | [C20200024](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200024.png) | 赵卫国 | 33 | | [C20200025](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200025.png) | 王文虎 | 34 | | [C20200027](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200027.png) | 金润森 | 35 | | [C20200028](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200028.png) | 梁远鹏 | 36 | | [C20200029](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200029.png) | 刘娟 | 37 | | [C20200030](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200030.png) | 丁晓华 | 38 | | [C20200031](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200031.png) | 王博峰 | 39 | | [C20200032](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200032.png) | 康志华 | 40 | | [C20200033](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200033.png) | 张浩 | 41 | | [C20200034](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/contributor/C20200034.png) | 曾朝俊 | -------------------------------------------------------------------------------- /certificate/2020/lecturer/README.md: -------------------------------------------------------------------------------- 1 | # 2020年度优秀讲师 2 | 3 | 感谢您在 2020 年为社区做出的突出贡献! 4 | 5 | (排名不分先后) 6 | - [刘硕然](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/刘硕然.png) 7 | - [张城(元乙)](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/张城(元乙).png) 8 | - [赵新(于雨)](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/赵新(于雨).png) 9 | - [孙召昌](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/孙召昌.png) 10 | - [程亮](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/程亮.png) 11 | - [侯诗军](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/侯诗军.png) 12 | - [杨可奥](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/杨可奥.png) 13 | - [高洪涛](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/高洪涛.png) 14 | - [高鹏](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/高鹏.png) 15 | - [苏夏](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/苏夏.png) 16 | - [王炜](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/王炜.png) 17 | - [边鹏远](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/边鹏远.png) 18 | - [张慧](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/张慧.png) 19 | - [赵化冰](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/赵化冰.png) 20 | - [秦金卫](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/秦金卫.png) 21 | - [范建明](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/范建明.png) 22 | - [王院生](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/王院生.png) 23 | - [邹佳](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/邹佳.png) 24 | - [周正喜](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/周正喜.png) 25 | - [周礼赞](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/周礼赞.png) 26 | - [魏新宇](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/魏新宇.png) 27 | - [翟佳](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/翟佳.png) 28 | - [王夕宁](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/王夕宁.png) 29 | - [温铭](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/温铭.png) 30 | - [付业成](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/付业成.png) 31 | - [吴晟](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/lecturer/吴晟.png) -------------------------------------------------------------------------------- /certificate/2020/lecturer/付业成.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/付业成.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/侯诗军.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/侯诗军.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/刘硕然.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/刘硕然.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/吴晟.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/吴晟.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/周正喜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/周正喜.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/周礼赞.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/周礼赞.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/孙召昌.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/孙召昌.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/张城(元乙).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/张城(元乙).png -------------------------------------------------------------------------------- /certificate/2020/lecturer/张慧.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/张慧.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/杨可奥.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/杨可奥.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/温铭.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/温铭.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/王夕宁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/王夕宁.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/王炜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/王炜.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/王院生.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/王院生.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/秦金卫.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/秦金卫.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/程亮.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/程亮.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/翟佳.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/翟佳.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/苏夏.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/苏夏.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/范建明.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/范建明.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/赵化冰.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/赵化冰.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/赵新(于雨).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/赵新(于雨).png -------------------------------------------------------------------------------- /certificate/2020/lecturer/边鹏远.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/边鹏远.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/邹佳.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/邹佳.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/高洪涛.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/高洪涛.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/高鹏.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/高鹏.png -------------------------------------------------------------------------------- /certificate/2020/lecturer/魏新宇.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/lecturer/魏新宇.png -------------------------------------------------------------------------------- /certificate/2020/sig-owner/README.md: -------------------------------------------------------------------------------- 1 | # 2020年度优秀 SIG 组织者 2 | 3 | 感谢在社区的贡献,根据2020年的突出表现,经社区管委会考评,被评为 **“2020年度优秀 SIG 组织者”**。 4 | 5 | (排名不分先后) 6 | 7 | | 编号 | 姓名 | 8 | | :------------------------- | :----: | 9 | | [S20200001](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/sig-owner/S20200001.png) | 厉辉 | 10 | | [S20200002](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/sig-owner/S20200002.png) | 张慧 | 11 | | [S20200003](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/sig-owner/S20200003.png) | 杨鼎瑞 | 12 | | [S20200004](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/sig-owner/S20200004.png) | 陈晨 | -------------------------------------------------------------------------------- /certificate/2020/sig-owner/S20200001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/sig-owner/S20200001.png -------------------------------------------------------------------------------- /certificate/2020/sig-owner/S20200002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/sig-owner/S20200002.png -------------------------------------------------------------------------------- /certificate/2020/sig-owner/S20200003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/sig-owner/S20200003.png -------------------------------------------------------------------------------- /certificate/2020/sig-owner/S20200004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/sig-owner/S20200004.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/README.md: -------------------------------------------------------------------------------- 1 | # 2020年度优秀志愿者 2 | 3 | 感谢在社区的贡献,根据2020年的突出表现,经社区管委会考评,被评为 **“2020年度优秀志愿者”**。 4 | 5 | (排名不分先后) 6 | 7 | | 编号 | 姓名 | 8 | | :------------------------- | :----: | 9 | | [V20200001](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200001.png) | 沈旭 | 10 | | [V20200002](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200002.png) | 任增刚 | 11 | | [V20200003](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200003.png) | 刘德涵 | 12 | | [V20200004](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200004.png) | 詹骏南 | 13 | | [V20200005](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200005.png) | 李可卉 | 14 | | [V20200006](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200006.png) | 周亚珊 | 15 | | [V20200009](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200009.png) | 张凯 | 16 | | [V20200010](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200010.png) | 刘戎 | 17 | | [V20200011](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200011.png) | 刘洋 | 18 | | [V20200012](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200012.png) | 侯超英 | 19 | | [V20200013](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200013.png) | 段帅星 | 20 | | [V20200014](https://raw.githubusercontent.com/cloudnativeto/community/master/certificate/2020/volunteer/V20200014.png) | 张桂元 | -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200001.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200002.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200003.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200004.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200005.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200006.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200009.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200010.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200011.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200012.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200013.png -------------------------------------------------------------------------------- /certificate/2020/volunteer/V20200014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/certificate/2020/volunteer/V20200014.png -------------------------------------------------------------------------------- /certificate/README.md: -------------------------------------------------------------------------------- 1 | # 社区证书 2 | 3 | 云原生社区每年会根据社区成员的贡献为成员颁发证书,鼓励更多的成员参与到社区活动中。 4 | -------------------------------------------------------------------------------- /city/README.md: -------------------------------------------------------------------------------- 1 | # 城市站 2 | 3 | 已成立的城市站见[云原生社区城市站页面](https://cloudnative.to/city/)。 4 | 5 | -------------------------------------------------------------------------------- /city/charter.md: -------------------------------------------------------------------------------- 1 | # 城市站管理规范 2 | 3 | 待补充。 -------------------------------------------------------------------------------- /city/meetup-guide.md: -------------------------------------------------------------------------------- 1 | # 城市站 meetup 指南 2 | 3 | - 名称:云原生社区 meetup 第 # 期 xx 站,英文 CNC meetup xx(如 Beijing) 4 | - 主办方:云原生社区 5 | - 协办办:云原生社区 xx 站、承办企业或组织 6 | - 赞助商:资金赞助商、场地赞助商、会务赞助商、礼品赞助商 7 | - 合作方:ServiceMesher、CNCF、Linux Foundation 8 | 9 | ## 赞助类型 10 | 11 | - 资金赞助:赞助资金(数额视具体情况而定) 12 | - 场地赞助:赞助 meetup 场地,包含茶歇 13 | - 会务赞助:赞助 meetup 相关会务资源,包括:宣传材料(海报、易拉宝、宣传海报等)制作,meetup 场地布置 14 | - 礼品赞助:讲师、参会人员礼品赞助 15 | - 其他赞助:赞助讲师差旅等 16 | 17 | ## 讲师选定原则 18 | 19 | - 在业界有一定知名度 20 | - 知名开源项目核心开发或 Maintainer 21 | - 分享实践干货 22 | - 不可分享公司商业化产品(不包括开源产品) 23 | 24 | ## 城市站 25 | 26 | ### 活动前 27 | 28 | - 讲师征集:公众号推文 29 | - 确认讲师后,使用社区活动邮箱 [event@cloudnative.to](event@cloudnative.to) 发送邀请函 30 | - 选中的讲师发送《邀请函》 31 | - 落选的讲师发送《致谢函函》 32 | - 建立讲师微信群 33 | - 向讲师提供社区 PPT 模板 34 | - 注意:在沟通时需要和讲师沟通分享时间 35 | - 活动海报:由云原生社区统一设计,使用社区主导的视觉效果 36 | - 易拉宝:由云原生社区统一设计,使用社区主导的视觉效果 37 | - 活动推文:包含讲师介绍、演讲主题介绍 38 | - 社区公众号推文主要是两篇,[一篇放活动海报](https://mp.weixin.qq.com/s/I2z3i1VKMShVhOyU4XIxlg),另一篇是[活动前瞻](https://mp.weixin.qq.com/s/DjKGjIQto-Orakcg3LS2Sg),主要介绍活动内容,之后的推文都是已活动前瞻没主要内容,进行倒计时,同时还附加一些礼品介绍和会场引导。 39 | - 活动报名审核:活动行 40 | - PPT 整理 41 | - 提前收取讲师 PPT 并检查内容,注意每个 PPT 的首页、尾页格式统一,每页 PPT 加社区 logo,最终合为一个并 PPT 在 meetup 上使用 42 | - 设计问卷调查 43 | 44 | ### 活动中 45 | 46 | - 主持 47 | - 入场检票、测温&二维码 48 | - QA 阶段传递话题,协助主持人 49 | - 现场直播(B站) 50 | - 现场摄像 51 | 52 | ### 活动后 53 | 54 | - 问卷调查结果整理 55 | - 总结推文 56 | 57 | ## 协办方 58 | 59 | ### 权利 60 | 61 | - meetup 中出一个 topic 62 | - 宣传海报、推文及其他宣传材料协办方品牌露出 63 | - 主持人口播品牌露出 64 | - 可在 meetup 现场设置展台 65 | - 可以参与会后调查问卷制作,并获得调查问卷结果 66 | 67 | ### 义务 68 | 69 | - 赞助会务(或赞助场地) 70 | 71 | ## 赞助商 72 | 73 | ### 权利 74 | 75 | - 宣传海报、推文及其他宣传材料赞助商品牌露出 76 | - 视频中 logo 露出,宣传册 logo,滚动播放视频广告 77 | - 主持人口播品牌露出 78 | - meetup 现场设置展台(只有赞助场地或会务的赞助商才享有该权益) 79 | - 获取报名人员脱敏信息 80 | 81 | ## 报名注意事项 82 | 83 | 经量多渠道宣传,提升报名人员,需考虑到到场率、天气情况、疫情有无反弹、交通情况等因素。建议到场率按 35%~45% 计算。 84 | 85 | ## 活动中注意事项 86 | 87 | - 要和场地协调好,提前完成场地的布置和搭建(包括但不限于:签到台、易拉宝、茶歇台、直播设备位置、PPT展示台),同时还要协调好现场的各种音响设备、排插地线等 88 | - 在活动举行当天上午到现场彩排,调试设备、PPT 演示测试、直播设备调整、给工作人员进行分工等 89 | - 安排专门的活动签到人员(建议3人),由 Jimmy 的活动行 APP 进行授权,进行签到;同时建议打印纸质签到名单,活动行 APP 有时会出现扫描失败的情况 90 | - 疫情期间,需专门安排人员进行测温、健康码检查(建议2人) 91 | - B 站直播无法录播,需要安排一个看直播的同学在电脑上进行录制 92 | - 需要安排两个工作人员在 Q&A 的时候将话筒准确送到提问者手上 93 | - 合照安排在中场休息前,这时的人最多,照出来效果也好;在活动开始前也可以安排所有讲师合影 94 | - 使用手机或者录音笔设备进行同步录音备份+后期结合PPT可做备选回放方案(视频完整较好时,可忽略此方案) 95 | - 需要准备计时板,在演讲时间不足时提示讲师 -------------------------------------------------------------------------------- /images/apple-touch-icon-precomposed-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/images/apple-touch-icon-precomposed-152.png -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnativeto/community/4878505912ceeb32aa9341fd65a4444893613af9/images/favicon.ico -------------------------------------------------------------------------------- /scripts/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM alpine:3.9 2 | 3 | MAINTAINER Jimmy Song 4 | 5 | RUN apk add --no-cache bash git curl jq tar libc6-compat g++ openssh 6 | 7 | RUN apk add --no-cache nodejs-current-npm && npm install -g markdown-spellcheck webpack webpack-cli 8 | 9 | RUN apk add --no-cache ruby ruby-dev ruby-rdoc && gem install mdl 10 | 11 | # Install html-proofer 12 | RUN echo 'gem: --no-document' >> /etc/gemrc 13 | 14 | RUN apk add --no-cache --virtual build-dependencies \ 15 | build-base \ 16 | libcurl \ 17 | libxml2-dev \ 18 | libxslt-dev && \ 19 | apk add --no-cache --update build-base libffi-dev && \ 20 | gem install nokogiri -- --use-system-libraries && \ 21 | gem install ffi && \ 22 | gem install etc && \ 23 | gem install bigdecimal && \ 24 | gem install html-proofer --no-ri --no-rdoc && \ 25 | apk del build-dependencies && \ 26 | apk add --no-cache bash git libcurl libxml2 libxslt && \ 27 | rm -rf /var/cache/apk/* && \ 28 | rm -rf /root/.gem/* && \ 29 | rm -rf /usr/local/bundle/cache/*.gem && \ 30 | rm -rf /usr/lib/ruby/gems/*/cache/*.gem 31 | 32 | # Install gitbook 33 | RUN npm install gitbook-cli -g && \ 34 | gitbook -V 35 | -------------------------------------------------------------------------------- /scripts/build-gitbook.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #gitbook install 3 | gitbook build 4 | cp images/apple-touch-icon-precomposed-152.png _book/gitbook/images 5 | cp images/favicon.ico _book/gitbook/images 6 | -------------------------------------------------------------------------------- /scripts/lint-gitbook.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ./scripts/build-gitbook.sh 3 | echo -ne "mdspell " 4 | mdspell --version 5 | echo -ne "mdl " 6 | mdl --version 7 | htmlproofer --version 8 | htmlproofer --url-ignore "/localhost/,/172.17.8.101/,/172.20.0.113/,/slideshare.net/,/grpc.io/,/kiali.io/,/condiut.io/,/twitter.com/,/facebook.com/,/medium.com/,/google.com/,/jimmysong.io/,/openfaas.com/,/linkerd.io/,/layer5.io/,/thenewstack.io/,/blog.envoyproxy.io/,/blog.openebs.io/,/k8smeetup.github.io/,/blog.heptio.com/,/apigee.com/,/speakerdeck.com/,/download.svcat.sh/,/blog.fabric8.io/,/blog.heptio.com/,/blog.containership.io/,/blog.mobyproject.org/,/blog.spinnaker.io/,/coscale.com/,/zh.wikipedia.org/,/labs.play-with-k8s.com/,/cilium.readthedocs.io/,/azure.microsoft.com/,/storageos.com/,/openid.net/,/prometheus.io/,/coreos.com/,/openwhisk.incubator.apache.org/,/dockone.io/,/jianshu.com/,/cloudstax.io/,/spring.io/" _book 9 | -------------------------------------------------------------------------------- /scripts/mdl-check.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | FAILED=0 4 | 5 | echo -ne "mdl " 6 | mdl --version 7 | 8 | # This performs markdown style check over changed markdown files 9 | check_pull_request_content() { 10 | 11 | # only check pull request, skip others 12 | if [[ -z $CIRCLE_PULL_REQUEST ]]; then 13 | echo "Skip, only check pull request." 14 | exit 0 15 | fi 16 | 17 | # get changed files of this PR 18 | CIRCLE_PR_NUMBER=${CIRCLE_PULL_REQUEST##*/} 19 | OWNER=$(echo $CIRCLE_PULL_REQUEST | cut -d / -f 4) 20 | REPO=$(echo $CIRCLE_PULL_REQUEST | cut -d / -f 5) 21 | URL="https://api.github.com/repos/$OWNER/$REPO/pulls/$CIRCLE_PR_NUMBER/files" 22 | 23 | echo 24 | echo "Getting list of changed markdown files..." 25 | CHANGED_MARKDOWN_FILES=() 26 | while IFS=$'\n' read -r line; do 27 | CHANGED_MARKDOWN_FILES+=( "${line}" ) 28 | done < <(curl --retry 20 -s -X GET -G $URL | jq '.[] | select(.status != "removed") | select(.filename | endswith(".md")) | .filename') 29 | echo "Total changed markdown files: ${#CHANGED_MARKDOWN_FILES[@]}" 30 | echo "${CHANGED_MARKDOWN_FILES[@]}" 31 | echo 32 | 33 | if [[ "${#CHANGED_MARKDOWN_FILES[@]}" != "0" ]]; then 34 | echo "${CHANGED_MARKDOWN_FILES[@]}" | xargs mdl --ignore-front-matter --style mdl_style.rb 35 | if [[ "$?" != "0" ]]; then 36 | FAILED=1 37 | fi 38 | else 39 | echo "No changed markdown files to check." 40 | fi 41 | } 42 | 43 | check_pull_request_content 44 | 45 | if [[ $FAILED -eq 1 ]]; then 46 | echo "MARKDOWN STYLE CHECK FAILED" 47 | exit 1 48 | else 49 | echo "MARKDOWN STYLE CHECK SUCCEEDED" 50 | fi 51 | -------------------------------------------------------------------------------- /scripts/mdspell-check.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | FAILED=0 4 | 5 | echo -ne "mdspell " 6 | mdspell --version 7 | 8 | # This performs markdown spell check over changed markdown files 9 | check_pull_request_content() { 10 | 11 | # only check pull request, skip others 12 | if [[ -z $CIRCLE_PULL_REQUEST ]]; then 13 | echo "Skip, only check pull request." 14 | exit 0 15 | fi 16 | 17 | # get changed files of this PR 18 | CIRCLE_PR_NUMBER=${CIRCLE_PULL_REQUEST##*/} 19 | OWNER=$(echo $CIRCLE_PULL_REQUEST | cut -d / -f 4) 20 | REPO=$(echo $CIRCLE_PULL_REQUEST | cut -d / -f 5) 21 | URL="https://api.github.com/repos/$OWNER/$REPO/pulls/$CIRCLE_PR_NUMBER/files" 22 | 23 | echo 24 | echo "Getting list of changed markdown files..." 25 | CHANGED_MARKDOWN_FILES=() 26 | while IFS=$'\n' read -r line; do 27 | CHANGED_MARKDOWN_FILES+=( "${line}" ) 28 | done < <(curl --retry 20 -s -X GET -G $URL | jq '.[] | select(.status != "removed") | select(.filename | endswith(".md")) | .filename') 29 | echo "Total changed markdown files: ${#CHANGED_MARKDOWN_FILES[@]}" 30 | echo "${CHANGED_MARKDOWN_FILES[@]}" 31 | echo 32 | 33 | if [[ "${#CHANGED_MARKDOWN_FILES[@]}" != "0" ]]; then 34 | echo "${CHANGED_MARKDOWN_FILES[@]}" | xargs mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report 35 | if [[ "$?" != "0" ]]; then 36 | FAILED=1 37 | fi 38 | else 39 | echo "No changed markdown files to check." 40 | fi 41 | } 42 | 43 | check_pull_request_content 44 | 45 | if [[ $FAILED -eq 1 ]]; then 46 | echo "Feel free to add the term(s) into our glossary file '.spelling'." 47 | echo "SPELL CHECK FAILED" 48 | else 49 | echo "SPELL CHECK SUCCEEDED" 50 | fi 51 | -------------------------------------------------------------------------------- /sig/README.md: -------------------------------------------------------------------------------- 1 | # 特别兴趣小组(SIG) 2 | 3 | 特别兴趣小组为社区根据成员兴趣自发组织的学习小组,目前已成立的兴趣小组有: 4 | 5 | * [Kubernetes SIG](https://i.cloudnative.to/kubernetes/) 6 | * [Envoy SIG](https://i.cloudnative.to/envoy/) 7 | * [Istio SIG](https://cloudnative.to/sig-istio/) 8 | * [Dapr SIG](https://i.cloudnative.to/dapr/) 9 | * [OAM SIG](https://i.cloudnative.to/oam/) 10 | * [小工具 SIG(筹)](https://i.cloudnative.to/toolkits/) 11 | * [稳定性 SIG](https://i.cloudnative.to/stability/) 12 | * [可观察性 SIG](https://i.cloudnative.to/observability/) 13 | * [边缘计算 SIG](https://cloudnative.to/sig-edge/) 14 | * [机器学习 SIG](https://i.cloudnative.to/machine-learning/) 15 | * [持续交付 SIG](https://i.cloudnative.to/cd/) 16 | 17 | -------------------------------------------------------------------------------- /sig/charter.md: -------------------------------------------------------------------------------- 1 | # SIG 管理规范 2 | 3 | 特别兴趣小组(SIG)为社区根据成员兴趣自发组织的学习小组,学习和分享知识,提升技术能力,与社区共同成长。SIG 不单独开设微信公众号,产出内容发布在社区公众号或社区官网。 4 | 5 | ## SIG 构成 6 | 7 | - 负责人 1 人,向社区管委会汇报 8 | - SIG 管委会成员 3 人(包括负责人),共同管理 SIG 9 | - 成员通过微信群组织 10 | - 内容共享平台为云原生社区微信公众号(CloudNativeCN)、社区官网、和 GitBook 11 | 12 | ## SIG 成立流程 13 | 14 | 1. SIG 负责人需先明确 SIG 的目标和方向 15 | 2. SIG 负责人向社区管委会提出成立 SIG 的申请 16 | 3. 获得管委会半数以上成员投票通过 17 | 4. SIG 进入试运行阶段,进行先期筹备、招募初创人员 18 | 5. 定期(长短待定)向社区汇报进度(成员数、产出内容等) 19 | 6. 人数、活跃程度达到预期,则 SIG 正式进入运行阶段 20 | 21 | ## 如何加入SIG 22 | 23 | SIG 通过微信群组织,成员统一由云原生社区管委会成员或 SIG 负责人邀请入群,入群前需要先填写入群申请表(腾讯问卷),需实名登记入群,关于微信群的管理规范详见[声明与政策](https://cloudnative.to/policy/)。 24 | 25 | ## SIG 管理会责任和义务 26 | 27 | - 定期向管委会汇报 SIG 成果 28 | - 为云原生学院或 meetup 提供讲师或议题 29 | - 把控 SIG 产出内容质量 30 | - 维护 上 SIG 的页面内容 31 | - 收集 SIG 产出内容,将其进行汇总,将 SIG 产出的优秀部分向社区官网提交博客或微信公众号投稿,SIG 福利申请和发放。 32 | 33 | ## SIG 归档 34 | 35 | 若 SIG 运行活跃程度持续走低,SIG 负责人与核心人员长期空缺,则开启 SIG 归档流程。 36 | 37 | 1. 管委会成员与 SIG owner 确认其是否继续组织 SIG 38 | 2. 寻找新 owner 39 | 3. 如无人接手,则由管委会投票确认是否对 SIG 进行归档 40 | 41 | ## 组织架构 42 | 43 | SIG 负责人:负责人直接对云原生社区管委会负责。 44 | 45 | 核心成员:一般为3人,核心成员与 SIG 负责人共同建设 SIG。 46 | 47 | 成员:SIG 成员,同时也属于云原生社区成员。 48 | 49 | ## SIG 工作内容 50 | 51 | SIG 是一用于协调各个 SIG 负责人和管委会工作。 52 | 53 | 主要工作为: 54 | 55 | ## 目标 56 | 57 | 持续不断的输出 SIG 相关内容,普及/布道新技术,让更多的人关注和加入社区,共同学习。 58 | 59 | ## 产出内容 60 | 61 | 包括但不限于: 62 | 63 | - 技术博客 64 | - 官方文档(向项目官方提交 PR) 65 | - 最佳实践 66 | - 视频分享等 67 | 68 | 产出内容请先发表在 的各个 SIG 上 ,之后由 SIG 或社区管委会选择其中优秀部分推送到微信公众号和官网。 69 | 70 | ## SIG 等级 71 | 72 | 可以根据 SIG 成员人数、活跃程度给 SIG 划分等级。 73 | 74 | - 一级:人员数量少于 100 人 75 | - 二级:人员数量 100 至 500 人 76 | - 三级:人员数量大于 500 人 77 | 78 | ## 推广渠道 79 | 80 | - 社区公众号 81 | - 官网 82 | - 其他合作媒体 83 | 84 | ## 福利 85 | 86 | - 社区微信公众号曝光、专访等。 87 | - 业绩优秀的 SIG 负责人有机会提名为管委会成员。 88 | - 社区每年/季度评选优秀 SIG,并向核心人员颁发 证书\奖状\奖品\专访 等。 --------------------------------------------------------------------------------