• Stars
    star
    952
  • Rank 48,013 (Top 1.0 %)
  • Language
    CSS
  • Created over 12 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.

developers.app.net

This branch (new-docs) of the appdotnet/api-spec repo contains the source for developers.app.net and replaces the docs located on the master branch.

This documentation can be compiled using nanoc.

All submissions are welcome. To submit a change, fork this repo, commit your changes, and send us a pull request.

Building the docs

Ruby is required to build the site.

To install nanoc and make sure you have all the necessary ruby gems, open a terminal in the root of the api-spec checkout and run

$ bundle install

To compile the docs for the first time, run

$ bundle exec nanoc

Nanoc compiles the site into static files living in ./output.

In general, the best way to work on the docs is like this:

$ bundle exec nanoc view &
$ bundle exec guard start

Guard will run and auto-generate new HTML output when you edit Markdown files, and the nanoc built-in webserver will be available on http://localhost:3000/

If you want to learn more about using nanoc, view the nanoc documentation.

More Repositories

1

template-terms-of-service

Template terms of service for apps built on App.net (or anyone.)
262
star
2

alpha

Open-source web microblogging client for App.net
CSS
167
star
3

Wallboard

A multi-monitor-aware, full-screen WebKit browser designed specifically for use with information radiators.
Objective-C
96
star
4

ohe

This is ohe, the code behind App.net's reference private messaging UI.
JavaScript
49
star
5

ADNLogin-SDK-iOS

This is the App.net Login SDK for iOS. It allows users to forgo entering passwords into each app and instead authorize from the App.net Passport iOS application. Passport allows you to browse the App.net directory and perform account management functions.
Objective-C
49
star
6

terms-of-service

The App.net terms of service documents live here. To facilitate transparent discussion, we encourage users to create issues and/or submit pull requests with your feedback. Our general process is to incorporate user feedback on a roughly quarterly basis based on review with our legal team, but in the early stages this may occur significantly more often.
39
star
7

pourover

RSS publishing for App.net
Python
35
star
8

object-metadata

This is a space for App.net developers to collaborate on defining and utilizing annotations and channel types.
30
star
9

ADNpy

ADNpy aims to be an easy to use python library for interacting with the App.net API.
Python
27
star
10

adn-comments

Comet - ADN Comments
JavaScript
15
star
11

piha

App.net share buttons
JavaScript
12
star
12

angular-adn

Angular ADN
JavaScript
12
star
13

ADNLogin-SDK-Android

This is the App.net Login SDK for Android. It allows users to forgo entering passwords into each app and instead authorize from the App.net Passport Android application. Passport allows you to browse the App.net directory and perform account management functions.
Java
11
star
14

makini

Go
1
star
15

camo

Private fork of github's camo repo
CoffeeScript
1
star