mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-29 21:41:00 +08:00
20161019-6 选题
This commit is contained in:
parent
362c82c5ce
commit
ccf924cdc5
76
sources/tech/20161017 White House Open-Sources Bot Code.md
Normal file
76
sources/tech/20161017 White House Open-Sources Bot Code.md
Normal file
@ -0,0 +1,76 @@
|
||||
White House Open-Sources Bot Code
|
||||
===================
|
||||
|
||||
|
||||
The race to build bots, that is automated chat technology that responds to user queries, has gone all the way to President Obama's home, The White House. The White House announced on October 14 that it is now open-sourcing its bot code in a bid to help enable more open collaboration and communication.
|
||||
|
||||
![WhiteHouse Drupal](http://www.internetnews.com/imagesvr_ce/9946/whitehouse-drupal.png)
|
||||
|
||||
"To be specific, we are open-sourcing a Drupal module, complete with easy steps and boiler plate code," Jason Goldman, Chief Digital Officer of the White House wrote in a blog [post][48]. "This will enable Drupal 8 developers to quickly launch a Facebook Messenger bot."
|
||||
|
||||
The White House first [deployed ][47]its own website with the open-source Drupal Content Management System (CMS) back in 2009\. The White House has since been an active contributor to Drupal in many different ways, including releasing code used on the site as open-source. Among the items that the White House has previously release is the entire Drupal theme, known as 'fourtyfour' that is used on the WhiteHouse.gov site.
|
||||
|
||||
The full code for the new White House Facebook Messenger bot is now available on GitHub, including complete installation instructions as well as the project roadmap. Among the large items on the roadmap (listed under 'Enhancements and hopes') is to actually make the project into more of a standalone, modular effort by refactoring code such that it's usable outside of a Drupal CMS as well.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.internetnews.com/blog/skerner/white-house-open-sources-bot-code.html
|
||||
|
||||
作者:[Michael Kerner][a]
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
|
||||
[a]: http://www.internetnews.com/blog/skerner/white-house-open-sources-bot-code.html
|
||||
[1]:https://www.youtube.com/channel/UCOfXyFkINXf_e9XNosTJZDw
|
||||
[2]:https://www.youtube.com/user/desainew
|
||||
[3]:https://www.youtube.com/channel/UCEQXp_fcqwPcqrzNtWJ1w9w
|
||||
[4]:http://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ffreedompenguin.com%2Farticles%2Fopinion%2Fopen-source-design-thing%2F
|
||||
[5]:http://twitter.com/intent/tweet/?text=Is+Open+Source+Design+a+Thing%3F&url=https%3A%2F%2Ffreedompenguin.com%2Farticles%2Fopinion%2Fopen-source-design-thing%2F
|
||||
[6]:https://plus.google.com/share?url=https%3A%2F%2Ffreedompenguin.com%2Farticles%2Fopinion%2Fopen-source-design-thing%2F
|
||||
[7]:https://atom.io/
|
||||
[8]:http://froont.com/
|
||||
[9]:https://webflow.com/
|
||||
[10]:https://gravit.io/
|
||||
[11]:http://getbootstrap.com/
|
||||
[12]:https://inkscape.org/en/
|
||||
[13]:https://www.gimp.org/
|
||||
[14]:https://en.wikipedia.org/wiki/Free_and_open-source_software
|
||||
[15]:https://medium.com/dawn-capital/why-leverage-the-power-of-open-source-to-build-a-successful-software-business-8aba6f665bc4#.ggmn2ojxp
|
||||
[16]:https://github.com/majutsushi/tagbar
|
||||
[17]:http://ctags.sourceforge.net/
|
||||
[18]:https://github.com/majutsushi/tagbar/zipball/70fix
|
||||
[19]:https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim
|
||||
[20]:http://www.vim.org/scripts/script.php?script_id=2332
|
||||
[21]:https://www.howtoforge.com/tutorial/vim-editor-plugins-for-software-developers-2-syntastic/
|
||||
[22]:https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-delimitmate-help.png
|
||||
[23]:https://github.com/Raimondi/delimitMate
|
||||
[24]:https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-tagbar-visibility.png
|
||||
[25]:https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-tagbar-ex2.png
|
||||
[26]:https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-tagbar-example.png
|
||||
[27]:http://www.tldp.org/LDP/intro-linux/html/sect_06_02.html
|
||||
[28]:http://majutsushi.github.io/tagbar/
|
||||
[29]:http://vi.stackexchange.com/questions/388/what-is-the-difference-between-the-vim-plugin-managers
|
||||
[30]:https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-vimrc.png
|
||||
[31]:http://www.vim.org/
|
||||
[32]:https://github.com/scrooloose/syntastic
|
||||
[33]:https://github.com/scrooloose/syntastic/blob/master/doc/syntastic.txt
|
||||
[34]:https://www.howtoforge.com/images/3337/big/syntastic-error-all-descr.png
|
||||
[35]:https://www.howtoforge.com/images/3337/big/syntastic-error-descr.png
|
||||
[36]:https://www.howtoforge.com/images/3337/big/syntastic-error-highlight.png
|
||||
[37]:https://github.com/scrooloose/syntastic
|
||||
[38]:http://www.vim.org/
|
||||
[39]:https://www.howtoforge.com/tutorial/vim-editor-plugins-for-software-developers/
|
||||
[40]:https://en.wikipedia.org/wiki/Trim_%28computing%29
|
||||
[41]:https://en.wikipedia.org/wiki/Sudo
|
||||
[42]:http://snapcraft.io/
|
||||
[43]:http://flatpak.org/
|
||||
[44]:https://en.wikipedia.org/wiki/Wine_%28software%29
|
||||
[45]:https://en.wikipedia.org/wiki/Live_CD
|
||||
[46]:http://distrowatch.com/
|
||||
[47]:http://www.internetnews.com/skerner/2009/10/white-house-goes-open-source-w.html
|
||||
[48]:https://www.whitehouse.gov/blog/2016/10/13/removing-barriers-constituent-conversations
|
@ -1,75 +0,0 @@
|
||||
White House Open-Sources Bot Code
|
||||
===================
|
||||
|
||||
|
||||
The race to build bots, that is automated chat technology that responds to user queries, has gone all the way to President Obama's home, The White House. The White House announced on October 14 that it is now open-sourcing its bot code in a bid to help enable more open collaboration and communication.
|
||||
|
||||
![WhiteHouse Drupal](http://www.internetnews.com/imagesvr_ce/9946/whitehouse-drupal.png)
|
||||
|
||||
"To be specific, we are open-sourcing a Drupal module, complete with easy steps and boiler plate code," Jason Goldman, Chief Digital Officer of the White House wrote in a blog [post][48]. "This will enable Drupal 8 developers to quickly launch a Facebook Messenger bot."
|
||||
|
||||
The White House first [deployed ][47]its own website with the open-source Drupal Content Management System (CMS) back in 2009\. The White House has since been an active contributor to Drupal in many different ways, including releasing code used on the site as open-source. Among the items that the White House has previously release is the entire Drupal theme, known as 'fourtyfour' that is used on the WhiteHouse.gov site.
|
||||
|
||||
The full code for the new White House Facebook Messenger bot is now available on GitHub, including complete installation instructions as well as the project roadmap. Among the large items on the roadmap (listed under 'Enhancements and hopes') is to actually make the project into more of a standalone, modular effort by refactoring code such that it's usable outside of a Drupal CMS as well.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.internetnews.com/blog/skerner/white-house-open-sources-bot-code.html
|
||||
|
||||
作者:[Michael Kerner][a]
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: http://www.internetnews.com/blog/skerner/white-house-open-sources-bot-code.html
|
||||
[1]:[https://www.youtube.com/channel/UCOfXyFkINXf_e9XNosTJZDw]
|
||||
[2]:[https://www.youtube.com/user/desainew]
|
||||
[3]:[https://www.youtube.com/channel/UCEQXp_fcqwPcqrzNtWJ1w9w]
|
||||
[4]:[http://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ffreedompenguin.com%2Farticles%2Fopinion%2Fopen-source-design-thing%2F]
|
||||
[5]:[http://twitter.com/intent/tweet/?text=Is+Open+Source+Design+a+Thing%3F&url=https%3A%2F%2Ffreedompenguin.com%2Farticles%2Fopinion%2Fopen-source-design-thing%2F]
|
||||
[6]:[https://plus.google.com/share?url=https%3A%2F%2Ffreedompenguin.com%2Farticles%2Fopinion%2Fopen-source-design-thing%2F]
|
||||
[7]:[https://atom.io/]
|
||||
[8]:[http://froont.com/]
|
||||
[9]:[https://webflow.com/]
|
||||
[10]:[https://gravit.io/]
|
||||
[11]:[http://getbootstrap.com/]
|
||||
[12]:[https://inkscape.org/en/]
|
||||
[13]:[https://www.gimp.org/]
|
||||
[14]:[https://en.wikipedia.org/wiki/Free_and_open-source_software]
|
||||
[15]:[https://medium.com/dawn-capital/why-leverage-the-power-of-open-source-to-build-a-successful-software-business-8aba6f665bc4#.ggmn2ojxp]
|
||||
[16]:[https://github.com/majutsushi/tagbar]
|
||||
[17]:[http://ctags.sourceforge.net/]
|
||||
[18]:[https://github.com/majutsushi/tagbar/zipball/70fix]
|
||||
[19]:[https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim]
|
||||
[20]:[http://www.vim.org/scripts/script.php?script_id=2332]
|
||||
[21]:[https://www.howtoforge.com/tutorial/vim-editor-plugins-for-software-developers-2-syntastic/]
|
||||
[22]:[https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-delimitmate-help.png]
|
||||
[23]:[https://github.com/Raimondi/delimitMate]
|
||||
[24]:[https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-tagbar-visibility.png]
|
||||
[25]:[https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-tagbar-ex2.png]
|
||||
[26]:[https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-tagbar-example.png]
|
||||
[27]:[http://www.tldp.org/LDP/intro-linux/html/sect_06_02.html]
|
||||
[28]:[http://majutsushi.github.io/tagbar/]
|
||||
[29]:[http://vi.stackexchange.com/questions/388/what-is-the-difference-between-the-vim-plugin-managers]
|
||||
[30]:[https://www.howtoforge.com/images/vim-editor-plugins-for-software-developers/big/vimplugins-vimrc.png]
|
||||
[31]:[http://www.vim.org/]
|
||||
[32]:[https://github.com/scrooloose/syntastic]
|
||||
[33]:[https://github.com/scrooloose/syntastic/blob/master/doc/syntastic.txt]
|
||||
[34]:[https://www.howtoforge.com/images/3337/big/syntastic-error-all-descr.png]
|
||||
[35]:[https://www.howtoforge.com/images/3337/big/syntastic-error-descr.png]
|
||||
[36]:[https://www.howtoforge.com/images/3337/big/syntastic-error-highlight.png]
|
||||
[37]:[https://github.com/scrooloose/syntastic]
|
||||
[38]:[http://www.vim.org/]
|
||||
[39]:[https://www.howtoforge.com/tutorial/vim-editor-plugins-for-software-developers/]
|
||||
[40]:[https://en.wikipedia.org/wiki/Trim_%28computing%29]
|
||||
[41]:[https://en.wikipedia.org/wiki/Sudo]
|
||||
[42]:[http://snapcraft.io/]
|
||||
[43]:[http://flatpak.org/]
|
||||
[44]:[https://en.wikipedia.org/wiki/Wine_%28software%29]
|
||||
[45]:[https://en.wikipedia.org/wiki/Live_CD]
|
||||
[46]:[http://distrowatch.com/]
|
||||
[47]:[http://www.internetnews.com/skerner/2009/10/white-house-goes-open-source-w.html]
|
||||
[48]:[https://www.whitehouse.gov/blog/2016/10/13/removing-barriers-constituent-conversations]
|
Loading…
Reference in New Issue
Block a user