test post 21jun2017 1557
this is another test micropub post, made from micropublish.net. the difference this time is that i'm using micropub article form page. last time i used the note form page. the main difference is that the article form page contains a text input field for the title of the post.
i don't do things that way with my web publishing apps. for me, the title is contained within the post. no text input fields. i pull the title from the post.
i would only use the note form to create posts at my wren site but for updates, only articles can be updated.
in my wren code, i only have one post type: post. no more articles and notes. and indieweb provides ways to support numerous content types, such as bookmarks, rsvps, check-ins, etc.
whatever i put in the title or name field of the article form in the micropub client, my wren server code will ignore it.
didn't work because the micropublish client decided to post the article info as json instead of urlencoded. strange. i didn't tell micropublish to post that way.