Developer Center website. https://developers.write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
3.9 KiB

  1. <html>
  2. <head>
  3. <title>Write.as Developer Center</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  5. <link rel="stylesheet" type="text/css" href="https://write.as/css/write.css" />
  6. <style type="text/css">
  7. .content-container ul {
  8. list-style: none;
  9. text-indent: 0;
  10. margin: 0;
  11. padding: 0 !important;
  12. }
  13. .content-container li {
  14. margin: 1em 0 !important;
  15. }
  16. </style>
  17. </head>
  18. <body id="promo">
  19. <div id="official-writing">
  20. <div class="content-container" style="text-align: center; font-size: 1em;">
  21. <div class="heading">
  22. <h1>Write.as Developer Center</h1>
  23. <p style="font-size: 1.2em">Build your own apps and utilities on the Write.as platform.</p>
  24. </div>
  25. </div>
  26. <div class="content-container snug">
  27. <div class="clearfix blurbs">
  28. <div class="half">
  29. <h2>Documentation</h2>
  30. <ul>
  31. <li><a href="/docs/api/">API Documentation</a></li>
  32. </ul>
  33. </div>
  34. <div class="half">
  35. <h2>API Libraries</h2>
  36. <ul>
  37. <li><a href="https://github.com/writeas/go-writeas">Go</a></li>
  38. <li><a href="https://github.com/devsnek/writeas.js">Javascript</a></li>
  39. <li><a href="https://github.com/cjeller1592/WriteasAPI">Python</a></li>
  40. </ul>
  41. </div>
  42. </div>
  43. <div class="clearfix blurbs">
  44. <div class="fourth">
  45. <h2>Examples</h2>
  46. <ul>
  47. <li><strong>Go</strong></li>
  48. <li><a href="https://github.com/writeas/writeas-api/tree/master/examples/go-text-importer">Text Importer</a></li>
  49. <li><strong>Javascript</strong></li>
  50. <li><a href="https://github.com/writeas/writeas-api/tree/master/examples/node-general">General</a></li>
  51. </ul>
  52. </div>
  53. </div>
  54. <hr />
  55. <h2>Contribute</h2>
  56. <p>Want to contribute to the Write.as platform itself? We have several <a href="https://write.as/open-source">open source</a> clients and components that are open for contributions. You can jump on an <em><a href="https://github.com/search?q=org%3Awriteas+is%3Aissue+is%3Aopen+label%3A%22up+for+grabs%22+">up for grabs</a></em> issue to get started, or <a href="http://slack.write.as">join #development in our Slack group</a> to discuss what needs to be done or what you'd like to do.</p>
  57. <h2>Join</h2>
  58. <p>We're looking for developers, marketers, designers, and writers who like <a href="https://write.as/principles">the ideas</a> behind our platform to help us evolve it. We're working towards a federated, open source publishing platform that anyone can host themselves, and we want to get as many people involved as possible.</p>
  59. <p>If you're interested, <a href="https://write.as/contact">let us know</a> what your goals are. Want to learn a new language or hone your skills on a project used by thousands of people around the world? We might be able to help! Want to help start a new community? Here's a great chance to do that.</p>
  60. </div>
  61. <footer>
  62. <hr />
  63. <nav>
  64. <a class="home" href="https://write.as">write.as</a>
  65. <a href="https://code.as/writeas">code.as</a>
  66. <a href="https://github.com/writeas">github</a>
  67. <a href="https://write.as/open-source">open source</a>
  68. <a href="https://write.as/privacy">privacy</a>
  69. <a href="https://status.write.as">status</a>
  70. </nav>
  71. </footer>
  72. </div>
  73. <script type="text/javascript">
  74. var _paq = _paq || [];
  75. /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  76. _paq.push(['trackPageView']);
  77. _paq.push(['enableLinkTracking']);
  78. (function() {
  79. var u="https://analytics.write.as/";
  80. _paq.push(['setTrackerUrl', u+'piwik.php']);
  81. _paq.push(['setSiteId', '7']);
  82. var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  83. g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  84. })();
  85. </script>
  86. <noscript><p><img src="https://analytics.write.as/piwik.php?idsite=7&rec=1" style="border:0;" alt="" /></p></noscript>
  87. </body>
  88. </html>