Search Results For “Tag:junco” - # - rss
JR:
Probably my favorite Web apps to use and create
- blog
microblog
message board
wiki
messaging
My Junco code (2013) powers JotHut.com. Junco uses a good bit of code from Parula (2005) that powers the current version of message board site ToledoTalk.com. Parula contains wiki features that found in ...
more>>
1 min read
- Jan 15, 2014
- #perl #programming #junco #kinglet #blog_jr
JR:
In Progress - Migrating content to live site
- Use simple REST API to migrate my real content from this Jot Hut test site and from Toledo Talk into the live Jot Hut site.
From test jot jut
select * from content where type in ('b','m') and status='o' order by id asc
Preserve all the data excep...
more>>
4 min read
- Dec 06, 2013
- #junco #juncotodo #inprogress
JR:
Junco user actions
- action - module - subroutine
blogarchives - Archives - show_archives
backlinks - Backlinks - show_backlinks
addarticle - BlogAdd - add_blog_post
blogpostform - BlogAdd - show_blog_post_form
textileeditor - BlogAdd - show_textile_editor_form (texti...
more>>
1 min read
- Nov 01, 2013
- #testing #junco #juncocode
JR:
Syndicate JotHut.com posts to Twitter using the share button
- Update: 01Nov2013
To get ToledoTalk.com's thread posts to appear in the Toledo Talk Twitter page, I use some kind of feed service that reads TT's RSS feed.
But I like this "lo-fi" idea better, suggested by at this IndieWeb page:
I primarily sy...
more>>
1 min read
- Nov 01, 2013
- #junco #indieweb #posse #webmention
JR:
Creating a Webmention blog reply post at JotHut
- div class=note-text entry-content e-content p-name
my reply/comment/webmention post text here.
can include the target link (post replying to) within the div statements or can put this link outside of the divs.
depending upon the software used by t...
more>>
- Oct 23, 2013
- #webmention #indieweb #jothut #junco
JR:
JotHut Editing How-To
- Microblog posts which are created by typing in the small window on the home page cannot be edited.
Blog posts (long form posts) can be edited.
If you need to edit a blog post, click the "EDIT" link at the top or bottom of the page when viewing the ...
more>>
2 min read
- Oct 23, 2013
- #resolved #jothut #junco
JR:
Reduce auto-save interval time
- Currently, the auto-save frequency is every 300 seconds, provided a keystroke was press.
Reduce to 150 seconds (2.5 minutes)
OR
Add new power command that works only for the enhanced writing area where an interval in seconds can be supplied.
I...
more>>
1 min read
- Oct 22, 2013
- #junco #resolved
JR:
Commit to GitHub 22Oct2013
- completed on 22oct2013
[-] moved into production
[X] commited to github
[-] [X] junco.css
[-] [X] splitscreen.js
[-] [X] tagsfollowing.tmpl
[-] [X] usersfollowing.tmpl
[-] [X] topshelfblogheader.tmpl
[-] [X] topshelfblog.tmpl
[-] [X] stream....
more>>
- Oct 22, 2013
- #junco #github #resolved
JR:
In Progress - Add webmention client code to Junco
- #inprogress
Good example of either an Indie Web comment/reply or WebMention:
https://github.com/indieweb/php-mf2
generic microformats-2 parser. It doesnt have a hard-coded list of all the different microformats, just a set of procedures to ha...
more>>
16 min read
- Oct 21, 2013
- #inprogress #webmention #indieweb #browns #junco #juncotodo #comments
JR:
GitHub commits to do 17Oct2013
- completed on 17oct2013
a_signup.t
b_login.t
c_add_microblog.t
d_add_blog.t
Rest.pm
Stream.pm
Microblog.pm
#junco
#resolved
#github
- Oct 17, 2013
JR:
Commit to GitHub 11Oct2013
- moved into production and committed github on 12Oct2013
- = moved into production
X = committed to github
t / Signup.t
Signup.pm
Page.pm
Config.pm - change path to yaml file
CreateUser.pm
ActivateAccount.pm
#junco
#github
#resolved
- Oct 12, 2013
JR:
Commit to github - 10Oct2013
- completed on 10Oct2013
- = moved into production
X = committed to github
Change junconightmode.css
[-] [X] junco.css
[-] [X] splitscreen.css
[-] [X] splitscreenform.tmpl
[-] [X] header.tmpl
[-] [X] footer.tmpl
[-] [X] notloggedinheader.tmpl
[-] [...
more>>
- Oct 10, 2013
- #junco #resolved #github
JR:
Resolved - Possible WebMention change
- completed on 10Oct2013 - enabled hashtags in webmention posts to be auto-linked.
maybe auto-link hashtags for webmention microblog posts like all other posts.
#junco
#resolved
- Oct 10, 2013
JR:
Resolved - Fix CSS nav issue in IE 8
- Completed on 10Oct2013.
Modified header.tmpl and junco.css.
For browsers not supporting media queries, the search link appears in the nav bar on large screens instead of the search form.
Also, needed to add to header.tmpl:
!--[if lt IE 9]
scri...
more>>
- Oct 10, 2013
- #junco #resolved #css
JR:
Correct any UTF-8 issues
- resolved for now - 9oct2013
Modified the modules for creating and updating microblog and blog posts.
Markup, however, now gets stored in HTML entities when the markup contains funky characters. I may change this later, so I added the todo_later has...
more>>
- Oct 09, 2013
- #resolved #junco #todo_later