100 ################################################################################################################################ # TextMirror API v2.6 # ################################################################################################################################ # [ Hi! ] # # If you have any questions about this API, visit http://walerian.info/ and contact me. # # # # [ Create a new TextMirror ] # # POST tos=accept if you accept our TOS. POST url=http://example.com/ to create the TextMirror of http://example.com/ . # # http://api.textmirror.net/newMirror:default will return " --> "; code 300 or 600 in case of an error. # # http://api.textmirror.net/newMirror:url will return ""; code 800 or 600 in case of an error. # # # # [ Bash scripts ] # # Very simple examples of "Create a new TextMirror" function's use: # # http://api.textmirror.net/newMirror.sh # # http://api.textmirror.net/multiMirror.sh # # # # [ Answer codes: ] # # +-------+------------------------------------------------------------------------------------------------------------------+ # # | Code: | Means: | # # +-------+------------------------------------------------------------------------------------------------------------------+ # # | 100 | I'm information, read me if you like :-) | # # | 200 | I'm warning, you _should_ read me ;-) | # # | 300 | Your request is done :-> | # # | 400 | Your request can't be done :-/ | # # | 500 | Oops, error :-( | # # | 600 | OMG, critical error ;-( | # # | 700 | You've asked for information... Here it is :-D | # # | 800 | You've asked for address... Here it is :-D | # # | 900 | You've asked for something... That doesn't exist :-P | # # | 000 | Clowns will eat you. | # # +-------+------------------------------------------------------------------------------------------------------------------+ # ################################################################################################################################