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.

91 lines
3.0 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 clean extra-clean">
  27. <div class="clearfix blurbs">
  28. <div class="half">
  29. <h2>API Libraries</h2>
  30. <ul>
  31. <li><a href="https://github.com/writeas/go-writeas">Go</a></li>
  32. <li><a href="https://github.com/writeas/writefreely-swift">Swift</a> (WriteFreely)</li>
  33. <li><a href="https://github.com/devsnek/writeas.js">Javascript</a></li>
  34. <li><a href="https://github.com/cjeller1592/WriteasAPI">Python</a></li>
  35. <li><a href="https://github.com/theimpossibleastronaut/writeas.php">PHP</a></li>
  36. </ul>
  37. </div>
  38. <div class="half">
  39. <h2>Documentation</h2>
  40. <ul>
  41. <li><a href="/docs/api/">API Documentation</a></li>
  42. </ul>
  43. </div>
  44. </div>
  45. <div class="clearfix blurbs">
  46. <h2 style="text-align: left">Examples</h2>
  47. <div class="half">
  48. <ul>
  49. <li><strong>Go</strong></li>
  50. <li><a href="https://github.com/writeas/writeas-api/tree/master/examples/go-text-importer">Text Importer</a></li>
  51. </ul>
  52. </div>
  53. <div class="half">
  54. <ul>
  55. <li><strong>Javascript</strong></li>
  56. <li><a href="https://github.com/writeas/writeas-api/tree/master/examples/node-general">General</a></li>
  57. </ul>
  58. </div>
  59. </div>
  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>