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.

81 lines
3.4 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. </ul>
  40. </div>
  41. </div>
  42. <hr />
  43. <h2>Contribute</h2>
  44. <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>
  45. <h2>Join</h2>
  46. <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>
  47. <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>
  48. </div>
  49. <footer>
  50. <hr />
  51. <nav>
  52. <a class="home" href="https://write.as">write.as</a>
  53. <a href="https://code.as/writeas">code.as</a>
  54. <a href="https://github.com/writeas">github</a>
  55. <a href="https://write.as/open-source">open source</a>
  56. <a href="https://write.as/privacy">privacy</a>
  57. <a href="https://status.write.as">status</a>
  58. </nav>
  59. </footer>
  60. </div>
  61. <script type="text/javascript">
  62. var _paq = _paq || [];
  63. /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  64. _paq.push(['trackPageView']);
  65. _paq.push(['enableLinkTracking']);
  66. (function() {
  67. var u="https://analytics.write.as/";
  68. _paq.push(['setTrackerUrl', u+'piwik.php']);
  69. _paq.push(['setSiteId', '7']);
  70. var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  71. g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  72. })();
  73. </script>
  74. <noscript><p><img src="https://analytics.write.as/piwik.php?idsite=7&rec=1" style="border:0;" alt="" /></p></noscript>
  75. </body>
  76. </html>